Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - make sure not to trip enless loops when using strlen in IMA mode. | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -9/+4 |
| | | | | | (r15000 from trunk plus preprocessor fixes plus repair of commit message) | ||||
* | More "extern" removals from Robert P. Day | Rob Landley | 2006-03-14 | 1 | -2/+4 |
| | |||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -10/+10 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | remove #undef strlen, use #define strlen always but without ↵ | "Vladimir N. Oleynik" | 2006-02-20 | 1 | -3/+7 |
| | | | | xfunc/BB_STRLEN_IMPLEMENTATION | ||||
* | svn 14077 was completely broken and apparently never tested. | Rob Landley | 2006-02-20 | 1 | -14/+4 |
| | |||||
* | removed #undef strlen, use builtins and prototuped strlen from xfunc file ↵ | "Vladimir N. Oleynik" | 2006-02-16 | 1 | -1/+0 |
| | | | | (only\!) | ||||
* | 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 |