aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Remove a bunch of dead code identified by cppcheckGravatar ridiculousfish2014-10-31
* Set of fixes for issues identified by cppcheckGravatar ridiculousfish2014-10-30
* Fix C_ call to work when gettext is presentGravatar ridiculousfish2014-10-30
* Fix expansion tests on OS XGravatar ridiculousfish2014-10-30
* Make C_ (gettext used in completions) return wcstringGravatar ridiculousfish2014-10-30
* Eliminate wcsv2strvGravatar ridiculousfish2014-10-30
* Clean up some memory allocation in builtin_commandlineGravatar ridiculousfish2014-10-30
* Update completion for BundlerGravatar Alex Sulim2014-10-28
* Fix 3rd arg to PROCESS_EXIT event for %selfGravatar Kevin Ballard2014-10-27
* Don't require .git before running git-describeGravatar Kevin Ballard2014-10-27
* Add Composer completionGravatar Natrim2014-10-26
* contains: add documentation regarding the use of `--`Gravatar David Adam2014-10-26
* history: put the output through the pager in interactive modeGravatar David Adam2014-10-26
* Added hg repo status to robbyrussell example promptGravatar Pawel Zubrycki2014-10-26
* prompt_pwd: Use tilde expansion to get real full home pathGravatar David Adam2014-10-26
* expand: expand tilde to canonical pathsGravatar David Adam2014-10-26
* Reintroduce "Stop reaping children from SIGCHLD handler"Gravatar ridiculousfish2014-10-25
* Move LICENSE to COPYING and update text.Gravatar David Adam2014-10-24
* Revert "Stop reaping children from SIGCHLD signal handler"Gravatar ridiculousfish2014-10-21
* Revert "Remove some previously buggy but dead code that I mistakenly resurrec...Gravatar ridiculousfish2014-10-21
* Remove some previously buggy but dead code that I mistakenly resurrectedGravatar ridiculousfish2014-10-20
* Add setfacl completionsGravatar Roman Inflianskas2014-10-21
* Stop reaping children from SIGCHLD signal handlerGravatar ridiculousfish2014-10-20
* Add an assertion to reflect unreachable codeGravatar ridiculousfish2014-10-19
* Allow funced to retry on errorGravatar ridiculousfish2014-10-17
* web_config: add support for adding and editing abbreviationsGravatar David Adam2014-10-17
* web_config: map nonexistent post requests to 404Gravatar David Adam2014-10-17
* ls: find and use various dircolors initialisation files, if they existGravatar David Adam2014-10-17
* Unescape strings in keyword detection.Gravatar ridiculousfish2014-10-15
* Remove EXPAND_SKIP_PROCESS, which did not actually workGravatar ridiculousfish2014-10-15
* Use binary search to determine what tokens are keywordsGravatar ridiculousfish2014-10-15
* Improve error reporting for unclosed blocksGravatar ridiculousfish2014-10-14
* Run `make depend`Gravatar Kevin Ballard2014-10-13
* Don't stop job execution on wildcard errorsGravatar Kevin Ballard2014-10-13
* Remove some obsolete job flagsGravatar Kevin Ballard2014-10-13
* Suppress wildcard errors in functionsGravatar Kevin Ballard2014-10-13
* Standardize unmatched wildcard errorsGravatar Kevin Ballard2014-10-13
* Report certain errors from parser_t::eval() that were previously ignoredGravatar ridiculousfish2014-10-12
* Change how arrays and environment variables interact.Gravatar ridiculousfish2014-10-12
* Mark unknown versions as unknown.Gravatar Konrad Borowski2014-10-12
* web_config: further python2/3 unificationGravatar David Adam2014-10-12
* web_config: use only Python 3-style (Unicode) string literalsGravatar David Adam2014-10-12
* Support space separators for abbreviations as part of #731Gravatar ridiculousfish2014-10-11
* Vagrant completion updatesGravatar Diego Zamboni2014-10-10
* Add GPL2 LICENSE fileGravatar David Xia2014-10-10
* A little extra tweaking so builtin_print_help looks betterGravatar Kevin Ballard2014-10-10
* Rewrite __fish_print_help to produce better resultsGravatar Kevin Ballard2014-10-09
* web_config: Interpret fish output as utf-8Gravatar Kevin Ballard2014-10-09
* fish_config: Log the path for errorsGravatar Kevin Ballard2014-10-09
* Support -h/--help with `eval`Gravatar Kevin Ballard2014-10-09