aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* svn-delete-completion.dpatchGravatar Tassilo Horn2006-12-22
* Fix minor type in 'find' completionsGravatar axel2006-12-20
* Fix yet another place where the 'builtin' builtin was used in stead of 'command'Gravatar axel2006-12-15
* Make the directory history keyboard shortcuts repaint the screen. Otherwise, ...Gravatar axel2006-12-15
* Minor highlighting tweaks to make highlighter handle switches to 'command' an...Gravatar axel2006-12-14
* Do not add --help completions for builtins at init time. These completions ar...Gravatar axel2006-12-14
* Fix incorrect use of the 'builtin' builtin when the 'command' builtin was int...Gravatar axel2006-12-14
* Make tab completion of process expansion consider other processes than those ...Gravatar axel2006-12-14
* Make sure debug() never alters errno, so that it can safely be called between...Gravatar axel2006-12-14
* Minor correction to script for extracting translation stringsGravatar axel2006-12-14
* Make syntax highlighter flag invalid command types as subcommands for 'comma...Gravatar axel2006-12-14
* Only complelete valid command types as subcommands for 'command' or 'builtin'...Gravatar axel2006-12-14
* Make sure that a command is never executed as the subcommand of the 'builtin'...Gravatar axel2006-12-14
* Minor code tweaks. Move a few deeple nested pieces of code to their own funct...Gravatar axel2006-12-14
* Make the builtins 'and', 'or', 'not', 'exec', 'command' and 'builtin' respect...Gravatar axel2006-12-14