aboutsummaryrefslogtreecommitdiff
path: root/coreutils/expr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* clean up yet more annoying signed/unsigned mismatches and fixupandersen2006-01-301-2/+4
* support 64 arith. Close bug 136vodz2006-01-251-18/+33
* just whitespacetimr2006-01-251-1/+1
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-291-1/+1
* Patch from Shaun Jackman:landley2005-05-091-22/+15
* Larry Doolittle writes:andersen2004-04-141-11/+11
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Use bb_xstrdup() instead of strdup().mjn32004-02-011-1/+1
* Be stricter when converting strings to integers. Should fix the problemmjn32004-01-251-9/+11
* Patch from Jean Wolterbug12003-09-081-1/+1
* vodz, last patch 103bug12003-08-291-72/+69
* Major coreutils update.mjn32003-03-191-12/+12
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)sandman2002-07-191-8/+2
* Fixup some silly prototype warningsandersen2001-10-311-6/+6
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.ckraai2001-05-161-2/+2
* Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>andersen2001-03-191-1/+1
* Added some more '/* getopt not needed */' lines.markw2001-03-091-0/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-10/+10
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-1/+3
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-10/+10
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Added expr, from Edward Betts <edward@debian.org>, with some fixupsandersen2000-09-051-0/+531