summaryrefslogtreecommitdiff
path: root/lib/libcompat
AgeCommit message (Collapse)Author
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