summaryrefslogtreecommitdiff
path: root/miscutils/dc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* brctl: eliminate stray data objectDenis Vlasenko2008-03-171-0/+4
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-171-51/+43
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* - use skip_non_whitespace() where appropriateBernhard Reutner-Fischer2007-04-101-3/+1
* dc: use common_bufsiz1 for evaluation stackDenis Vlasenko2007-03-241-18/+17
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* use skip_whitespace where appropriateDenis Vlasenko2006-10-251-3/+3
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-0/+4
* - remove superfluous call of stack_machine(0) upon exit.Bernhard Reutner-Fischer2006-06-031-1/+0
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-1/+1
* Patch by Paul Whittaker, make busybox dc compatable with GNU dc. Glenn L McGrath2004-07-241-8/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Goetz Bock writes:Eric Andersen2003-10-221-0/+20
* "Typo and/or thinko: scanning till the end of NUL terminated stringGlenn L McGrath2003-08-281-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-5/+5
* Support the o, f and p options, patch by Magnus M�rtenssonGlenn L McGrath2002-12-121-1/+34
* Patch to avoid warningsAaron Lehmann2001-12-061-11/+11
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-0/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-3/+3
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-3/+3
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-12/+7
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Extract usage information into a separate file.Matt Kraai2000-07-161-8/+0
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-3/+3
* Yanked out the cstring_alloc() and cstring_lineFromFile() functions fromMark Whitley2000-06-281-1/+1
* Removed all vestiges of "math"Pavel Roskin2000-06-211-5/+5
* + added dc (aka the function formerly known as math)John Beppu2000-06-211-0/+194