aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/tar.c
Commit message (Collapse)AuthorAgeFilesLines
* tar: remove /bin/ when invoking compressorsphonologus2020-01-141-6/+1
|
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+1
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* tar: rename sstrnlen to avoid OpenBSD compile errorRuss Cox2010-07-111-5/+5
| | | | | | R=, rsc CC= http://codereview.appspot.com/1810041
* src/cmd/tar.c: avoid conflict with strnlen in libcAlbert Lee2008-12-011-3/+3
|
* silence warning (andrey)rsc2006-04-201-1/+2
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-3/+3
|
* no anon unionrsc2006-03-311-29/+30
|
* new tar importrsc2006-03-301-63/+195
|
* more tar changesrsc2005-07-221-28/+27
|
* fix tarrsc2005-07-221-2/+2
|
* update from geoffrsc2005-07-221-0/+1043