| Commit message (Expand) | Author | Age |
* | Add missing newline after `bind -k foo` error message | Kevin Ballard | 2014-09-08 |
* | New -n option for read builtin | Joseph Tannhuber | 2014-09-03 |
* | Fix the compilation under gcc 4.9.0. | Konrad Borowski | 2014-08-22 |
* | Merge branch 'make_type_better' of github.com:kballard/fish-shell into kballa... | ridiculousfish | 2014-08-21 |
|\ |
|
* | | Support for command wrapping ("aliases") | ridiculousfish | 2014-08-15 |
* | | Clean up reader_write_title to work with wcstring | ridiculousfish | 2014-08-02 |
* | | add command line string as $argv[1] for fish_title | jianjun | 2014-08-02 |
* | | Improve history robustness against corrupt files | ridiculousfish | 2014-07-29 |
* | | Add support for history --merge to incorporate history changes from | ridiculousfish | 2014-07-25 |
| * | read: Support arrays, character splitting | Kevin Ballard | 2014-07-14 |
| * | command: Rename -p/--path flag to -s/--search | Kevin Ballard | 2014-07-13 |
| * | Teach `command` builtin a -p/--path flag | Kevin Ballard | 2014-07-13 |
|/ |
|
* | Fix segfault in status builtin | xzfc | 2014-07-14 |
* | bind should not show -k for bindings that are escape sequences, not keys | ridiculousfish | 2014-07-07 |
* | 'echo -' should output a dash instead of treating it as options | ridiculousfish | 2014-05-16 |
* | Fix NULL dereference when function name is not specified | Konrad Borowski | 2014-05-06 |
* | Fix memory leak when displaying bind list. | Konrad Borowski | 2014-05-01 |
* | Squelch some more warnings on Linux | ridiculousfish | 2014-04-27 |
* | Attempt to silence some warnings | ridiculousfish | 2014-04-27 |
* | Run restyle.sh to enforce style rules. | ridiculousfish | 2014-03-31 |
* | Changes to bind_mode implementation based on code review and merge | ridiculousfish | 2014-03-30 |
* | Merge branch 'master' into 1218_rebase | ridiculousfish | 2014-03-29 |
|\ |
|
| * | Teach parse_util_detect_errors to report invalid builtins, as found in | ridiculousfish | 2014-03-26 |
| * | Remove additional dead code from old parser | ridiculousfish | 2014-03-20 |
| * | Fix line number reporting in new parser | ridiculousfish | 2014-03-20 |
| * | Clean up various block types and state as part of new parser | ridiculousfish | 2014-03-02 |
| * | Remove obviated builtins and additional cleanup of old parser | ridiculousfish | 2014-03-02 |
| * | Revert "Merge pull request #1317 from pullreq/cpp" | ridiculousfish | 2014-02-28 |
| * | Fixes .c -> .cpp in comments. For doxygen. | Geoff Nixon | 2014-02-27 |
| * | Test and fix issue where, if binding X is a prefix of binding Y, and X | ridiculousfish | 2014-02-12 |
| * | Make if statements always return success at the end, matching other | ridiculousfish | 2014-02-07 |
| * | Increased support for completion search field. Use btab (shift-tab) to | ridiculousfish | 2014-01-27 |
* | | Merge remote-tracking branch 'upstream/master' into bind_mode | Julian Aron Prenner | 2014-01-15 |
|\| |
|
* | | Replace builtin 'bind_mode' with variable $fish_bind_mode | Julian Aron Prenner | 2014-01-15 |
* | | Rename 'new-mode' to 'sets-mode', prepare for selection support. | Julian Aron Prenner | 2014-01-15 |
| * | Update style and formatting to conform to fish style guide. | ridiculousfish | 2014-01-15 |
| * | Fix for issue where unterminated quotes would attempt to be executed, | ridiculousfish | 2014-01-14 |
| * | Eliminate class parse_t | ridiculousfish | 2014-01-12 |
| * | Improvements to error messages with new parser. In particular, "naked | ridiculousfish | 2014-01-12 |
| * | Miscellaneous minor fixes based on cppcheck static analyzer | ridiculousfish | 2014-01-12 |
| * | Rename builtin parse to __fish_parse | ridiculousfish | 2014-01-08 |
| * | Miscellaneous optimizations to reduce string copying | ridiculousfish | 2014-01-07 |
| * | Support for stack overflow and infinite recursion detection in new | ridiculousfish | 2014-01-01 |
* | | Better input handling; add support multiple binding commands | Julian Aron Prenner | 2014-01-01 |
* | | Allow restricting earsing and listing of bindings to specific mode; | Julian Aron Prenner | 2013-12-31 |
* | | Implement bind modes | Julian Aron Prenner | 2013-12-31 |
| * | 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 |
| * | Merge branch 'master' into ast | ridiculousfish | 2013-12-20 |
| |\
| |/
|/| |
|
* | | Refactor block_t storage in parser_t from a linked list to a vector | ridiculousfish | 2013-12-20 |