aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.h
Commit message (Expand)AuthorAge
* 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
* Do not break stdin when reading a scriptGravatar axel2005-10-19
* Increase fish robustness by improving signal handling when forking jobs and m...Gravatar axel2005-10-14
* Initial update for new event subsystemGravatar axel2005-10-06
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Initial revisionGravatar axel2005-09-20