aboutsummaryrefslogtreecommitdiff
path: root/miscutils/dc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-05-141-0/+1
|\
| * timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko2021-03-231-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-2/+2
|\|
| * randomconfig fixesDenys Vlasenko2020-12-291-1/+1
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-2/+2
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-05-271-6/+21
|\|
| * dc: make 4 % 0 emit error messgaes and set result to 0Denys Vlasenko2019-05-161-7/+12
| * dc: code shrinkDenys Vlasenko2019-05-091-6/+16
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-66/+52
|\|
| * dc: fix "small dc" to have standard command line APIDenys Vlasenko2018-12-081-23/+47
| * dc: fix testsuiteDenys Vlasenko2018-12-061-0/+1
| * dc: re-enable "tiny dc" implementationDenys Vlasenko2018-12-061-46/+5
| * bc: new applet, throws warningGavin Howard2018-12-051-41/+43
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-5/+5
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-4/+4
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-181-1/+1
|/
* 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