index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
miscutils
/
dc.c
Age
Commit message (
Expand
)
Author
2006-10-25
use skip_whitespace where appropriate
Denis Vlasenko
2006-10-12
bb_get_[chomped]line_from_file wasn't descriptive enough.
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-07-12
Add 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 config
Bernhard Reutner-Fischer
2004-07-24
Patch by Paul Whittaker, make busybox dc compatable with GNU dc.
Glenn L McGrath
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-10-22
Goetz Bock writes:
Eric Andersen
2003-08-28
"Typo and/or thinko: scanning till the end of NUL terminated string
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-12-12
Support the o, f and p options, patch by Magnus M�rtensson
Glenn L McGrath
2001-12-06
Patch to avoid warnings
Aaron Lehmann
2001-03-09
Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-14
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-01-31
Removed trailing \n from error_msg{,_and_die} messages.
Matt Kraai
2000-12-07
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-12-01
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-07-16
Extract usage information into a separate file.
Matt Kraai
2000-07-14
Use errorMsg rather than fprintf.
Matt Kraai
2000-06-28
Yanked out the cstring_alloc() and cstring_lineFromFile() functions from
Mark Whitley
2000-06-21
Removed all vestiges of "math"
Pavel Roskin
2000-06-21
+ added dc (aka the function formerly known as math)
John Beppu