aboutsummaryrefslogtreecommitdiff
path: root/miscutils/dc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-221-4/+18
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* dc: fix "dc p" prinitng bogus dataDenys Vlasenko2015-05-251-2/+8
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-3/+3
* dc: tweak parsingBernhard Reutner-Fischer2015-02-161-30/+27
* dc: code shrinkDenys Vlasenko2013-01-181-10/+10
* dc: fix a case where we can run off malloced spaceDenys Vlasenko2011-07-151-18/+7
* dc: do not advertise ops disabled in .configDenys Vlasenko2011-05-161-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* dc: tweak help textDenys Vlasenko2010-07-291-4/+4
* dc: make it use long longs for integer opsDenys Vlasenko2010-07-291-14/+51
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* dc: make "dc -1.23 ..." workDenys Vlasenko2009-12-301-9/+8
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1
* dc: fix the "base 2" patch omission of base not being setDenis Vlasenko2008-12-301-1/+3
* dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com)Denis Vlasenko2008-10-301-6/+32
* dc: conditionalize parts which require libmDenis Vlasenko2008-10-201-0/+4
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-2/+1
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-1/+1
* 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