Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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.) | ||||
* | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath | 2003-11-15 | 1 | -12/+5 |
| | | | | | | | | | open_transformer(), common code for pipe+fork. Function pointer for read() no longer needed. Allow inflate to be initialised with a specified buffer size to avoid over-reading. Reset static variables in inflate_get_next_window to fix a bug where only the first file in a .zip would be be extracted. | ||||
* | fix comment | Eric Andersen | 2003-11-07 | 1 | -1/+1 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -1/+1 |
| | |||||
* | Use read_gz, remove fork() woohoo! | Glenn L McGrath | 2002-11-19 | 1 | -44/+9 |
| | |||||
* | Minor cleanups | Glenn L McGrath | 2002-11-13 | 1 | -1/+2 |
| | |||||
* | Abstract read and seek in unarchiving code, convert bunzip to file ↵ | Glenn L McGrath | 2002-11-03 | 1 | -1/+4 |
| | | | | descriptors, support tar -j | ||||
* | Fix compress support and prevent a segfault | Glenn L McGrath | 2002-09-27 | 1 | -1/+8 |
| | |||||
* | New common unarchive code. | Glenn L McGrath | 2002-09-25 | 1 | -0/+73 |