aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
Commit message (Expand)AuthorAge
...
| * replace compiler-supported TLS with pthread_get/setspecific; remove GPLv3 cod...Gravatar Jan Kanis2013-01-24
| * make threadlocal use conditional on configure check. NB: This revision mixes ...Gravatar Jan Kanis2013-01-23
| * implement reader_cancel_thread using __thread thread-local storageGravatar Jan Kanis2013-01-23
| * tweak reader interrupt behaviorGravatar Jan Kanis2013-01-22
| * rename reader_data_t.interruptible to exit_on_interruptGravatar Jan Kanis2013-01-22
| * move work out of interrupt handler (which is safer as well)Gravatar Jan Kanis2013-01-22
| * fix comments on #516. Split `reader_interrupted` into a `reader_interrupted` ...Gravatar Jan Kanis2013-01-22
| * make the `read` builtin respect ctrl-CGravatar Jan Kanis2013-01-20
| * create reader_data_t.interruptible flag and infrastructure to make it work.Gravatar Jan Kanis2013-01-20
|/
* Convert io_buffer_read to io_buffer_t::readGravatar Cheer Xiao2013-01-17
* Convert io_buffer_create to static io_buffer_t::create, make io_buffer_t cons...Gravatar Cheer Xiao2013-01-17
* Convert io_buffer_destroy to ~io_buffer_tGravatar Cheer Xiao2013-01-17
* Split out io_buffer_t, make input_redirect in exec() a raw pointerGravatar Cheer Xiao2013-01-17
* Fix for missing first character in completionsGravatar ridiculousfish2013-01-13
* Fix for issue where completing in the middle of a command may append extra ju...Gravatar ridiculousfish2013-01-12
* Revert "Revert shared_ptr<io_data_t> changes until kinks are ironed out"Gravatar Cheer Xiao2013-01-11
* Make fish_config prompt color changes work more oftenGravatar ridiculousfish2013-01-08
* Make fishd base its variable files on the MAC address instead of hostnameGravatar ridiculousfish2013-01-08
* When the user input contains capital letters, use its case rather than the au...Gravatar ridiculousfish2013-01-05
* Reset the color before we clear to eolGravatar ridiculousfish2013-01-04
* Revert shared_ptr<io_data_t> changes until kinks are ironed outGravatar ridiculousfish2013-01-04
* Use shared_ptr to manage io_data_t*.Gravatar Cheer Xiao2012-12-31
* Fix for an exception in a non-interactive shell with empty inputGravatar ridiculousfish2012-12-20
* Changes to work recognition per https://github.com/fish-shell/fish-shell/issu...Gravatar ridiculousfish2012-12-20
* Eliminate str2wcsGravatar ridiculousfish2012-12-19
* Random fixes to comments.Gravatar Cheer Xiao2012-12-16
* forward-word should accept a word of an autosuggestionGravatar ridiculousfish2012-12-10
* Make fish try to detect when it's an orphaned process and then exit politelyGravatar ridiculousfish2012-12-05
* Added a history speed testGravatar ridiculousfish2012-12-03
* Ensure we repaint the prompt after resetting it, when colors change.Gravatar ridiculousfish2012-12-02
* Additional changes to try to improve line wrappingGravatar ridiculousfish2012-11-25
* Coalesce redundant repaints, prepare to address some resizing issues (again!)Gravatar ridiculousfish2012-11-24
* Improvements to avoid clearing the screen as often, which addresses a problem...Gravatar ridiculousfish2012-11-24
* Replaced some usage of wchar_t * with wcstring in complete(). Some style fixes.Gravatar ridiculousfish2012-11-23
* Make tok_first return a wcstring instead of a wchar_t*Gravatar ridiculousfish2012-11-21
* Remove tok_destroyGravatar ridiculousfish2012-11-21
* Work towards refactoring tokenizer to be a real objectGravatar ridiculousfish2012-11-21
* Changes to make word movement less aggressiveGravatar ridiculousfish2012-11-19
* Fix indentation of switch statementsGravatar ridiculousfish2012-11-19
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Don't autosuggest in builtin_readGravatar ridiculousfish2012-11-18
* Restore terminal foreground process group on exitGravatar ridiculousfish2012-11-18
* Make tab-completion truncation less dumbGravatar ridiculousfish2012-11-09
* Support for fish_right_promptGravatar ridiculousfish2012-11-07
* Bring back ellipsisGravatar ridiculousfish2012-11-05
* Initial right_prompt workGravatar ridiculousfish2012-11-04
* Don't use posix_spawn for commands that need to be put into foreground to avo...Gravatar ridiculousfish2012-11-04
* Fix to prevent buff_pos from underflowing in reader_killGravatar ridiculousfish2012-10-08
* Rewrite kill behavior (aka control-W) to do something betterGravatar ridiculousfish2012-10-04
* Fix to propagate the last color before highlighting completes, and to avoid r...Gravatar ridiculousfish2012-10-03