aboutsummaryrefslogtreecommitdiff
path: root/archival/ar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make: pdpmake needs long filename support in ar tooRon Yorston2022-11-131-1/+1
* make: new appletRon Yorston2022-08-011-2/+2
* Merge branch 'busybox' into mergeRon Yorston2021-09-211-1/+2
|\
| * libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-171-1/+2
* | ar: only free temporary filename if requiredRon Yorston2021-01-251-2/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-29/+32
|\|
| * help text tweaksDenys Vlasenko2020-12-181-28/+31
| * help text tweaksDenys Vlasenko2020-12-131-1/+1
| * archival: avoid std namespace for local includesJoachim Nilsson2020-11-161-1/+1
* | ar: conditional compilation for variable only needed on WIN32Ron Yorston2018-03-031-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-1/+1
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-5/+10
|\|
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-4/+7
| * getopt32: move support for "always treat first arg as option" to users (tar/ar)Denys Vlasenko2017-08-041-2/+4
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-13/+11
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-10/+10
| * libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko2017-07-201-2/+0
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-1/+1
|\|
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-311-13/+3
|\|
| * tweak defconfigDenys Vlasenko2015-10-251-13/+3
* | ar: fix modification of existing archivesRon Yorston2015-03-041-1/+15
|/
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-141-0/+40
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-141-0/+1
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-141-0/+2
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* Fix double words in comments. No code changesMarek Polacek2011-04-161-1/+1
* move help text from include/usage.src.h to archival/*.cPere Orga2011-03-271-0/+11
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* whitespace cleanupDenys Vlasenko2010-10-291-8/+8
* libbb: add xfstat functionDenys Vlasenko2010-08-311-2/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* ar: fix a regression: "ar t arch.a" stopped shoting filesNguyễn Thái Ngọc Duy2010-04-151-1/+2
* ar: add archive creation supportAlexander Shishkin2010-03-151-29/+192
* ar: heh, there *was* "-1" already...Denys Vlasenko2010-01-041-1/+1
* ar: fix two bugs, one added by prev comment and other we SEGV with no paramsDenys Vlasenko2010-01-041-2/+2
* *: remove some uses of argcDenys Vlasenko2010-01-041-3/+4
* tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko2009-09-171-1/+1
* dpkg_deb: slight code shrinkDenis Vlasenko2008-07-101-9/+1
* libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko2008-06-281-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* update Glenn McGrath's email addressDenis Vlasenko2007-09-211-1/+0
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-3/+5
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1