fix all cases of strcpy on overlapping strings.
[oweals/busybox.git] / libbb / xfuncs.c
2006-06-30 Rob LandleyThis kind of paranoia is a debug option at best.
2006-06-14 Rob LandleyAttempt at fixing bug 815 by upgrading bb_spawn() so...
2006-05-25 Rob LandleyRich Felker suggested removing dprintf() from watch...
2006-05-19 Rob LandleyA pending item in my tree I might as well check in...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-05-04 Rob LandleyNot quite compiler independent, but we've never tried...
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-03-14 Rob LandleyMore "extern" removals from Robert P. Day
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-20 "Vladimir N. Oleynik"remove #undef strlen, use #define strlen always but...
2006-02-20 Rob Landleysvn 14077 was completely broken and apparently never...
2006-02-16 "Vladimir N. Oleynik"removed #undef strlen, use builtins and prototuped...
2005-11-25 "Vladimir N. Oleynik"more use libbb/bb_msg_read_error
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-08 Manuel Novoa III My bug. :-(
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-05 Eric AndersenFixup compile problem with dmalloc
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-09-25 Glenn L McGrathNew common unarchive code.
2002-04-13 Eric AndersenSilly me
2002-04-13 Eric AndersenStupid gcc always includes its own builtin strlen()...
2002-02-26 Matt Kraai* libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-06-28 Eric AndersenAllow xrealloc to act as a free() when size=0, per...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...