- e36c39a bc: code shrink: combine init() and copy() where we can by Denys Vlasenko · 3 years, 6 months ago
- e5958f7 bc: fix for mul overflow in scale calculation in a^b by Denys Vlasenko · 3 years, 6 months ago
- ba9f9c2 *: --help text tweaks by Denys Vlasenko · 3 years, 8 months ago
- 9b6bcfd bc: typo fix in comment by Denys Vlasenko · 3 years, 10 months ago
- 9037757 dc: more docs in --help by Denys Vlasenko · 3 years, 10 months ago
- 1a37aa7 dc: document what non-GNU commands do by Denys Vlasenko · 3 years, 10 months ago
- ace81cd bc/dc: fix length(0) and length(0.000nnn) result by Denys Vlasenko · 3 years, 10 months ago
- 3d88cc1 dc: correct --help text by Denys Vlasenko · 3 years, 10 months ago
- cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
- cc4303f bc: code shrink by Denys Vlasenko · 4 years ago
- 0197fbf bc: ^C on input line exits (unlike ^C during calculations, which does not) by Denys Vlasenko · 4 years ago
- 29a9043 bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU by Denys Vlasenko · 4 years ago
- 40f9fe2 bc: placate gcc (it thinks 's' can be uninitialized here) by Denys Vlasenko · 4 years ago
- 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years ago
- 6cc4962 decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
- 5663a17 bc: placate a "defined but not used" warning by Denys Vlasenko · 4 years, 6 months ago
- 0084137 bc: fix comparison bug, closes 12336 by Denys Vlasenko · 5 years ago
- f159352 bc: Add 'U' suffix in UINT_MAX preprocessor check by Kang-Che Sung · 5 years ago
- 10509a7 dc: Parse error & fix out of bounds read in xc_program_printString by Brian Foley · 5 years ago
- b64470b dc: Fix segfault when executing strings generated using asciify by Brian Foley · 5 years ago
- 7454879 dc: execute shouldn't pop if stack head is not a string by Brian Foley · 5 years ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- 7a4e554 bc: placate compiler warnings by Denys Vlasenko · 6 years ago
- 5379950 bc: implement pass-by-reference code from upstream by Denys Vlasenko · 6 years ago
- cfc2546 bc: code shrink by Denys Vlasenko · 6 years ago
- a1698a1 bc: remove "empty expression" check/message, parsing fails in these cases anyway by Denys Vlasenko · 6 years ago
- 132d7c0 bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it in by Denys Vlasenko · 6 years ago
- fc7aa7a bc: disallow invalid syntax like "{ print 1 print 2 }" by Denys Vlasenko · 6 years ago
- edca770 sleep: support "inf" by Denys Vlasenko · 6 years ago
- e05ec6e bc: shorten "limits" output by Denys Vlasenko · 6 years ago
- f11b5b9 bc: formatting changes, added a FIXME comment, no logic changes by Denys Vlasenko · 6 years ago
- 54f5c1d bc: support void functions (GNU compat) by Denys Vlasenko · 6 years ago
- 1db367a dc: fit returning of string by Denys Vlasenko · 6 years ago
- 6842c60 dc: fix '?' by Denys Vlasenko · 6 years ago
- 377cc97 bc: eliminate struct BcInstPtr::results_len_before_call, it is redundant by Denys Vlasenko · 6 years ago
- 02c3d7a bc: add a palceholder comment for "void" return by Denys Vlasenko · 6 years ago
- 19c3eb0 bc: remove extra div/0 test, remove test for string function parameter by Denys Vlasenko · 6 years ago
- 96b5ec1 bc: fix "...; return}" to work, disallow "return ()" by Denys Vlasenko · 6 years ago
- ae6c44e bc: make error line number also size_t, like everything else by Denys Vlasenko · 6 years ago
- 266bec8 bc: speed up string printing, fix print "" by Denys Vlasenko · 6 years ago
- 2231468 bc: upstream fixes by Denys Vlasenko · 6 years ago
- 51b510a bc: in xc_read_line(), check ^C on NUL input bytes too by Denys Vlasenko · 6 years ago
- 8797adc bc: remove superfluous assigment by Denys Vlasenko · 6 years ago
- 680ccd3 bc: support ibase up to 36 (GNU compat) by Denys Vlasenko · 6 years ago
- 2747f61 bc: fold xc_lex_more_input() into peek_inbuf() by Denys Vlasenko · 6 years ago
- 2cd8c04 bc: tidying up, no logic changes by Denys Vlasenko · 6 years ago
- 8ab209f bc: simplify representation of 0.5 in sqrt() by Denys Vlasenko · 6 years ago
- 374d2c4 bc: remove special-cased assignment to ibase, it works correctly with general rules by Denys Vlasenko · 6 years ago
- d5b0fa6 bc: more fixes for unusual input bases by Denys Vlasenko · 6 years ago
- e16a522 bc: fix handling of "digits" above 9 by Denys Vlasenko · 6 years ago
- cdadad5 bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operation by Denys Vlasenko · 6 years ago
- 1476760 bc: rename config options by Denys Vlasenko · 6 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 10bde14 bc: rename functions common to bc and dc as xc_FOO() by Denys Vlasenko · 6 years ago
- db8d607 bc: G.prog.zero does not need initializing num[] vector by Denys Vlasenko · 6 years ago
- 2beb1f6 bc: use ALIGN1 where appropriate by Denys Vlasenko · 6 years ago
- 8af1108 bc: undo debugging change, add a small optimization by Denys Vlasenko · 6 years ago
- ab9a986 bc: simple speedups by Denys Vlasenko · 6 years ago
- f706a18 bc: use '\0' insteads of 0xff (BC_PARSE_STREND) as name terminator by Denys Vlasenko · 6 years ago
- 1c69ec1 bc: reduce indentation, no code changes by Denys Vlasenko · 6 years ago
- 8a56e36 bc: fix "bc only" build by Denys Vlasenko · 6 years ago
- 1e87b97 bc: fix "dc only" build by Denys Vlasenko · 6 years ago
- 2f7352b bc: comment out code which appears to be never reached by Denys Vlasenko · 6 years ago
- b1b7996 bc: remove all logic for multi-line buffering by Denys Vlasenko · 6 years ago
- 7d32e25 bc: prepare for char-by-char input handling by Denys Vlasenko · 6 years ago
- 63ad799 bc: fix handling of comment/string interactions while buffering input by Denys Vlasenko · 6 years ago
- 94576d2 bc: fix interactive handling of comments in strings and quotes in comments by Denys Vlasenko · 6 years ago
- c192b04 bc: simplify input pointer manipulation while lexing by Denys Vlasenko · 6 years ago
- ecb62ed bc: fold struct BcLex into BcParse by Denys Vlasenko · 6 years ago
- 6e61823 bc: move BcLex::lex member to be the first in struct globals by Denys Vlasenko · 6 years ago
- 0b0e8d0 bc: rename some members and macros, no code changes by Denys Vlasenko · 6 years ago
- 3f8752c bc: shorten error messages by Denys Vlasenko · 6 years ago
- fa495ce bc: make it clear that the code is adapted by Gavin Howard · 6 years ago
- a2e62e3 bc: stop passing a pointer to G.prs down the call chain by Denys Vlasenko · 6 years ago
- 1fbe35a bc: make zbc_program_read() and zdc_program_execStr() use G.prs by Denys Vlasenko · 6 years ago
- 53e569c bc: fix interactive read() by Denys Vlasenko · 6 years ago
- 2638454 bc: add code to detect errors like "print 1 print 2" by Denys Vlasenko · 6 years ago
- 5fa74b9 bc: allow {break} and {continue} (allow RBRACE to terminate them) by Denys Vlasenko · 6 years ago
- d4b721c bc: shrink parsing code a bit more, disallow "auto a b c" (without commas) by Denys Vlasenko · 6 years ago
- 73b3ebc bc: simplify bc_parse_expr_empty_ok() by Denys Vlasenko · 6 years ago
- d0238d8 bc: simplify bc_parse_expr_empty_ok() by Denys Vlasenko · 6 years ago
- bb11603 bc: simplify bc_parse_expr_empty_ok() by Denys Vlasenko · 6 years ago
- d897c9a bc: BC_RESULT_ONE is bc-specific by Denys Vlasenko · 6 years ago
- 0c45bb22 bc: partially deinline BC_PARSE_LEAF() macro by Denys Vlasenko · 6 years ago
- a17d95d bc: rename lexer variables, use smallints where appropriate by Denys Vlasenko · 6 years ago
- d279d80 bc: fix "bc -s" only warning on "define f()<newline>", not exiting by Denys Vlasenko · 6 years ago
- 79587cb bc: POSIX error/warn functions can be 'z' functions too by Denys Vlasenko · 6 years ago
- 65b6fe0 bc: remove unnecessary NULL initializers by Denys Vlasenko · 6 years ago
- a5bf53e bc: move relational LEXs before math LEXs - shorten dc_LEX_to_INST[] by Denys Vlasenko · 6 years ago
- 4accb6b bc: offset dc_LEX_to_INST[] start by Denys Vlasenko · 6 years ago
- 23ea073 bc: rename BC_LEX_NLINE/WHITESPACE/STR/NAME/NUMBER to XC_LEX_ by Denys Vlasenko · 6 years ago
- 9d9c97e bc: separate many bc and dc LEX constants by Denys Vlasenko · 6 years ago
- 69560f4 bc: rename several BC_LEX_OPs to XC_LEX_OPs. by Denys Vlasenko · 6 years ago
- abf6cf6 bc: move BC_LEX_OP_INC/DEC to the end of operation LEX constants by Denys Vlasenko · 6 years ago
- 7d9be0b bc: rename BC_LEXs to XC_LEXs for common constants, and to DC_LEXs for dc-specific by Denys Vlasenko · 6 years ago
- 2097ac8 bc: move functions/macros around, no code changes by Denys Vlasenko · 6 years ago
- a7732d1 bc: rename common INST constants to XC_, dc-specific ones to DC_ by Denys Vlasenko · 6 years ago
- 81293c8 dc: without -x, do not parse extended regs: 's p' means: store to ' ' reg, print by Denys Vlasenko · 6 years ago
- 73b2c60 bc: fix incorrect bit in BC_PARSE_EXPRS_BITS: 'limits' is not allowed by Denys Vlasenko · 6 years ago
- ad0bd38 bc: for "dc only" remove handling of LAST, move OBASE enums up to IBASE by Denys Vlasenko · 6 years ago