aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Implement count as ashellscript function instead of a command in order to sup...Gravatar axel2007-04-24
* Launch debug shell on TRAP signal.Gravatar axel2007-04-24
* Replace the eval builtin with a functionGravatar axel2007-04-23
* Add the possibility for functions which do not shadow the arguments of the ca...Gravatar axel2007-04-23
* Make the . (source) builtin able to read commands from stdinGravatar axel2007-04-23
* Validate variables names when using named arguments for functionsGravatar axel2007-04-23
* Make 'functions' builtin print named arguments of functionsGravatar axel2007-04-23
* Fix minor memory leak on printing help for builtinsGravatar axel2007-04-23
* Prettyfy output of 'functions' builtin a tiny bitGravatar axel2007-04-23
* Add funced function, which works like vared, but with functionsGravatar axel2007-04-23
* Minor tweaks to the indent programGravatar axel2007-04-23
* Add support for changing token separator in command substitution. IT is not t...Gravatar axel2007-04-23
* Minor improvements to the completion generator and gcc completionsGravatar axel2007-04-22
* Add source code prettyfier program called fish_indentGravatar axel2007-04-22
* Move keyword detection code to separate fileGravatar axel2007-04-22
* Fix bug in parser, on incomplete blocks. This bug was handled correctly by th...Gravatar axel2007-04-22
* Add missing help building dependencyGravatar axel2007-04-21
* Minor code edits (comments, function rename)Gravatar axel2007-04-21
* Add completion support for named function argumentsGravatar axel2007-04-21
* Change output format of complete -C to make writing case insensitive command ...Gravatar axel2007-04-21
* Fix minor bug - the description would occasionally get appended to command sp...Gravatar axel2007-04-21
* Add completions for evinceGravatar axel2007-04-19
* Add a completion function for completiong file url:sGravatar axel2007-04-19
* Remove explicit directory completion from __fish_complete_mime, we only want ...Gravatar axel2007-04-18
* Fix URL character encoding bug in mimedbGravatar axel2007-04-17
* Rename save_function to funcsave to keep consistency between function/variabl...Gravatar axel2007-04-17
* Use cpp macro to avoid manually adding sentinel value to varargs functionsGravatar axel2007-04-17
* Minor code cleanup in history search codeGravatar axel2007-04-17
* Fix bug where case insensitive completions would miss the leading slash in fi...Gravatar axel2007-04-17
* Minor code tweaksGravatar axel2007-04-17
* Fix warning caused by bad castingGravatar axel2007-04-17
* Allow named arguments to function instead of only $argv. Philip Ganchev once ...Gravatar axel2007-04-17
* Add newline to error message in alias.fish. This problem was reported by flixil.Gravatar axel2007-04-12
* Fix bug where fish would refuse to start if $HOME has an invalid value. Thank...Gravatar axel2007-04-11
* Fix crash bug in recursive completion (e.g. 'which ls'). This bug was reporte...Gravatar axel2007-03-26
* Fix a bug where io redirection of builtins would not truncate files if the bu...Gravatar axel2007-03-25
* Move documentation on fish_prompt to the external command sectionGravatar axel2007-03-25
* Minor code simplification in util.cGravatar axel2007-03-25
* Minor tweak to vcs completion generation code. Most significantly, some svn c...Gravatar axel2007-03-25
* Minor documentation fixesGravatar axel2007-03-25
* Fix bug where case insensitive file completions would get directory component...Gravatar axel2007-03-25
* Add missing sentinel value in function call - potential crash bugGravatar axel2007-03-25
* Include the make_vcs_completions.fish file that is used to generate various c...Gravatar axel2007-03-24
* Do not flag a lone '-' as an error. Many commands accept it.Gravatar axel2007-03-24
* Try to fix the dependency problems with user_doc. Thanks to James Vega for in...Gravatar axel2007-03-24
* Use per-binary LDFLAGS to remove linking to useless libraries. This will redu...Gravatar axel2007-03-24
* Add a blacklist of console types that are known not to support terminal title...Gravatar axel2007-03-18
* Fix occasional shoowing of the same completion twice. Than ks to Tassilo Horn...Gravatar axel2007-03-18
* Fix performance bug in command description lookup - it was performed once for...Gravatar axel2007-03-18
* Initial checkin of code for using case insensitive completion as a fallback f...Gravatar axel2007-03-01