| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | bc: rewrite "BOOL * EXPR" idiom as if() statement | Denys Vlasenko | 2018-12-05 | 1 | -3/+4 |
| * | bc: switch to SA_RESTART signal handling | Denys Vlasenko | 2018-12-05 | 1 | -1/+17 |
| * | bc: get rid of G.tty and G.flags | Denys Vlasenko | 2018-12-05 | 1 | -21/+17 |
| * | bc: convert all status codes, remove bc_err_msgs[], bc_vm_error(), bc_vm_posi... | Denys Vlasenko | 2018-12-05 | 1 | -215/+52 |
| * | bc: convert all non-POSIX BC_STATUS_foo codes | Denys Vlasenko | 2018-12-05 | 1 | -204/+271 |
| * | bc: convert BC_STATUS_EXEC_SIGNAL - its message string was never used | Denys Vlasenko | 2018-12-05 | 1 | -30/+39 |
| * | bc: convert BC_STATUS_PARSE_NO_AUTO | Denys Vlasenko | 2018-12-05 | 1 | -3/+3 |
| * | bc: convert BC_STATUS_EXEC_MISMATCHED_PARAMS and BC_STATUS_EXEC_UNDEFINED_FUNC | Denys Vlasenko | 2018-12-05 | 1 | -10/+16 |
| * | bc: BC_STATUS_VEC_ITEM_EXISTS is not a real error code, its message was never... | Denys Vlasenko | 2018-12-05 | 1 | -21/+17 |
| * | bc: simplify bc_lex_comment() | Denys Vlasenko | 2018-12-05 | 1 | -11/+14 |
| * | bc: handle BIN_FILE and LEX_BAD_CHAR errors at the site of detection | Denys Vlasenko | 2018-12-05 | 1 | -54/+76 |
| * | bc: eliminate BC_STATUS_INPUT_EOF | Denys Vlasenko | 2018-12-05 | 1 | -21/+27 |
| * | bc: handle "limits" and "quit" immediately at parse time | Denys Vlasenko | 2018-12-05 | 1 | -58/+49 |
| * | bc": drop unused error codes and strings | Denys Vlasenko | 2018-12-05 | 1 | -82/+73 |
| * | bc: remove "error ids": serve no useful purpose, error message should be expl... | Denys Vlasenko | 2018-12-05 | 1 | -57/+11 |
| * | bc: reduce forward declarations | Denys Vlasenko | 2018-12-05 | 1 | -8/+4 |
| * | bc: use smaller datatypes for limits, match GNU bc 'limits' output | Denys Vlasenko | 2018-12-05 | 1 | -18/+16 |
| * | bc: better handle optional args of bc_program_pushVar() | Denys Vlasenko | 2018-12-05 | 1 | -24/+25 |
| * | bc: tweak help text | Denys Vlasenko | 2018-12-05 | 1 | -4/+11 |
| * | bc: simplify bc_vm_stdin() | Denys Vlasenko | 2018-12-05 | 1 | -6/+5 |
| * | bc: only check for ^C in bc_program_exec() main loop | Denys Vlasenko | 2018-12-05 | 1 | -49/+21 |
| * | bc: simpler calling convention for bc_read_file(), bc_program_search() | Denys Vlasenko | 2018-12-05 | 1 | -26/+23 |
| * | bc: bc_num_ulong2num(), bc_program_pushGlobal(), bc_program_stackLen() never ... | Denys Vlasenko | 2018-12-05 | 1 | -42/+26 |
| * | bc: stop passing around pointers to G.prog, they are all constant | Denys Vlasenko | 2018-12-05 | 1 | -293/+284 |
| * | bc: select parse_init() and parse_expr() using IS_BC, not function pointers | Denys Vlasenko | 2018-12-05 | 1 | -25/+27 |
| * | bc: propagate fixed arguments into callees | Denys Vlasenko | 2018-12-05 | 1 | -111/+125 |
| * | bc: simplify ^C handling | Denys Vlasenko | 2018-12-05 | 1 | -80/+59 |
| * | bc: convert to "G trick" - this returns bc to zero bss increase | Denys Vlasenko | 2018-12-05 | 1 | -159/+133 |
| * | bc: simplify, and restore ^C, fix ^D handling | Denys Vlasenko | 2018-12-05 | 1 | -71/+34 |
| * | bc: simplify, stop testing for IO errors on every output | Denys Vlasenko | 2018-12-05 | 1 | -122/+81 |
| * | bc: fix warnings, initial cleanups | Denys Vlasenko | 2018-12-05 | 1 | -129/+124 |
| * | bc: new applet, throws warning | Gavin Howard | 2018-12-05 | 2 | -41/+7492 |
* | | diff: omit unreliable test for same file | Ron Yorston | 2019-01-09 | 1 | -1/+1 |
* | | ps: fix long output when desktop compatibility is disabled | Ron Yorston | 2019-01-08 | 1 | -0/+3 |
* | | ps: display interpreted script name in comm column | Ron Yorston | 2019-01-08 | 2 | -2/+19 |
* | | ps: add support for the args column | Ron Yorston | 2019-01-08 | 6 | -37/+55 |
* | | ps: add user and group columns | Ron Yorston | 2019-01-08 | 2 | -6/+11 |
* | | win32: add a fake root user and group | Ron Yorston | 2019-01-08 | 1 | -13/+26 |
* | | win32: implement vsnprintf(2) | Ron Yorston | 2019-01-08 | 2 | -0/+25 |
* | | win32: implement umask(2) | Ron Yorston | 2019-01-07 | 4 | -0/+31 |
* | | iconv: import from win-iconv | Ron Yorston | 2019-01-06 | 4 | -1/+1849 |
* | | xargs: fix 'xargs -sNUM' tests | Ron Yorston | 2019-01-06 | 1 | -0/+4 |
* | | tar: return correct exit code for empty tar file | Ron Yorston | 2019-01-06 | 2 | -5/+4 |
* | | busybox: add --uninstall option | Ron Yorston | 2019-01-05 | 3 | -2/+72 |
* | | busybox: identify scripts in output of 'busybox --list-full' | Ron Yorston | 2019-01-05 | 1 | -0/+4 |
* | | lineedit: allow non-ASCII characters when tab-completing filenames | Ron Yorston | 2019-01-05 | 1 | -0/+4 |
* | | win32: reduce static storage needed for lazy loading | Ron Yorston | 2019-01-04 | 2 | -21/+15 |
* | | win32: add support for %T to strftime | Ron Yorston | 2018-12-16 | 1 | -21/+30 |
* | | ash: fix local PATH assignments | Ron Yorston | 2018-12-15 | 1 | -7/+20 |
* | | win32: special treatment for PATH | Ron Yorston | 2018-12-14 | 7 | -82/+75 |