summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/regexp/regerror.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* express final disapproval of the interfaces in libcompat, such asderaadt2013-12-041-22/+0
| | | | | | | | | them ftime(), gtty(), stty(), re_comp(), cuserid() and others. Discussion and ongoing work to fix the ports tree from many, especially naddy. ok naddy [There is a bit more cleanup possible after that, but this is considered the current safe step]
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* add missing includesdavid2003-07-181-2/+3
| | | | ok tedu@
* ansideraadt2003-06-261-7/+5
|
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-3/+3
| | | | | | | | | constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
* Add a hook to regexp/regerror.c for overriding the default regerror()downsj1999-08-021-4/+16
| | | | | | | function. Add support for overriding the default regerror() function in 4.3/regex.c, and avoiding free()ing things multiple times.
* Prevent the v8 style regexp library from clashing with the POSIX regex.downsj1996-07-241-12/+5
| | | | | Inspired by the changes to BSD/OS (and the bug they caught), but I didn't go and look at the BSD/OS sources.
* initial import of NetBSD treederaadt1995-10-181-0/+22