| Age | Commit message (Expand) | Author |
| 2019-05-04 | Fix an (apparent) ancient ash bug, that was apparently fixed sometime | kre |
| 2019-02-27 | Finish the fixes from Feb 4 for handling of random data that | kre |
| 2019-02-09 | Add a check that the file descriptor mentioned in a N> or N< type | kre |
| 2019-02-04 | PR bin/53919 | kre |
| 2019-01-22 | lexical analysis fixes. This fixes the tests just committed in | kre |
| 2019-01-22 | NFCI - DEBUG mode only change. | kre |
| 2019-01-21 | Fix an amazing crazy botch (of mine) when expanding prompt strings | kre |
| 2019-01-15 | pgetc_linecont() needs to use pgetc() rather than pgetc_macro() | kre |
| 2019-01-09 | A similar fix to that added in 1.169 of eval.c, but here for when | kre |
| 2018-12-11 | PR standards/42829 | kre |
| 2018-12-09 | comment out unused. | christos |
| 2018-12-03 | Yet another foray into the mysterious world of $@ -- this time | kre |
| 2018-12-03 | Revamp aliases - as dumb an idea as they are, if we're going | kre |
| 2018-12-01 | Rename the internal function "makename" to "makeword" to better reflect | kre |
| 2018-12-01 | NFC. Need a grain of const | kre |
| 2018-11-18 | Rationalise (slightly) the way that expansions are processed | kre |
| 2018-11-09 | PR bin/53712 | kre |
| 2018-11-08 | Allow shells forked to run command substitutions while expanding | kre |
| 2018-08-19 | PR bin/48875 (is related, and ameliorated, but not exactly "fixed") | kre |
| 2018-07-22 | Part 2 of pattern matching (glob etc) fixes. | kre |
| 2018-07-20 | First pass at fixing some of the more arcane pattern matching | kre |
| 2018-07-13 | Remove atoi() | kre |
| 2018-04-21 | PR bin/53201 | kre |
| 2017-11-10 | PR bin/52715 | kre |
| 2017-08-21 | Add support for $'...' quoting (based upon C "..." strings, with \ expansions.) | kre |
| 2017-08-05 | PR bin/52458 | kre |
| 2017-07-26 | PR bin/48498 PR bin/52426 | kre |
| 2017-07-03 | Do a better job of detecting the error in pkgsrc/devel/libbson-1.6.3's | kre |
| 2017-06-30 | Implement PS1, PS2 and PS4 expansions (variable expansions, arithmetic | kre |
| 2017-06-24 | Another ancient (highly improbable) bug bites the dust. This one | kre |
| 2017-06-17 | Many internal memory management type fixes. | kre |
| 2017-06-08 | (Perhaps) temporary fix to pkgtools (cwrappers) build (configure). | kre |
| 2017-06-08 | Remove some left over baggage from the LINENO v1 implementation that | kre |
| 2017-06-07 | Undo some over agressive fixes for a (pre-commit) bug that did not | kre |
| 2017-06-07 | A better LINENO implementation. This version deletes (well, #if 0's out) | kre |
| 2017-06-07 | An initial attempt at implementing LINENO to meet the specs. | kre |
| 2017-06-03 | When we record an arithmetic expression ($(( ))) as being quoted, | kre |
| 2017-06-03 | Fixes to shell expand (that is, $ stuff) from FreeBSD (implemented | kre |
| 2017-05-29 | NFC (normal builds): DEBUG only change - convert parser to newer trace method. | kre |
| 2017-05-27 | More standard (and saner) implementation of the ! reserved word. | kre |
| 2017-05-14 | NFC: changes to comments only - expand/add comments relating to ${#...} | kre |
| 2017-05-11 | Fix some parser weirdness... | kre |
| 2017-05-10 | NFC: Whitespace, KNF, and (some) consistency. | kre |
| 2017-05-09 | If we are going to permit | kre |
| 2017-05-09 | Remove bogus extra \n from syntax error message. | kre |
| 2017-05-04 | Implement the ';&' (used instead of ';;') case statement list terminator | kre |
| 2017-05-03 | Fix the heredoc line counting bug that I caused when the heredoc | kre |
| 2017-05-03 | Deal with \newline line continuations more correctly. | kre |
| 2016-06-01 | PR bin/51145 PR bin/48489 | kre |
| 2016-05-09 | PR bin/48489 -- Shell "simple commands" are now not allowed to be | kre |