aboutsummaryrefslogtreecommitdiffhomepage
path: root/input_common.cpp
Commit message (Collapse)AuthorAge
* No need for mbstate_t to be staticGravatar Kevin Ballard2014-09-21
|
* Remove env_universal.h and env_universal.cpp from projectGravatar ridiculousfish2014-06-18
|
* Remove large parts of fishd interaction, includingGravatar ridiculousfish2014-06-06
| | | | env_universal_server
* Null notifier to support fishd synchronization, so we can select theGravatar ridiculousfish2014-05-14
| | | | synchronization mechanism at runtime
* Correct a comment and clean up code that listens for universal notifierGravatar ridiculousfish2014-05-14
| | | | changes
* Fix named pipe universal notifier. No more threads. Tests now pass.Gravatar ridiculousfish2014-05-05
|
* Early implementation of inotify-based universal variable notifier forGravatar ridiculousfish2014-05-01
| | | | Linux
* Implement notifyd-based notification strategy for universal variablesGravatar ridiculousfish2014-04-30
| | | | (OS X specific)
* Implement universal variable deletion. Adopt shared memory uvar notification.Gravatar ridiculousfish2014-04-29
|
* Revert "Merge pull request #1317 from pullreq/cpp"Gravatar ridiculousfish2014-02-28
| | | | | | | This reverts commit 74135c0600d5dcc40d396d0e7293c17b8d4bdaa7, reversing changes made to 6d749789ce240a3e6f1447777db63fd8e7525560. See discussion in #1317
* Fixes .c -> .cpp in comments. For doxygen.Gravatar Geoff Nixon2014-02-27
|
* Increased support for completion search field. Use btab (shift-tab) toGravatar ridiculousfish2014-01-27
| | | | complete-and-search.
* Formatting and style updatesGravatar ridiculousfish2013-05-05
|
* Mark stdin as nonblocking if we get EWOULDBLOCK, and before handing it off ↵Gravatar ridiculousfish2013-04-07
| | | | | | to child processes when either starting them or moving them to the foreground. https://github.com/fish-shell/fish-shell/issues/176
* Add callbacks that get invoked before the next call to select(), which will ↵Gravatar ridiculousfish2013-04-03
| | | | allow for a nice fix to https://github.com/fish-shell/fish-shell/issues/608. Eliminate the poll handler, and replace it with this mechanism.
* Change to make the lookahead array a std::stack instead of a static 4k list(!)Gravatar ridiculousfish2012-11-24
|
* Fix indentation of switch statementsGravatar ridiculousfish2012-11-19
|
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
|
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
|
* Warning cleanupGravatar ridiculousfish2012-08-04
|
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
| | | | Improved how screen.cpp interacts with output_set_writer()
* Lots of work on web configGravatar ridiculousfish2012-03-25
| | | | Change to make fish immediately show color changes
* IO portGravatar ridiculousfish2011-12-26
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26