aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix crash bug on invalid input to fish_pagerGravatar axel2006-02-25
| | | | darcs-hash:20060224184050-ac50b-da122d893fa0e2aabbd48058c696e2815c4657ca.gz
* Add functiopn prototype completions for valgrind --alloc-fnGravatar axel2006-02-24
| | | | darcs-hash:20060224135618-ac50b-bcd2fa57593f6a5c9f41b9513ac25f859baf1659.gz
* Switch to standard syntax for octal escapesGravatar axel2006-02-24
| | | | darcs-hash:20060224121829-ac50b-8e19f27857378e6456ae08269721138bd60f3464.gz
* Add an FAQ section to the documentation, and remove a few seactions of the ↵Gravatar axel2006-02-24
| | | | | | manual containing introductory material on fish which was no longer accurate darcs-hash:20060224011446-ac50b-e9246e23dbf725a3e2488f7831b1c7420cdd42db.gz
* Update of the makefile on how to handle the directory hierarchy transitionGravatar axel2006-02-24
| | | | darcs-hash:20060223153556-ac50b-4af8c2376a37c28f056b7fef37db3fb371a3e899.gz
* Protect against double-free of the process argument listGravatar axel2006-02-23
| | | | darcs-hash:20060222175107-ac50b-87c36439e2ec2f8be652db1595dad9a09e20f36c.gz
* Do not unescape strings from completion callouts. Why was this done before?Gravatar axel2006-02-23
| | | | darcs-hash:20060222174716-ac50b-218c6896918e5cf8047ea6291a8cde44061d0b57.gz
* Add some input validation code to various functionsGravatar axel2006-02-23
| | | | darcs-hash:20060222154152-ac50b-608032284165f099beecd1cd4f7c6bb2b45df432.gz
* Documentation clarification for the cd builtinGravatar axel2006-02-23
| | | | darcs-hash:20060222142137-ac50b-cc9200ed23fa5796a56dc4ee3dde1ff7e8768fc3.gz
* Drop unuses error counter for string conversionsGravatar axel2006-02-23
| | | | darcs-hash:20060222142042-ac50b-25f2e050c680071ccec6989e477f6db5904a2713.gz
* Allow multiple slashes in a wildcard to be used as a single directory separatorGravatar axel2006-02-22
| | | | darcs-hash:20060221154738-ac50b-e4b35d3604d8e39d3aff7b8da38617272bd6e89e.gz
* Move _ shellscript function to it's own fileGravatar axel2006-02-22
| | | | darcs-hash:20060221153701-ac50b-05cecdac1221e0abc709d9e9c1799faa7986fa78.gz
* Fix off-by-one error resulting in truncated output from wcsndup fallback and ↵Gravatar axel2006-02-22
| | | | | | halloc_wcsndup darcs-hash:20060221144642-ac50b-9dcd77238bc4bd740bbda6e15ded793fad44c363.gz
* Fix rare accidental ellipsisizing of strings that will actually fit in ↵Gravatar axel2006-02-21
| | | | | | fish_pager darcs-hash:20060221103435-ac50b-f46a08e29e7860886a357bc1c5d314b594793e68.gz
* API documentation, code style cleanup, etc.Gravatar axel2006-02-20
| | | | darcs-hash:20060220131146-ac50b-6ec3664e5e3eaefa2296a93d39014058df37fdf2.gz
* Move code for setting ls and grep colors to function definition filesGravatar axel2006-02-20
| | | | darcs-hash:20060220130203-ac50b-feb426f6450a0bbd17cb9dacdca94d4d5b72c113.gz
* Make fish continue parsing/executing a file if a command is not foundGravatar axel2006-02-20
| | | | darcs-hash:20060220125524-ac50b-1f85e530cbbcb45988254c75cd45c11395c5cd27.gz
* A flag got reversed, causing children to execute even if an IO redirection ↵Gravatar axel2006-02-20
| | | | | | failed darcs-hash:20060220014036-ac50b-43156940397e0535cfa9dd7e88d61e4ca4bab13b.gz
* Remove some ancient debug messages, drop two warnings, add some braces and ↵Gravatar axel2006-02-20
| | | | | | other minor code tweaks darcs-hash:20060219181932-ac50b-2d032e7a64257a6ca0db078ea9c81ae04a01120f.gz
* Use variable name as index for tables when autoloading functions and ↵Gravatar axel2006-02-20
| | | | | | completions in order to better handle changes on path variable values darcs-hash:20060219170116-ac50b-8f617c6f8960660e6227827914dc910a78655c13.gz
* Minor edits, additional comments, etc.Gravatar axel2006-02-19
| | | | darcs-hash:20060219015438-ac50b-b6346876460912f3c27d1bb4287aeab962260ab6.gz
* Fix bug causing fish to occasionally reset line number for error reportingGravatar axel2006-02-19
| | | | darcs-hash:20060219011702-ac50b-c72b1f5ae56d3757c3fbfca002f1bc33c36a7660.gz
* Make sure that command specific completions can handle input strings with ↵Gravatar axel2006-02-19
| | | | | | wildcards reasonably well darcs-hash:20060219011432-ac50b-89a73a3d414f2dbd8a213b851fcb1c494e022eae.gz
* Give more detail in an error messageGravatar axel2006-02-18
| | | | darcs-hash:20060218024346-ac50b-f26f6ef107fffa398b6ff61baff81914b998940a.gz
* Move a few shellscript bits aroundGravatar axel2006-02-18
| | | | darcs-hash:20060218024145-ac50b-207ca782808ea8968cb38253c7bc2563350f38b2.gz
* Change translation file offsets in swedish translation, needed to avoid ↵Gravatar axel2006-02-18
| | | | | | darcs hang darcs-hash:20060218023559-ac50b-bf6f5802b7ab810a3a8167f92358c085e3f02401.gz
* Update build dependenciesGravatar axel2006-02-18
| | | | darcs-hash:20060218023432-ac50b-9cfdc633f4b6834dea4324f429b1decca6d9e110.gz
* Use the right sources for generating translation stringsGravatar axel2006-02-18
| | | | darcs-hash:20060218023332-ac50b-5a2cec156ad5c49d052f17cf14fd14e72e0aa137.gz
* Fix broken call to source /fish/fish on startupGravatar axel2006-02-18
| | | | darcs-hash:20060217223236-ac50b-384ea2549a2bbf445842700e693f5edc8bf72023.gz
* Add the LGPL license to the license section of the documentation - xdgmime ↵Gravatar axel2006-02-18
| | | | | | is released under this license. Also add a few rulers, and make some other minor edits to the license section. darcs-hash:20060217222051-ac50b-8fc2e6d4e32d0f7f67cde8ff475ec0e16f72ffa1.gz
* Allow backslash-escaping of newlinesGravatar axel2006-02-18
| | | | darcs-hash:20060217164119-ac50b-6efd2491fb7f504ad26ca35b2a7421d24c61ec63.gz
* Remove note about problem with ancient fish versionGravatar axel2006-02-17
| | | | darcs-hash:20060217125341-ac50b-8f4dc873c8b7146cfdae00b62a139c0643e4156e.gz
* Proper ordering on paths for dynamic loading - user stuff should override ↵Gravatar axel2006-02-17
| | | | | | sysadmin stuff should overrtide default stuff darcs-hash:20060217125318-ac50b-f74103958cf01103b351227ae561703ac96ebe95.gz
* Minor edits in parse_util.cGravatar axel2006-02-17
| | | | darcs-hash:20060217125205-ac50b-f3cd1572eec966581730ee1983d06b64caac566f.gz
* Remove dropped fish_function.fish from MakefileGravatar axel2006-02-17
| | | | darcs-hash:20060217103540-ac50b-5ea95b93bd93512100e652e2cd8146d4f2fdbf58.gz
* More missing filesGravatar axel2006-02-17
| | | | darcs-hash:20060217103214-ac50b-f0f65a28d574e6a7258148fd1162677be287e99c.gz
* Add missing filesGravatar axel2006-02-17
| | | | darcs-hash:20060217103018-ac50b-9097f60908d06d89f235d969719fe654117b423e.gz
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
| | | | darcs-hash:20060217101339-ac50b-d93d2c620a4b7f75f05ff461a6edbee001da7613.gz
* Use plgin support in output.c to make buffered pager output - noticably ↵Gravatar axel2006-02-17
| | | | | | faster printing in many situations darcs-hash:20060216142159-ac50b-2c31025be7d12fcc32f4ba352b59ea4cc3cc1387.gz
* Finish support for plugging in a new output function for output.cGravatar axel2006-02-17
| | | | darcs-hash:20060216142100-ac50b-06db798debb56c7640f7ffec0bc32c8ca7b013e5.gz
* Move the move_cursor and writeb functions to output.c, and make the output ↵Gravatar axel2006-02-16
| | | | | | function used by output.c configurable darcs-hash:20060216134025-ac50b-360d4816ee2c3f2ffdc8e5660502cb97b31d699e.gz
* Fix bug in fish causing occasionally incorrect signal handlersGravatar axel2006-02-16
| | | | darcs-hash:20060216133632-ac50b-f24c049830f9c6deca50aca640189ad3f87b630a.gz
* Use env to work around path issues on the shebang line for the seq fallback ↵Gravatar axel2006-02-16
| | | | | | implementation darcs-hash:20060216121617-ac50b-6c7e34329a5ca8f3cd6756f1860fa10693db21e4.gz
* Fix invalid destruction order on exitGravatar axel2006-02-16
| | | | darcs-hash:20060215222513-ac50b-f3b489568e4bad3532c36f9c66a3c0d61352cd5b.gz
* Add swedish translation of function descriptionsGravatar axel2006-02-16
| | | | darcs-hash:20060215180031-ac50b-f21e471c178610b7a2912f82b3d46b46f76d350c.gz
* Make function descriptions for dynamically loaded functions translatableGravatar axel2006-02-16
| | | | darcs-hash:20060215175925-ac50b-5dc52c615650779771a6c4a3c5d006b72dbca67d.gz
* Minor editsGravatar axel2006-02-15
| | | | darcs-hash:20060215024900-ac50b-51863879c32660d9787db706c34fef10aa4c30c2.gz
* Drop fuction from man completion file, already lives in it's own fileGravatar axel2006-02-15
| | | | darcs-hash:20060215024822-ac50b-dbb1e3769f0b3101f634d4bf5f5e530aacc1dfda.gz
* Reset list of loaded completion files when running complete_destroy. ↵Gravatar axel2006-02-15
| | | | | | Otherwise completions will not get propely loaded on language changes. darcs-hash:20060215024644-ac50b-d259cdac14dccb55309a4702683f1b881636e9ac.gz
* Add missing function prototype in parse_util.hGravatar axel2006-02-15
| | | | darcs-hash:20060215022415-ac50b-a6510213a3559c7bd6b944bbe87c739faaef4792.gz