Home | History | Annotate | Download | only in regexp
History log of /src/lib/libcompat/regexp/regexp.c
RevisionDateAuthorComments
 1.19  26-Jan-2016  christos PR/50711: David Binderman: Fix memory leak on error
 1.18  16-Feb-2007  freza Fix MKDEBUGLIB build.
 1.17  08-Apr-2006  christos make sure p is initialized.
 1.16  08-Apr-2006  christos remove bogus declaration.
 1.15  11-Nov-2002  thorpej Fix signed/unsigned comparison warnings, and shadow warnings.
 1.14  14-Sep-2000  msaitoh branches: 1.14.2;
check LIBC_SCCS
 1.13  11-Jul-2000  itohy Correct ctype(3) usage.
Passing "char" value is wrong. Use "unsigned char" instead.
 1.12  16-Sep-1999  lukem sort includes
 1.11  02-Jul-1999  simonb More trailing white space.
 1.10  04-May-1999  christos - widen prototypes
- fix portability with signed >>
- remove unreachable code
- add const castaways where appropriate
 1.9  14-Sep-1998  tv __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.
 1.8  03-Feb-1998  perry remove obsolete register declarations
 1.7  09-Oct-1997  lukem rcsid facism, WARNSify
 1.6  23-Jan-1997  mrg - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.
 1.5  07-Jun-1995  cgd cast assignments to quiet const warnings. Mark (at least some) uses of
const variables that result in their modification (!!) as XXX.
 1.4  05-Jun-1995  pk Prototypes (PR#1098).
 1.3  26-Aug-1993  jtc Declare rcsid strings so they are stored in text segment.
 1.2  02-Aug-1993  mycroft Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.14.2.1  23-Jul-2004  tron Apply patch (requested by dbj in ticket 1724):
Fix problems when building the netbsd-1-6 branch with GCC 3.3.3.

RSS XML Feed