aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Minor bug correction in new cursor movement code.Gravatar liljencrantz2007-09-22
* Add a few comments, remove debug message add function descriptions to up-or-s...Gravatar liljencrantz2007-09-22
* Correct minor typos, stupid error messages, indentation and drop unused varia...Gravatar liljencrantz2007-09-22
* Make up/down cursor move up or down when in multiline mode, except if already...Gravatar liljencrantz2007-09-22
* Further improve accuracy of cd builtins error messages. Now correctly reports...Gravatar liljencrantz2007-09-21
* Significantly improve accuracy of error reporting in the cd builtinGravatar liljencrantz2007-09-21
* Remove generated versions of scripts on 'make clean'Gravatar liljencrantz2007-09-21
* Do not use enter/exit_ca_mode if they don't exist in fish_pagerGravatar liljencrantz2007-09-10
* Add better debbuging information when writembs is called with null value.Gravatar liljencrantz2007-09-10
* Fix bug in the count builtin, causing it to exit with status 0 even if no arg...Gravatar liljencrantz2007-09-09
* Handle merge confligt for previous patches. The exact same bug was fixed twice.Gravatar liljencrantz2007-09-09
* Fix insane bytemark issue on SolarisGravatar axel2007-09-09
* Fix incorrect escape character in unescape functionGravatar axel2007-09-09
* Avoid void pointer arithmetic in halloc.cGravatar axel2007-09-09
* Avoid magic number in main.cGravatar axel2007-09-09
* Avoid using test command in prompt, makes it slightly fasterGravatar axel2007-09-09
* Avoid using -n switch to eccoGravatar axel2007-09-09
* Fix issue in error handling, reported to and fixed by Axel Liljencrantz. Chan...Gravatar Claes Nästén2007-08-22
* Add tparm fallback to use under systems having tparm with fixed number of par...Gravatar Claes Nästén2007-08-22
* Fix compilation with Sun Studio compiler changing \e to \x1b as it does not s...Gravatar Claes Nästén2007-08-22
* Fix compile issue with Sun Studio, read_redirect returns void still doing ret...Gravatar Claes Nästén2007-08-22
* Indentation, typo and formating fixes. Very minor patch.Gravatar liljencrantz2007-09-09
* Add a 'generic' type of event that can be emited from any piece of code or by...Gravatar liljencrantz2007-08-20
* Make the prompt different when root user. This change was suggested by Claes ...Gravatar liljencrantz2007-08-19
* 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