Denys Vlasenko
|
53b2fdcdba
*: add NOINLINEs where code noticeably shrinks
|
hace 3 años |
Denys Vlasenko
|
1f60d88cf6
*: more --help tweaks
|
hace 3 años |
Denys Vlasenko
|
aece2c5f0f
bc: tweak overflow detection in a^b
|
hace 3 años |
Denys Vlasenko
|
e36c39a46d
bc: code shrink: combine init() and copy() where we can
|
hace 3 años |
Denys Vlasenko
|
e5958f7dda
bc: fix for mul overflow in scale calculation in a^b
|
hace 3 años |
Denys Vlasenko
|
ba9f9c2d2c
*: --help text tweaks
|
hace 3 años |
Denys Vlasenko
|
9b6bcfda0e
bc: typo fix in comment
|
hace 3 años |
Denys Vlasenko
|
9037757c5f
dc: more docs in --help
|
hace 3 años |
Denys Vlasenko
|
1a37aa7a88
dc: document what non-GNU commands do
|
hace 3 años |
Denys Vlasenko
|
ace81cd46c
bc/dc: fix length(0) and length(0.000nnn) result
|
hace 3 años |
Denys Vlasenko
|
3d88cc1d37
dc: correct --help text
|
hace 3 años |
Ron Yorston
|
cad3fc743a
libbb: introduce and use fputs_stdout
|
hace 3 años |
Denys Vlasenko
|
cc4303f5e6
bc: code shrink
|
hace 3 años |
Denys Vlasenko
|
0197fbffb7
bc: ^C on input line exits (unlike ^C during calculations, which does not)
|
hace 3 años |
Denys Vlasenko
|
29a9043b36
bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU
|
hace 3 años |
Denys Vlasenko
|
40f9fe2160
bc: placate gcc (it thinks 's' can be uninitialized here)
|
hace 3 años |
Denys Vlasenko
|
00eb23b47a
bc: do not allocate line editing state until needed
|
hace 3 años |
Denys Vlasenko
|
6cc4962b60
decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
|
hace 4 años |
Denys Vlasenko
|
5663a17dab
bc: placate a "defined but not used" warning
|
hace 4 años |
Denys Vlasenko
|
008413754b
bc: fix comparison bug, closes 12336
|
hace 5 años |
Kang-Che Sung
|
f159352112
bc: Add 'U' suffix in UINT_MAX preprocessor check
|
hace 5 años |
Brian Foley
|
10509a70ee
dc: Parse error & fix out of bounds read in xc_program_printString
|
hace 5 años |
Brian Foley
|
b64470be17
dc: Fix segfault when executing strings generated using asciify
|
hace 5 años |
Brian Foley
|
7454879a1d
dc: execute shouldn't pop if stack head is not a string
|
hace 5 años |
James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
hace 5 años |
Denys Vlasenko
|
7a4e55422a
bc: placate compiler warnings
|
hace 5 años |
Denys Vlasenko
|
53799506ac
bc: implement pass-by-reference code from upstream
|
hace 5 años |
Denys Vlasenko
|
cfc2546ea4
bc: code shrink
|
hace 5 años |
Denys Vlasenko
|
a1698a15dc
bc: remove "empty expression" check/message, parsing fails in these cases anyway
|
hace 5 años |
Denys Vlasenko
|
132d7c098b
bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it in
|
hace 5 años |