aboutsummaryrefslogtreecommitdiff
path: root/miscutils/dc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* use skip_whitespace where appropriatevda2006-10-251-3/+3
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-121-1/+1
* attempt to regularize atoi mess.vda2006-10-081-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-121-0/+4
* - remove superfluous call of stack_machine(0) upon exit.aldot2006-06-031-1/+0
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-031-1/+1
* Patch by Paul Whittaker, make busybox dc compatable with GNU dc. bug12004-07-241-8/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-3/+3
* Goetz Bock writes:andersen2003-10-221-0/+20
* "Typo and/or thinko: scanning till the end of NUL terminated stringbug12003-08-281-1/+1
* Major coreutils update.mjn32003-03-191-5/+5
* Support the o, f and p options, patch by Magnus M�rtenssonbug12002-12-121-1/+34
* Patch to avoid warningsaaronl2001-12-061-11/+11
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupandersen2001-03-091-0/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-3/+3
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-3/+3
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-12/+7
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Extract usage information into a separate file.kraai2000-07-161-8/+0
* Use errorMsg rather than fprintf.kraai2000-07-141-3/+3
* Yanked out the cstring_alloc() and cstring_lineFromFile() functions frommarkw2000-06-281-1/+1
* Removed all vestiges of "math"proski2000-06-211-5/+5
* + added dc (aka the function formerly known as math)beppu2000-06-211-0/+194