aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.c
Commit message (Expand)AuthorAge
* 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