summaryrefslogtreecommitdiff
path: root/lib/libcompat
AgeCommit message (Collapse)Author
1999-11-14not kerberos; karls@inet.noTheo de Raadt
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-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
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
1999-02-27make function names the correct caseTheo de Raadt
1998-02-27extra commas go foom foom foomTheo de Raadt
1997-09-15Fix tags, copyright.Jason Downs
1997-09-15Fix NetBSD PR#4068.Jason Downs
1997-07-17fix XrTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1996-12-14Clean up lint & compile warningsThorsten Lockert
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-08-21cfree moved to libcJason Downs
1996-08-18Fix order of parameters to compare function. Man page says (key, element)Todd C. Miller
which is what the ATT version does too.
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