Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
bb5b2ffbc5673e90994a2daa8029b5f8f1061d40
/
libbb
/
xfuncs.c
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
· 23 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