History log of /netbsd-current/bin/pax/sel_subs.c
Revision Date Author Comments
# 1.24 30-Aug-2011 plunky

NULL does not need a cast


# 1.23 21-Dec-2009 christos

Remove unnecessary casts.


# 1.22 21-Dec-2009 wiz

Free pt in another error case.
Found by Henning Petersen using cppcheck, in PR 42488.


# 1.21 29-Apr-2007 msaitoh

fix typos


# 1.20 11-Feb-2006 dsl

Change all the 'return(x)' to 'return c'.
Makes some other searches I want to do a bit easier.


# 1.19 26-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.18 13-Oct-2003 agc

Move Keith Muller's code from a 4-clause to a 3-clause licence by removing
the advertising clause. Diffs provided in PR 22397 by Joel Baker, confirmed
to the board by Keith Muller.


# 1.17 07-Aug-2003 agc

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22249, verified by myself.


# 1.16 02-Feb-2003 wiz

Fix various spelling, grammar, and punctuation problems in comments, from Sergey Svishchev in PR 20164.


# 1.15 31-Jan-2002 tv

branches: 1.15.2;
Protect __RCSID and __COPYRIGHT from being invoked if not defined.


# 1.14 03-Dec-2001 wiz

Replace some misuses of "then" with "than".


# 1.13 24-Oct-2001 lukem

- ansi KNF (just remove all the #ifndef __STDC__ prototype junk,
leaving the ansi stuff)
- use longlong_t instead of quad_t (etc), and rename *uqd*() -> *ull*()
- clean up the NET2_STAT stuff similar to ftpd; provide #defines and
macros which select which cast to use, etc
- clean up the NET2_FTS and NET2_REGEX #define use


# 1.12 16-Feb-2000 itohy

Cleanup and fix typos.
Partially from FreeBSD.


# 1.11 04-Nov-1998 christos

char -> unsigned char cast.


# 1.10 26-Jul-1998 mycroft

__AUDIT__ cleanup.


# 1.9 01-Apr-1998 kleink

Need <time.h> for time(), localtime() and mktime() prototypes.


# 1.8 20-Jan-1998 mycroft

Allow a century to be specified in time stamps.


# 1.7 20-Jul-1997 christos

branches: 1.7.2;
- Rename local warn so tty_warn that we can include <err.h> since this program
uses err() and errx().
- Fix printf format strings.
- Added WARNS=1; note
- Added missing prototypes.
- Split overloaded trail function into trail() and subtrail().


# 1.6 10-Jan-1997 tls

kill 'register'


# 1.5 21-Mar-1995 cgd

convert to new RCS id conventions.


# 1.4 23-Sep-1994 mycroft

Eliminate uses of some obsolete functions.


# 1.3 13-Jun-1994 mycroft

Fix up RCS ids.


# 1.2 12-Jun-1994 jtc

Add RCS ID's


# 1.1 12-Jun-1994 jtc

branches: 1.1.1;
Initial revision


# 1.1.1.1 12-Jun-1994 jtc

From 4.4 lite


# 1.7.2.1 29-Jan-1998 mellon

Pull up 1.8 (mycroft)


# 1.15.2.2 15-Jun-2004 jmc

fix botched pullup from ticket #1021 and make sure this compiles on
non-NetBSD hosts again. Also fixes PR#24481


# 1.15.2.1 07-Apr-2004 jmc

Pullup rev 1.16-1.19 (requested by rafal in ticket #1021)

Pullup pax to current version on trunk. Includes many fixes.