aboutsummaryrefslogtreecommitdiff
path: root/coreutils/expr.c
AgeCommit message (Expand)Author
2005-05-09Patch from Shaun Jackman:Rob Landley
2004-04-14Larry Doolittle writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-02-01Use bb_xstrdup() instead of strdup().Manuel Novoa III
2004-01-25Be stricter when converting strings to integers. Should fix the problemManuel Novoa III
2003-09-08Patch from Jean WolterGlenn L McGrath
2003-08-29vodz, last patch 103Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl
2001-10-31Fixup some silly prototype warningsEric Andersen
2001-05-16Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai
2001-03-19Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen
2001-03-09Added some more '/* getopt not needed */' lines.Mark Whitley
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-09-05Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen