Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-07 | Check return value of malloc(). Also make the code clearer with respect to | Aaron Campbell | |
setting lbuf = NULL; millert@ ok | |||
2000-03-10 | Various cleanups and standardization. | Aaron Campbell | |
1999-08-24 | better fix; now if the last line in a file stream does not contain a newline, | Aaron Campbell | |
construct a null-terminated copy of the buffer returned by fgetln() and process it as normal | |||
1999-08-23 | fgets() -> fgetln(). When reading files like this, the notion of a `line' is | Aaron Campbell | |
more appropriate than C strings. Now paste won't die if it encounters null characters. If the last line in the stream does not contain a newline, we now say "incomplete line" instead of lying about "line too long". fgetln() uses realloc, so now we're not limited to POSIX_LINE_MAX. | |||
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1998-11-16 | more -Wall | Theo de Raadt | |
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |