aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* First stab at dropping all support for readlines inputrc files and instead us...Gravatar liljencrantz2007-09-26
* Add missing escape highlighting for \c-style escapes and a few other escape c...Gravatar liljencrantz2007-09-25
* Improve documentation in screen handling codeGravatar liljencrantz2007-09-24
* Make prompt have its own line if we things don't fit on a single lineGravatar liljencrantz2007-09-24
* There code for detecting when a keepalive process was needed missed lots of c...Gravatar liljencrantz2007-09-24
* Improve commenting a bitGravatar liljencrantz2007-09-24
* Improve error reporting in the . builtinGravatar liljencrantz2007-09-24
* Make sure that ouput with no trailing newline is not eaten. This is a regress...Gravatar liljencrantz2007-09-24
* Fix bug causing some fish strings not to be translatedGravatar liljencrantz2007-09-24
* Minor polish like adding missing whitespace, switch to using --argument switc...Gravatar liljencrantz2007-09-24
* Fix narrow/wide encoding issues found through new test suite additionsGravatar liljencrantz2007-09-24
* Add escape/unescape and wide/narrow conversion tests to the test suiteGravatar liljencrantz2007-09-24
* Fix bug caused by new escap beutification code. Some strings containing a sin...Gravatar liljencrantz2007-09-24
* Fix bug making builtin help for the '.' builtin not show up.Gravatar liljencrantz2007-09-23
* Whitespace fixes, etc.Gravatar liljencrantz2007-09-23
* Add switch fo scope hiding in output of functions builtinGravatar liljencrantz2007-09-23
* Fix bug in eval function, forgot to turn off new scope creation.Gravatar liljencrantz2007-09-23
* Use quoted escaping if possible. Most people find that more readable.Gravatar liljencrantz2007-09-23
* Remove a few calls to the test command in favour of the switch builtin to spe...Gravatar liljencrantz2007-09-23
* Fix rather large performance issue on systems with slow fork syscall - a fork...Gravatar liljencrantz2007-09-22
* Create common function for listing available character encodings, make sure i...Gravatar liljencrantz2007-09-22
* Move mkae completion function to its own fileGravatar liljencrantz2007-09-22
* Clean up interactive mode init a bit. Move a few utility functions to their o...Gravatar liljencrantz2007-09-22
* Make sure all keybinding scripts repaint properlyGravatar liljencrantz2007-09-22
* Improve documentation for breakpoint builtinGravatar liljencrantz2007-09-22
* Make R_NULL not repaint and document the fact that this means some keybinding...Gravatar liljencrantz2007-09-22
* Minor improvement to docs for count builtinGravatar liljencrantz2007-09-22
* Add boilerplate definition when using funced on undefined functionGravatar liljencrantz2007-09-22
* 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