• 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>
    

  • README

  • libmd - Message Digest functions from BSD systems
    
    This library provides message digest functions found on BSD systems either
    on their libc or libmd libraries and lacking on others like GNU systems,
    thus making it easier to port projects with strong BSD origins, without
    needing to embed the same code over and over again on each project.
    
    
    Website
    -------
    
    The project website can be found at:
    
      <https://www.hadrons.org/software/libmd/>
    
    
    Mailing List
    ------------
    
    The subscription interface and web archives can be found at:
    
      <https://lists.freedesktop.org/mailman/listinfo/libbsd>
    
    The mail address is:
    
      libbsd@lists.freedesktop.org
    
    
    Releases
    --------
    
      <https://archive.hadrons.org/software/libmd/>
    
    
    Source Repository
    -----------------
    
      <https://git.hadrons.org/cgit/libmd.git>