aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Fix the code for ignoring infinite recursionGravatar axel2006-11-02
* Spelling fix. Thanks to Reuben ThomasGravatar axel2006-11-02
* Fix formating issue for the documentation for the prevd functionGravatar axel2006-11-02
* Fix build errorGravatar axel2006-11-02
* Use the same wording about license in Makefile and main.c.Gravatar axel2006-11-02
* Add missing include to fix a warningGravatar axel2006-11-01
* Update to buildscripts to fix dependency issues caused by new documentation l...Gravatar axel2006-11-01
* Fix beginning/end-of-line input function, add beginning/end-of-buffer functionsGravatar axel2006-11-01
* Add table of contents to begining of documentation. This involves some restru...Gravatar axel2006-11-01
* Fix casing and other minor issues in documentationGravatar axel2006-11-01
* Code beutification in build filesGravatar axel2006-10-31
* Bump version numberGravatar axel2006-10-31
* Fix completions for which and type, which where broken by previous script upd...Gravatar axel2006-10-30
* Make sure signals aren't blocked while autoloading, also add a few consistenc...Gravatar axel2006-10-30
* Minor editsGravatar axel2006-10-29
* Update autoloader to fix concurrency issues when changing loader path in auto...Gravatar axel2006-10-29
* Documentation updates and clarificationsGravatar axel2006-10-29
* Add a shellscript function 'save'function' for saving the current definition ...Gravatar axel2006-10-28