| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort sections. | ru | 2005-01-18 | 1 | -52/+52 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | Add a fallback version of fnmatch() to the bsdtar | kientzle | 2004-12-22 | 3 | -9/+170 |
* | GC an unused #include | kientzle | 2004-12-22 | 1 | -1/+0 |
* | Fix -W long option handling. | kientzle | 2004-12-22 | 1 | -5/+15 |
* | Portability: the included fts.c should now | kientzle | 2004-12-22 | 2 | -2/+2 |
* | Use a relative symlinking so that "tar" also works in /stand. | ru | 2004-11-12 | 1 | -1/+1 |
* | FreeBSD does have uintmax_t, so it can correctly | kientzle | 2004-11-06 | 1 | -0/+1 |
* | Correct error handling on failed writes | kientzle | 2004-11-05 | 2 | -5/+3 |
* | getopt(3) prints an "unrecognized option" warning for me, so I | kientzle | 2004-10-17 | 1 | -1/+0 |
* | Cosmetic goof: Use two spaces in "Jan 03 2004" but only one in "Jan 03 12:32" | kientzle | 2004-10-17 | 1 | -1/+1 |
* | Make -C and -T work correctly together. | kientzle | 2004-08-28 | 1 | -4/+5 |
* | Document the -O option's new behavior in the presence of -t. | kientzle | 2004-08-27 | 1 | -2/+4 |
* | Support -t -O as in gtar. Perversely enough, -O means "send to stderr" | kientzle | 2004-08-27 | 2 | -11/+16 |
* | Permit -P to be combined with -t. (It's a no-op then, just as in gtar.) | kientzle | 2004-08-26 | 1 | -2/+0 |
* | Tell getopt to accept the (already-implemented) -I option. | kientzle | 2004-08-26 | 1 | -1/+1 |
* | Make -I and --files-from be synonyms for -T | kientzle | 2004-08-13 | 1 | -0/+4 |
* | gtar uses -F for another purpose, so bsdtar no longer treats it as a | kientzle | 2004-08-08 | 3 | -20/+18 |
* | Better low-memory handling: If the link cache runs out of memory, just | kientzle | 2004-08-08 | 1 | -35/+36 |
* | Move the smart chdir logic into a couple of utility functions in util.c. | kientzle | 2004-08-08 | 5 | -85/+66 |
* | It shouldn't be an error to specify the same mode twice: allow -cc but not -ct. | kientzle | 2004-08-08 | 2 | -50/+38 |
* | Another pointy-hat problem: PACKAGE_VERSION macro is set in | kientzle | 2004-08-08 | 2 | -3/+0 |
* | Minor portability fixes. bsdtar now compiles on Win32/cygwin, though | kientzle | 2004-08-08 | 1 | -2/+18 |
* | Add --totals option. Unlike gtar, this reports the bytes actually | kientzle | 2004-08-07 | 4 | -3/+25 |
* | Linux port corrections: | kientzle | 2004-08-07 | 3 | -5/+6 |
* | Add "make distfile" capabilities to bsdtar, including informational | kientzle | 2004-08-07 | 7 | -50/+251 |
* | Ensure that there's always a space between the user name and | kientzle | 2004-08-05 | 1 | -1/+1 |
* | GNU and POSIX disagree about -o and -l. | kientzle | 2004-08-03 | 2 | -22/+70 |
* | Correct the explanation of the -X option. | kientzle | 2004-08-01 | 1 | -3/+5 |
* | Improve portability to FreeBSD 4. | kientzle | 2004-07-30 | 1 | -0/+6 |
* | Fix comment. | kientzle | 2004-07-30 | 1 | -1/+1 |
* | Add a --version option to bsdtar that prints the versions of | kientzle | 2004-07-26 | 2 | -4/+21 |
* | A bunch of style and security fixes (error checking return values, etc), | kientzle | 2004-07-25 | 4 | -35/+70 |
* | Of course, I meant POSIX.1-1996, not 1997. | kientzle | 2004-07-25 | 1 | -1/+1 |
* | A bunch of stuff from Christoph Mellon: | kientzle | 2004-07-24 | 7 | -74/+77 |
* | My bad: /dev/sa0, no 'r' | kientzle | 2004-07-21 | 1 | -1/+1 |
* | Guard against argv[0] being NULL. | kientzle | 2004-07-19 | 1 | -6/+11 |
* | Fix some misspellings, document the TAPE environment | kientzle | 2004-07-19 | 1 | -2/+16 |
* | Remove unused user_uname variable. | kientzle | 2004-07-17 | 2 | -16/+8 |
* | Make bsdtar the default system tar. This makes /usr/bin/tar a symlink | kientzle | 2004-07-17 | 1 | -1/+1 |
* | Validate -o usage. Strictly speaking, -o only makes sense with -x, | kientzle | 2004-07-17 | 2 | -0/+8 |
* | Make the day/month ordering dependent on the current locale by | kientzle | 2004-07-15 | 4 | -4/+17 |
* | Mimic ls(1) by putting an extra space before the year in old dates | kientzle | 2004-07-12 | 1 | -1/+1 |
* | Fix tab/space screwup in long_help() | kientzle | 2004-07-12 | 1 | -1/+1 |
* | Fixed cross-references in SEE ALSO. | ru | 2004-07-04 | 1 | -1/+1 |
* | Pass the pointy hat, please: | kientzle | 2004-07-04 | 1 | -2/+2 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
* | Add yet another synonym for -n. | kientzle | 2004-06-28 | 1 | -0/+1 |
* | Update -p: | kientzle | 2004-06-27 | 1 | -1/+2 |
* | Warn about stripping leading '/' when creating archives. | kientzle | 2004-06-27 | 1 | -1/+8 |