Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-29 | Change command main() functions to return void, and exit(toys.exitval) from | Rob Landley | |
the toybox infrastructure instead. Eliminates a return call from each command. | |||
2007-01-18 | In bunzip replace setjmp/longjmp handling with error_exit(), replace string | Rob Landley | |
based handling of a 6-byte header with with two 24-bit integer reads. Use xmalloc() and xzalloc(). | |||
2007-01-16 | Add a quick and dirt bzcat (stdin to stdout only for the moment) to test | Rob Landley | |
out the bunzip2 library. |