Bump to version 1.22.1
[platform/upstream/busybox.git] / miscutils / dc.c
2013-01-18 Denys Vlasenkodc: code shrink
2011-07-15 Denys Vlasenkodc: fix a case where we can run off malloced space
2011-05-15 Denys Vlasenkodc: do not advertise ops disabled in .config
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-29 Denys Vlasenkodc: tweak help text
2010-07-29 Denys Vlasenkodc: make it use long longs for integer ops
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-12-30 Denys Vlasenkodc: make "dc -1.23 ..." work
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2008-12-30 Denis Vlasenkodc: fix the "base 2" patch omission of base not being set
2008-10-30 Denis Vlasenkodc: support for bases 2 and 8, by Nate Case (ncase...
2008-10-20 Denis Vlasenkodc: conditionalize parts which require libm
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-17 Denis Vlasenkobrctl: eliminate stray data object
2008-03-17 Denis Vlasenko*: fix various kinds of damage to letter 'c' in Arkadiu...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Bernhard Reutner... - use skip_non_whitespace() where appropriate
2007-03-24 Denis Vlasenkodc: use common_bufsiz1 for evaluation stack
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-10-25 Denis Vlasenkouse skip_whitespace where appropriate
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-06-03 Bernhard Reutner... - remove superfluous call of stack_machine(0) upon...
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2004-07-24 Glenn L McGrathPatch by Paul Whittaker, make busybox dc compatable...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-10-22 Eric AndersenGoetz Bock writes:
2003-08-28 Glenn L McGrath"Typo and/or thinko: scanning till the end of NUL termi...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-12 Glenn L McGrathSupport the o, f and p options, patch by Magnus M�rtensson
2001-12-06 Aaron LehmannPatch to avoid warnings
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-06-28 Mark WhitleyYanked out the cstring_alloc() and cstring_lineFromFile...
2000-06-21 Pavel RoskinRemoved all vestiges of "math"
2000-06-21 John Beppu+ added dc (aka the function formerly known as math)