| Age | Commit message (Expand) | Author |
| 2001-12-04 | Replace some misuses of "then" with "than". | wiz |
| 2001-11-08 | Add a second example for copying directory trees, this time as root | hubertf |
| 2001-11-07 | * Fix example on how to copy a tree. | hubertf |
| 2001-11-03 | fix WARNS=2 | lukem |
| 2001-10-28 | Whitespace nits, sort sections, fix Dv usage (doesn't like macro argument). | wiz |
| 2001-10-28 | s/u_longlong_t/unsigned long long/ to shut up the parc port | lukem |
| 2001-10-26 | improve previous; use %lu and (u_long) to print size_t | lukem |
| 2001-10-26 | Cast size_t's to (int) when printing as %d; appeases the sparc port. | lukem |
| 2001-10-25 | minor improvements in wording and flag testing | lukem |
| 2001-10-25 | Implement -M flag: During a write or copy operation, treat the list of | lukem |
| 2001-10-25 | - ansi KNF (just remove all the #ifndef __STDC__ prototype junk, | lukem |
| 2001-10-24 | fix typo | lukem |
| 2001-10-07 | Fix typo. | wiz |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-09-04 | Fix typo (specifc instead of specific). | wiz |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-01-04 | use more standard %ll_ in favour of %q_ | lukem |
| 2000-10-22 | LC_TIME holds a locale name, which isn't a strftime() format string. | kleink |
| 2000-09-26 | Don't generate html yet. doc2html needs a fix. | phil |
| 2000-09-04 | Elaborate a bit on -t. | kleink |
| 2000-08-21 | Work around a groff bug by splitting a long .Cm into two parts. | tv |
| 2000-07-04 | Implement --atime-preserve. | thorpej |
| 2000-07-04 | Implement --use-compress-program. | thorpej |
| 2000-07-04 | Add GNU tar-style long options for pax's tar front-end. Still many | thorpej |
| 2000-06-17 | minor KNF nits. | mrg |
| 2000-04-14 | Don't declare 'extern opt*' getopt variables. | simonb |
| 2000-03-30 | Add a -O option: force one volume. This causes pax to not prompt for | thorpej |
| 2000-03-21 | Use an in-core stack for directory permissions rather than a temporary | thorpej |
| 2000-03-13 | Fix doubled 'the' in comment. | soren |
| 2000-02-17 | Cleanup and fix typos. | itohy |
| 2000-02-17 | Use lseek(2) on devices if not tape drives. | itohy |
| 2000-02-17 | Fix SIGINFO botch (PR #8868). | itohy |
| 2000-01-19 | Fix a glitch with handling files larger than 2GB. | mycroft |
| 1999-11-07 | Disable -pf for now, too. | mycroft |
| 1999-11-07 | Completely disable all the chflags(2) support for now. With this enabled, I | mycroft |
| 1999-11-07 | Don't try to set file flags for a symlink. | mycroft |
| 1999-11-01 | whoops; reverse the logic of the previous to make it correct. noted by mycroft. | mrg |
| 1999-11-01 | add CAF testing to extraction, archiving and listing (where it is used) | mrg |
| 1999-11-01 | add a new -p subflag: 'f' to preserve 4.4BSD fileflags. this only | mrg |
| 1999-10-22 | Implement positional -C argument to tar. | is |
| 1999-10-22 | support ././@LongLink extraction, as created by GNU tar. | mrg |
| 1999-10-22 | remove some old cruft. | mrg |
| 1999-09-26 | add SEE ALSO section, xref tar(1), cpio(1), symlink(7) | jdolecek |
| 1999-09-26 | Don't emphasys punctuations. | enami |
| 1999-08-24 | Fix "tar" mode usage string. | tron |
| 1999-08-24 | Recognize GnuTAR's "h" (instead of "H") and "P" options. | tron |
| 1999-08-24 | Strip leading slashes from filenames by default, add new "A" option to | tron |
| 1999-08-18 | Add the ability to handle estranged V7 tar archives that use USTAR-style | kleink |
| 1999-07-03 | Honor the contents of $TMPDIR for the creation of temporary files, and use | kleink |