Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless. | 2001-05-26 | 1 | -8/+8 | ||
| | | | | | Change NET2_STAT into LONG_OFF_T for portability to systems with a 32bit off_t. | |||||
* | use proper str*cpy functions instead of home grown one, spaces; millert@ ok | 2001-05-16 | 1 | -31/+24 | ||
| | ||||||
* | spelling | 2001-01-04 | 1 | -3/+3 | ||
| | ||||||
* | Work with files larger than 2 Gb; from NetBSD change by mycroft@netbsd.org | 2000-01-21 | 1 | -4/+12 | ||
| | ||||||
* | Fix off-by-one error when adding files of exactly 100 characters; wsanchez@apple.com | 1998-10-19 | 1 | -8/+7 | ||
| | ||||||
* | fix storage of paths that are exactly 100 chars; mgw@pacbell.net | 1998-09-26 | 1 | -4/+4 | ||
| | ||||||
* | i am bored enough to fix terminal space/tab uglies | 1997-09-01 | 1 | -8/+8 | ||
| | ||||||
* | #if __STDC__ --> #ifdef __STDC__ | 1997-07-25 | 1 | -18/+18 | ||
| | ||||||
* | Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy() | 1997-06-04 | 1 | -19/+18 | ||
| | | | | | pad with NULL's like strncpy(3). This eliminates the need for zf_strncpy(); ocurrences of zf_strncpy() have been changed to l_strncpy(). | |||||
* | Strip leading '/' of pathnames (only in tar mode). -S option turns | 1997-04-05 | 1 | -3/+3 | ||
| | | | | this off like GNU tar. | |||||
* | Deal with old-style tar archives with a directory specifier (extension). | 1997-04-02 | 1 | -2/+12 | ||
| | ||||||
* | Back out my previous kludge to make tar files with short trailers work in | 1997-03-25 | 1 | -3/+3 | ||
| | | | | | | favor of a simpler change--never try to do a media change when invoked as tar. This fixes problems that crop up if gzip exits unhappily and others. | |||||
* | Correct handling of long filenames that has been stored with a prefix in | 1997-02-16 | 1 | -11/+12 | ||
| | | | | the archive; generate POSIXly correct padding of octal fields. | |||||
* | Permit single block trailers differently. | 1997-02-10 | 1 | -3/+3 | ||
| | ||||||
* | Fix uses of strncpy | 1996-08-27 | 1 | -14/+20 | ||
| | ||||||
* | update rcsid | 1996-06-23 | 1 | -1/+2 | ||
| | ||||||
* | Correct compile warnings | 1996-06-11 | 1 | -17/+16 | ||
| | | | | | | Rename warn() to paxwarn() so <err.h> can be included Remove #include <ctype.h> when not needed; from FreeBSD | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+1198 | ||