aboutsummaryrefslogtreecommitdiff
path: root/miscutils/dc.c
AgeCommit message (Expand)Author
2020-12-29randomconfig fixesDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-16dc: make 4 % 0 emit error messgaes and set result to 0Denys Vlasenko
2019-05-09dc: code shrinkDenys Vlasenko
2018-12-08dc: fix "small dc" to have standard command line APIDenys Vlasenko
2018-12-06dc: fix testsuiteDenys Vlasenko
2018-12-06dc: re-enable "tiny dc" implementationDenys Vlasenko
2018-12-05bc: new applet, throws warningGavin Howard
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-05-25dc: fix "dc p" prinitng bogus dataDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-02-16dc: tweak parsingBernhard Reutner-Fischer
2013-01-18dc: code shrinkDenys Vlasenko
2011-07-15dc: fix a case where we can run off malloced spaceDenys Vlasenko
2011-05-16dc: do not advertise ops disabled in .configDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-29dc: tweak help textDenys Vlasenko
2010-07-29dc: make it use long longs for integer opsDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2009-12-30dc: make "dc -1.23 ..." workDenys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2008-12-30dc: fix the "base 2" patch omission of base not being setDenis Vlasenko
2008-10-30dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com)Denis Vlasenko
2008-10-20dc: conditionalize parts which require libmDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko
2008-03-17brctl: eliminate stray data objectDenis Vlasenko
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-10- use skip_non_whitespace() where appropriateBernhard Reutner-Fischer
2007-03-24dc: use common_bufsiz1 for evaluation stackDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-10-25use skip_whitespace where appropriateDenis Vlasenko
2006-10-12bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"
2006-06-03- remove superfluous call of stack_machine(0) upon exit.Bernhard Reutner-Fischer
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2004-07-24Patch by Paul Whittaker, make busybox dc compatable with GNU dc. Glenn L McGrath
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-10-22Goetz Bock writes:Eric Andersen