aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Speed up history token searchGravatar axel2006-11-18
* Update todo listGravatar axel2006-11-18
* Add missing include in screen.cGravatar axel2006-11-18
* Tweak error messages in tokenizer a bitGravatar axel2006-11-18
* Add a bugreport function for writing out a message about how to file bug reportsGravatar axel2006-11-18
* Complete using known repos in darcsGravatar axel2006-11-16
* Make hitory token search interruptible. This code was written by Netocrat.Gravatar axel2006-11-17
* Don't intern as much completion data - this helps reduce memory usage when au...Gravatar axel2006-11-16
* Only do command description lookup if we have non-directory commandsGravatar axel2006-11-16
* Use halloc to simplyfy allocations in function.cGravatar axel2006-11-16
* Drop search highlighting when exiting search mode. Thanks to Philip Ganchev a...Gravatar axel2006-11-16
* A few additional input checks, minor code simplifications, and some indentati...Gravatar axel2006-11-15
* Remove getpgid prototype from exec.c - this prototype seems to be no longer m...Gravatar axel2006-11-15
* Make fish store universal variables locally if fishd can't be started - local...Gravatar axel2006-11-15
* Use fcntl to automatically close fishd socken on exec instead of handling it ...Gravatar axel2006-11-15
* Add support for detecting and handling the screen-specific \ek\e\ escape sequ...Gravatar axel2006-11-15
* Bump version numberGravatar axel2006-11-13
* The incorrect pointer is used for the autounload callback, causing possible c...Gravatar axel2006-11-12
* Fix file descriptor leakage from completion pagerGravatar axel2006-11-12
* Fix exit status of delete-or-exit functionGravatar axel2006-11-12
* Add a few missing completions for the ls commandGravatar axel2006-11-11
* Minor code simplification in main.cGravatar axel2006-11-11
* Add a few more darcs completions. These are still unfinished, though.Gravatar axel2006-11-11
* Minor cleanups, mostly of code commentsGravatar axel2006-11-11
* Tweak Makefile, including fixing slight dependency problemGravatar axel2006-11-11
* Documentation updatesGravatar axel2006-11-11
* Make fish send a HUP signal to jobs when the terminal tells it to exit.Gravatar axel2006-11-11
* complete-eik-and-friends.dpatchGravatar tassilo2006-11-11
* fix bug where off_t was assumed to be long long, causing display errors on sy...Gravatar axel2006-11-10
* better-emerge-completion.dpatchGravatar tassilo2006-11-10
* Add completions for equery, written by Tassilo Horn.Gravatar axel2006-11-08
* Update the emerge completions. They are now complete, ignore switch ordering,...Gravatar axel2006-11-08
* Add alias function. Thanks to Tassilo Horn for pointing out that it was missing.Gravatar axel2006-11-08
* Do not escape the ':' character. Thanks to Tassilo Horn for pointing this out.Gravatar axel2006-11-08
* Try to avoid the 'Gravatar axel2006-11-08
* Fix a bug in the help function causing help to fail when trying to open help ...Gravatar axel2006-11-07
* Do not print a newline on empty greeting message. Thanks to Reuben Thomas for...Gravatar axel2006-11-07
* Fix code for locating inputrc-file in users fish configuration directory. Tha...Gravatar axel2006-11-04
* Fix typo in documentation for the commandline builtin. Thanks to Reuben Thoma...Gravatar axel2006-11-04
* Add the file that generated the wajig completions to the tree. This should no...Gravatar axel2006-11-04
* Add completions for ps2pdf, dvipdf and dvipdfm commands, written by Reuben Th...Gravatar axel2006-11-04
* Add mention of uninstalling old fish versions to the INSTALL file. Thanks to ...Gravatar axel2006-11-04
* Try to detect seq versions installed by earlier fish versions and replace themGravatar axel2006-11-03
* Check if any libraries need to be linked in order to use iconv. This is neede...Gravatar axel2006-11-03
* Fix bugs causing all unmapped inputs below 31 to be interpreted as newlines. ...Gravatar axel2006-11-03
* Add command specific completions for unrar command (No switches yet, only com...Gravatar axel2006-11-03
* Add support for completing using contents of tar archivesGravatar axel2006-11-03
* Minor tweaks in the reader. Vastly simplyfu the insert_char function, and add...Gravatar axel2006-11-02
* Make sure fish has the currect exit statusGravatar axel2006-11-02
* Updates to the documentation - add a few crossreferences, remove redundant li...Gravatar axel2006-11-02