Commit message (Expand) | Author | ||
---|---|---|---|
2019-01-14 | Add cash.7 README | June McEnroe | |
2019-01-14 | Document old=new argument of fc -s | June McEnroe | |
2019-01-14 | Allow replacing empty string with fc old=new | June McEnroe | |
2019-01-13 | Enable warnings in libedit | June McEnroe | |
2019-01-13 | Show full path in RPS1 | June McEnroe | |
2019-01-13 | Shorten $HOME to ~ in prompt expansion | June McEnroe | |
2019-01-13 | Document PSlit | June McEnroe | |
2019-01-13 | Document PS0 | June McEnroe | |
2019-01-13 | Set PS0 in cash | June McEnroe | |
2019-01-13 | Add PS0 | June McEnroe | |
2019-01-13 | Change default ENV from cashrc to env.sh | June McEnroe | |
2019-01-13 | Use colours in cash prompts | June McEnroe | |
2019-01-12 | Set PSlit like NetBSD sh | June McEnroe | |
2019-01-12 | Install gnupg2 from pkgsrc and symlink gpg | June McEnroe | |
2019-01-12 | Reference cash builtin man pages in cash.1 SEE ALSO | June McEnroe | |
2019-01-12 | Restore cash builtin man page dates | June McEnroe | |
2019-01-12 | Use local libedit | June McEnroe | |
2019-01-12 | Replace libedit Makefile | June McEnroe | |
2019-01-11 | Import /usr/src/lib/libedit from NetBSD 8.0 | June McEnroe | |
2019-01-11 | Add PSlit for prompt escapes | June McEnroe | |
2019-01-11 | Don't make depend automatically | June McEnroe> | June McEnroe |
Lua support is unused and the dlsym fwrite/write hacks horrify me. Clean it up. | |||
2021-01-20 | Fix tests for diff spans | June McEnroe | |
2021-01-20 | Avoid matching ':' in make tags | June McEnroe | |
Otherwise a :: rule includes one of the ':'s in the tag name. | |||
2021-01-19 | Prefer tag matches not preceded by [[:alnum:]] | June McEnroe | |
Otherwise the "id" in "void" matches for "void id". | |||
2021-01-19 | Escape \ and / in mtags search patterns | June McEnroe | |
2021-01-20 | Use mtags in source-filter | June McEnroe | |
2021-01-19 | Add mtags to generate tags for make and mdoc | June McEnroe | |
2021-01-19 | Map tags to IDs using only [[:alnum:]-._] | June McEnroe | |
2021-01-19 | Don't use a pager if reading standard input | June McEnroe | |
2021-01-19 | Support BSD make syntax and match *.am | June McEnroe | |
These don't really go together, but... | |||
2021-01-19 | Match tab following escaped newline in make assignments | June McEnroe | |
Otherwise it ends up going into Shell state. | |||
2021-01-18 | Allow matching lexers using first input line | June McEnroe |