Branch

  • Show log

    Commit

  • Hash : 054bca1a
    Author : Guillem Jover
    Date : 2023-04-11T00:19:46

    build: Terminate lists in variables with «# EOL»
    
    This means we can add a trailing «\» to every element, so that they
    can be removed without requiring modification of other lines, and can
    be easily sorted.
    
    Replace the old usage of $(nil) which could possibly end up with junk
    added if such variable is ever defined, in the environment.
    

  • Properties

  • Git HTTP https://git.kmx.io/c3-lang/libmd.git
    Git SSH git@git.kmx.io:c3-lang/libmd.git
    Public access ? public
    Description

    This library provides message digest functions found on BSD systems either on their libc (NetBSD, OpenBSD) or libmd (FreeBSD, DragonflyBSD, macOS, Solaris) libraries and lacking on others like GNU systems.

    Users
    thodg_w thodg c3_lang_com thodg_m thodg_l
    Tags