Denys Vlasenko
|
fc7aa7a296
bc: disallow invalid syntax like "{ print 1 print 2 }"
|
il y a 5 ans |
Denys Vlasenko
|
edca770d11
sleep: support "inf"
|
il y a 5 ans |
Denys Vlasenko
|
e05ec6ed3e
bc: shorten "limits" output
|
il y a 5 ans |
Denys Vlasenko
|
f11b5b9864
bc: formatting changes, added a FIXME comment, no logic changes
|
il y a 5 ans |
Denys Vlasenko
|
54f5c1d600
bc: support void functions (GNU compat)
|
il y a 5 ans |
Denys Vlasenko
|
1db367a8e6
dc: fit returning of string
|
il y a 5 ans |
Denys Vlasenko
|
6842c6062a
dc: fix '?'
|
il y a 5 ans |
Denys Vlasenko
|
377cc97b19
bc: eliminate struct BcInstPtr::results_len_before_call, it is redundant
|
il y a 5 ans |
Denys Vlasenko
|
02c3d7a1c9
bc: add a palceholder comment for "void" return
|
il y a 5 ans |
Denys Vlasenko
|
19c3eb0b04
bc: remove extra div/0 test, remove test for string function parameter
|
il y a 5 ans |
Denys Vlasenko
|
96b5ec10fb
bc: fix "...; return}" to work, disallow "return ()"
|
il y a 5 ans |
Denys Vlasenko
|
ae6c44ea15
bc: make error line number also size_t, like everything else
|
il y a 5 ans |
Denys Vlasenko
|
266bec8ba7
bc: speed up string printing, fix print ""
|
il y a 5 ans |
Denys Vlasenko
|
2231468a2f
bc: upstream fixes
|
il y a 5 ans |
Denys Vlasenko
|
51b510a480
bc: in xc_read_line(), check ^C on NUL input bytes too
|
il y a 5 ans |
Denys Vlasenko
|
8797adc1c6
bc: remove superfluous assigment
|
il y a 5 ans |
Denys Vlasenko
|
680ccd3573
bc: support ibase up to 36 (GNU compat)
|
il y a 5 ans |
Denys Vlasenko
|
2747f6195b
bc: fold xc_lex_more_input() into peek_inbuf()
|
il y a 5 ans |
Denys Vlasenko
|
2cd8c04632
bc: tidying up, no logic changes
|
il y a 6 ans |
Denys Vlasenko
|
8ab209f00e
bc: simplify representation of 0.5 in sqrt()
|
il y a 6 ans |
Denys Vlasenko
|
374d2c47ec
bc: remove special-cased assignment to ibase, it works correctly with general rules
|
il y a 6 ans |
Denys Vlasenko
|
d5b0fa6abf
bc: more fixes for unusual input bases
|
il y a 6 ans |
Denys Vlasenko
|
e16a5223d2
bc: fix handling of "digits" above 9
|
il y a 6 ans |
Denys Vlasenko
|
cdadad58a1
bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operation
|
il y a 6 ans |
Denys Vlasenko
|
1476760600
bc: rename config options
|
il y a 6 ans |
Denys Vlasenko
|
b097a84d62
config: update size information
|
il y a 6 ans |
Denys Vlasenko
|
10bde14292
bc: rename functions common to bc and dc as xc_FOO()
|
il y a 6 ans |
Denys Vlasenko
|
db8d607514
bc: G.prog.zero does not need initializing num[] vector
|
il y a 6 ans |
Denys Vlasenko
|
2beb1f6faf
bc: use ALIGN1 where appropriate
|
il y a 6 ans |
Denys Vlasenko
|
8af11087b2
bc: undo debugging change, add a small optimization
|
il y a 6 ans |