aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.cpp
Commit message (Expand)AuthorAge
* Disable __fish_parse for 2.2 releaseGravatar ridiculousfish2015-05-02
* Revert 1349d12 and properly fix #213Gravatar Sanne Wouda2015-04-06
* Make octal/hex escapes in printf and echo output literal bytesGravatar ridiculousfish2015-01-15
* Use scoped_push to save and restore real_ioGravatar ridiculousfish2015-01-07
* Tweak comment handling. Mark a parse node with a new flag when it has commentsGravatar ridiculousfish2014-12-23
* Align `fg` and `bg` commands: With no parameters `fg` prints the help.Gravatar Andreas Heiduk2014-11-07
* Make C_ (gettext used in completions) return wcstringGravatar ridiculousfish2014-10-30
* A little extra tweaking so builtin_print_help looks betterGravatar Kevin Ballard2014-10-10
* Add new `functions` flag -V/--inherit-variableGravatar Kevin Ballard2014-10-02
* Make false/true into builtinsGravatar Kevin Ballard2014-09-29
* Remove dead code in history builtin.Gravatar Konrad Borowski2014-09-24
* Support `bind SEQ` to print a binding for `SEQ`Gravatar Kevin Ballard2014-09-22
* Rework mode handling of `bind`Gravatar Kevin Ballard2014-09-22
* Fix `bind -e` without `-k`Gravatar Kevin Ballard2014-09-22
* Support -k with `bind -e`Gravatar Kevin Ballard2014-09-22
* Show -M and -m flags in bind listGravatar Kevin Ballard2014-09-22
* Don't suppress output for `printf --help`Gravatar Kevin Ballard2014-09-21
* Add --right-prompt flag to readGravatar Kevin Ballard2014-09-21
* No need for mbstate_t to be staticGravatar Kevin Ballard2014-09-21
* Fix incorrect error on `read` with 1-character inputGravatar Kevin Ballard2014-09-21
* Implement new `read --null` flagGravatar Kevin Ballard2014-09-21
* Add missing newline after `bind -k foo` error messageGravatar Kevin Ballard2014-09-08
* New -n option for read builtinGravatar Joseph Tannhuber2014-09-03
* Fix the compilation under gcc 4.9.0.Gravatar Konrad Borowski2014-08-22
* Merge branch 'make_type_better' of github.com:kballard/fish-shell into kballa...Gravatar ridiculousfish2014-08-21
|\
* | Support for command wrapping ("aliases")Gravatar ridiculousfish2014-08-15
* | Clean up reader_write_title to work with wcstringGravatar ridiculousfish2014-08-02
* | add command line string as $argv[1] for fish_titleGravatar jianjun2014-08-02
* | Improve history robustness against corrupt filesGravatar ridiculousfish2014-07-29
* | Add support for history --merge to incorporate history changes fromGravatar ridiculousfish2014-07-25
| * read: Support arrays, character splittingGravatar Kevin Ballard2014-07-14
| * command: Rename -p/--path flag to -s/--searchGravatar Kevin Ballard2014-07-13
| * Teach `command` builtin a -p/--path flagGravatar Kevin Ballard2014-07-13
|/
* Fix segfault in status builtinGravatar xzfc2014-07-14
* bind should not show -k for bindings that are escape sequences, not keysGravatar ridiculousfish2014-07-07
* 'echo -' should output a dash instead of treating it as optionsGravatar ridiculousfish2014-05-16
* Fix NULL dereference when function name is not specifiedGravatar Konrad Borowski2014-05-06
* Fix memory leak when displaying bind list.Gravatar Konrad Borowski2014-05-01
* Squelch some more warnings on LinuxGravatar ridiculousfish2014-04-27
* Attempt to silence some warningsGravatar ridiculousfish2014-04-27
* Run restyle.sh to enforce style rules.Gravatar ridiculousfish2014-03-31
* Changes to bind_mode implementation based on code review and mergeGravatar ridiculousfish2014-03-30
* Merge branch 'master' into 1218_rebaseGravatar ridiculousfish2014-03-29
|\
| * Teach parse_util_detect_errors to report invalid builtins, as found inGravatar ridiculousfish2014-03-26
| * Remove additional dead code from old parserGravatar ridiculousfish2014-03-20
| * Fix line number reporting in new parserGravatar ridiculousfish2014-03-20
| * Clean up various block types and state as part of new parserGravatar ridiculousfish2014-03-02
| * Remove obviated builtins and additional cleanup of old parserGravatar ridiculousfish2014-03-02
| * Revert "Merge pull request #1317 from pullreq/cpp"Gravatar ridiculousfish2014-02-28
| * Fixes .c -> .cpp in comments. For doxygen.Gravatar Geoff Nixon2014-02-27