summaryrefslogtreecommitdiff
path: root/archival/ar.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-171-1/+2
* 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
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+1
* 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
* 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
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-1/+1
* tweak defconfigDenys Vlasenko2015-10-251-13/+3
* 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
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko2006-12-161-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-3/+3
* usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.Denis Vlasenko2006-09-271-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-10/+2
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-13/+1
* Change llist_add_* to take the address of the list rather than returning the newRob Landley2006-05-261-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* just whitespaceTim Riker2006-01-251-2/+2
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-8/+1