Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more use libbb/bb_msg_read_error | "Vladimir N. Oleynik" | 2005-11-25 | 1 | -1/+1 | |
| | ||||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -5/+5 | |
| | ||||||
* | My bug. :-( | Manuel Novoa III | 2004-03-08 | 1 | -0/+1 | |
| | ||||||
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -1/+1 | |
| | ||||||
* | Fixup compile problem with dmalloc | Eric Andersen | 2003-07-05 | 1 | -1/+1 | |
| | ||||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -20/+69 | |
| | ||||||
* | Abstract read and seek in unarchiving code, convert bunzip to file ↵ | Glenn L McGrath | 2002-11-03 | 1 | -12/+1 | |
| | | | | descriptors, support tar -j | |||||
* | New common unarchive code. | Glenn L McGrath | 2002-09-25 | 1 | -0/+56 | |
| | ||||||
* | Silly me | Eric Andersen | 2002-04-13 | 1 | -0/+1 | |
| | ||||||
* | Stupid gcc always includes its own builtin strlen()... | Eric Andersen | 2002-04-13 | 1 | -0/+6 | |
| | ||||||
* | * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer is | Matt Kraai | 2002-02-26 | 1 | -16/+5 | |
| | | | | | requested. (xrealloc): Simplify. | |||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -7/+1 | |
| | | | | -Erik | |||||
* | Allow xrealloc to act as a free() when size=0, per SuS2. | Eric Andersen | 2001-06-28 | 1 | -1/+11 | |
| | | | | -Erik | |||||
* | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen | 2001-04-25 | 1 | -5/+0 | |
| | | | | | | | This way, we can new get rid of all that tedious #define rubbish we used to need to enable specific messages. This way is enormously simpler, and as a bonus also ends up saving us 96 bytes. -Erik | |||||
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -0/+107 | |
files. Clean up the resulting damage and fix up the makefile. -Erik |