| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | | iconv: import from win-iconv | Ron Yorston | 2019-01-06 | 1 | -0/+1846 |
* | | win32: special treatment for PATH | Ron Yorston | 2018-12-14 | 1 | -15/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-11-28 | 1 | -23/+4 |
|\| |
|
| * | libarchive: add a function to unpack embedded data | Ron Yorston | 2018-11-02 | 1 | -23/+4 |
* | | Merge branch 'busybox' | Ron Yorston | 2018-07-25 | 2 | -2/+5 |
|\| |
|
| * | hexedit: fixes for redraw and down movement causing SEGV on attempt to access | Denys Vlasenko | 2018-07-23 | 1 | -1/+4 |
| * | restore documentation on the build config language | Kartik Agaram | 2018-06-06 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-05-13 | 1 | -9/+14 |
|\| |
|
| * | less: fix fallout from "use common routine to set raw termios" | Denys Vlasenko | 2018-04-16 | 1 | -1/+1 |
| * | less: remove unnecessary message | Denys Vlasenko | 2018-04-15 | 1 | -1/+0 |
| * | less: implement -F | Aaro Koskinen | 2018-04-15 | 1 | -7/+13 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-09 | 3 | -8/+15 |
|\| |
|
| * | bzip2: fix two crashes on corrupted archives | Denys Vlasenko | 2018-04-08 | 1 | -5/+14 |
| * | libbb.h: always include sys/resource.h | Denys Vlasenko | 2018-04-08 | 1 | -1/+0 |
| * | xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy | Denys Vlasenko | 2018-04-07 | 1 | -1/+0 |
| * | libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir... | Denys Vlasenko | 2018-04-07 | 1 | -1/+1 |
* | | win32: exclude termios code | Ron Yorston | 2018-04-05 | 1 | -0/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-02 | 1 | -9/+12 |
|\| |
|
| * | fbsplash: support configurable image position | Peter Korsgaard | 2018-03-29 | 1 | -9/+12 |
* | | man: search for man pages relative to the executable | Ron Yorston | 2018-03-19 | 1 | -0/+10 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-03-01 | 1 | -1/+5 |
|\| |
|
| * | less: accept -R option. Closes 10816 | Denys Vlasenko | 2018-02-27 | 1 | -1/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-02-13 | 5 | -7/+76 |
|\| |
|
| * | libbb: commonalize a bit of little-endian CRC32 table generation code | Denys Vlasenko | 2018-02-01 | 1 | -1/+1 |
| * | less: fix help text conditional for -R | Denys Vlasenko | 2018-01-24 | 1 | -1/+1 |
| * | less: optional support of -R | Denys Vlasenko | 2018-01-22 | 1 | -1/+63 |
| * | nandwrite: cope with old headers which have no MTD_FILE_MODE_RAW | Denys Vlasenko | 2018-01-14 | 1 | -0/+9 |