aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test9.out
Commit message (Collapse)AuthorAge
* psub: add -s, --suffixGravatar Eugene Sharygin2015-11-14
|
* Allow # within string tokensGravatar ridiculousfish2014-11-01
| | | | | | | This means that # must be the first character of the string to start a comment, in line with other shells Fixes #953
* Fix to swallow BOMs in sourced filesGravatar ridiculousfish2014-11-01
| | | | Fixes #1518
* Update psub for the new --inherit-variable flagGravatar Kevin Ballard2014-10-02
| | | | | Also do some minor formatting cleanup, make psub return 1 when executed outside of a command substitution, and make it respect $TMPDIR.
* Set the job property of block_t before expanding arguments associatedGravatar ridiculousfish2014-04-02
| | | | with the job, fixing psub. Fixes #1394
* Implement status -n (line number) with new parserGravatar ridiculousfish2014-03-01
|
* Expand the variable name as an ordinary parameter in for loops. AddedGravatar ridiculousfish2014-02-21
| | | | test for it too.
* Support for break/continue with new parser executionGravatar ridiculousfish2013-12-28
|
* Cleanup of code that decides whether or not to fork. Fix for issue where ↵Gravatar ridiculousfish2013-06-16
| | | | stderr may be output twice.
* Allow 'emit' to accept event argumentsGravatar Jan Kanis2012-12-20
|
* fixed #449, added testGravatar Jan Kanis2012-12-20