aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_util.h
Commit message (Expand)AuthorAge
* Allow parse_util_detect_errors to treat incomplete strings as errorsGravatar ridiculousfish2014-07-24
* Remove additional dead code from old parserGravatar ridiculousfish2014-03-20
* Add some tests for parse_util_detect_errors_in_argumentGravatar ridiculousfish2014-03-20
* Support for error detection in arguments in new parser. Restores errorGravatar ridiculousfish2014-03-04
* Highlight the entire variable name, not just the dollar sign. Fixes #1201Gravatar ridiculousfish2014-02-03
* Update style and formatting to conform to fish style guide.Gravatar ridiculousfish2014-01-15
* Make the tests compile againGravatar ridiculousfish2013-12-16
* Initial work on backtrace support with new parserGravatar ridiculousfish2013-12-15
* Rewriting indenting functionality to use new parserGravatar ridiculousfish2013-12-08
* Syntax highlighting for command substitutionsGravatar ridiculousfish2013-10-08
* Make parse_util_locate_cmdsubst return the innermost command substitution ins...Gravatar ridiculousfish2013-07-17
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Additional warning fixes and migration from int to size_t or long where appro...Gravatar ridiculousfish2012-08-04
* Lots of work towards making fish build without warnings on Mountain Lion, mos...Gravatar ridiculousfish2012-08-04
* Untangle unescaping responsibilities in highlight.cpp. Fix cd autosuggestions...Gravatar ridiculousfish2012-07-06
* Const correctness changesGravatar ridiculousfish2012-02-06
* A bunch of work to move towards a sane memory model in job_tGravatar ridiculousfish2012-01-29
* Move autoload class into autoload.h and cppGravatar ridiculousfish2012-01-25
* Implemented LRU cache for autoloading.Gravatar ridiculousfish2012-01-25
* LRU cache workGravatar ridiculousfish2012-01-25
* Move autoloading from a map of path names to a real object autoload_t.Gravatar ridiculousfish2012-01-23
* Migrate function.cpp to STL types.Gravatar ridiculousfish2012-01-13
* More work towards supporting builtin scriptsGravatar ridiculousfish2012-01-03
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Make up/down cursor move up or down when in multiline mode, except if already...Gravatar liljencrantz2007-09-22
* Move keyword detection code to separate fileGravatar axel2007-04-22
* Allow named arguments to function instead of only $argv. Philip Ganchev once ...Gravatar axel2007-04-17
* Make the callback for the file autoloader optional, and clarify its useGravatar axel2006-10-19
* Unload older autoloaded functionsGravatar axel2006-10-11
* Overhaul of the script autoloader. This should make sure that old scripts are...Gravatar axel2006-07-13
* Fix two crash bugs in highlighter/parser for malformed lines (Thanks to Netoc...Gravatar axel2006-07-03
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Use variable name as index for tables when autoloading functions and completi...Gravatar axel2006-02-20
* Minor edits, additional comments, etc.Gravatar axel2006-02-19
* Make sure that command specific completions can handle input strings with wil...Gravatar axel2006-02-19
* Reset list of loaded completion files when running complete_destroy. Otherwis...Gravatar axel2006-02-15
* Add missing function prototype in parse_util.hGravatar axel2006-02-15
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Add source documentation for functions in parse_util.hGravatar axel2006-02-09
* Autoloaded functionsGravatar axel2006-02-08
* Remove duplicate line counting code. Make the remaining implementation have a...Gravatar axel2006-02-05
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31