Age | Commit message (Expand) | Author |
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 |
2016-08-14 | Don't reinvent rlim_t; when printing it use %llu and cast to | Philip Guenther |
2016-08-14 | Don't call sysconf() in a loop conditional when the loop won't affect it | Philip Guenther |
2016-08-14 | Remove many unnecessary casts. Verified by comparing generated code on | Philip Guenther |
2016-08-14 | replace strtoq with strtoll. ok openbsd | Ted Unangst |
2016-08-14 | Replace u_quad_t with unsigned long long and replace "uqd" with "ull" in | Philip Guenther |
2016-08-12 | rework initial text a little, to read better; | Jason McIntyre |
2016-08-10 | fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>; | Ingo Schwarze |
2016-08-09 | In emacs incremental search mode (^R), | Ingo Schwarze |
2016-08-02 | Fix the begin of word bug in s-command, similar to sed. | Martijn van Duren |
2016-07-29 | all of the update functions take a size_t. correct type and casts. | Ted Unangst |
2016-07-28 | remove note about command substitution and double quotes: it is probable | Jason McIntyre |
2016-07-23 | Before terminal characteristics are displayed, stty(1) activates | Alexander Bluhm |
2016-07-18 | rework the first sentence of this page; | Jason McIntyre |
2016-07-10 | attempt to improve clarity by reducing forward references and more | Ted Unangst |
2016-07-01 | For -be, indent the $ on blank lines. | Ingo Schwarze |
2016-06-28 | revert previous. better fix applied to fts_open. | Ted Unangst |
2016-06-28 | don't report errors for 'rm -rf ""'. report by rkitover. | Ted Unangst |
2016-06-23 | allow creation of devices or fifo without -p (as it is already allowed with -p) | Sebastien Marie |
2016-06-03 | new style overlords say to use continue in empty loops. | Ted Unangst |
2016-06-01 | put this in the public domain as well. reminded by theo. we discussed | Marc Espie |
2016-05-10 | Fix operator precedence error; OK guenther@ millert@ | Tim van der Molen |
2016-05-04 | Correct the description of the != operator in arithmetic expansion; | Ingo Schwarze |
2016-05-04 | line editing correction; from andras farkas | Jason McIntyre |
2016-04-27 | Do not handle echo "`echo \"hi\"`" in POSIX mode differently than in | Christian Weisgerber |
2016-04-25 | remove list item left in previous; | Jason McIntyre |
2016-04-25 | remove references to systrace | Ted Unangst |
2016-04-25 | boom goes the dynamite | Ted Unangst |
2016-04-25 | unlink systrace from the build. pledge is the glorious future that awaits. | Ted Unangst |
2016-04-19 | Switch from fgetln() to getline() to simplify error handling. | Philip Guenther |
2016-04-16 | Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL). | Kenneth R Westerback |
2016-04-15 | don't allow removal of /. more robust approach involving stat this time. | Ted Unangst |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-28 | remove unused variable | Charles Longeau |
2016-03-27 | actually remove unnecessary includes | Michael McConville |
2016-03-23 | header cleanup | mmcc |