"Vladimir N. Oleynik"
|
84e7511607
llist must initialize, add loses ifdef, small indent correction
|
19 years ago |
Rob Landley
|
3ee6c24ea2
Add --exclude option (to make uClibc-0.9.28 headers install using busybox tar).
|
19 years ago |
"Vladimir N. Oleynik"
|
f704b27b5b
|
19 years ago |
"Vladimir N. Oleynik"
|
f588869696
new featured bb_opt_complementally, correct argc checking
|
19 years ago |
"Vladimir N. Oleynik"
|
064f04e7e2
|
19 years ago |
"Vladimir N. Oleynik"
|
39a841cecf
change interface to bb_xasprintf() - more perfect for me.
|
19 years ago |
Bernhard Reutner-Fischer
|
d5bd137a24
- rename libbb's password helpers as suggested in libbb.h
|
19 years ago |
"Vladimir N. Oleynik"
|
27421a1878
1) bb_opt_complementaly -> bb_opt_complementally
|
19 years ago |
Rob Landley
|
92255d60b8
Fix for bug 383: attempting to "tar c /" would error out because stripping
|
19 years ago |
Rob Landley
|
cc8885f6f3
Dirk Clemens pointed out how easy it is to support bzip2 compression, since we
|
19 years ago |
Mike Frysinger
|
348e84c202
change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR)
|
19 years ago |
Eric Andersen
|
52499cb9ae
Tito writes:
|
20 years ago |
Eric Andersen
|
4f807a84c5
BusyBox has no business hard coding the number of major and minor bits for a
|
20 years ago |
Glenn L McGrath
|
a88ae491e3
Fixup -T (--files-from) option, works for non-directories now
|
20 years ago |
Eric Andersen
|
aaff79a8dd
Steve Grubb writes:
|
20 years ago |
Glenn L McGrath
|
c6992feee3
Update my email address, document some of my tasks in the AUTHORS file
|
21 years ago |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
21 years ago |
Eric Andersen
|
70060d25d2
s/fileno\(stdin\)/STDIN_FILENO/g
|
21 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 years ago |
Glenn L McGrath
|
303e989a11
Add the -h, --dereference option for archive creation.
|
21 years ago |
Glenn L McGrath
|
ce91c8ac2b
Isolate code better for unused options, config option to enable long
|
21 years ago |
Glenn L McGrath
|
7ffe133864
As we no longer use function pointers for read in common archiving code
|
21 years ago |
Glenn L McGrath
|
e857122c97
Fix tar-handles-nested-exclude testcase
|
21 years ago |
Glenn L McGrath
|
bebc40b406
Check at least one context is specified
|
21 years ago |
Glenn L McGrath
|
ba49651de9
Check there are files to add the archive before removing a specified
|
21 years ago |
Glenn L McGrath
|
56f16b42c9
tar -Z, uncompress support
|
21 years ago |
Glenn L McGrath
|
3b9fc8fe2a
Make unlink old files default behaviour and add a new option -k to
|
21 years ago |
Glenn L McGrath
|
eba86e2adb
Catch unsupported features
|
21 years ago |
Glenn L McGrath
|
91b3d460c7
Fix -C option when creating tar files.
|
21 years ago |
Eric Andersen
|
cb81e6484d
Update a bunch of docs. Run a script to update my email addr.
|
21 years ago |