aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.h
Commit message (Expand)AuthorAge
* reader_replace_current_token can be made staticGravatar ridiculousfish2013-09-21
* Initial abbreviation work. Tests currently fail.Gravatar ridiculousfish2013-07-19
* Mark stdin as nonblocking if we get EWOULDBLOCK, and before handing it off to...Gravatar ridiculousfish2013-04-07
* Break out COMPLETE_NO_CASE and COMPLETE_REPLACES_TOKEN into separate flags, i...Gravatar ridiculousfish2013-03-05
* Clean up env_var_table_t. Switch from storing var_uni_entry_t* to var_uni_ent...Gravatar ridiculousfish2013-02-11
* merge branch 'bug-537' and branch 'bug-read-ctrlC'. This should fix both #537...Gravatar Jan Kanis2013-02-05
|\
| * rename reader_cancel_thread to reader_thread_job_is_stale, update commentsGravatar Jan Kanis2013-02-05
* | Teach fish how to put completion data inside a closing quoteGravatar ridiculousfish2013-02-02
| * extra commentsGravatar Jan Kanis2013-01-23
| * implement reader_cancel_thread using __thread thread-local storageGravatar Jan Kanis2013-01-23
| * rename reader_data_t.interruptible to exit_on_interruptGravatar Jan Kanis2013-01-22
| * fix comments on #516. Split `reader_interrupted` into a `reader_interrupted` ...Gravatar Jan Kanis2013-01-22
| * create reader_data_t.interruptible flag and infrastructure to make it work.Gravatar Jan Kanis2013-01-20
|/
* When the user input contains capital letters, use its case rather than the au...Gravatar ridiculousfish2013-01-05
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Don't autosuggest in builtin_readGravatar ridiculousfish2012-11-18
* Support for fish_right_promptGravatar ridiculousfish2012-11-07
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
* Additional warning fixes and migration from int to size_t or long where appro...Gravatar ridiculousfish2012-08-04
* More warning fixes and switching from int to long or size_tGravatar ridiculousfish2012-08-04
* Lots of work towards making fish build without warnings on Mountain Lion, mos...Gravatar ridiculousfish2012-08-04
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Lots of work on web configGravatar ridiculousfish2012-03-25
* Some more changes in preparation for turning on complete-based autosuggestionsGravatar ridiculousfish2012-02-26
* Some cleanup of completions in preparation for more multithreadingGravatar ridiculousfish2012-02-26
* Some work to allow completions to be evaluated off of the main threadGravatar ridiculousfish2012-02-24
* Replace some string_buffer_t with wcstringGravatar ridiculousfish2012-02-22
* Fix to change highlighting functions to take wcstring& instead of const wchar...Gravatar ridiculousfish2012-02-21
* Switch to using std::vector instead of int* for colors in highlight.cpp, for ...Gravatar ridiculousfish2012-02-21
* Migrate errors from array_list_t to wcstring_list_tGravatar ridiculousfish2012-02-10
* Large set of changes to migrate reader_data_t's buffer to std::wstringGravatar ridiculousfish2012-02-06
* Work on new history implementationGravatar ridiculousfish2012-02-05
* CLean up current_filename, make it a std::stackGravatar ridiculousfish2012-02-02
* Migrate some al_list to std::vectorGravatar ridiculousfish2012-02-02
* Clean up uses of completion_tGravatar ridiculousfish2012-02-01
* buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ...Gravatar Siteshwar Vashisht2012-01-29
|\
* | More work towards instanced parser. First successful compilationGravatar ridiculousfish2012-01-22
| * Converted all auto completion calls (on pressing tab) to use std::vector<comp...Gravatar Siteshwar Vashisht2012-01-16
|/
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Make fish automatically realise a repaint is needed in more situations, makin...Gravatar liljencrantz2007-10-06
* Make up/down cursor move up or down when in multiline mode, except if already...Gravatar liljencrantz2007-09-22
* Make sure that io redirections are respected by the '.' builtin. This was not...Gravatar axel2007-04-26
* Add support for -s switch to read builtin, enables shell syntax highlighting ...Gravatar axel2007-01-30
* Minor cleanups and improved error checking in reader codeGravatar axel2006-10-26
* Minor code cleanupGravatar axel2006-10-05
* Use the intern function to share the strings used to describe various key bin...Gravatar axel2006-06-22
* Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi...Gravatar axel2006-05-14
* Make stack traces print absolute filenamesGravatar axel2006-02-03
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31