summaryrefslogtreecommitdiff
path: root/lib/libc/regex/engine.c
AgeCommit message (Expand)Author
2009-02-12sign-compare fixeslukem
2007-02-08ANSIfy.junyoung
2007-02-08Nuke __P.junyoung
2005-12-02constify and remove __UNCONST.yamt
2004-04-03Avoid infinite recursion on:christos
2004-03-26Redo previous in a different way; cast the character held in int variableenami
2004-03-12Sprinkle cast to prevent unwanted sign extension. Some of those actuallyenami
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-07-22make this compile with -DREDEBUG again.christos
2001-12-17PR/14975: Takayoshi Kochi: memory leak in regexec(3).christos
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-01-20Avoid overflow when adding a 64 bit quantity to a 32 bit pointer on 32 bitchristos
1998-12-08regoff_t is used like size_t within the code, it should be defineddrochner
1998-11-14Delint:christos
1998-02-03remove obsolete register declarationsperry
1997-07-13Add missing return NULL;christos
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1995-02-27add unintrusive Idscgd
1995-01-30clean up import; kill old cruft.cgd
1994-02-23Upgrade regex routines to alpha3.3.jtc
1993-11-11Update to Henry's Nov 2, 1993 alpha3.2 release.jtc
1993-11-10Henry Spencer's POSIX.2 compatibile regular expression matching routines.jtc