aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
Commit message (Expand)AuthorAge
* remove trialing spaces #2Gravatar Grissiom2010-09-18
* Update todo listGravatar axel2009-03-09
* Update copyright info, minor layout changes to section about licenses in fishGravatar axel2009-02-23
* Misc documentation updatesGravatar axel2009-02-23
* Handle exit status of processes terminated by signalsGravatar axel2009-02-22
* Document rename of save_function to func_save. Pointed out by Ovchinnikov GeorgeGravatar axel2009-02-19
* Added faw entry on history editing, written by Beni CherniavskyGravatar axel2009-02-17
* Add possibility to define greeting function, suggested by Chris MillerGravatar axel2009-02-17
* fix help for `open`Gravatar Isaac Dupree2008-06-06
* Add missing commas, letters and \c in the documentationGravatar Ori Avtalion2008-02-11
* Improve documentaion for bind builtin, clarify how to specify key sequences.Gravatar liljencrantz2008-01-19
* Fix spelling in docs and add a help page for the funced builtin. These change...Gravatar liljencrantz2008-01-19
* Add more documentation on eventsGravatar liljencrantz2008-01-17
* Fixed various spelling errors.Gravatar James Vega2008-01-14
* Update todo listGravatar liljencrantz2008-01-13
* Fix bug in return and block builtins - they where unable to handle functions ...Gravatar liljencrantz2008-01-09
* Update todo list again. :-)Gravatar liljencrantz2008-01-09
* Update todo list and code commentsGravatar liljencrantz2008-01-09
* Fix typo in docs on exporting rules. This issue was pointed out by Isaac Dupree.Gravatar liljencrantz2008-01-09
* Minor doc updatesGravatar liljencrantz2008-01-09
* Add comment on CDPATh being a universal variable after comments from Isac Dup...Gravatar liljencrantz2008-01-08
* Add explanation to csh versus sh variable naming in docs.Gravatar liljencrantz2008-01-09
* Cleanup and improve the exit status numbers and the messages generated on err...Gravatar liljencrantz2008-01-09
* Remove lots of things from the todo which have been implementedGravatar liljencrantz2007-10-29
* Tiny touchups of docs and codeGravatar liljencrantz2007-10-06
* Make the . builtin have a more useful (and posix-compatible) exit statusGravatar liljencrantz2007-10-06
* Documentation improvements on new key binding systemGravatar liljencrantz2007-09-29
* First stab at dropping all support for readlines inputrc files and instead us...Gravatar liljencrantz2007-09-26
* Minor polish like adding missing whitespace, switch to using --argument switc...Gravatar liljencrantz2007-09-24
* Improve documentation for breakpoint builtinGravatar liljencrantz2007-09-22
* Make R_NULL not repaint and document the fact that this means some keybinding...Gravatar liljencrantz2007-09-22
* Minor improvement to docs for count builtinGravatar liljencrantz2007-09-22
* Indentation, typo and formating fixes. Very minor patch.Gravatar liljencrantz2007-09-09
* Add a 'generic' type of event that can be emited from any piece of code or by...Gravatar liljencrantz2007-08-20
* Update status builtin to properly handle and document all of its options.Gravatar James Vega2007-08-02
* Minor error handling improvements and minor code polishGravatar axel2007-08-02
* Spelling fixes from Chris RebertGravatar axel2007-08-02
* Replace the count function with a builtin for performance reasons. The count ...Gravatar axel2007-08-01
* Update todo listGravatar axel2007-04-25
* 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