aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix YAML indentation in history.Gravatar Konrad Borowski2014-09-28
* Add Meta+H as keybinding for man page.Gravatar Konrad Borowski2014-09-28
* Fix for issue where comments are lost in function definitionsGravatar ridiculousfish2014-09-27
* Fix some busted escape sequences in docs, and slightly reformat a few examplesGravatar ridiculousfish2014-09-27
* Revert "math.fish: support floating-point maths"Gravatar David Adam2014-09-27
* Makefile: warn about SELinux; avoid a bashismGravatar David Adam2014-09-27
* math.fish: support floating-point mathsGravatar David Adam2014-09-27
* Merge branch 'Integration_2.1.1'Gravatar David Adam2014-09-26
|\
* \ Merge branch 'Integration_2.1.1'Gravatar David Adam2014-09-26
|\ \
* | | Revert "Prepend ./ to "flag-like file" wildcard expansions and completions"Gravatar ridiculousfish2014-09-25
* | | Report expand errors better in fish testsGravatar Kevin Ballard2014-09-25
* | | Refactor expand tests slightly to handle errors betterGravatar Kevin Ballard2014-09-25
* | | Escape the error string in process expansion errorsGravatar Kevin Ballard2014-09-25
* | | Make escape() return a wcstringGravatar Kevin Ballard2014-09-25
* | | Remove my_wcswidth() in favor of fish_wcswidth()Gravatar Kevin Ballard2014-09-25
* | | Prepend ./ to "flag-like file" wildcard expansions and completionsGravatar ridiculousfish2014-09-24
* | | Merge pull request #1708 from lledey/masterGravatar ridiculousfish2014-09-24
|\ \ \
* | | | Add empty virtual destructor for lru_node_t.Gravatar Konrad Borowski2014-09-24
* | | | Remove dead code in history builtin.Gravatar Konrad Borowski2014-09-24
| * | | Fix emacs completion on OS XGravatar lledey2014-09-24
|/ / /
| | * Ignore SIGPIPE in fishd. Fixes #1084Gravatar ridiculousfish2014-09-24
| |/
* | Try to fix the Travis test failuresGravatar Kevin Ballard2014-09-23
* | Fix missing "1 test failed" lineGravatar Kevin Ballard2014-09-23
* | Rejigger test suiteGravatar Kevin Ballard2014-09-23
* | Make fish config work if one of colors is undefined.Gravatar Konrad Borowski2014-09-23
* | Clean up font declarationsGravatar Mark Griffiths2014-09-23
* | Restore DejaVu Sans Condensed font.Gravatar Konrad Borowski2014-09-23
* | lexicon_filter fix for escaped optionsGravatar Mark Griffiths2014-09-23
* | Suppress italics in keyboard shortcutsGravatar Kevin Ballard2014-09-23
* | Support `bind SEQ` to print a binding for `SEQ`Gravatar Kevin Ballard2014-09-22
* | Fix build failureGravatar Kevin Ballard2014-09-22
* | Rework mode handling of `bind`Gravatar Kevin Ballard2014-09-22
* | Fix `bind -e` without `-k`Gravatar Kevin Ballard2014-09-22
* | Update `bind` documentationGravatar Kevin Ballard2014-09-22
* | Support -k with `bind -e`Gravatar Kevin Ballard2014-09-22
* | Stop overriding <em> in user documentationGravatar Kevin Ballard2014-09-22
* | Show -M and -m flags in bind listGravatar Kevin Ballard2014-09-22
* | Remove a redundant ivar setGravatar ridiculousfish2014-09-22
* | Remove INTERNAL_BUFFER, which was only used by fish_pagerGravatar ridiculousfish2014-09-22
* | Don't suppress output for `printf --help`Gravatar Kevin Ballard2014-09-21
* | Allow running executables with $ in their name.Gravatar ridiculousfish2014-09-21
* | Add wcstringutil to the OS X build for tests targetGravatar ridiculousfish2014-09-21
* | Support wide characters in printf %cGravatar Kevin Ballard2014-09-21
* | Add --right-prompt flag to readGravatar Kevin Ballard2014-09-21
* | Allow U+F8FF to be typedGravatar Kevin Ballard2014-09-21
* | R_MAX should be R_CANCEL nowGravatar Kevin Ballard2014-09-21
* | No need for mbstate_t to be staticGravatar Kevin Ballard2014-09-21
* | Only print fish_greeting for interactive shellsGravatar Kevin Ballard2014-09-21
* | Add wcstringutil to the OS X buildGravatar ridiculousfish2014-09-21
* | Fix incorrect error on `read` with 1-character inputGravatar Kevin Ballard2014-09-21