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
/
bc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
build system: avoid full rebuild when EXTRAVERSION changes
Ron Yorston
2024-02-16
1
-0
/
+3
*
Merge branch 'busybox' into merge
Ron Yorston
2023-07-13
1
-2
/
+2
|
\
|
*
Update applet size estimates
Denys Vlasenko
2023-07-10
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-10-12
1
-1
/
+3
|
\
|
|
*
*: style fix
Denys Vlasenko
2022-08-30
1
-1
/
+1
|
*
bc: hopefully fix bug 14956 (use-after-free)
Denys Vlasenko
2022-08-18
1
-0
/
+2
*
|
Merge busybox into merge
Ron Yorston
2022-02-09
1
-1
/
+1
|
\
|
|
*
*: slap on a few ALIGN* where appropriate
Denys Vlasenko
2022-02-06
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-10-13
1
-1
/
+1
|
\
|
|
*
*: add NOINLINEs where code noticeably shrinks
Denys Vlasenko
2021-10-10
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-06-28
1
-31
/
+44
|
\
|
|
*
*: more --help tweaks
Denys Vlasenko
2021-06-15
1
-1
/
+1
|
*
bc: tweak overflow detection in a^b
Denys Vlasenko
2021-06-12
1
-5
/
+8
|
*
bc: code shrink: combine init() and copy() where we can
Denys Vlasenko
2021-06-12
1
-21
/
+16
|
*
bc: fix for mul overflow in scale calculation in a^b
Denys Vlasenko
2021-06-12
1
-8
/
+23
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-05-14
1
-2
/
+2
|
\
|
|
*
*: --help text tweaks
Denys Vlasenko
2021-04-14
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-03-01
1
-6
/
+58
|
\
|
|
*
bc: typo fix in comment
Denys Vlasenko
2021-02-26
1
-1
/
+1
|
*
dc: more docs in --help
Denys Vlasenko
2021-02-26
1
-13
/
+14
|
*
dc: document what non-GNU commands do
Denys Vlasenko
2021-02-26
1
-5
/
+5
|
*
bc/dc: fix length(0) and length(0.000nnn) result
Denys Vlasenko
2021-02-26
1
-4
/
+13
|
*
dc: correct --help text
Denys Vlasenko
2021-02-26
1
-2
/
+44
*
|
bc: handle ^C in interactive mode
Ron Yorston
2021-02-14
1
-0
/
+13
*
|
bc: fix to build on WIN32 and enable in default configurations
Ron Yorston
2021-02-13
1
-0
/
+2
|
/
*
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
1
-1
/
+1
*
bc: code shrink
Denys Vlasenko
2021-01-06
1
-2
/
+2
*
bc: ^C on input line exits (unlike ^C during calculations, which does not)
Denys Vlasenko
2021-01-04
1
-10
/
+10
*
bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU
Denys Vlasenko
2020-12-29
1
-15
/
+23
*
bc: placate gcc (it thinks 's' can be uninitialized here)
Denys Vlasenko
2020-12-29
1
-8
/
+10
*
bc: do not allocate line editing state until needed
Denys Vlasenko
2020-12-21
1
-19
/
+18
*
decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-1
/
+1
*
bc: placate a "defined but not used" warning
Denys Vlasenko
2020-06-24
1
-0
/
+2
*
bc: fix comparison bug, closes 12336
Denys Vlasenko
2019-11-23
1
-1
/
+4
*
bc: Add 'U' suffix in UINT_MAX preprocessor check
Kang-Che Sung
2019-09-12
1
-2
/
+2
*
dc: Parse error & fix out of bounds read in xc_program_printString
Brian Foley
2019-09-05
1
-2
/
+4
*
dc: Fix segfault when executing strings generated using asciify
Brian Foley
2019-09-05
1
-2
/
+8
*
dc: execute shouldn't pop if stack head is not a string
Brian Foley
2019-09-05
1
-1
/
+2
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-6
/
+6
*
bc: placate compiler warnings
Denys Vlasenko
2019-06-08
1
-2
/
+2
*
bc: implement pass-by-reference code from upstream
Denys Vlasenko
2019-01-25
1
-86
/
+185
*
bc: code shrink
Denys Vlasenko
2019-01-09
1
-14
/
+14
*
bc: remove "empty expression" check/message, parsing fails in these cases anyway
Denys Vlasenko
2019-01-08
1
-3
/
+4
*
bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it in
Denys Vlasenko
2019-01-08
1
-36
/
+25
*
bc: disallow invalid syntax like "{ print 1 print 2 }"
Denys Vlasenko
2019-01-08
1
-15
/
+21
*
sleep: support "inf"
Denys Vlasenko
2019-01-07
1
-1
/
+0
*
bc: shorten "limits" output
Denys Vlasenko
2019-01-04
1
-4
/
+1
*
bc: formatting changes, added a FIXME comment, no logic changes
Denys Vlasenko
2019-01-04
1
-5
/
+8
*
bc: support void functions (GNU compat)
Denys Vlasenko
2019-01-04
1
-19
/
+56
*
dc: fit returning of string
Denys Vlasenko
2019-01-04
1
-5
/
+13
[next]