aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add missing completion for the commandline builtinGravatar axel2007-01-19
* Minor performance improvement in the variable assignment codeGravatar axel2007-01-19
* Remove the final non-builtin call from __fish_gnu_complete, to make it even f...Gravatar axel2007-01-19
* Make command specific completions handle quoted and otherwise escaped tokens ...Gravatar axel2007-01-19
* Fix bug in code for unescapiong strings - when not in unescape_special mode, ...Gravatar axel2007-01-19
* Make 'fish --help' display a help message, not start the help browserGravatar axel2007-01-17
* Documentation touchup. Give a few examples in the section about escapeing cha...Gravatar axel2007-01-17
* Add a one-item cache into the hash table. This reduces the number of hash com...Gravatar axel2007-01-17
* Fix potential use of ininitialized variable. Could cause fish to save the his...Gravatar axel2007-01-17
* Additional performance tweak for __fish_gnu_completeGravatar axel2007-01-16
* Bugfix in __fish_gnu_complete - switches could be ignoredGravatar axel2007-01-16
* Improve speed of __fish_gnu_complete on systems with no native seq implementa...Gravatar axel2007-01-16
* Fix completion bug where fish would refuse to provide completion strings for ...Gravatar axel2007-01-16
* Make all descriptions for function calls use the implicit translation from th...Gravatar axel2007-01-16
* Drop use of the N_ no-op for translation descriptions. Instead, tell xgettext...Gravatar axel2007-01-16
* Darcs completions: Check for file existance before trying to complete using t...Gravatar axel2007-01-16
* Document -f option for psub, add tab completionsGravatar axel2007-01-16
* Update todo listGravatar axel2007-01-16
* Make sure read returns with a non-zero status if no string was actually givenGravatar axel2007-01-16
* Minor edits - add a few input checks, remove a few commented pieces of debug ...Gravatar axel2007-01-16
* Add a -f switch to psub to use regular files instead of fifos. This makes psu...Gravatar axel2007-01-16
* Check all file writes for errors when saving history fileGravatar axel2007-01-13
* Add missing completions to ulimitGravatar axel2007-01-13
* Clarify documentation for the ulimit builtinGravatar axel2007-01-13
* Clean up the 'ulimit' builtin. There was a bug making it impossible to set th...Gravatar axel2007-01-13
* Minor code edits - show user name when completing home directories and minor ...Gravatar axel2007-01-11
* Do not complete using switches after a '--' has been encounteredGravatar axel2007-01-10
* Make it possible to cancel a long-winded wildcard match by pressing ^CGravatar axel2007-01-10
* Updates to the swedish translationGravatar axel2007-01-10
* Update dependencies for making .po files in MakefileGravatar axel2007-01-09
* A few more error checks during string to integer conversion in various placesGravatar axel2007-01-09
* Check for errors during string to integer conversion in various placesGravatar axel2007-01-09
* Fix typo in user message, remove a few warnings, minor indentation editsGravatar axel2007-01-09
* Handle out of memory condition in various parts of fish by shutting down inst...Gravatar axel2007-01-09
* Make it possible to specify an error handler function for out of memory in an...Gravatar axel2007-01-09
* Make the bg builtin check that all specified jobs exist before sending any of...Gravatar axel2007-01-09
* Fix accidentally triggering of error condition when nothing bad happened in f...Gravatar axel2007-01-09
* Fix indentation and add a few comments to fish_pagerGravatar axel2007-01-08
* Update todo listGravatar axel2007-01-08
* Two very minor code touch upsGravatar axel2007-01-08
* Remove comments from apropos matching in function for getting description fo...Gravatar axel2007-01-08
* Redo the interface between fish and the completion pager. The old interface h...Gravatar axel2007-01-08
* Make it possible to buffer input to other file descriptors than stdin. It is ...Gravatar axel2007-01-08
* Make sure errno is not changed when error reporting after a failed call to ex...Gravatar axel2007-01-08
* Fix bug in IO redirection making is possible for the IO redirections to fail ...Gravatar axel2007-01-08
* Fix potential crash bug when pasting large amounts of text into the shellGravatar axel2007-01-08
* Allow the user to specify name of history file to use with the read builtinGravatar axel2007-01-07
* Update the dcop completions. This update was written by David Bitseff.Gravatar axel2007-01-06
* Fix bug in completion pager where non-ascii characters where escaped because ...Gravatar axel2007-01-03
* Add iconv completionsGravatar axel2006-12-27