summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regerror.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Constify the strings in regerror.c and make use of the strlcpy()tb2020-12-301-14/+14
| | | | | | return value to avoid a redundant strlen() call. from miod, ok millert
* 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
| | | | parameter names from prototypes. ok millert@
* 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
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* 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
| | | | | | - move an assert to be *before* a strcpy() where it can do some good. - integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450, Ross Harvey) - add lite2 tags
* Remove dead codetholo1996-09-151-3/+1
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-9/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+186