aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* better-emerge-completion.dpatchGravatar tassilo2006-11-10
| | | | | | | - You don't need to supply the package right after -C or -u etc. - Better descriptions darcs-hash:20061109145341-a923b-a1a54d3a5a040396ccba350c125f3b1ba645c601.gz
* Add completions for equery, written by Tassilo Horn.Gravatar axel2006-11-08
| | | | darcs-hash:20061107211708-ac50b-6199e58e84bc8ee8729be5f2a5ff2f3518888bfc.gz
* Update the emerge completions. They are now complete, ignore switch ↵Gravatar axel2006-11-08
| | | | | | ordering, handle packages in different catagories with the same name. This update was made by Tassilo Horn. darcs-hash:20061107211617-ac50b-fcd3108209671283b2d5553d3adf5a81a46869f9.gz
* Add alias function. Thanks to Tassilo Horn for pointing out that it was missing.Gravatar axel2006-11-08
| | | | darcs-hash:20061107205539-ac50b-0053f828d40be5bcb088cdb8d669c239c201b433.gz
* Do not escape the ':' character. Thanks to Tassilo Horn for pointing this out.Gravatar axel2006-11-08
| | | | darcs-hash:20061107205437-ac50b-51632ce51915d4ca8680ab4c4522bcd002a794b6.gz
* Try to avoid the 'Gravatar axel2006-11-08
| | | | darcs-hash:20061107181911-ac50b-fda6044a81b3a09707f17d4017c2c3dacf4e1801.gz
* Fix a bug in the help function causing help to fail when trying to open help ↵Gravatar axel2006-11-07
| | | | | | for a builtin command. Thanks to Reuben Thomas for the report. darcs-hash:20061107131211-ac50b-9727a813d940b34923b23b073c80a7b42c023486.gz
* Do not print a newline on empty greeting message. Thanks to Reuben Thomas ↵Gravatar axel2006-11-07
| | | | | | for pointing this out. darcs-hash:20061107130629-ac50b-553bc13390c0f040f4cecf2780e34da674e065fa.gz
* Fix code for locating inputrc-file in users fish configuration directory. ↵Gravatar axel2006-11-04
| | | | | | Thanks to Reuben Thomas for reporting this. darcs-hash:20061103155335-ac50b-23ddaec5d0ca591b00e8a59ccc39e63ed8b9ff25.gz
* Fix typo in documentation for the commandline builtin. Thanks to Reuben ↵Gravatar axel2006-11-04
| | | | | | Thomas for reporting this. darcs-hash:20061103143140-ac50b-b37fbfe68321f904936c002010045e467bc3a778.gz
* Add the file that generated the wajig completions to the tree. This should ↵Gravatar axel2006-11-04
| | | | | | not be installed but it should be included with the tarball. The file was written by Reuben Thomas. darcs-hash:20061103142645-ac50b-0e13e41941b5dc990c60d775cdd8503ed8e54529.gz
* Add completions for ps2pdf, dvipdf and dvipdfm commands, written by Reuben ↵Gravatar axel2006-11-04
| | | | | | Thomas. darcs-hash:20061103141945-ac50b-7592bb5784a55272747bbb0322281b9090e5fd65.gz
* Add mention of uninstalling old fish versions to the INSTALL file. Thanks to ↵Gravatar axel2006-11-04
| | | | | | Jason Grossman for the suggestion darcs-hash:20061103141254-ac50b-27f1f4741379bff54298b6c18d289947f66f91cf.gz
* Try to detect seq versions installed by earlier fish versions and replace themGravatar axel2006-11-03
| | | | darcs-hash:20061103131621-ac50b-2748c958f8614f39fbaa7a45261877a912de539e.gz
* Check if any libraries need to be linked in order to use iconv. This is ↵Gravatar axel2006-11-03
| | | | | | needed on OS X. Thanks to Jason Grossman for the report darcs-hash:20061103100004-ac50b-861ca2bc42414c475b1ab24399c8d240cf1e4651.gz
* Fix bugs causing all unmapped inputs below 31 to be interpreted as newlines. ↵Gravatar axel2006-11-03
| | | | | | Thanks to Reuben Thomas for the report. darcs-hash:20061103003457-ac50b-5f3fee63e211b12014e40dc3d8d8c94eaa22f24d.gz
* Add command specific completions for unrar command (No switches yet, only ↵Gravatar axel2006-11-03
| | | | | | commands and files in archive) darcs-hash:20061102235727-ac50b-7b7638289be4de52b4e3e3d109ad3167b7285023.gz
* Add support for completing using contents of tar archivesGravatar axel2006-11-03
| | | | darcs-hash:20061102235548-ac50b-ec4a3b206c73f8fc44cc715b2a95fe6fef2d53c0.gz
* Minor tweaks in the reader. Vastly simplyfu the insert_char function, and ↵Gravatar axel2006-11-02
| | | | | | add a few code commants. darcs-hash:20061102135019-ac50b-c5d4f7f307deb93b71e797bbb8a1d420a5790dc3.gz
* Make sure fish has the currect exit statusGravatar axel2006-11-02
| | | | darcs-hash:20061102134859-ac50b-692f9e9aff838ea375e5cf29eeae1e29b1b75338.gz
* Updates to the documentation - add a few crossreferences, remove redundant ↵Gravatar axel2006-11-02
| | | | | | listing of builtins and update the todo list darcs-hash:20061102134725-ac50b-802d5cf8754ff94c4cc9533b2ff16a759e9aa2c9.gz
* Fix the code for ignoring infinite recursionGravatar axel2006-11-02
| | | | darcs-hash:20061102134537-ac50b-2dddd06dd77c362caf44c9160acc29b76278b230.gz
* Spelling fix. Thanks to Reuben ThomasGravatar axel2006-11-02
| | | | darcs-hash:20061101231404-ac50b-8f5b08242aed565baf37035805d7b3614fe8022b.gz
* Fix formating issue for the documentation for the prevd functionGravatar axel2006-11-02
| | | | darcs-hash:20061101221835-ac50b-03a9b5abc7e4a25cc75effecc734c20eb8fee342.gz
* Fix build errorGravatar axel2006-11-02
| | | | darcs-hash:20061101181221-ac50b-227b2d2f6f5122c9f25c471872376884bdace13c.gz
* Use the same wording about license in Makefile and main.c.Gravatar axel2006-11-02
| | | | darcs-hash:20061101144747-ac50b-fac8e3693445a8601f0c71ab191a64dac0ad7a67.gz
* Add missing include to fix a warningGravatar axel2006-11-01
| | | | darcs-hash:20061101105412-ac50b-1ee3d996330ad435954abfc8f827deb3f121adb5.gz
* Update to buildscripts to fix dependency issues caused by new documentation ↵Gravatar axel2006-11-01
| | | | | | layout darcs-hash:20061101103112-ac50b-8ee49c3031b7802822c95ffcfee26d10e1870ed1.gz
* Fix beginning/end-of-line input function, add beginning/end-of-buffer functionsGravatar axel2006-11-01
| | | | darcs-hash:20061031220149-ac50b-6e6b8f523642bead730059dd96ee2d1290283b5e.gz
* Add table of contents to begining of documentation. This involves some ↵Gravatar axel2006-11-01
| | | | | | restructuring of the documentation files. darcs-hash:20061031153614-ac50b-7a6e97e30ae759591028227466e76c574b931fd5.gz
* Fix casing and other minor issues in documentationGravatar axel2006-11-01
| | | | darcs-hash:20061031152316-ac50b-e68db9853d6e9461a0c054f1ea290704ccfc0a31.gz
* Code beutification in build filesGravatar axel2006-10-31
| | | | darcs-hash:20061031020656-ac50b-2385bb51d7df624e5691b7659120596600fd1d5d.gz
* Bump version numberGravatar axel2006-10-31
| | | | darcs-hash:20061030160357-ac50b-29729cb4ba358e09f9c19e6d6e07e0c2489e14fd.gz
* Fix completions for which and type, which where broken by previous script ↵Gravatar axel2006-10-30
| | | | | | updates darcs-hash:20061030015221-ac50b-e4a0f2802e7a5dc4a1e594933f25cae00d9ea104.gz
* Make sure signals aren't blocked while autoloading, also add a few ↵Gravatar axel2006-10-30
| | | | | | consistency checks to see that signals aren't blocked in critical places darcs-hash:20061029210911-ac50b-50bec85c3d59d0332ba44f3ece1a012cdc3e8c4b.gz
* Minor editsGravatar axel2006-10-29
| | | | darcs-hash:20061028164448-ac50b-c53d5f235d01db3a11b01996b77411a213dc5303.gz
* Update autoloader to fix concurrency issues when changing loader path in ↵Gravatar axel2006-10-29
| | | | | | autoloaded function darcs-hash:20061028164122-ac50b-25f978df9afeb370a06ef7576ef03183034bc057.gz
* Documentation updates and clarificationsGravatar axel2006-10-29
| | | | darcs-hash:20061028163229-ac50b-2b6d3712a97903788520c155326b0e7a193b5eec.gz
* Add a shellscript function 'save'function' for saving the current definition ↵Gravatar axel2006-10-28
| | | | | | of a function to file darcs-hash:20061027225004-ac50b-2454152687ff84deec90e3d938a0288e62dc34e6.gz
* Change the way the umask is used so that executable bits are ignored on file ↵Gravatar axel2006-10-27
| | | | | | creation. Thanks to sqweek and Jamessan for explaining the issue. darcs-hash:20061026151946-ac50b-3a55159343f1fe0a4edf3f077bcec8afd6f131f5.gz
* Minor edits, remove unneeded code, add a few commants, correct spelling, ↵Gravatar axel2006-10-26
| | | | | | tweak the todo list, etc. darcs-hash:20061026102253-ac50b-eb42fdab9a9211d68386a563134856a96b870d90.gz
* Make the fish manpage in Doxygen and add it to the main fish documentationGravatar axel2006-10-26
| | | | darcs-hash:20061026102059-ac50b-2a7956bb4651b5ffe867e7c6eb26a29e2f15ad24.gz
* Move out argument parsing into it's own functionGravatar axel2006-10-26
| | | | darcs-hash:20061025205443-ac50b-2889624cadb3b92be13da523df32b178c773dbf7.gz
* Use bitset to implement flags for jobs instead of wasting a whole int for ↵Gravatar axel2006-10-26
| | | | | | every flag darcs-hash:20061025204759-ac50b-ea07caa30782a1ea02d2cd8aa7cbc94474047a10.gz
* Add more comments to the history implementationGravatar axel2006-10-26
| | | | darcs-hash:20061025204650-ac50b-419d37d9ea68de0deee613524d06882a8e4c908e.gz
* Minor cleanups and improved error checking in reader codeGravatar axel2006-10-26
| | | | darcs-hash:20061025203608-ac50b-213edeb462eaabce849d9cd13ffc30879e810bb8.gz
* Make al_pop return null on empty lists instead of crashingGravatar axel2006-10-26
| | | | darcs-hash:20061025203433-ac50b-5d3a18d788d6f36dffe1136664f029a500989db9.gz
* Fix spelling error in init fileGravatar axel2006-10-26
| | | | darcs-hash:20061025203337-ac50b-576bd81401e332f94ecdff5665ca8da82c63fa8e.gz
* If the builtin help won't fit on-screen, and it can't be shortened, don't ↵Gravatar axel2006-10-26
| | | | | | print it darcs-hash:20061025203225-ac50b-8675f297a8aabea080edf7946d6f136296a6d7bb.gz
* Remove the --key-binding switch for fishGravatar axel2006-10-26
| | | | darcs-hash:20061025202836-ac50b-682015e2f5830a85ff520e89b0a951ca9d2913dc.gz