Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f3ac9ebc8e4744bdb98955e682e46dab8509bed9
/
libbb
/
xfuncs.c
399d2b5
Rich Felker suggested removing dprintf() from watch, and one thing led to
by Rob Landley
· 19 years ago
80b8ff0
A pending item in my tree I might as well check in: I plan to migrate calloc()
by Rob Landley
· 19 years ago
b1629b1
- remove emacs layout block as suggested by Robert P.J. Day
by Bernhard Reutner-Fischer
· 19 years ago
a389651
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
by Rob Landley
· 19 years ago
552b56d
Not quite compiler independent, but we've never tried to be gcc independent
by Rob Landley
· 19 years ago
c2cb0f3
- patch from Denis Vlasenko to add and use bb_xopen3()
by Bernhard Reutner-Fischer
· 19 years ago
31642d7
More "extern" removals from Robert P. Day
by Rob Landley
· 19 years ago
dfba741
Robert P. Day removed 8 gazillion occurrences of "extern" on function
by Rob Landley
· 19 years ago
0c6ff43
remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_IMPLEMENTATION
by "Vladimir N. Oleynik"
· 19 years ago
4e9deec
svn 14077 was completely broken and apparently never tested.
by Rob Landley
· 19 years ago
21e6870
removed #undef strlen, use builtins and prototuped strlen from xfunc file (only\!)
by "Vladimir N. Oleynik"
· 19 years ago
4eb2fd6
more use libbb/bb_msg_read_error
by "Vladimir N. Oleynik"
· 19 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
948d490
My bug. :-(
by Manuel Novoa III
· 21 years ago
cb81e64
Update a bunch of docs. Run a script to update my email addr.
by Eric Andersen
· 21 years ago
9f894f4
Fixup compile problem with dmalloc
by Eric Andersen
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
237ae42
Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j
by Glenn L McGrath
· 22 years ago
7ca04f3
New common unarchive code.
by Glenn L McGrath
· 22 years ago
c8459a5
Silly me
by Eric Andersen
· 23 years ago
db7d5fc
Stupid gcc always includes its own builtin strlen()...
by Eric Andersen
· 23 years ago
a99b194
* libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer is
by Matt Kraai
· 23 years ago
bdfd0d7
Major rework of the directory structure and the entire build system. -Erik
by Eric Andersen
· 23 years ago
029b4a0
Allow xrealloc to act as a free() when size=0, per SuS2. -Erik
by Eric Andersen
· 24 years ago
04095e5
Move messages.c to libbb. Make each string in messages.c be its own .o file.
by Eric Andersen
· 24 years ago
aad1a88
Convert utility.c into libbb.a. It is now a whole pile of .c
by Eric Andersen
· 24 years ago