Rob Landley
|
5b88a38157
Add itoa and utoa to see what Denis Vlasenko thinks.
|
18 years ago |
Rob Landley
|
8bbdb8732f
This kind of paranoia is a debug option at best.
|
18 years ago |
Rob Landley
|
c7ddefc062
Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at
|
18 years ago |
Rob Landley
|
399d2b5c24
Rich Felker suggested removing dprintf() from watch, and one thing led to
|
18 years ago |
Rob Landley
|
80b8ff07ca
A pending item in my tree I might as well check in: I plan to migrate calloc()
|
18 years ago |
Bernhard Reutner-Fischer
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 years ago |
Rob Landley
|
a389651115
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
|
18 years ago |
Rob Landley
|
552b56dfd1
Not quite compiler independent, but we've never tried to be gcc independent
|
18 years ago |
Bernhard Reutner-Fischer
|
c2cb0f32b4
- patch from Denis Vlasenko to add and use bb_xopen3()
|
18 years ago |
Rob Landley
|
31642d75e1
More "extern" removals from Robert P. Day
|
19 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 years ago |
"Vladimir N. Oleynik"
|
0c6ff43a0c
remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_IMPLEMENTATION
|
19 years ago |
Rob Landley
|
4e9deec8bf
svn 14077 was completely broken and apparently never tested.
|
19 years ago |
"Vladimir N. Oleynik"
|
21e68703ce
removed #undef strlen, use builtins and prototuped strlen from xfunc file (only\!)
|
19 years ago |
"Vladimir N. Oleynik"
|
4eb2fd6826
more use libbb/bb_msg_read_error
|
19 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 years ago |
Manuel Novoa III
|
948d4907a0
My bug. :-(
|
21 years ago |
Eric Andersen
|
cb81e6484d
Update a bunch of docs. Run a script to update my email addr.
|
21 years ago |
Eric Andersen
|
9f894f4062
Fixup compile problem with dmalloc
|
21 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 years ago |
Glenn L McGrath
|
237ae42fc9
Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j
|
22 years ago |
Glenn L McGrath
|
7ca04f328e
New common unarchive code.
|
22 years ago |
Eric Andersen
|
c8459a5a8f
Silly me
|
23 years ago |
Eric Andersen
|
db7d5fca5f
Stupid gcc always includes its own builtin strlen()...
|
23 years ago |
Matt Kraai
|
a99b194336
* libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer is
|
23 years ago |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 years ago |
Eric Andersen
|
029b4a0422
Allow xrealloc to act as a free() when size=0, per SuS2.
|
23 years ago |
Eric Andersen
|
04095e58fb
Move messages.c to libbb. Make each string in messages.c be its own .o file.
|
24 years ago |
Eric Andersen
|
aad1a88c76
Convert utility.c into libbb.a. It is now a whole pile of .c
|
24 years ago |