aboutsummaryrefslogtreecommitdiffhomepage
path: root/input_common.cpp
Commit message (Expand)AuthorAge
* Change lookahead_list into a queueGravatar Sanne Wouda2015-04-19
* 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
* Null notifier to support fishd synchronization, so we can select theGravatar ridiculousfish2014-05-14
* Correct a comment and clean up code that listens for universal notifierGravatar ridiculousfish2014-05-14
* 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
* Implement notifyd-based notification strategy for universal variablesGravatar ridiculousfish2014-04-30
* 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
* 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
* Formatting and style updatesGravatar ridiculousfish2013-05-05
* Mark stdin as nonblocking if we get EWOULDBLOCK, and before handing it off to...Gravatar ridiculousfish2013-04-07
* Add callbacks that get invoked before the next call to select(), which will a...Gravatar ridiculousfish2013-04-03
* 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
* Lots of work on web configGravatar ridiculousfish2012-03-25
* IO portGravatar ridiculousfish2011-12-26
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* Initial C++ conversionGravatar ridiculousfish2011-12-26