• Show log

    Commit

  • Hash : bf04c411
    Author : Rainer Müller
    Date : 2017-09-29T17:02:33

    build: Invoke sed with portable regex The previous sed expression only worked with GNU sed, as the '\+' literal is an extension to basic regex. Use portable syntax instead that also works with other implementations of sed(1), for example on macOS. Signed-off-by: Guillem Jover <guillem@hadrons.org>

  • 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 c3_lang_com thodg_m thodg_l thodg
    Tags