aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
Commit message (Expand)AuthorAge
* Add support for highligting qutes in a special color - defaults to blueGravatar axel2006-05-27
* Add Parenthesis and braces to list of highlighted operators, and do minor cod...Gravatar axel2006-05-27
* Add support for highlighting operators and escaped sequencesGravatar axel2006-05-27
* Spelling fixes - Thanks Netocrat!Gravatar axel2006-05-20
* Minor cleanupGravatar axel2006-05-18
* Minor edits of function descriptions, includes, etc.Gravatar axel2006-05-03
* Expand the switch/case documentationGravatar axel2006-04-21
* Minor comment and documentation editsGravatar axel2006-04-21
* Add missing documentation for the read builtinGravatar axel2006-04-21
* Tiny documentation editsGravatar axel2006-04-09
* Documentation additionsGravatar axel2006-04-05
* Mention in the license section that fish includes the glibc wcstok implementa...Gravatar axel2006-04-05
* Minor comment and documentation changesGravatar axel2006-03-14
* Move to end of current token on completionGravatar axel2006-03-11
* Update todo listGravatar axel2006-03-09
* Add support for \\ in quoted stringsGravatar axel2006-03-06
* Add documentation about indirect variable expansionGravatar axel2006-03-02
* Various minor editsGravatar axel2006-02-25
* Switch to standard syntax for octal escapesGravatar axel2006-02-24
* Add an FAQ section to the documentation, and remove a few seactions of the ma...Gravatar axel2006-02-24
* Documentation clarification for the cd builtinGravatar axel2006-02-23
* Add the LGPL license to the license section of the documentation - xdgmime is...Gravatar axel2006-02-18
* Remove note about problem with ancient fish versionGravatar axel2006-02-17
* More missing filesGravatar axel2006-02-17
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
* Allow backslash of quotes within quotesGravatar axel2006-02-13
* Add comment in manual about array base indexGravatar axel2006-02-11
* Add long style option support for prevd/pushd, also add a few missing transla...Gravatar axel2006-02-06
* Minor edits to fish documentationGravatar axel2006-02-01
* Add not on commandline behaviour when using complete -C to documentationGravatar axel2006-02-01
* Minor documentation correction regarding how to use io redirection to close a fdGravatar axel2006-02-01
* Add mention of the new -C switch for complete in the documentationGravatar axel2006-02-01
* Minor documentation tweaksGravatar axel2006-01-28
* Add comment in documentation for set builtin about not allowing switches afte...Gravatar axel2006-01-28
* shellscript functions should use the help command to display helpGravatar axel2006-01-27
* Minor build fixGravatar axel2006-01-27
* doc_src/fishd.txt, fishd.c: Move the API description of fishd to the source f...Gravatar James Vega2006-01-25
* Fixed various spelling mistakes.Gravatar James Vega2006-01-24
* Add notice to set_text documentation about the use of --bold to brighten colo...Gravatar axel2006-01-24
* Move the complete builtin to it's own file, and make it accept multiple -c, -...Gravatar axel2006-01-23
* Minor edits to the todo part of the fish documentationGravatar axel2006-01-21
* Make manual and completions reflect the facty that any combination od set_col...Gravatar axel2006-01-18
* Set version to 1.20.0Gravatar axel2006-01-17
* Make the completions for the ls, sed and df commands have the correct switche...Gravatar axel2006-01-14
* Documentation correctionsGravatar axel2006-01-11
* some little correctionsGravatar Jan Fader jan.fader@web.de2006-01-11
* Remove the external tokenize command. One can use tr insteadGravatar axel2006-01-11
* Documentation tweaksGravatar axel2006-01-10
* Fix two issues on OS X, a non-compatible use of the expr command and a bad in...Gravatar axel2006-01-10
* Improve locale implementation (should now behave identically to bash) and doc...Gravatar axel2006-01-09