Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gunzip: s/unsigned char extra_short/unsigned extra_short/ | Denis Vlasenko | 2007-03-15 | 1 | -1/+1 |
| | | | | we can unzip openssh-4.3p2.tar.gz now :) | ||||
* | bunzip2/gunzip/uncompress/unlzma: merge into common code - | Denis Vlasenko | 2007-03-07 | 1 | -6/+3 |
| | | | | fix few corner cases, reduce size by 450 bytes. Update testsuite. | ||||
* | style fixes | Denis Vlasenko | 2006-12-26 | 1 | -2/+2 |
| | | | | last xcalloc replaced by xzalloc | ||||
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
| | |||||
* | "formated" -> "formatted" throughout the code base. | "Robert P. J. Day" | 2006-07-20 | 1 | -7/+7 |
| | |||||
* | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley | 2006-07-16 | 1 | -7/+7 |
| | | | | xlseek and fdlength() for the new mkswap. | ||||
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | 2006-07-12 | 1 | -0/+3 |
| | |||||
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
| | |||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 1 | -0/+1 |
| | | | | which were otherwise cluttering the global namespace. | ||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -8/+8 |
| | |||||
* | Use xread_char to save a few bytes, fix indenting of comments | Glenn L McGrath | 2002-11-03 | 1 | -23/+12 |
| | |||||
* | Fix compress support and prevent a segfault | Glenn L McGrath | 2002-09-27 | 1 | -9/+2 |
| | |||||
* | New common unarchive code. | Glenn L McGrath | 2002-09-25 | 1 | -0/+75 |