Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-13 | a few more strlcpy | Theo de Raadt | |
2002-07-09 | make sed r command not bail out. try sed -e "/a/r" | Theo de Raadt | |
vtamara@wimsey.informatik.uni-kl.de, pr 2755 | |||
2002-06-11 | kill err(3) newlines; ok miod@, deraadt@ | Jason Peel | |
2002-04-15 | Fix sed(1) in the case where a last line is specified and hold space | Todd C. Miller | |
is not specified, and then the first part of the pattern space is deleted, when there are two or more input lines, as this results in subtraction of one from an unsigned integral value of '0'. That bogus value is used in one case for a loop (that will run far too many times in this case) and a function to search for a value within a specified range of memory, however now the range of memory is obscenely large and a segmentation (or memory) fault will occur. This is fixed by checking for and appropriately handling a nil pattern space as if the specified search in memory failed, as indeed it obviously will with nil pattern space. From Tim J. Robbins by way of FreeBSD | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-10-06 | Print commands in a prettier fashion. | Aaron Campbell | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell | |
2000-03-06 | Some section re-ordering. | Aaron Campbell | |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
1999-07-04 | better use of quotes | Aaron Campbell | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-06-06 | make G newline if hold is empty | Theo de Raadt | |
1998-12-28 | use \& block on : in macro; ross | Theo de Raadt | |
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell | |
1998-09-24 | correct sccsid, not like it really matters | Todd C. Miller | |
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 | |