aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.c
Commit message (Expand)AuthorAge
* remove trailing spacesGravatar Grissiom2010-09-18
* Write formatted duration to ENV_DURATION after commands that run for > 1s wal...Gravatar Ben Hoskings2010-04-09
* Allow newlines in fish_prompt, by joining prompt_list with newlines instead o...Gravatar Ben Hoskings2010-04-09
* Fix interactive job in background busy wait bug, reported by Randall D. WaldGravatar axel2009-03-01
* Check return value of a few write calls and retry on EINTR, and fix a few oth...Gravatar axel2009-02-23
* Pressing Control-C (or otherwise changeing the command line content through t...Gravatar axel2009-02-22
* Better warning message when trying to exit with jobs running. PAtch and sugge...Gravatar axel2009-02-02
* Handle case insensitive completions of variables betterGravatar liljencrantz2008-01-14
* Add canse insensitive tilde completionGravatar liljencrantz2008-01-14
* Add lots of new code comments.Gravatar liljencrantz2008-01-14
* Make sure case sensitive completions are ignored by the pager if case sensiti...Gravatar liljencrantz2008-01-09
* Make sure inserted completions are escaped, even when case insensitiveGravatar liljencrantz2008-01-09
* Indentation fixes, add a few comments, spelling, etc.Gravatar liljencrantz2007-10-28
* 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 fish automatically realise a repaint is needed in more situations, makin...Gravatar liljencrantz2007-10-06
* Remove readline legacy input function 'winch' and replace its functionality w...Gravatar liljencrantz2007-10-01
* 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
* Replace variadic functions like sb_append and contains_str with variadic macr...Gravatar liljencrantz2007-09-29
* Fix bug in exit code that made the exit builtin exit even if there where runn...Gravatar liljencrantz2007-09-26
* Make sure that ouput with no trailing newline is not eaten. This is a regress...Gravatar liljencrantz2007-09-24
* Make R_NULL not repaint and document the fact that this means some keybinding...Gravatar liljencrantz2007-09-22
* Minor bug correction in new cursor movement code.Gravatar liljencrantz2007-09-22
* Make up/down cursor move up or down when in multiline mode, except if already...Gravatar liljencrantz2007-09-22
* Fix issue in error handling, reported to and fixed by Axel Liljencrantz. Chan...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
* Add a 'generic' type of event that can be emited from any piece of code or by...Gravatar liljencrantz2007-08-20
* Minor error handling improvements and minor code polishGravatar axel2007-08-02
* Make sure that io redirections are respected by the '.' builtin. This was not...Gravatar axel2007-04-26
* 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 file completions would get directory component...Gravatar axel2007-03-25
* Add missing sentinel value in function call - potential crash bugGravatar axel2007-03-25
* Add a blacklist of console types that are known not to support terminal title...Gravatar axel2007-03-18
* Fix occasional shoowing of the same completion twice. Than ks to Tassilo Horn...Gravatar axel2007-03-18
* Initial checkin of code for using case insensitive completion as a fallback f...Gravatar axel2007-03-01
* Add breakpoint builtinGravatar axel2006-11-11
* Fourth phase of using a real struct for passing around completions - make exp...Gravatar axel2007-02-19
* First phase of using a real struct for passing around completions - only use ...Gravatar axel2007-02-09
* Fix bug where pressing ^C while in the read builtin would mess up the block e...Gravatar axel2007-02-01
* Add memory allocation checkGravatar axel2007-01-30
* Fix bug where quiting from the read builtin could cause the prompt not to rep...Gravatar axel2007-01-30
* Fix repaint bug for read - screen needed repainting after call to readGravatar axel2007-01-30
* Add support for -s switch to read builtin, enables shell syntax highlighting ...Gravatar axel2007-01-30
* Fix crash in tab completion code when completing an imcomplete backsalsh escapeGravatar axel2007-01-27
* Make sure read returns with a non-zero status if no string was actually givenGravatar axel2007-01-16
* Minor edits - add a few input checks, remove a few commented pieces of debug ...Gravatar axel2007-01-16