| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | awk: do not special-case "delete" | Denys Vlasenko | 2021-07-02 | 1 | -29/+27 |
| * | awk: shuffle globals for smaller offsets | Denys Vlasenko | 2021-07-02 | 1 | -12/+13 |
| * | awk: use "static" tmpvars in main and exit | Denys Vlasenko | 2021-07-02 | 1 | -12/+5 |
| * | awk: when parsing length(), simplify eating of LPAREN | Denys Vlasenko | 2021-07-02 | 1 | -3/+4 |
| * | awk: shuffle functions to reduce forward declarations, no code changes | Denys Vlasenko | 2021-07-02 | 1 | -98/+94 |
| * | awk: use static tmpvars instead of nvalloc(1)ed ones | Denys Vlasenko | 2021-07-01 | 1 | -15/+34 |
| * | awk: rename temp variables, no code changes | Denys Vlasenko | 2021-07-01 | 1 | -30/+46 |
| * | awk: evaluate all, even superfluous function args | Denys Vlasenko | 2021-06-30 | 1 | -7/+12 |
| * | awk: rewrite "print" logic a bit to make it clearer | Denys Vlasenko | 2021-06-30 | 1 | -5/+4 |
| * | awk: allow empty fuinctions with no arguments, disallow function redefinitions | Denys Vlasenko | 2021-06-30 | 1 | -4/+7 |
| * | awk: replace incorrect use of union in undefined function check (no code chan... | Denys Vlasenko | 2021-06-30 | 1 | -1/+1 |
| * | awk: remove custom pool allocator for temporary awk variables | Denys Vlasenko | 2021-06-30 | 1 | -103/+61 |
| * | awk: assorted optimizations | Denys Vlasenko | 2021-06-29 | 1 | -9/+17 |
| * | awk: free unused parsing structures after parse is done | Denys Vlasenko | 2021-06-29 | 1 | -27/+47 |
| * | awk: document which hashes are used at what state (parse/execute) | Denys Vlasenko | 2021-06-29 | 1 | -10/+20 |
| * | awk: fix parsing of expressions such as "v (a)" | Denys Vlasenko | 2021-06-29 | 1 | -4/+18 |
| * | awk: deindent a block, no code changes | Denys Vlasenko | 2021-06-29 | 1 | -84/+83 |
| * | awk: code shrink | Denys Vlasenko | 2021-06-29 | 1 | -7/+11 |
| * | awk: get rid of "move name one char back" trick in next_token() | Denys Vlasenko | 2021-06-29 | 1 | -27/+27 |
| * | awk: when parsing TC_FUNCTION token, eat its opening '(' | Denys Vlasenko | 2021-06-29 | 1 | -15/+15 |
| * | awk: g_buf[] does not need a separate allocation | Denys Vlasenko | 2021-06-29 | 1 | -5/+3 |
| * | awk: simplify parsing of function declaration | Denys Vlasenko | 2021-06-29 | 1 | -16/+10 |
| * | awk: rename TC_SEQSTART/END to L/RPAREN, no code changes | Denys Vlasenko | 2021-06-29 | 1 | -47/+47 |
| * | awk: deindent code block, no code changes | Denys Vlasenko | 2021-06-29 | 1 | -87/+90 |
| * | awk: use TS_foo for combined token classes. No code changes | Denys Vlasenko | 2021-06-29 | 1 | -64/+64 |
| * | awk: make ltclass ("last token class") local to next_token() | Denys Vlasenko | 2021-06-29 | 1 | -14/+10 |
| * | awk: remove redundant check | Denys Vlasenko | 2021-06-29 | 1 | -14/+18 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-06-28 | 4 | -131/+289 |
|\| |
|
| * | vi: stored search pattern applies to ':s' | Ron Yorston | 2021-06-27 | 1 | -0/+12 |
| * | awk: move locals deeper into scopes where they are used, no logic changes | Denys Vlasenko | 2021-06-25 | 1 | -30/+32 |
| * | awk: more efficient -f FILE, document what "some trick in next_token" is | Denys Vlasenko | 2021-06-25 | 1 | -9/+24 |
| * | vi: fix read outside of text buffer during insert | S Harris | 2021-06-23 | 1 | -1/+1 |
| * | vi: fix backward search with GNU regex | Ron Yorston | 2021-06-21 | 1 | -20/+13 |
| * | qwk: make code clearer, no actual code changes | Denys Vlasenko | 2021-06-20 | 1 | -2/+3 |
| * | awk: after preinc/dec, only allow variable, field ref, array ref, or another ... | Denys Vlasenko | 2021-06-18 | 1 | -18/+69 |
| * | vi: reject change command when motion fails | Ron Yorston | 2021-06-16 | 1 | -1/+12 |
| * | vi: up/down motion beyond end of file should fail | Ron Yorston | 2021-06-16 | 1 | -25/+38 |
| * | vi: keep autoindent if line isn't empty | Ron Yorston | 2021-06-16 | 1 | -1/+1 |
| * | awk: fix use-after-free in "$BIGNUM1 $BIGGERNUM2" concat op | Denys Vlasenko | 2021-06-16 | 1 | -14/+71 |
| * | vi: initialise tabstop once not for each file | Ron Yorston | 2021-06-14 | 1 | -1/+1 |
| * | vi: ':r' should insert text after current line | Ron Yorston | 2021-06-14 | 1 | -5/+3 |
| * | *: --help tweaks | Denys Vlasenko | 2021-06-14 | 1 | -1/+1 |
| * | *: --help tweaks | Denys Vlasenko | 2021-06-13 | 2 | -3/+8 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-06-07 | 1 | -34/+77 |
|\| |
|
| * | vi: remove autoindent from otherwise empty lines | Ron Yorston | 2021-06-02 | 1 | -26/+59 |
| * | vi: make autoindent respect expandtab setting | Ron Yorston | 2021-06-02 | 1 | -13/+19 |
| * | vi: make cursor positioning more vi compatible | Ron Yorston | 2021-06-02 | 1 | -0/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-05-14 | 1 | -576/+927 |
|\| |
|
| * | vi: :wq/:x should warn if there are more files to edit | Ron Yorston | 2021-05-04 | 1 | -3/+14 |
| * | vi: cursor positioning after whole-line 'y' | Ron Yorston | 2021-05-04 | 1 | -17/+8 |