Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Makefile/tests: use return values to communicate errors | David Adam | 2014-01-15 |
| | |||
* | Added tests for piping an fd other than stdout | ridiculousfish | 2014-01-13 |
| | |||
* | Support for implicit cd, no-exec, and the exit builtin. All tests now | ridiculousfish | 2013-12-29 |
| | | | | pass (!). Error reporting still unsteady. | ||
* | Support for break/continue with new parser execution | ridiculousfish | 2013-12-28 |
| | |||
* | Finish rewriting detect_errors to use new parser. All tests now pass (!) | ridiculousfish | 2013-12-12 |
| | |||
* | Initial work towards various IO cleanups with an eye to fixing ↵ | ridiculousfish | 2013-08-19 |
| | | | | https://github.com/fish-shell/fish-shell/issues/110 | ||
* | Cleanup of code that decides whether or not to fork. Fix for issue where ↵ | ridiculousfish | 2013-06-16 |
| | | | | stderr may be output twice. | ||
* | Try to fix printf tests on Linux | ridiculousfish | 2013-04-03 |
| | |||
* | Enabled test cases for unicode characters in printf builtin | Siteshwar Vashisht | 2013-03-29 |
| | |||
* | Teach fish how to push and pop blocks even in the face of no_exec. All tests ↵ | ridiculousfish | 2013-03-25 |
| | | | | | | finally pass. https://github.com/fish-shell/fish-shell/issues/624 | ||
* | Fix printf output to store \r instead of \n | ridiculousfish | 2013-03-24 |
| | | | | Is git breaking line endings? | ||
* | Implement actual error handling for builtin_printf. Fix the tests. | ridiculousfish | 2013-03-24 |
| | |||
* | Added test cases for printf builtin | Siteshwar Vashisht | 2013-03-03 |
| | |||
* | Make subcommands modify $status, and make builtin_set not modify status ↵ | ridiculousfish | 2013-01-31 |
| | | | | | | | unless it fails https://github.com/fish-shell/fish-shell/issues/547 https://github.com/fish-shell/fish-shell/issues/214 | ||
* | fix a memory leak in profiling, add a profiling test | Jan Kanis | 2013-01-14 |
| | |||
* | Added a seq function that defers to the seq command if present | ridiculousfish | 2013-01-12 |
| | | | | https://github.com/fish-shell/fish-shell/issues/137 | ||
* | really fix bug in export status of universal vars; add tests for that bug | Jan Kanis | 2013-01-02 |
| | |||
* | include fixes and suggestions from code review | Jan Kanis | 2012-12-22 |
| | |||
* | Allow 'emit' to accept event arguments | Jan Kanis | 2012-12-20 |
| | |||
* | fixed #449, added test | Jan Kanis | 2012-12-20 |
| | |||
* | Further fixes to newline escaping | ridiculousfish | 2012-11-23 |
| | | | | Addresses issue described in https://github.com/fish-shell/fish-shell/issues/347#issuecomment-10650443 | ||
* | Implement new newline-escaping behavior. Backslashes at the end of lines now ↵ | ridiculousfish | 2012-11-22 |
| | | | | | | | essentially delete the newline, within normal text or double quotes. Backslashes are retained within single quotes. Fixes https://github.com/fish-shell/fish-shell/issues/347 Fixes https://github.com/fish-shell/fish-shell/issues/52 | ||
* | Fixed recursive brace expansion | ridiculousfish | 2012-11-20 |
| | | | | https://github.com/fish-shell/fish-shell/issues/399 | ||
* | Fix bug where 'else if' does not support functions and redirections | ridiculousfish | 2012-11-04 |
| | | | | https://github.com/fish-shell/fish-shell/issues/359 | ||
* | Make the \c special character in echo suppress the newline too | ridiculousfish | 2012-10-17 |
| | |||
* | Implement -e option to echo (to interpret special characters), and -E to not ↵ | ridiculousfish | 2012-10-17 |
| | | | | | | interpret them https://github.com/fish-shell/fish-shell/issues/337 | ||
* | Fix for issue where else if would fail to pass arguments to commands. Also ↵ | ridiculousfish | 2012-10-17 |
| | | | | | | | implements short-circuiting for and/or so that non-existent commands don't produce error messages. Fixes https://github.com/fish-shell/fish-shell/issues/345 Fixes https://github.com/fish-shell/fish-shell/issues/349 | ||
* | Changed "elseif" to "else if" | ridiculousfish | 2012-09-03 |
| | |||
* | First stab at elseif implementation | ridiculousfish | 2012-09-01 |
| | |||
* | Merge branch 'index_range' | ridiculousfish | 2012-07-19 |
|\ | |||
* | | Tests for contains -i | maxfl | 2012-07-10 |
| | | |||
| * | Fix case when first index is command substitution | maxfl | 2012-07-08 |
| | | |||
| * | Fix case when second limit is a variable: | maxfl | 2012-07-08 |
| | | | | | | | | echo $PATH[1..$n] | ||
| * | Add variable expand ranges | maxfl | 2012-07-08 |
|/ | | | | | | echo $PATH[-1..1] #now works Add tests for ranges | ||
* | Add a test case for switch error code (issue #161) | Kevin Ballard | 2012-06-24 |
| | |||
* | Add support for querying variables with scope options as requested in issue #132 | Siteshwar Vashisht | 2012-06-18 |
| | |||
* | Support for importing fish 1.x's history and format, and also bash | ridiculousfish | 2012-06-15 |
| | |||
* | Fix for https://github.com/ridiculousfish/fishfish/issues/2 | ridiculousfish | 2012-05-11 |
| | |||
* | Fix for longstanding bug where set -e would fail to erase elements from an ↵ | ridiculousfish | 2012-05-10 |
| | | | | | | array. This was introduced in 7b3377e78c16b3ba74edb141ca0dd2ec895806b9 | ||
* | add test case for 364d3dbbf8d | Grissiom | 2010-11-24 |
| | |||
* | add test case for 6b243fbc | Grissiom | 2010-11-23 |
| | |||
* | don't parse the options that should be passed to fish scripts | Grissiom | 2010-10-03 |
| | | | | | | This commit makes fish_parse_opt stop at first non-option argument, which expected as fish script name and pass the remaining argument to that script. I also updated the test cases. | ||
* | remove trialing spaces #2 | Grissiom | 2010-09-18 |
| | |||
* | Do not test universal variable functionality since it relies on fish to be ↵ | axel | 2006-07-19 |
| | | | | | | installed darcs-hash:20060718173711-ac50b-1feae98c4c283bfa5bbc8dfedec3eb4641316a8d.gz | ||
* | Updates, bugfixing and minor edits on the test suite | axel | 2006-06-05 |
| | | | | darcs-hash:20060605133133-ac50b-e2ee5868f9f3ede147c7059d90c0f520ed905a5f.gz | ||
* | Fix broken regression test (irony?) | axel | 2005-10-02 |
| | | | | darcs-hash:20051002134406-ac50b-d9d3c94eb08ecd05be1a4e128ca08d9d3ae53978.gz | ||
* | Minor fix in testsuite | axel | 2005-09-28 |
| | | | | darcs-hash:20050927174025-ac50b-554f6bf9aefc2da0b5a40baebb44bcd02a933704.gz | ||
* | Update testsuite to reflect new variable scoping rules | axel | 2005-09-27 |
| | | | | darcs-hash:20050927083554-ac50b-80f5fcb0022416a80eb8d3aa673282a2c67d4dd4.gz | ||
* | Fix regression bug in regression test suite | axel | 2005-09-27 |
| | | | | darcs-hash:20050926141136-ac50b-864add3824c34e96ad56bc0e92537196992692b0.gz | ||
* | Add subdirectories | axel | 2005-09-20 |
darcs-hash:20050920133155-ac50b-9a14c6c664dd03afbe8e15e7c7998fcfb5c3c750.gz |