Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-30 | 39777: $() is a valid empty command substitution | Peter Stephenson | 1 | -0/+14 | |
2015-07-01 | 35667: fix command substitution that starts but doesn't finish in alias | Peter Stephenson | 1 | -0/+5 | |
2015-01-08 | Fix command substitutions to parse contents as they are read in. | Peter Stephenson | 1 | -0/+42 | |
Do this by refactoring misnamed lexsave()/lexrestore() to allow continuity of history and input. Add test. | |||||
2011-09-15 | 29776: fix case of double quotes in double-quote-style | Peter Stephenson | 1 | -0/+8 | |
parsing where end character is something else | |||||
2009-07-11 | 27129: fix status at start of function, command subst, etc. | Peter Stephenson | 1 | -0/+5 | |
2009-07-10 | 27126: a few more contexts where executing empty lists gives status zero | Peter Stephenson | 1 | -0/+4 | |
2007-12-09 | 24150: Exit status of null command should be exit status of last cmdsubst. | Bart Schaefer | 1 | -0/+8 | |
2007-01-24 | 23131: new tests for command substitution | Peter Stephenson | 1 | -0/+83 | |