summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * bc: rewrite "BOOL * EXPR" idiom as if() statementDenys Vlasenko2018-12-051-3/+4
| * bc: switch to SA_RESTART signal handlingDenys Vlasenko2018-12-051-1/+17
| * bc: get rid of G.tty and G.flagsDenys Vlasenko2018-12-051-21/+17
| * bc: convert all status codes, remove bc_err_msgs[], bc_vm_error(), bc_vm_posi...Denys Vlasenko2018-12-051-215/+52
| * bc: convert all non-POSIX BC_STATUS_foo codesDenys Vlasenko2018-12-051-204/+271
| * bc: convert BC_STATUS_EXEC_SIGNAL - its message string was never usedDenys Vlasenko2018-12-051-30/+39
| * bc: convert BC_STATUS_PARSE_NO_AUTODenys Vlasenko2018-12-051-3/+3
| * bc: convert BC_STATUS_EXEC_MISMATCHED_PARAMS and BC_STATUS_EXEC_UNDEFINED_FUNCDenys Vlasenko2018-12-051-10/+16
| * bc: BC_STATUS_VEC_ITEM_EXISTS is not a real error code, its message was never...Denys Vlasenko2018-12-051-21/+17
| * bc: simplify bc_lex_comment()Denys Vlasenko2018-12-051-11/+14
| * bc: handle BIN_FILE and LEX_BAD_CHAR errors at the site of detectionDenys Vlasenko2018-12-051-54/+76
| * bc: eliminate BC_STATUS_INPUT_EOFDenys Vlasenko2018-12-051-21/+27
| * bc: handle "limits" and "quit" immediately at parse timeDenys Vlasenko2018-12-051-58/+49
| * bc": drop unused error codes and stringsDenys Vlasenko2018-12-051-82/+73
| * bc: remove "error ids": serve no useful purpose, error message should be expl...Denys Vlasenko2018-12-051-57/+11
| * bc: reduce forward declarationsDenys Vlasenko2018-12-051-8/+4
| * bc: use smaller datatypes for limits, match GNU bc 'limits' outputDenys Vlasenko2018-12-051-18/+16
| * bc: better handle optional args of bc_program_pushVar()Denys Vlasenko2018-12-051-24/+25
| * bc: tweak help textDenys Vlasenko2018-12-051-4/+11
| * bc: simplify bc_vm_stdin()Denys Vlasenko2018-12-051-6/+5
| * bc: only check for ^C in bc_program_exec() main loopDenys Vlasenko2018-12-051-49/+21
| * bc: simpler calling convention for bc_read_file(), bc_program_search()Denys Vlasenko2018-12-051-26/+23
| * bc: bc_num_ulong2num(), bc_program_pushGlobal(), bc_program_stackLen() never ...Denys Vlasenko2018-12-051-42/+26
| * bc: stop passing around pointers to G.prog, they are all constantDenys Vlasenko2018-12-051-293/+284
| * bc: select parse_init() and parse_expr() using IS_BC, not function pointersDenys Vlasenko2018-12-051-25/+27
| * bc: propagate fixed arguments into calleesDenys Vlasenko2018-12-051-111/+125
| * bc: simplify ^C handlingDenys Vlasenko2018-12-051-80/+59
| * bc: convert to "G trick" - this returns bc to zero bss increaseDenys Vlasenko2018-12-051-159/+133
| * bc: simplify, and restore ^C, fix ^D handlingDenys Vlasenko2018-12-051-71/+34
| * bc: simplify, stop testing for IO errors on every outputDenys Vlasenko2018-12-051-122/+81
| * bc: fix warnings, initial cleanupsDenys Vlasenko2018-12-051-129/+124
| * bc: new applet, throws warningGavin Howard2018-12-052-41/+7492
* | diff: omit unreliable test for same fileRon Yorston2019-01-091-1/+1
* | ps: fix long output when desktop compatibility is disabledRon Yorston2019-01-081-0/+3
* | ps: display interpreted script name in comm columnRon Yorston2019-01-082-2/+19
* | ps: add support for the args columnRon Yorston2019-01-086-37/+55
* | ps: add user and group columnsRon Yorston2019-01-082-6/+11
* | win32: add a fake root user and groupRon Yorston2019-01-081-13/+26
* | win32: implement vsnprintf(2)Ron Yorston2019-01-082-0/+25
* | win32: implement umask(2)Ron Yorston2019-01-074-0/+31
* | iconv: import from win-iconvRon Yorston2019-01-064-1/+1849
* | xargs: fix 'xargs -sNUM' testsRon Yorston2019-01-061-0/+4
* | tar: return correct exit code for empty tar fileRon Yorston2019-01-062-5/+4
* | busybox: add --uninstall optionRon Yorston2019-01-053-2/+72
* | busybox: identify scripts in output of 'busybox --list-full'Ron Yorston2019-01-051-0/+4
* | lineedit: allow non-ASCII characters when tab-completing filenamesRon Yorston2019-01-051-0/+4
* | win32: reduce static storage needed for lazy loadingRon Yorston2019-01-042-21/+15
* | win32: add support for %T to strftimeRon Yorston2018-12-161-21/+30
* | ash: fix local PATH assignmentsRon Yorston2018-12-151-7/+20
* | win32: special treatment for PATHRon Yorston2018-12-147-82/+75