summaryrefslogtreecommitdiff
path: root/libbb/xfuncs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - make sure not to trip enless loops when using strlen in IMA mode.Bernhard Reutner-Fischer2006-05-191-9/+4
* More "extern" removals from Robert P. DayRob Landley2006-03-141-2/+4
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-10/+10
* remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I..."Vladimir N. Oleynik"2006-02-201-3/+7
* svn 14077 was completely broken and apparently never tested.Rob Landley2006-02-201-14/+4
* removed #undef strlen, use builtins and prototuped strlen from xfunc file (on..."Vladimir N. Oleynik"2006-02-161-1/+0
* more use libbb/bb_msg_read_error"Vladimir N. Oleynik"2005-11-251-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-5/+5
* My bug. :-(Manuel Novoa III2004-03-081-0/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
* Fixup compile problem with dmallocEric Andersen2003-07-051-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-20/+69
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath2002-11-031-12/+1
* New common unarchive code.Glenn L McGrath2002-09-251-0/+56
* Silly meEric Andersen2002-04-131-0/+1
* Stupid gcc always includes its own builtin strlen()...Eric Andersen2002-04-131-0/+6
* * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer isMatt Kraai2002-02-261-16/+5
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-7/+1
* Allow xrealloc to act as a free() when size=0, per SuS2.Eric Andersen2001-06-281-1/+11
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-5/+0
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+107