aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Add breakpoint builtinGravatar axel2006-11-11
* Various minor codee updates. Dead code removal, comment tweaking. Spelling fi...Gravatar axel2007-02-25
* Second round of bug fixes and minor code improvements after the completions s...Gravatar axel2007-02-25
* Round of bug fixes and minor code improvements after the completions struct u...Gravatar axel2007-02-25
* Make halloc-based list allocation work without contextGravatar axel2007-02-24
* Do not use makefile to generate vcs completions, do it directly in the script...Gravatar axel2007-02-24
* Fifth phase of using a real struct for passing around completions - make expa...Gravatar axel2007-02-24
* Fourth phase of using a real struct for passing around completions - make exp...Gravatar axel2007-02-19
* Third phase of using a real struct for passing around completions - make all ...Gravatar axel2007-02-18
* Second phase of using a real struct for passing around completions - make var...Gravatar axel2007-02-17
* First phase of using a real struct for passing around completions - only use ...Gravatar axel2007-02-09
* Fix paran mismatch bug in umount completions that popped up when dropping the...Gravatar axel2007-02-24
* Add missing file for vi completions that is needed to complete files selectiv...Gravatar axel2007-02-23
* Do not make documentation generation depend on MakefileGravatar axel2007-02-17
* Fix bug where fish would randomly assume completions are authorativeGravatar axel2007-02-09
* Update darcs completions with additional command specific completion for setp...Gravatar axel2007-02-09
* MArk make_mercurial_completions.fish as executableGravatar axel2007-02-09
* Bump version numberGravatar axel2007-02-09
* Minor documentation update to reflect change in how __fish_complete_suffix fu...Gravatar axel2007-02-09
* Update todo listGravatar axel2007-02-09
* Minor tweaks to vared functionGravatar axel2007-02-09
* Add chengelog entry to spec file for fishGravatar axel2007-02-09
* Add -u flag to case completions - case is often used to parse switches, color...Gravatar axel2007-02-05
* Add flags for long file support in configure.ac. They should be useful when s...Gravatar axel2007-02-05
* Update vi/vim completions. Add __fish_complete_text function that completes u...Gravatar axel2007-02-05
* Fix bug in read builtin - signal handlers where not correctly set, causiong ^...Gravatar axel2007-02-01
* Fix bug where pressing ^C while in the read builtin would mess up the block e...Gravatar axel2007-02-01
* Fix indentation error - the else builtin was not properly indentedGravatar axel2007-02-01
* Fix occasional duplicate stack trace, reported by Mike Roberts. Also make fis...Gravatar axel2007-02-01
* Add support for checking the existance of specific variable array elementsGravatar axel2007-01-31
* Switch various completions to the simpler format for __fish_complete_suffixGravatar axel2007-01-31
* Make the first and last argument to __fish_complete_suffix optional. Use mime...Gravatar axel2007-01-31
* Add vim completions, written by Velko HristovGravatar axel2007-01-30
* Add command specific completions for xterm, written by Velko HristovGravatar axel2007-01-30
* Add command specific completions for totem, written by Velko HristovGravatar axel2007-01-30
* Remove trailing period in descriptions for darcs and svnGravatar axel2007-01-30
* Add memory allocation checkGravatar axel2007-01-30
* Fix bug where quiting from the read builtin could cause the prompt not to rep...Gravatar axel2007-01-30
* When clearing a line in the screen handler, also make sure that the internal ...Gravatar axel2007-01-30
* Fix repaint bug for read - screen needed repainting after call to readGravatar axel2007-01-30
* Add support for -s switch to read builtin, enables shell syntax highlighting ...Gravatar axel2007-01-30
* Empty environemnt variable array entrys are now set to the empty string - wha...Gravatar axel2007-01-28
* Make parsing of --authorative switch for complete builtin more logical. Fix b...Gravatar axel2007-01-28
* Add command specific completions for file and locate, written by Velko HristovGravatar axel2007-01-28
* Add -u switch to completions which can have unknown switches or which are inc...Gravatar axel2007-01-28
* Make it possible to specify the -u switch tom complete without actually speci...Gravatar axel2007-01-28
* Add command specific completions for mutt and sylpheed, written by Velko HristovGravatar axel2007-01-28
* Add aptitude completions, written by Velko Hristov.Gravatar axel2007-01-28
* Add support for using __environ instead of environ, if it exists and environ ...Gravatar axel2007-01-28
* Remove unneeded code from isatty, fix spelling in docsGravatar axel2007-01-28