Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-22 | Terminate our output string correctly if we've got | brian | |
an ``a'' command that has an escaped newline on the last line of the last script that we're processing. | |||
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-04-30 | make y command 8 bit clean; Elmar.Bartel@informatik.tu-muenchen.de | Theo de Raadt | |
1998-02-15 | fix a comment | Theo de Raadt | |
1998-01-21 | Back out last change. ed and sed should not use extended regular expressions. | Todd C. Miller | |
1998-01-18 | Support extended (modern) instead of basic (obsolescent) | Todd C. Miller | |
regular expressions. hubert.feyrer@rz.uni-regensburg.de | |||
1997-11-14 | fix for a line continuation bug, more than a year ald. work by mckusick, | Theo de Raadt | |
bostic, mark@linus.demon.co.uk, davidg, and bde. | |||
1997-09-11 | extra () | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
1997-04-28 | Use strtoul() not strtol() when assigning to an unsigned long. | Todd C. Miller | |
1997-03-26 | show a backslash properly; david@mono.org | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-05-21 | getc/ungetc use an int | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |