aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Remove mention of fish_inputrc in install scripts. The file no longer exists.Gravatar liljencrantz2007-10-14
* Fix bug in pager causing some keybindings to be ignoerd because other are und...Gravatar liljencrantz2007-10-14
* Indentation fixesGravatar liljencrantz2007-10-14
* Tiny touchups of docs and codeGravatar liljencrantz2007-10-06
* Minor new sanity test in readerGravatar liljencrantz2007-10-06
* Make completion system not use quoted string escapes, since it generally look...Gravatar liljencrantz2007-10-06
* Make the Alt-p keybinding respect the PAGER variableGravatar liljencrantz2007-10-06
* 'Misfeature' fix for eval function - make it force job control when in intera...Gravatar liljencrantz2007-10-06
* Use IO redirection to make the eval function actually have a working stdinGravatar liljencrantz2007-10-06
* Don't crash when trying to close fds for a builtin commandGravatar liljencrantz2007-10-06
* Make fish automatically realise a repaint is needed in more situations, makin...Gravatar liljencrantz2007-10-06
* Make the . builtin have a more useful (and posix-compatible) exit statusGravatar liljencrantz2007-10-06
* Comment updates, minor code cleanups and other janitorial jobsGravatar liljencrantz2007-10-02
* Minor comment updates and code tweaks in input codeGravatar liljencrantz2007-10-02
* Actually make the previously defined function for reloading key bindings on c...Gravatar liljencrantz2007-10-01
* Remove readline legacy input function 'winch' and replace its functionality w...Gravatar liljencrantz2007-10-01
* Add input function completions for the commandline builtinGravatar liljencrantz2007-09-30
* Drop the unneeded input-function delete-line. It was only there for compatiab...Gravatar liljencrantz2007-09-30
* Drop the unneeded input-function exit. It was only there for compatiability w...Gravatar liljencrantz2007-09-29
* Indentation and commentsGravatar liljencrantz2007-09-29
* Add a few extra directories to check for in path on startupGravatar liljencrantz2007-09-29
* Make path checking on startup faster by only using builtin commandsGravatar liljencrantz2007-09-29
* Ignore errors when autoloading keybindingsGravatar liljencrantz2007-09-29
* Documentation improvements on new key binding systemGravatar liljencrantz2007-09-29
* Add more keys to list of kes supported by 'bind -k'Gravatar liljencrantz2007-09-29
* Improve error reporting for bind builtinGravatar liljencrantz2007-09-29
* Replace variadic functions like sb_append and contains_str with variadic macr...Gravatar liljencrantz2007-09-29
* Drop tokenizer.o from list of objects to include into fish_pager, since it wa...Gravatar liljencrantz2007-09-26
* Fix bug in exit code that made the exit builtin exit even if there where runn...Gravatar liljencrantz2007-09-26
* Make escaping of the empty string return two quotes instead of the empty stringGravatar liljencrantz2007-09-26
* Make escaped strings more readableGravatar liljencrantz2007-09-26
* 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