summaryrefslogtreecommitdiff
path: root/lib/libc/regex
AgeCommit message (Expand)Author
2004-02-10improve Nd; from millert@Jason McIntyre
2003-12-07Unbreak handling of non-ASCII chars. Fixes PR 3594. From FreeBSDOtto Moerbeek
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-30section reorder;Jason McIntyre
2003-04-05strcpy/strcat -> strlcpy/strlcatThierry Deval
2002-10-16- don't use the function enclosure macros.Wilbern Cobb
2002-05-25remaining easy snprintf conversionsTheo de Raadt
2002-05-24try to use strlcpy and snprintf more; ok variousTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-01much greater care for malloc & realloc failures; millert okTheo de Raadt
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2000-08-09More of the same.Aaron Campbell
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-06Do not leave `(' characters dangling at the end of lines; instead, use theAaron Campbell
1999-11-17Add missing MLINKsTodd C. Miller
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-06-05use .Tn instead of .Em for logical/bitwise OR + ANDAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
1999-02-27make function names the correct caseTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-08-14realloc repairTheo de Raadt
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-03-19some -WallTodd C. Miller
1997-08-24Fix warningsTodd C. Miller
1997-07-29convert to mdoc formatflipk
1997-07-17formattingMichael Shalayeff
1997-04-30Be specific about using unsigned valuesThorsten Lockert
1997-04-30Remove dead code and variablesThorsten Lockert
1997-04-28- cast usages of *printf() to void since we don't check return valTodd C. Miller
1997-04-12long -> int to fix 64bit issues. This breaks 16bit machines but since we don...Todd C. Miller
1996-09-15Remove dead codeThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1996-03-25Make a proper lvalue in INCThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt