stop using __u32 etc. uint32_t is there for a reason
[oweals/busybox.git] / miscutils / dc.c
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)