| Commit message (Expand) | Author | Age |
* | Ignore user-supplied fd redirections above 2 for builtins | ridiculousfish | 2015-01-08 |
* | Rework file descriptor handling | ridiculousfish | 2015-01-07 |
* | Add more expository comments to eval, and remove a useless parameter | ridiculousfish | 2015-01-07 |
* | Eliminate wcsv2strv | ridiculousfish | 2014-10-30 |
* | Add an assertion to reflect unreachable code | ridiculousfish | 2014-10-19 |
* | Add new `functions` flag -V/--inherit-variable | Kevin Ballard | 2014-10-02 |
* | Base `status -b` off the parser execution stack | Kevin Ballard | 2014-09-30 |
* | Expunge INTERNAL_BLOCK from the codebase | Kevin Ballard | 2014-09-30 |
* | Don't leave is_block in bad state after bad redirection | Kevin Ballard | 2014-09-30 |
* | Remove INTERNAL_BUFFER, which was only used by fish_pager | ridiculousfish | 2014-09-22 |
* | Decrement SHLVL when running `exec` | Kevin Ballard | 2014-09-19 |
* | Trim trailing newline on cmdsubst when IFS='' | Kevin Ballard | 2014-08-29 |
* | Clean up the IFS handling in command substitution | Kevin Ballard | 2014-08-21 |
* | Teach while loops to not hang forever with no-execute | ridiculousfish | 2014-07-11 |
* | Remove the close_old field from io_fd_t, which is never actually | ridiculousfish | 2014-04-16 |
* | Eliminate the parser_use_ast switch, which does nothing, and | ridiculousfish | 2014-04-14 |
* | Minor cleanup of redirection functions | ridiculousfish | 2014-04-11 |
* | Fix line number reporting in new parser | ridiculousfish | 2014-03-20 |
* | Remove support for input IO_BUFFERs, which were only used by fish_pager | ridiculousfish | 2014-03-15 |
* | Revert "Merge pull request #1317 from pullreq/cpp" | ridiculousfish | 2014-02-28 |
* | Fixes .c -> .cpp in comments. For doxygen. | Geoff Nixon | 2014-02-27 |
* | Update style and formatting to conform to fish style guide. | ridiculousfish | 2014-01-15 |
* | Fix some warnings | ridiculousfish | 2014-01-01 |
* | Support for implicit cd, no-exec, and the exit builtin. All tests now | ridiculousfish | 2013-12-29 |
* | Fix issues related to redirections and block level IO with new parser | ridiculousfish | 2013-12-28 |
* | Bringup of function definitions, switch statements with new parser | ridiculousfish | 2013-12-27 |
* | Hook up for statements, if statements, and function definition in new | ridiculousfish | 2013-12-27 |
* | Refactor block_t storage in parser_t from a linked list to a vector | ridiculousfish | 2013-12-20 |
* | Cast size_t to unsigned long. | Konrad Borowski | 2013-11-25 |
* | Fix formatting | ridiculousfish | 2013-10-26 |
* | Fix a C++11 compile error with clang. | ridiculousfish | 2013-08-25 |
* | Put read pipe last so that eval works again. Addresses https://github.com/fis... | ridiculousfish | 2013-08-21 |
* | Replace some #warnings with a comment explaining why the code is OK | ridiculousfish | 2013-08-19 |
* | Big fat refactoring of how redirections work. In fish 1.x and 2.0.0, the redi... | ridiculousfish | 2013-08-19 |
* | Initial work towards various IO cleanups with an eye to fixing https://github... | ridiculousfish | 2013-08-19 |
* | Cleanup of code that decides whether or not to fork. Fix for issue where stde... | ridiculousfish | 2013-06-16 |
* | Fix for incorrect use of shared ptr references | ridiculousfish | 2013-06-16 |
* | Formatting and style updates | ridiculousfish | 2013-05-05 |
* | Mark stdin as nonblocking if we get EWOULDBLOCK, and before handing it off to... | ridiculousfish | 2013-04-07 |
* | Teach fish how to push and pop blocks even in the face of no_exec. All tests ... | ridiculousfish | 2013-03-25 |
* | Additional changes related to https://github.com/fish-shell/fish-shell/pull/592 | ridiculousfish | 2013-02-28 |
* | Cleanup and simplify null_terminated_array_t and its clients | ridiculousfish | 2013-02-22 |
* | Hopeful fix to avoid forking for certain builtins like echo when they have an... | ridiculousfish | 2013-02-22 |
* | Fix a crash when redirecting a nonexistent file to a function | ridiculousfish | 2013-02-20 |
* | More cleanup based on static analysis | ridiculousfish | 2013-02-16 |
* | exec(): Fix a stupid crash. Remove commented debug code that became invalidated. | Cheer Xiao | 2013-02-11 |
* | In exec(), only add and remove pipe_{read,write} when necessary | Cheer Xiao | 2013-02-11 |
* | Make io_data_t::fd const | Cheer Xiao | 2013-02-11 |
* | remove __warn_unused attribute from exec_subshell | Jan Kanis | 2013-02-06 |
* | Make subcommands modify $status, and make builtin_set not modify status unles... | ridiculousfish | 2013-01-31 |