index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
dc.c
Age
Commit message (
Expand
)
Author
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-25
whitespace fixes. no code changes
Denis Vlasenko
2008-03-26
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-17
brctl: eliminate stray data object
Denis Vlasenko
2008-03-17
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-06-04
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-10
- use skip_non_whitespace() where appropriate
Bernhard Reutner-Fischer
2007-03-24
dc: use common_bufsiz1 for evaluation stack
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
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