Home | History | Annotate | Download | only in md
History log of /src/lib/libc/md/md4hl.c
RevisionDateAuthorComments
 1.7  26-Sep-2005  christos The weak alias macros can only work before namespace.h gets included because
when the strings get expanded we gain an _ from namespace.h. So define a
macro to point to the appropriate include file for the hash function, and
include the hash function later, from the .c file we always include. This
allows us to eliminate the hack of including namespace.h twice as well as
nbtool_config.h.
 1.6  12-Jun-2005  lukem Add missing __RCSID()
 1.5  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.4  26-Jul-2003  salo netbsd.org->NetBSD.org
 1.3  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.2  20-Oct-1998  kleink branches: 1.2.12;
Need internal names for MD[45]{Init,Final,Update}().
 1.1  30-Apr-1997  thorpej - Liberal application of suggestions in /usr/share/misc/style.
- Don't use sed(1) to generate these files. The C preprocessor
is your friend.
 1.2.12.1  25-Apr-2002  nathanw Catch up to -current.

RSS XML Feed