aboutsummaryrefslogtreecommitdiffhomepage
path: root/tokenizer.h
Commit message (Expand)AuthorAge
* 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
* 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