summaryrefslogtreecommitdiff
path: root/expr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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