History log of /netbsd-src/lib/libcompat/regexp/regexp.c (Results 1 – 19 of 19)
Revision Date Author Comments
# 3d64af45 26-Jan-2016 christos <christos@NetBSD.org>

PR/50711: David Binderman: Fix memory leak on error


# 592d6d61 16-Feb-2007 freza <freza@NetBSD.org>

Fix MKDEBUGLIB build.


# f5804cde 08-Apr-2006 christos <christos@NetBSD.org>

make sure p is initialized.


# d2bf424e 08-Apr-2006 christos <christos@NetBSD.org>

remove bogus declaration.


# 4ba7375d 11-Nov-2002 thorpej <thorpej@NetBSD.org>

Fix signed/unsigned comparison warnings, and shadow warnings.


# a5e4741a 14-Sep-2000 msaitoh <msaitoh@NetBSD.org>

check LIBC_SCCS


# f9863c47 11-Jul-2000 itohy <itohy@NetBSD.org>

Correct ctype(3) usage.
Passing "char" value is wrong. Use "unsigned char" instead.


# 2c6c9ee6 16-Sep-1999 lukem <lukem@NetBSD.org>

sort includes


# 1528b775 02-Jul-1999 simonb <simonb@NetBSD.org>

More trailing white space.


# d2c07ddc 04-May-1999 christos <christos@NetBSD.org>

- widen prototypes
- fix portability with signed >>
- remove unreachable code
- add const castaways where appropriate


# 5426fd27 14-Sep-1998 tv <tv@NetBSD.org>

__RENAME() the libcompat regexp routines so they will not be used by
programs that want -lcompat but use POSIX regex. Inspired by
<david@mono.org> in PR bin/1849.


# 74174020 03-Feb-1998 perry <perry@NetBSD.org>

remove obsolete register declarations


# e37aec67 09-Oct-1997 lukem <lukem@NetBSD.org>

rcsid facism, WARNSify


# 9cd5492c 23-Jan-1997 mrg <mrg@NetBSD.org>

- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.


# 5fb36cfb 07-Jun-1995 cgd <cgd@NetBSD.org>

cast assignments to quiet const warnings. Mark (at least some) uses of
const variables that result in their modification (!!) as XXX.


# dde1c1a0 05-Jun-1995 pk <pk@NetBSD.org>

Prototypes (PR#1098).


# 9c20f740 26-Aug-1993 jtc <jtc@NetBSD.org>

Declare rcsid strings so they are stored in text segment.


# aee4b07b 02-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources