aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
Commit message (Expand)AuthorAge
* Implement count as ashellscript function instead of a command in order to sup...Gravatar axel2007-04-24
* Replace the eval builtin with a functionGravatar axel2007-04-23
* Make the . (source) builtin able to read commands from stdinGravatar axel2007-04-23
* Add source code prettyfier program called fish_indentGravatar axel2007-04-22
* Move documentation on fish_prompt to the external command sectionGravatar axel2007-03-25
* Minor documentation fixesGravatar axel2007-03-25
* Various minor codee updates. Dead code removal, comment tweaking. Spelling fi...Gravatar axel2007-02-25
* Minor documentation update to reflect change in how __fish_complete_suffix fu...Gravatar axel2007-02-09
* Update todo listGravatar axel2007-02-09
* Add support for -s switch to read builtin, enables shell syntax highlighting ...Gravatar axel2007-01-30
* Make parsing of --authorative switch for complete builtin more logical. Fix b...Gravatar axel2007-01-28
* Remove unneeded code from isatty, fix spelling in docsGravatar axel2007-01-28
* Minor code edits. Add curly brackets in various places, add or rewrite variou...Gravatar axel2007-01-22
* Spelling fixes in documentationGravatar axel2007-01-19
* Fix incorrect use of the term 'alias' where 'function' was meant in documenta...Gravatar axel2007-01-19
* Documentation touchup. Give a few examples in the section about escapeing cha...Gravatar axel2007-01-17
* Document -f option for psub, add tab completionsGravatar axel2007-01-16
* Update todo listGravatar axel2007-01-16
* Clarify documentation for the ulimit builtinGravatar axel2007-01-13
* Update todo listGravatar axel2007-01-08
* Allow the user to specify name of history file to use with the read builtinGravatar axel2007-01-07
* Extend documentation for the math functionGravatar axel2006-12-13
* Fix broken example in the documentation for the begin builtinGravatar axel2006-12-11
* Minor documentation updateGravatar axel2006-12-09
* Update user documentation - add section on internal completion functions, upd...Gravatar axel2006-12-06
* Minor documentation, indentation tweaksGravatar axel2006-11-30
* Add missing rulers in faqGravatar axel2006-11-25
* Fix missing code snippet in faq. Thank you to Binny V A for reporting this bug.Gravatar axel2006-11-25
* Drop the old, unused fish manual pageGravatar axel2006-11-23
* Simplify documentation building - again.Gravatar axel2006-11-23
* Fix missing man-page generation when building from darcs tree. Also simplifys...Gravatar axel2006-11-20
* Add missing help text for the save_function functionGravatar axel2006-11-20
* Minor comment edits and removal of a warningGravatar axel2006-11-19
* Update documentation display code to run roff on the client system instead of...Gravatar axel2006-11-18
* Update todo listGravatar axel2006-11-18
* Documentation updatesGravatar axel2006-11-11
* Fix typo in documentation for the commandline builtin. Thanks to Reuben Thoma...Gravatar axel2006-11-04
* 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 formating issue for the documentation for the prevd functionGravatar axel2006-11-02
* 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
* Documentation updates and clarificationsGravatar axel2006-10-29
* Minor edits, remove unneeded code, add a few commants, correct spelling, twea...Gravatar axel2006-10-26
* Make the fish manpage in Doxygen and add it to the main fish documentationGravatar axel2006-10-26
* Make any character except '/' legal in function namesGravatar axel2006-10-20
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
* Minor edits to documentationGravatar axel2006-10-19
* Properly handle character sets in universal variablesGravatar axel2006-10-18