aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.c
Commit message (Expand)AuthorAge
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Check location of term.h header (updated)Gravatar axel2006-01-19
* Change the foregrounf/background code a bit, fixes bug where mulktiple jobs w...Gravatar axel2006-01-18
* Make parser_current_line use dynamic memory to avoid overflow on long linesGravatar axel2006-01-12
* Yet another batch of description tweaks, as well as the last major checkin of...Gravatar axel2006-01-12
* Correct incorrect arguments to futimesGravatar axel2006-01-10
* Improve detection of futimes function, and make it fail without giving an err...Gravatar axel2006-01-10
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Minor text formating tweaksGravatar axel2005-12-31
* Pressing the enter key on an empty line scrolls a lineGravatar axel2005-12-30
* Fisx crash buh when completing string ending in backslashGravatar axel2005-12-26
* Make non-interactive reading more robust.Gravatar axel2005-12-17
* Autodetect common escape codes in fish_prompt outputGravatar axel2005-12-13
* Fix infinite loop in token searchGravatar axel2005-12-13
* Fix crash bug in token searchGravatar axel2005-12-11
* Completion prefix was missing one characterGravatar axel2005-12-09
* Fix buffer inconsistency un ^UGravatar axel2005-12-09
* Fix display bug causing the wrong completion string prefix to be shown in som...Gravatar axel2005-12-04
* Remove more deprecated event hooksGravatar axel2005-12-04
* Remove old event hooks, add more event handler documentationGravatar axel2005-12-04
* Fix crash bug when pasting long textGravatar axel2005-10-28
* Minor performance tweaksGravatar axel2005-10-26
* Use select instead of poll to avoid MacOS X bugsGravatar axel2005-10-25
* Fix problem bug breaking completion in commands with multiple subshellsGravatar axel2005-10-25
* Minor editsGravatar axel2005-10-20
* Use private use area for internal non-unicode charactersGravatar axel2005-10-20
* Do not break stdin when reading a scriptGravatar axel2005-10-19
* Add support for specifying event handler for calling job in command supstitut...Gravatar axel2005-10-15
* Increase fish robustness by improving signal handling when forking jobs and m...Gravatar axel2005-10-14
* Optimize interactive input reader by allowing multiple input characters betwe...Gravatar axel2005-10-14
* Fix invalid free causing hangup and crash in completion codeGravatar axel2005-10-12
* Stop using anonymous unionsGravatar axel2005-10-12
* Event handling and job reaping updatesGravatar axel2005-10-12
* Remove finsihed jobs after eventsGravatar axel2005-10-09
* API documentation updatesGravatar axel2005-10-09
* Move io redirection functions to their own libraryGravatar axel2005-10-08
* API cleanupGravatar axel2005-10-07
* Initial update for new event subsystemGravatar axel2005-10-06
* Fix minor bugs in parserGravatar axel2005-09-25
* Escape from token search and help updatesGravatar axel2005-09-25
* Fix for various redirection problemsGravatar axel2005-09-23
* Don't leak file descriptors when showing completion pagerGravatar axel2005-09-21
* Initial revisionGravatar axel2005-09-20