Home | History | Annotate | Download | only in hexdump
History log of /src/usr.bin/hexdump/conv.c
RevisionDateAuthorComments
 1.14  09-Feb-2013  jakllsch "dcl" is not "dc1".

Fixes PR#47547
 1.13  09-Feb-2010  drochner branches: 1.13.6; 1.13.12;
remove agitation that od(1) was deprecated -- it is still POSIX
 1.12  04-Jan-2006  perry de-__P, ANSIfy prototypes
 1.11  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.10  22-Oct-2003  dmcmahill add
#if HAVE_CONFIG_H
#include "config.h"
#endif
to get this to build under solaris-2.6/sparc with gcc-2.95.1 as part of
the NetBSD cross toolchain build. Fixes PR23211. Patch approved by
Alistair Crooks.
 1.9  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.
 1.8  12-Mar-2003  augustss More tests if __RCSID is defined.
 1.7  07-Dec-2001  bjh21 WARNS=2
 1.6  19-Oct-1997  lukem WARNSify, fix .Nm usage, deprecate register
 1.5  18-Oct-1997  mrg merge lite-2.
 1.4  11-Jul-1997  mikel add explicit return types to many functions
pull global variable declarations and function prototypes into hexdump.h
add #includes where necessary for prototypes
replace index() with strchr(), const-poison static string vars, etc.
 1.3  09-Jan-1997  tls RCS ID police
 1.2  01-Aug-1993  mycroft Add RCS identifiers.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  06-Jun-1993  mrg 4.4BSD-Lite2
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.13.12.1  25-Feb-2013  tls resync with head
 1.13.6.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed