summaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-1/+4
* one-liner: fix indentationDenis Vlasenko2007-04-101-1/+1
* bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/Denis Vlasenko2007-04-101-190/+208
* getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko2007-04-081-2/+1
* find: fix handling of -pruneDenis Vlasenko2007-04-081-2/+2
* random small shrinkage and elimination of staticsDenis Vlasenko2007-04-071-2/+2
* libbb: add xunlink()Denis Vlasenko2007-04-051-2/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-1/+1
* unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)Denis Vlasenko2007-03-311-2/+3
* dpkg: run_package_script() returns 0 if all ok and non-zero if failure.Denis Vlasenko2007-03-291-5/+3
* - fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer2007-03-291-2/+3
* Attempt to get more applets compile for NOMMU.Denis Vlasenko2007-03-261-1/+7
* gzip: fix -d option handlingDenis Vlasenko2007-03-221-1/+1
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-1/+1
* dpkg: free_package(NULL) is ok, so don't test for NULL, just free.Denis Vlasenko2007-03-191-5/+2
* ls: fix segfault-if-standalone-shell, add big fat comment.Denis Vlasenko2007-03-191-1/+1
* Kim B. Heino writes:Bernhard Reutner-Fischer2007-03-191-5/+3
* gunzip: s/unsigned char extra_short/unsigned extra_short/Denis Vlasenko2007-03-151-1/+1
* gzip: Improve ptr_to_globals trick, allowing gccDenis Vlasenko2007-03-151-2/+2
* fix TODO: getopt32 should reset optind to 1 itselfDenis Vlasenko2007-03-151-2/+0
* modify ptr_to_globals trick so that we do not violateDenis Vlasenko2007-03-151-5/+4
* get_header_ar: reformatted code, no real changesDenis Vlasenko2007-03-141-10/+14
* gzip: bbunzip integration fixesDenis Vlasenko2007-03-141-172/+19
* gzip: use common bbunzip infrastructure - ~700 bytes code lessDenis Vlasenko2007-03-143-99/+97
* gzip: reduce global data footprint, part 3Denis Vlasenko2007-03-142-5/+7
* gzip: reduce global data footprint, part 2Denis Vlasenko2007-03-141-44/+46
* gzip: reduce global data footprint, part 1Denis Vlasenko2007-03-141-446/+463
* bbunzip: remove extra formatting directives in commentsDenis Vlasenko2007-03-121-2/+0
* kill superfluous returns at the end of void functionsDenis Vlasenko2007-03-113-14/+0
* fix buglets found by randomconfig runDenis Vlasenko2007-03-111-2/+14
* bbunzip: size optimization: ~90 bytesDenis Vlasenko2007-03-092-22/+21
* bbunzip: fix comments to match realityDenis Vlasenko2007-03-071-13/+14
* bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko2007-03-0710-403/+356
* remove f wordsDenis Vlasenko2007-03-042-2/+2
* tar: handle tarfiles with (broken) checksums a-la Sun.Denis Vlasenko2007-03-032-6/+16
* sort: fix multiple -k (was ignoring all except last)Denis Vlasenko2007-02-171-1/+1
* dpkg: fix segfault on "dpkg -i"Denis Vlasenko2007-02-151-15/+15
* make tar restore mode againDenis Vlasenko2007-02-121-0/+8
* syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko2007-02-111-2/+2
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* fix tar t segfault (closes 1183)Denis Vlasenko2007-02-041-18/+25
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-0313-0/+13
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-292-12/+12
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-1/+1
* accumulated post-1.4.0 fixesDenis Vlasenko2007-01-241-14/+14
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-132-2/+2
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-112-3/+3
* missed a few #undefs (no real impact I think)Denis Vlasenko2007-01-101-0/+2
* fix bug 1146 (gunzip breakage introduced by me --vda)Denis Vlasenko2007-01-101-17/+19
* gzip cleanup part #13 - the last for today I thinkDenis Vlasenko2007-01-071-144/+111