Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-02 | Add part of a patch from Vernon Sauder that i missed a while back | Glenn L McGrath | |
2004-03-27 | Add missing include files | Eric Andersen | |
2004-03-27 | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | |
s/fileno\(stdout\)/STDOUT_FILENO/g | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-03-05 | Patch from Vernon Sauder. | Glenn L McGrath | |
The off_t type is not a consistent size; it depends on the kernel options (something about large file support). Therefore, the format string for printing an address is not always the same. | |||
2004-01-30 | s/u_int/unsigned int/g | Eric Andersen | |
s/u_short/unsigned short/g | |||
2003-04-21 | sync with waldi | Glenn L McGrath | |
2003-04-19 | Patch from David Updegraff to use calloc so that forward pointers start out | Eric Andersen | |
NULL, and so it can handle format strings that have stuff _after_ the last %? specification | |||
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-08-22 | Run through indent, fix comments | Glenn L McGrath | |
2002-06-23 | Remove advertising clauses in accordance with | Aaron Lehmann | |
ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change | |||
2001-11-02 | Introduce od and hexdump applets | Glenn L McGrath | |