summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/regexp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* express final disapproval of the interfaces in libcompat, such asderaadt2013-12-048-1926/+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]
* fairly simple unsigned char casts for ctypederaadt2013-11-291-4/+5
| | | | ok krw
* use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* according to ingo, it isn;t a problem to have empty [BDS]q macros, sojmc2010-09-201-4/+4
| | | | revert that part of yesterday's diffs;
* more wacky macro fixing;jmc2010-09-191-4/+4
|
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-273-15/+3
| | | | | | | 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
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* delete breaks that are not neededderaadt2006-04-091-7/+2
|
* some -Wimplicit-function-declaration cleaning; ok millert@david2004-12-221-1/+2
|
* make Nm match Dt;jmc2004-02-101-6/+3
| | | | improve Nd as suggested by millert@
* add missing includesdavid2003-07-181-2/+3
| | | | ok tedu@
* ansideraadt2003-06-261-7/+5
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-12/+4
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* sort some macros, sort .Xr'sjmc2003-06-021-4/+7
|
* more avoidance of snprintf, strcpy, and strcat; millert okderaadt2003-03-161-10/+7
|
* 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-162-23/+23
|
* 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).
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-1/+1
| | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
* 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.
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-1/+1
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* grammar police: do not hyphenate compound words that act as adjectives if theaaron1999-05-121-2/+2
| | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
* fix more comma splices that involve misuse of conjunctive adverbspjanzen1999-03-111-1/+1
|
* fix Xrderaadt1997-07-171-1/+1
|
* Clean up lint & compile warningstholo1996-12-141-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-245-35/+90
| | | | | 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-188-0/+1886