aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Verify that fd redirection is an intGravatar axel2007-01-27
* Do not call getc if getwc fails - mixing wide and byte-based readin may cause...Gravatar axel2007-01-27
* Make get_desc_buff variable functions local static instead of globalGravatar axel2007-01-27
* Drop unneeded generic descriptions for completion of functions and builtins. ...Gravatar axel2007-01-27
* Add make target for vuilding svn and cvs completionsGravatar axel2007-01-27
* Fix a few more trailing N_ callsGravatar axel2007-01-27
* Another batch of fixes for the VCS completionsGravatar axel2007-01-27
* Fix crash in tab completion code when completing an imcomplete backsalsh escapeGravatar axel2007-01-27
* Fix various completions that didno't drop the N_ no-opGravatar axel2007-01-26
* Update make_mercurial_completions.fish to also handle cvs. Correct bug causin...Gravatar axel2007-01-26
* make the make_mercurial_completions.fish script able to handle svn as well. U...Gravatar axel2007-01-26
* Generalize make_mercurial_completions.fish a bit so it can be used with darcs...Gravatar axel2007-01-25
* Use make_completions.py to make new completions for gccGravatar axel2007-01-25
* Make first stab at a manual page parser. It takes the name of a command as in...Gravatar axel2007-01-25
* Add completions for hg (Mercurial). These completions are autogenerated from ...Gravatar axel2007-01-25
* Use MB_LEN_MAX instead of MB_CUR_MAX as the length of an array, since the lat...Gravatar axel2007-01-23
* Fix uninitialized varialble in env.cGravatar axel2007-01-22
* Minor edit to init scripts to reduce number of non-builtins called on initGravatar axel2007-01-22
* Do not use stdout to report errors when stderr is dead - take the hint instea...Gravatar axel2007-01-22
* Use constant instead of hardcoded value for sleeptime on failed fork callGravatar axel2007-01-22
* Minor code simplification in exec.cGravatar axel2007-01-22