aboutsummaryrefslogtreecommitdiffhomepage
path: root/tokenizer.cpp
Commit message (Expand)AuthorAge
* Add 'bigword' vi key bindingsGravatar Michael Steed2015-06-04
* Ignore comments for backslash newlineGravatar Sanne Wouda2015-04-05
* Clean up the last token when receiving TOK_ENDGravatar ridiculousfish2014-12-23
* Fix for issue where fish_indent would lose blank linesGravatar ridiculousfish2014-11-25
* Hack the tokenizer to compress multiple adjacent newlines into oneGravatar ridiculousfish2014-11-24
* Allow # within string tokensGravatar ridiculousfish2014-11-01
* Remove a bunch of dead code identified by cppcheckGravatar ridiculousfish2014-10-31
* Set of fixes for issues identified by cppcheckGravatar ridiculousfish2014-10-30
* Update style and formatting to conform to fish style guide.Gravatar ridiculousfish2014-01-15
* 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
* Initial work towars improved error reporting. Tests currently fail.Gravatar ridiculousfish2013-12-08
* Fix for off-by-one error in tokenizer error message reportingGravatar ridiculousfish2013-12-08
* Merge branch 'master' into astGravatar ridiculousfish2013-10-27
|\
| * Fix formattingGravatar ridiculousfish2013-10-26
* | Syntax highlighting for file redirectionsGravatar ridiculousfish2013-10-13
* | Clean up redirection parsing in the tokenizer.Gravatar 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
| * Improve error messages for double square brackets -Gravatar ridiculousfish2013-09-11
* | Improvements to new parser. All functions and completions now parse.Gravatar ridiculousfish2013-07-22
|/
* FormattingGravatar ridiculousfish2012-12-22
* Changes to work recognition per https://github.com/fish-shell/fish-shell/issu...Gravatar ridiculousfish2012-12-20
* Remove tokenizer_test target and codeTGravatar ridiculousfish2012-12-11
* forward-word should accept a word of an autosuggestionGravatar ridiculousfish2012-12-10
* Further fixes to newline escapingGravatar ridiculousfish2012-11-23
* Replaced some usage of wchar_t * with wcstring in complete(). Some style fixes.Gravatar ridiculousfish2012-11-23
* Implement new newline-escaping behavior. Backslashes at the end of lines now ...Gravatar ridiculousfish2012-11-22
* 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
* Fix for buffer overrun in tokenizer for strings that end with backslashGravatar ridiculousfish2012-11-20
* Changes to make word movement less aggressiveGravatar ridiculousfish2012-11-19
* 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
* 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
* Warning cleanupGravatar ridiculousfish2012-08-04
* Implemented process expansion on OS XGravatar ridiculousfish2012-07-16
* Fix for https://github.com/fish-shell/fish-shell/issues/168Gravatar ridiculousfish2012-07-10
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* Added some const correctnessGravatar ridiculousfish2012-02-24
* Enhanced directory detection in a way we don't actually need yetGravatar ridiculousfish2012-02-18
* 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 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