aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Make the contains builtin not allow reordering of switches and non-switchesGravatar liljencrantz2007-08-15
* Add missing file creation mask for open. This fixes a compilation bug on the ...Gravatar liljencrantz2007-08-15
* Completions for prt-get and pkgutils, the package management utilities for CR...Gravatar patroclo72007-08-04
* Completions for ports, a tool for port management in CRUX linuxGravatar Giorgio Lando2007-08-04
* Add a mino-prompt when the normal prompt is too large to display. The old beh...Gravatar liljencrantz2007-08-03
* Drop contains function, since we now have a builtin.Gravatar liljencrantz2007-08-02
* Fix duplicate switch antry in builtin_status. Don't know if this was caused b...Gravatar liljencrantz2007-08-02
* Replace the contains function with a builtin for performance reasons. The con...Gravatar liljencrantz2007-08-02
* Update status builtin to properly handle and document all of its options.Gravatar James Vega2007-08-02
* Implement a minimal 'dumb terminal mode'. This mode is used to at least get t...Gravatar axel2007-08-02
* Remove confusing and misleading error message when trying to repaint the prom...Gravatar axel2007-08-02
* Minor bug fix in mime-completion-filter - correctly handle when there is no m...Gravatar axel2007-08-02
* Minor error handling improvements and minor code polishGravatar axel2007-08-02
* Spelling fixes from Chris RebertGravatar axel2007-08-02
* Replace the count function with a builtin for performance reasons. The count ...Gravatar axel2007-08-01
* Replace the count function with a builtin for performance reasons. The count ...Gravatar axel2007-08-01
* Make sure completion descriptions generated by make_vcs_completions.fish are ...Gravatar axel2007-06-05
* Print 'unknown' if 'mimedb -d' failsGravatar axel2007-05-25
* Update regexps in mimedb to work on NetBSD. (NetBSD does not support having e...Gravatar axel2007-05-24
* Fix character set conversions in both directions in universal variable code. ...Gravatar axel2007-05-16
* 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