summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regerror.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Constify the strings in regerror.c and make use of the strlcpy()tb2020-12-301-14/+14
* delete old lint ARGSUSED commentsguenther2015-11-011-2/+1
* zap rcsidespie2005-08-051-8/+1
* remove useless comments, once used for header file generation and deleteotto2004-11-301-33/+2
* ansify and deregister; no change in obj code. ok millert@otto2004-10-171-15/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* remaining easy snprintf conversionsderaadt2002-05-251-6/+8
* try to use strlcpy and snprintf more; ok variousderaadt2002-05-241-2/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-3/+2
* some -Wallmillert1998-03-191-18/+18
* - cast usages of *printf() to void since we don't check return valmillert1997-04-281-12/+14
* Remove dead codetholo1996-09-151-3/+1
* Fix RCS idstholo1996-08-191-9/+1
* initial import of NetBSD treederaadt1995-10-181-0/+186