aboutsummaryrefslogtreecommitdiff
path: root/libbb/xfuncs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | requested. (xrealloc): Simplify.
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-7/+1
| | | | -Erik
* Allow xrealloc to act as a free() when size=0, per SuS2.Eric Andersen2001-06-281-1/+11
| | | | -Erik
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-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 .cEric Andersen2001-03-161-0/+107
files. Clean up the resulting damage and fix up the makefile. -Erik