aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Improved error reporting in mimedb for failed regexps. This patch was written...Gravatar axel2007-05-16
* Show hints on how to proceed if xsel fails to buildGravatar axel2007-05-11
* Make sure that the PWD and HOME variables are always in canonical formGravatar axel2007-05-11
* Use ucs4 or ucs2 as a fallback character set if wchar_t encoding is not suppo...Gravatar axel2007-05-10
* Add missing -b switch for the commandline builtin. This issue was reported by...Gravatar axel2007-04-28
* Make sure that io redirections are respected by the '.' builtin. This was not...Gravatar axel2007-04-26
* Update todo listGravatar axel2007-04-25
* Actually add the count function. Thanks to Tassilo Horn for the report.Gravatar axel2007-04-25
* Fix bug in stack trace printing codeGravatar axel2007-04-24
* Add a fes minor completion correctionsGravatar axel2007-04-24
* 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