summaryrefslogtreecommitdiff
path: root/coreutils/expr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen2006-01-301-2/+4
* support 64 arith. Close bug 136"Vladimir N. Oleynik"2006-01-251-18/+33
* just whitespaceTim Riker2006-01-251-1/+1
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-1/+1
* Patch from Shaun Jackman:Rob Landley2005-05-091-22/+15
* Larry Doolittle writes:Eric Andersen2004-04-141-11/+11
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Use bb_xstrdup() instead of strdup().Manuel Novoa III2004-02-011-1/+1
* Be stricter when converting strings to integers. Should fix the problemManuel Novoa III2004-01-251-9/+11
* Patch from Jean WolterGlenn L McGrath2003-09-081-1/+1
* vodz, last patch 103Glenn L McGrath2003-08-291-72/+69
* Major coreutils update.Manuel Novoa III2003-03-191-12/+12
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-191-8/+2
* Fixup some silly prototype warningsEric Andersen2001-10-311-6/+6
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai2001-05-161-2/+2
* Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen2001-03-191-1/+1
* Added some more '/* getopt not needed */' lines.Mark Whitley2001-03-091-0/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-10/+10
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-1/+3
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-10/+10
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen2000-09-051-0/+531