summaryrefslogtreecommitdiff
path: root/lib/libc/regex
AgeCommit message (Expand)Author
2009-04-21Convert to mdoc markup.joerg
2009-04-11Improve markup.wiz
2009-04-11Use semantic markup.joerg
2009-02-12sign-compare fixeslukem
2007-02-09Rearrange headers for better portability.junyoung
2007-02-08ANSIfy.junyoung
2007-02-08Nuke __P.junyoung
2006-03-19remove unused label.christos
2006-03-19revert previous error check.christos
2006-03-19Coverity CID 769: Avoid NULL deref.christos
2006-03-19Coverity CID 770: Avoid NULL deref.christos
2005-12-02constify and remove __UNCONST.yamt
2005-11-29WARNS=4christos
2004-09-18make othercase() return int rather than char, to avoid sign extensionjdolecek
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-12-29Remove sentence about this being an alphawiz
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