index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
dc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-2
/
+2
*
dc: make 4 % 0 emit error messgaes and set result to 0
Denys Vlasenko
2019-05-16
1
-7
/
+12
*
dc: code shrink
Denys Vlasenko
2019-05-09
1
-6
/
+16
*
dc: fix "small dc" to have standard command line API
Denys Vlasenko
2018-12-08
1
-23
/
+47
*
dc: fix testsuite
Denys Vlasenko
2018-12-06
1
-0
/
+1
*
dc: re-enable "tiny dc" implementation
Denys Vlasenko
2018-12-06
1
-46
/
+5
*
bc: new applet, throws warning
Gavin Howard
2018-12-05
1
-41
/
+43
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-4
/
+4
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
1
-0
/
+4
*
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2016-11-22
1
-4
/
+18
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
dc: fix "dc p" prinitng bogus data
Denys Vlasenko
2015-05-25
1
-2
/
+8
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-3
/
+3
*
dc: tweak parsing
Bernhard Reutner-Fischer
2015-02-16
1
-30
/
+27
*
dc: code shrink
Denys Vlasenko
2013-01-18
1
-10
/
+10
*
dc: fix a case where we can run off malloced space
Denys Vlasenko
2011-07-15
1
-18
/
+7
*
dc: do not advertise ops disabled in .config
Denys Vlasenko
2011-05-16
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
dc: tweak help text
Denys Vlasenko
2010-07-29
1
-4
/
+4
*
dc: make it use long longs for integer ops
Denys Vlasenko
2010-07-29
1
-14
/
+51
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
dc: make "dc -1.23 ..." work
Denys Vlasenko
2009-12-30
1
-9
/
+8
*
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
1
-1
/
+1
*
dc: fix the "base 2" patch omission of base not being set
Denis Vlasenko
2008-12-30
1
-1
/
+3
*
dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com)
Denis Vlasenko
2008-10-30
1
-6
/
+32
*
dc: conditionalize parts which require libm
Denis Vlasenko
2008-10-20
1
-0
/
+4
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-2
/
+1
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
1
-1
/
+1
*
brctl: eliminate stray data object
Denis Vlasenko
2008-03-17
1
-0
/
+4
*
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
Denis Vlasenko
2008-03-17
1
-51
/
+43
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-06-04
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
- use skip_non_whitespace() where appropriate
Bernhard Reutner-Fischer
2007-04-10
1
-3
/
+1
*
dc: use common_bufsiz1 for evaluation stack
Denis Vlasenko
2007-03-24
1
-18
/
+17
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
use skip_whitespace where appropriate
Denis Vlasenko
2006-10-25
1
-3
/
+3
*
bb_get_[chomped]line_from_file wasn't descriptive enough.
Denis Vlasenko
2006-10-12
1
-1
/
+1
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-1
/
+1
*
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-07-12
1
-0
/
+4
*
- remove superfluous call of stack_machine(0) upon exit.
Bernhard Reutner-Fischer
2006-06-03
1
-1
/
+0
*
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-06-03
1
-1
/
+1
*
Patch by Paul Whittaker, make busybox dc compatable with GNU dc.
Glenn L McGrath
2004-07-24
1
-8
/
+1
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-3
/
+3
*
Goetz Bock writes:
Eric Andersen
2003-10-22
1
-0
/
+20
*
"Typo and/or thinko: scanning till the end of NUL terminated string
Glenn L McGrath
2003-08-28
1
-1
/
+1
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-5
/
+5
[next]