summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/regexp/regexp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* express final disapproval of the interfaces in libcompat, such asderaadt2013-12-041-78/+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]
* some -Wimplicit-function-declaration cleaning; ok millert@david2004-12-221-1/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* 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-5/+5
|
* Actually, let's use straight defines instead of macros. Potentially adownsj1996-07-241-5/+5
| | | | better approach.
* Prevent the v8 style regexp library from clashing with the POSIX regex.downsj1996-07-241-7/+64
| | | | | 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/+24