aboutsummaryrefslogtreecommitdiffhomepage
path: root/tokenizer.h
Commit message (Expand)AuthorAge
* Add 'bigword' vi key bindingsGravatar Michael Steed2015-06-04
* Ignore comments for backslash newlineGravatar Sanne Wouda2015-04-05
* Fix for issue where fish_indent would lose blank linesGravatar ridiculousfish2014-11-25
* Add a helpful comment warning of a nonsense result from tok_lastGravatar ridiculousfish2014-11-24
* Remove a bunch of dead code identified by cppcheckGravatar ridiculousfish2014-10-31
* Set of fixes for issues identified by cppcheckGravatar ridiculousfish2014-10-30
* Fix issues related to redirections and block level IO with new parserGravatar ridiculousfish2013-12-28
* Very early work in adopting new parser for actual execution of commands.Gravatar ridiculousfish2013-12-23
* Syntax highlighting for file redirectionsGravatar ridiculousfish2013-10-13
* Merge branch 'master' into ast_no_templatesGravatar ridiculousfish2013-10-06
|\
| * Better error messages for `EDITOR=vim git...` type commands.Gravatar ridiculousfish2013-09-30
| * Make tok_last_type return an enum token_type instead of intGravatar ridiculousfish2013-09-30
* | Improvements to new parser. All functions and completions now parse.Gravatar ridiculousfish2013-07-22
* | Parser limps into existenceGravatar ridiculousfish2013-06-08
* | StuffGravatar ridiculousfish2013-06-01
|/
* FormattingGravatar ridiculousfish2012-12-22
* Changes to work recognition per https://github.com/fish-shell/fish-shell/issu...Gravatar ridiculousfish2012-12-20
* forward-word should accept a word of an autosuggestionGravatar ridiculousfish2012-12-10
* Make tok_first return a wcstring instead of a wchar_t*Gravatar ridiculousfish2012-11-21
* Remove tok_destroyGravatar ridiculousfish2012-11-21
* Modify tokenizer to store last token in a wcstringGravatar 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
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Fix to restore an optimization from parse_util_get_line_from_offset in a more...Gravatar ridiculousfish2012-08-04
* Lots of work towards making fish build without warnings on Mountain Lion, mos...Gravatar ridiculousfish2012-08-04
* Added some const correctnessGravatar ridiculousfish2012-02-24
* Fix a crash when using quotes due to wgettext thread safety issues.Gravatar ridiculousfish2012-02-17
* Initial work towards making autosuggestion smarter by recognizing pathsGravatar ridiculousfish2012-02-15
* More work on the instanced parserGravatar ridiculousfish2012-01-22
* More const and signed correctness. Warnings now fit on one page!Gravatar Peter Ammon2012-01-14
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Implement non-clobbering file io. Use the >? operator for this for now.Gravatar liljencrantz2007-10-27
* Add autoindentation supportGravatar axel2006-10-07
* Make sure tokenizer never changes input stringGravatar axel2005-12-10
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Initial revisionGravatar axel2005-09-20