Age | Commit message (Expand) | Author |
2014-06-19 | Fix memory leak in digest_file() on ferror(). OK tedu@ lteo@ | Todd C. Miller |
2014-06-12 | somehow i missed -vW as extensions; | Jason McIntyre |
2014-06-05 | Add support for COLUMNS env variable, inspired by FreeBSD but with a dash | Philip Guenther |
2014-06-04 | undo my "no TZ support" notes; guenther says they're wrong | Jason McIntyre |
2014-06-03 | -a, -o, and () are marked by posix as obsolete; the finer details are | Jason McIntyre |
2014-05-29 | document control characters which are extensions; | Jason McIntyre |
2014-05-29 | flesh out STANDARDS; | Jason McIntyre |
2014-05-29 | for -a and -g, do not say "as per posix": it adds no value to the user, and | Jason McIntyre |
2014-05-29 | some basic formatting fixes; | Jason McIntyre |
2014-05-28 | onocr suppresses the cr, not outputs it; | Jason McIntyre |
2014-05-28 | document that posix defaults to -L if no options are given, and tweak previous; | Jason McIntyre |
2014-05-28 | In his continuing quest to improve our documentation, jmc@ noticed that | Philip Guenther |
2014-05-27 | document SIGALRM, since it's handling is somewhat special, and use | Jason McIntyre |
2014-05-25 | - it seems our notes that posix require rm to behave like rmdir for directories | Jason McIntyre |
2014-05-24 | Delete pointless casts: free() return value to (void), free()'s | Philip Guenther |
2014-05-24 | Missed #include <signal.h> | Philip Guenther |
2014-05-24 | Make signal setup clearer via helper function, eliminating a gap in | Philip Guenther |
2014-05-24 | delete restricted ed. no one will ever use this. never documented or enabled. | Daniel Dickman |
2014-05-23 | Archives written with a non-standard blocksize currently show up as | Philip Guenther |
2014-05-23 | Make the signal handler safe: block signals when updating data-structures | Philip Guenther |
2014-05-23 | Use errc/warnc to simplify code. | Philip Guenther |
2014-05-21 | Use errc/warnc to simplify code. | Philip Guenther |
2014-05-21 | document which keywords are posix conformant; | Jason McIntyre |
2014-05-21 | Exit with non-zero status if a read is truncated, or if a compression | Philip Guenther |
2014-05-20 | As suggested by guenther@ and millert@, replace seek+[read|write] with | Kenneth R Westerback |
2014-05-18 | use reallocarray | Marc Espie |
2014-05-17 | better description for -A and -a, with help from millert; | Jason McIntyre |
2014-05-16 | more STANDARDS fleshing; ok sobrado millert | Jason McIntyre |
2014-05-16 | Make the df calculations of available space the same as that done in | Kenneth R Westerback |
2014-05-15 | more for STANDARDS: unsupported lists (noted by guenther) and env vars; | Jason McIntyre |
2014-05-15 | flesh out STANDARDS; ok guenther | Jason McIntyre |
2014-05-07 | use reallocarray. ok guenther | Ted Unangst |
2014-05-07 | Remove the undocumented and ineffective -F option (force hard link | Ingo Schwarze |
2014-05-07 | convert calloc to use reallocarray instead. ok millert | Ted Unangst |
2014-05-06 | reallocarray | Ted Unangst |
2014-05-06 | spell NULL as NULL | Ted Unangst |
2014-04-24 | calloc is better. from Peter Malone | Ted Unangst |
2014-04-24 | calloc is better. from Peter Malone | Ted Unangst |
2014-04-20 | Remove more commentary about recently removed des support | Theo de Raadt |
2014-04-18 | tweak; | Jason McIntyre |
2014-04-15 | note some unsupported features, and clean up some macros - in particular, | Jason McIntyre |
2014-04-15 | flesh out STANDARDS; ok millert sobrado | Jason McIntyre |
2014-04-14 | more x removal; | Jason McIntyre |
2014-04-14 | remove nonstandard DES support because DES. ok beck deraadt miod | Ted Unangst |
2014-04-01 | slightly reword -f; ok sobrado schwarze | Jason McIntyre |
2014-03-31 | restore the traditional behavior of -f implying -a; apparently Keith Bostic | Igor Sobrado |
2014-03-31 | revert previous: i was wrong; | Jason McIntyre |
2014-03-30 | a pesky comma rendered the text describing how output is sorted relevant | Jason McIntyre |
2014-03-28 | expand STANDARDS somewhat; ok millert | Jason McIntyre |
2014-03-27 | The "old" conversions are not mandated by any standard and are | Ted Unangst |