summaryrefslogtreecommitdiff
path: root/lib/libcompat/regexp
AgeCommit message (Collapse)Author
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
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).
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
1999-08-02Add a hook to regexp/regerror.c for overriding the default regerror()Jason Downs
function. Add support for overriding the default regerror() function in 4.3/regex.c, and avoiding free()ing things multiple times.
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1997-07-17fix XrTheo de Raadt
1996-12-14Clean up lint & compile warningsThorsten Lockert
1996-07-24Actually, let's use straight defines instead of macros. Potentially aJason Downs
better approach.
1996-07-24Prevent the v8 style regexp library from clashing with the POSIX regex.Jason Downs
Inspired by the changes to BSD/OS (and the bug they caught), but I didn't go and look at the BSD/OS sources.
1995-10-18initial import of NetBSD treeTheo de Raadt