aboutsummaryrefslogtreecommitdiff
path: root/archival/unlzma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-1/+1
* bb_applet_name -> applet_namevda2006-10-031-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* g[un]zip: add support for -v (verbose).vda2006-10-011-5/+7
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-291-2/+2
* archival: added O_TRUNC so that when we overwrite files on unpack,vda2006-09-031-5/+6
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-8/+2
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-1/+1
* Use xstat() instead of if(stat()) die()landley2006-06-131-4/+1
* Patch from Denis Vlasenko: unlzma was make files with mode 777. Tweaklandley2006-06-131-1/+6
* Patch from Aurelien Jacobs to add unlzma. (A new decompression type,landley2006-01-201-0/+65