Home | History | Annotate | Download | only in md
History log of /src/lib/libc/md/md2hl.c
RevisionDateAuthorComments
 1.5  12-Jun-2005  lukem Add missing __RCSID()
 1.4  27-Oct-2003  lukem Overhaul how `build.sh tools' are used:

* Rename "config.h" to "nbtool_config.h" and
HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
This makes in more obvious in the source when we're using
tools/compat/config.h versus "standard autoconf" config.h

* Consistently move the inclusion of nbtool_config.h to before
<sys/cdefs.h> so that the former can provide __RCSID() (et al),
and there's no need to protect those macros any more.

These changes should make it easier to "tool-ify" a program by adding:
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
to the top of the source files (for the general case).
 1.3  26-Jul-2003  salo netbsd.org->NetBSD.org
 1.2  31-Mar-2002  bjh21 Add the md[245], sha1 and rmd160 functions to libnbcompat, conditional on their
not being in the host libc.
This will be necessary to make cksum into a host tool.
 1.1  19-Mar-2001  atatat branches: 1.1.2;
Add md2 routines to libc.
 1.1.2.3  25-Apr-2002  nathanw Catch up to -current.
 1.1.2.2  08-Oct-2001  nathanw Catch up to -current.
 1.1.2.1  19-Mar-2001  nathanw file md2hl.c was added on branch nathanw_sa on 2001-10-08 20:20:01 +0000

RSS XML Feed