bc": drop unused error codes and strings
[oweals/busybox.git] / miscutils / bc.c
2018-12-05 Denys Vlasenkobc": drop unused error codes and strings
2018-12-05 Denys Vlasenkobc: remove "error ids": serve no useful purpose, error...
2018-12-05 Denys Vlasenkobc: reduce forward declarations
2018-12-05 Denys Vlasenkobc: use smaller datatypes for limits, match GNU bc...
2018-12-05 Denys Vlasenkobc: better handle optional args of bc_program_pushVar()
2018-12-05 Denys Vlasenkobc: tweak help text
2018-12-05 Denys Vlasenkobc: simplify bc_vm_stdin()
2018-12-05 Denys Vlasenkobc: only check for ^C in bc_program_exec() main loop
2018-12-05 Denys Vlasenkobc: simpler calling convention for bc_read_file(),...
2018-12-05 Denys Vlasenkobc: bc_num_ulong2num(), bc_program_pushGlobal(), bc_pro...
2018-12-05 Denys Vlasenkobc: stop passing around pointers to G.prog, they are...
2018-12-05 Denys Vlasenkobc: select parse_init() and parse_expr() using IS_BC...
2018-12-05 Denys Vlasenkobc: propagate fixed arguments into callees
2018-12-05 Denys Vlasenkobc: simplify ^C handling
2018-12-05 Denys Vlasenkobc: convert to "G trick" - this returns bc to zero...
2018-12-05 Denys Vlasenkobc: simplify, and restore ^C, fix ^D handling
2018-12-05 Denys Vlasenkobc: simplify, stop testing for IO errors on every output
2018-12-05 Denys Vlasenkobc: fix warnings, initial cleanups
2018-12-05 Gavin Howardbc: new applet, throws warning