Age | Commit message (Expand) | Author |
2021-06-29 | awk: when parsing TC_FUNCTION token, eat its opening '(' | Denys Vlasenko |
2021-06-29 | awk: g_buf[] does not need a separate allocation | Denys Vlasenko |
2021-06-29 | awk: simplify parsing of function declaration | Denys Vlasenko |
2021-06-29 | awk: rename TC_SEQSTART/END to L/RPAREN, no code changes | Denys Vlasenko |
2021-06-29 | awk: deindent code block, no code changes | Denys Vlasenko |
2021-06-29 | awk: use TS_foo for combined token classes. No code changes | Denys Vlasenko |
2021-06-29 | awk: make ltclass ("last token class") local to next_token() | Denys Vlasenko |
2021-06-29 | awk: remove redundant check | Denys Vlasenko |
2021-06-27 | vi: stored search pattern applies to ':s' | Ron Yorston |
2021-06-25 | awk: move locals deeper into scopes where they are used, no logic changes | Denys Vlasenko |
2021-06-25 | awk: more efficient -f FILE, document what "some trick in next_token" is | Denys Vlasenko |
2021-06-23 | vi: fix read outside of text buffer during insert | S Harris |
2021-06-21 | vi: fix backward search with GNU regex | Ron Yorston |
2021-06-20 | qwk: make code clearer, no actual code changes | Denys Vlasenko |
2021-06-18 | awk: after preinc/dec, only allow variable, field ref, array ref, or another ... | Denys Vlasenko |
2021-06-16 | vi: reject change command when motion fails | Ron Yorston |
2021-06-16 | vi: up/down motion beyond end of file should fail | Ron Yorston |
2021-06-16 | vi: keep autoindent if line isn't empty | Ron Yorston |
2021-06-16 | awk: fix use-after-free in "$BIGNUM1 $BIGGERNUM2" concat op | Denys Vlasenko |
2021-06-14 | vi: initialise tabstop once not for each file | Ron Yorston |
2021-06-14 | vi: ':r' should insert text after current line | Ron Yorston |
2021-06-14 | *: --help tweaks | Denys Vlasenko |
2021-06-13 | *: --help tweaks | Denys Vlasenko |
2021-06-02 | vi: remove autoindent from otherwise empty lines | Ron Yorston |
2021-06-02 | vi: make autoindent respect expandtab setting | Ron Yorston |
2021-06-02 | vi: make cursor positioning more vi compatible | Ron Yorston |
2021-05-04 | vi: :wq/:x should warn if there are more files to edit | Ron Yorston |
2021-05-04 | vi: cursor positioning after whole-line 'y' | Ron Yorston |
2021-05-01 | vi: trivial code shrink | Denys Vlasenko |
2021-04-30 | vi: fix empty line range regression | Ron Yorston |
2021-04-28 | vi: expand '%' and '#' in colon commands | Ron Yorston |
2021-04-28 | vi: fix buffer overrun; code shrink | Ron Yorston |
2021-04-28 | vi: improvements to ':read' command | Ron Yorston |
2021-04-28 | vi: preserve state when switching file | Ron Yorston |
2021-04-28 | vi: 'ZZ' should warn if there are more files to edit | Ron Yorston |
2021-04-28 | vi: saving unnamed file in readonly mode | Ron Yorston |
2021-04-28 | vi: adjust conditional compilation of modifying_cmds | Ron Yorston |
2021-04-28 | vi: changes to line addresses for colon commands | Ron Yorston |
2021-04-20 | vi: make de-indentation with ctrl-D more like vim | Ron Yorston |
2021-04-20 | vi: add expandtab option | Ron Yorston |
2021-04-15 | vi: move undo_queue_state in globals to other byte-sized members | Denys Vlasenko |
2021-04-15 | vi: allow line addresses to have an offset | Ron Yorston |
2021-04-15 | vi: allow backward search to specify line address | Ron Yorston |
2021-04-15 | vi: detect and warn about invalid line addresses | Ron Yorston |
2021-04-15 | vi: code shrink colon line addresses | Ron Yorston |
2021-04-15 | vi: make context marks more like vi | Ron Yorston |
2021-04-15 | vi: correct autoindent for 'O' command | Ron Yorston |
2021-04-15 | vi: allow ctrl-D to reduce indentation | Ron Yorston |
2021-04-15 | vi: don't move cursor when yanking whole lines | Ron Yorston |
2021-04-15 | vi: reset command count when specifying '0' range | Ron Yorston |