summaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * bc: drop bc_map_init() macroDenys Vlasenko2018-12-051-5/+3
| * bc: create a few common functionsDenys Vlasenko2018-12-051-27/+36
| * 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
* | iconv: import from win-iconvRon Yorston2019-01-061-0/+1846
* | win32: special treatment for PATHRon Yorston2018-12-141-15/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-11-281-23/+4
|\|
| * libarchive: add a function to unpack embedded dataRon Yorston2018-11-021-23/+4
* | Merge branch 'busybox'Ron Yorston2018-07-252-2/+5
|\|
| * hexedit: fixes for redraw and down movement causing SEGV on attempt to accessDenys Vlasenko2018-07-231-1/+4
| * restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-05-131-9/+14
|\|
| * less: fix fallout from "use common routine to set raw termios"Denys Vlasenko2018-04-161-1/+1
| * less: remove unnecessary messageDenys Vlasenko2018-04-151-1/+0
| * less: implement -FAaro Koskinen2018-04-151-7/+13
* | Merge branch 'busybox' into mergeRon Yorston2018-04-093-8/+15
|\|
| * bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-5/+14
| * libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
| * xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-071-1/+0
| * libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-1/+1