aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
Commit message (Collapse)AuthorAge
* Implement count as ashellscript function instead of a command in order to ↵Gravatar axel2007-04-24
| | | | | | support very long argument lists. Note that this implementation is painfully slow for more than 1000 arguments. darcs-hash:20070423220026-ac50b-69c4b06c88e6120429b6358f1b61f6076d392ce5.gz
* Replace the eval builtin with a functionGravatar axel2007-04-23
| | | | darcs-hash:20070422221806-ac50b-28cffc6c3063c14cd8ab30f999e3530314c78af2.gz
* Make the . (source) builtin able to read commands from stdinGravatar axel2007-04-23
| | | | darcs-hash:20070422211947-ac50b-b8d33d81fcef5e0b7e76a8d2a9f0bcbcf3ac67b7.gz
* Add source code prettyfier program called fish_indentGravatar axel2007-04-22
| | | | darcs-hash:20070422100312-ac50b-a073999b7dc172259c8200f3e740c921647222a0.gz
* Move documentation on fish_prompt to the external command sectionGravatar axel2007-03-25
| | | | darcs-hash:20070324222135-ac50b-0b27258486492ea6178a852061dc894da60140ee.gz
* Minor documentation fixesGravatar axel2007-03-25
| | | | darcs-hash:20070324191646-ac50b-0892de7e96348caf198830af2b2ad46b84f9f13e.gz
* Various minor codee updates. Dead code removal, comment tweaking. Spelling ↵Gravatar axel2007-02-25
| | | | | | fixes, etc. darcs-hash:20070225111738-ac50b-9656f807d2e41ebb06a43e10925834420740e20d.gz
* Minor documentation update to reflect change in how __fish_complete_suffix ↵Gravatar axel2007-02-09
| | | | | | function works darcs-hash:20070208170339-ac50b-3ce23bc61e8cd7c4874748dd5f1395739c57ad36.gz
* Update todo listGravatar axel2007-02-09
| | | | darcs-hash:20070208170232-ac50b-7413e8283f40a38c9790b391a70954897ae0bcae.gz
* Add support for -s switch to read builtin, enables shell syntax highlighting ↵Gravatar axel2007-01-30
| | | | | | in the read builtin darcs-hash:20070129162624-ac50b-dff9d9ebf16ce3247b83d917efbffd4942cda83f.gz
* Make parsing of --authorative switch for complete builtin more logical. Fix ↵Gravatar axel2007-01-28
| | | | | | bug with previous approach causing some completions to be ignored. darcs-hash:20070128134059-ac50b-de53eb223939fbdf0d247dfbe343c62fc31cce11.gz
* Remove unneeded code from isatty, fix spelling in docsGravatar axel2007-01-28
| | | | darcs-hash:20070127141215-ac50b-d15c657b62862841df80c55095a05e9c38086a11.gz
* Minor code edits. Add curly brackets in various places, add or rewrite ↵Gravatar axel2007-01-22
| | | | | | various comments, fix indentation, etc. darcs-hash:20070121150114-ac50b-4fd6965cb2c557178923f8afa944835166e08423.gz
* Spelling fixes in documentationGravatar axel2007-01-19
| | | | darcs-hash:20070118173337-ac50b-4bfe34ea056f6fbc007df4c0b97cde695c822923.gz
* Fix incorrect use of the term 'alias' where 'function' was meant in ↵Gravatar axel2007-01-19
| | | | | | documentation darcs-hash:20070118170034-ac50b-f10d79a1aed0e91d350db13187965bf2f5c45b7e.gz
* Documentation touchup. Give a few examples in the section about escapeing ↵Gravatar axel2007-01-17
| | | | | | characters darcs-hash:20070116164834-ac50b-dd4c23ae1b8e35bbb2d3e186c2a819d8f2647ec2.gz
* Document -f option for psub, add tab completionsGravatar axel2007-01-16
| | | | darcs-hash:20070115181924-ac50b-6ac48aec8937e9dd172858dfa7eaaac1aca14775.gz
* Update todo listGravatar axel2007-01-16
| | | | darcs-hash:20070115175516-ac50b-8e5e316633ff0951b9165067b9b0e777753f5365.gz
* Clarify documentation for the ulimit builtinGravatar axel2007-01-13
| | | | darcs-hash:20070112151540-ac50b-70ce1dbbad6b4e559723e1c5f8cf6fc3e271cf77.gz
* Update todo listGravatar axel2007-01-08
| | | | darcs-hash:20070107142445-ac50b-391ff0eac6a84ae3dd5345d338682d243d40fb0a.gz
* Allow the user to specify name of history file to use with the read builtinGravatar axel2007-01-07
| | | | darcs-hash:20070106142430-ac50b-32ad52077e11438799b17911dc83e57f89e02f2b.gz
* Extend documentation for the math functionGravatar axel2006-12-13
| | | | darcs-hash:20061212171037-ac50b-1b9d0f51b284925fe0fc3020774ec32bb1414ce7.gz
* Fix broken example in the documentation for the begin builtinGravatar axel2006-12-11
| | | | darcs-hash:20061211134723-ac50b-6ea37b6dca30a85d00651129a762d8a9d95d40a2.gz
* Minor documentation updateGravatar axel2006-12-09
| | | | darcs-hash:20061209011911-ac50b-2295056319c5b7a95e77df897f0310cd52c6580a.gz
* Update user documentation - add section on internal completion functions, ↵Gravatar axel2006-12-06
| | | | | | update todo list, minor documentation tweaks darcs-hash:20061206000810-ac50b-08f12efdb74224abe46301d3722cd8180d8ba37d.gz
* Minor documentation, indentation tweaksGravatar axel2006-11-30
| | | | darcs-hash:20061129142102-ac50b-0ae69ec0878a54092f16261b314b34ef4eeeb5ba.gz
* Add missing rulers in faqGravatar axel2006-11-25
| | | | darcs-hash:20061124170631-ac50b-ee9823eb30fb84be07a512f7ad6dd46cbc2d0b44.gz
* Fix missing code snippet in faq. Thank you to Binny V A for reporting this bug.Gravatar axel2006-11-25
| | | | darcs-hash:20061124164641-ac50b-5c6594b320269aa5941b84d1d99eac70b636b332.gz
* Drop the old, unused fish manual pageGravatar axel2006-11-23
| | | | darcs-hash:20061122185443-ac50b-aa46cf36aa38990ba49b4e08f7ce7a5c68abfdf3.gz
* Simplify documentation building - again.Gravatar axel2006-11-23
| | | | darcs-hash:20061122185333-ac50b-078910540c33e18265c7d5804d1f14f241ad597f.gz
* Fix missing man-page generation when building from darcs tree. Also ↵Gravatar axel2006-11-20
| | | | | | simplifys doc generation a small bit. darcs-hash:20061120135336-ac50b-d3b7a4ce2ac6bcc307c57cfcd23db86a8ac411a8.gz
* Add missing help text for the save_function functionGravatar axel2006-11-20
| | | | darcs-hash:20061119233640-ac50b-5fb02f7ce3ec3317aa57be2d936cc430b27276b4.gz
* Minor comment edits and removal of a warningGravatar axel2006-11-19
| | | | darcs-hash:20061118212459-ac50b-d6f4dddb560b4815ca850f9e9c3e8d7a5cf5ea70.gz
* Update documentation display code to run roff on the client system instead ↵Gravatar axel2006-11-18
| | | | | | of pregenerating documentation and compiling it into program binaries darcs-hash:20061117162438-ac50b-5c4c7f0bd8bf53a16e16ecfead9569e642b7160f.gz
* Update todo listGravatar axel2006-11-18
| | | | darcs-hash:20061117150013-ac50b-ded7a41336a64df095ede01657a9af341f571d52.gz
* Documentation updatesGravatar axel2006-11-11
| | | | darcs-hash:20061111105208-ac50b-27e335ba701b021d3119206e91d68c8504d45c2b.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
* 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 formating issue for the documentation for the prevd functionGravatar axel2006-11-02
| | | | darcs-hash:20061101221835-ac50b-03a9b5abc7e4a25cc75effecc734c20eb8fee342.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
* Documentation updates and clarificationsGravatar axel2006-10-29
| | | | darcs-hash:20061028163229-ac50b-2b6d3712a97903788520c155326b0e7a193b5eec.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
* Make any character except '/' legal in function namesGravatar axel2006-10-20
| | | | darcs-hash:20061019154747-ac50b-f3ab0df1085b91ec0eadcceddb23f03d5b0247aa.gz
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
| | | | darcs-hash:20061019115023-ac50b-30c3fd51d8af8a616d63dfcac39370d7fe6d144e.gz
* Minor edits to documentationGravatar axel2006-10-19
| | | | darcs-hash:20061019114024-ac50b-e283638e3a34e1d38be58971f31900129230c598.gz
* Properly handle character sets in universal variablesGravatar axel2006-10-18
| | | | darcs-hash:20061017211129-ac50b-6aecd04b74a9122ff0e1b320a2cf48db36dd2194.gz