summaryrefslogtreecommitdiff
path: root/lib/libc/regex
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-16Usewiz
2003-02-05Sprinkle some restrict.kleink
2002-11-17use strlcpy where it is more appropriate.itojun
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-07-22make this compile with -DREDEBUG again.christos
2002-04-29Remove <sys/types.h> from synopsis, as per latest SUS/Posix specs.simonb
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-07Generate <>& symbolically.ross
2001-12-17PR/14975: Takayoshi Kochi: memory leak in regexec(3).christos
2001-12-17turn a macro into a simple statement.christos
2001-09-16Sort sections and add .Sx in two places.wiz
2001-09-16Boring whitespace fix.wiz
2000-11-06add missing ' is ' in regerror() explanationjdolecek
2000-07-07Passing "char" values to ctype(3) functions is problematic.itohy
2000-01-22Delint.mycroft
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-17The previous assertion change was incorrect: the preg argument is permitted tokleink
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-13Minor size_t!=int related cleanup, only effective on the alpha.drochner
1998-12-08regoff_t is used like size_t within the code, it should be defineddrochner
1998-12-08Change some function arguments to appropriate types. This makes lintdrochner
1998-12-08remove another unneeded castdrochner
1998-12-08correct a comment, minor formattingdrochner
1998-12-08Back out part of the last change. This broke on the alpha (or whereverdrochner
1998-11-14Delint:christos
1998-08-29first pass at fixing up capitalization of function names andlukem
1998-07-26const poisoning.mycroft
1998-07-26constify some tables.mycroft
1998-07-26constify some tables.mycroft
1998-02-06macroize BSD, NetBSD, FreeBSD and misc cleanupperry
1998-02-05add LIBRARY section to man pageperry
1998-02-05remove illegal quotes from .Dd directivesperry
1998-02-03remove obsolete register declarationsperry
1998-01-18Enhance readability by converting to use -mdoc macros.kleink
1997-11-14add missing .Nm entries. from spz@serpens.swb.de.mrg
1997-10-22- use CPPFLAGS instead of CFLAGSlukem
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Remove unused variablechristos
1997-07-13Fix RCSID'schristos
1997-07-13Add braces in initializers.christos
1997-07-13Fix RCSID'schristos
1997-07-13Add missing return NULL;christos
1997-07-13Add missing braces in initializers.christos
1997-04-06qualify opcode constants with long, so that bad things don't happen when longcgd
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1996-12-19fix a slight bogon (found by lint) introduced in rev 1.5 (by me, no less!).cgd
1995-03-01Clean up deleted files.mycroft
1995-02-27add unintrusive Idscgd