Age | Commit message (Expand) | Author |
2016-09-27 | Move bug description to the BUGS section | Dmitrij Czarkoff |
2016-09-23 | Attempt to use stdout, stderr, or stdin terminal widths if they exist. | Anthony J. Bentley |
2016-09-23 | remove the note about the list command (l) displaying a --More-- | Jason McIntyre |
2016-09-20 | sync the description of -q with that of cksum.1; | Jason McIntyre |
2016-09-12 | Remove mention of "remote time" in description for the -a flag. | Jeremie Courreges-Anglas |
2016-09-11 | Symlinks to binaries should belong to root:bin. | Martin Natano |
2016-09-08 | The bug about not displaying exact information because ps can't run | Ted Unangst |
2016-09-08 | Mark PPID read-only as per the manual. From Anthony Coulter. | Todd C. Miller |
2016-09-08 | Add KSH_IGNORE_RDONLY flag and use it in var.c instead of the 0x4 | Todd C. Miller |
2016-09-08 | Allow "typeset -ir FOO" if FOO is not already marked read-only. OK tb@ | Todd C. Miller |
2016-09-08 | etime isn't just an alias for start. the output format is different. | Ted Unangst |
2016-09-08 | Don't try to look up array names for complete_* that aren't | Nicholas Marriott |
2016-09-08 | it seems we hyphenate it set-group-id; | Jason McIntyre |
2016-09-07 | remove unused variable 'last' | David Coppa |
2016-09-04 | Allow simple custom completions by creating an array named | Nicholas Marriott |
2016-09-03 | add sha512/256 support to check that the libc code is right :) | Ted Unangst |
2016-09-01 | simplify comment to remove reference to sparc. | Ted Unangst |
2016-08-26 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther |
2016-08-26 | Need <time.h> for time() and others. Pulled in by coincidence previously | Philip Guenther |
2016-08-26 | -E NONE has *never* worked; it was always -E none. It's a dubious option | Philip Guenther |
2016-08-26 | options.h is only used by options.c; merge it into the .c file | Philip Guenther |
2016-08-26 | reduce and sort #includes | Philip Guenther |
2016-08-26 | tables.h is only used by tables.c; merge it into the .c file | Philip Guenther |
2016-08-26 | <sys/time.h>, <errno.h>, and <stdlib.h> are unnecessary; sort #includes | Philip Guenther |
2016-08-26 | sel_subs.h is only used by sel_subs.c; merge it into the .c file | Philip Guenther |
2016-08-26 | pat_rep.h is only used by pat_rep.c; merge it into the .c file | Philip Guenther |
2016-08-26 | ftree.h is only used by ftree.c; merge it into the .c file | Philip Guenther |
2016-08-26 | Don't need <sys/time.h> or "options.h" here | Philip Guenther |
2016-08-26 | cache.h is only used by cache.c; merge it into the .c file | Philip Guenther |
2016-08-25 | remove lint comments | Ted Unangst |
2016-08-25 | Replace name_{uid,gid}() with the libc routines user_from_uid() and | Philip Guenther |
2016-08-24 | Make list-like output go to stderr when appending to an archive on stdout. | Philip Guenther |
2016-08-24 | Treat cpio's -t option as a modifier to -i, so they're ordering independent | Philip Guenther |
2016-08-24 | Use writev(2) to write history records using a single syscall. | Todd C. Miller |
2016-08-24 | Avoid recursively calling c_fc(). Fixes a core dump from "r r" and | Todd C. Miller |
2016-08-23 | Instead of doing strcmp(argv0), track the invocation mode (pax/tar/cpio) | Philip Guenther |
2016-08-23 | Only try to set the times on a directory once, at the end, to avoid | Philip Guenther |
2016-08-20 | already in v2 according to http://www.tuhs.org/Archive/PDP-11/Distributions/r... | Ingo Schwarze |
2016-08-17 | Add HISTORY section. | Ingo Schwarze |
2016-08-16 | Piping to a shell command does not count as a save, so don't reset the | Martin Natano |
2016-08-16 | Add, correct, and improve HISTORY sections. | Ingo Schwarze |
2016-08-16 | Add HISTORY. | Ingo Schwarze |
2016-08-16 | Nuke a bunch of whitespace nits seen while '%q' hunting. | Kenneth R Westerback |
2016-08-16 | Nuke some erroneous leading whitespace. | Kenneth R Westerback |
2016-08-16 | Bring types of variables used with struct stat into the modern world. | Kenneth R Westerback |
2016-08-16 | Avoid a compiler warning about use of uninitialized l.beg emitted | Theo Buehler |
2016-08-16 | Add HISTORY. | Ingo Schwarze |
2016-08-15 | %*qd -> %*lld + (long long) for off_t. | Kenneth R Westerback |
2016-08-14 | %qd -> %lld for an off_t already being cast to (long long)! | Kenneth R Westerback |
2016-08-14 | Another %qd -> %lld + (long long) for off_t's. | Kenneth R Westerback |