| Commit message (Expand) | Author | Age |
* | Run restyle.sh to enforce style rules. | ridiculousfish | 2014-03-31 |
* | Teach parse_util_detect_errors to report invalid builtins, as found in | ridiculousfish | 2014-03-26 |
* | Excise use of parser_t's error() functionality. Thread a | ridiculousfish | 2014-03-21 |
* | Remove additional dead code from old parser | ridiculousfish | 2014-03-20 |
* | Rewrite parser_t::test_args and parser_t::eval_args to use new parser | ridiculousfish | 2014-03-20 |
* | Add some tests for parse_util_detect_errors_in_argument | ridiculousfish | 2014-03-20 |
* | Fixed various Undefined Behavior occurrences. | Daniel J. Hofmann | 2014-03-07 |
* | Support for error detection in arguments in new parser. Restores error | ridiculousfish | 2014-03-04 |
* | Revert "Merge pull request #1317 from pullreq/cpp" | ridiculousfish | 2014-02-28 |
* | Fixes .c -> .cpp in comments. For doxygen. | Geoff Nixon | 2014-02-27 |
* | Reimplement exec parsing. Instead of special-casing exec as a command, | ridiculousfish | 2014-02-13 |
* | Highlight the entire variable name, not just the dollar sign. Fixes #1201 | ridiculousfish | 2014-02-03 |
* | Update style and formatting to conform to fish style guide. | ridiculousfish | 2014-01-15 |
* | Fix for issue where unterminated quotes would attempt to be executed, | ridiculousfish | 2014-01-14 |
* | Correctly report errors for 'and' and 'or' in pipelines with new parser | ridiculousfish | 2014-01-13 |
* | Improve the 'This command can not be used in a pipeline' message to | ridiculousfish | 2014-01-13 |
* | Eliminate class parse_t | ridiculousfish | 2014-01-12 |
* | Hook up for statements, if statements, and function definition in new | ridiculousfish | 2013-12-27 |
* | Clean up some error messages. Don't show the line in the error message | ridiculousfish | 2013-12-16 |
* | Initial work on backtrace support with new parser | ridiculousfish | 2013-12-15 |
* | Better support for parse errors in indenting | ridiculousfish | 2013-12-08 |
* | Rewriting indenting functionality to use new parser | ridiculousfish | 2013-12-08 |
* | Merge branch 'master' into ast | ridiculousfish | 2013-10-27 |
|\ |
|
| * | Fix formatting | ridiculousfish | 2013-10-26 |
* | | Merge branch 'master' into ast | ridiculousfish | 2013-10-16 |
|\| |
|
| * | Fix for buffer overflows identified by libgmalloc | ridiculousfish | 2013-10-16 |
* | | Syntax highlighting for command substitutions | ridiculousfish | 2013-10-08 |
* | | Merge branch 'master' into ast_no_templates | ridiculousfish | 2013-10-06 |
|\| |
|
| * | Make tok_last_type return an enum token_type instead of int | ridiculousfish | 2013-09-30 |
| * | Fix for parse_util_token_extent doing the wrong thing inside a command | ridiculousfish | 2013-09-21 |
* | | Improvements to new parser. All functions and completions now parse. | ridiculousfish | 2013-07-22 |
|/ |
|
* | Next stab at abbreviations. Highlighting should work. | ridiculousfish | 2013-07-19 |
* | Make parse_util_locate_cmdsubst return the innermost command substitution ins... | ridiculousfish | 2013-07-17 |
* | More cleanup based on static analysis | ridiculousfish | 2013-02-16 |
* | Remove tok_destroy | ridiculousfish | 2012-11-21 |
* | Work towards refactoring tokenizer to be a real object | ridiculousfish | 2012-11-21 |
* | Fix indentation of switch statements | ridiculousfish | 2012-11-19 |
* | Apply new indentation, brace, and whitespace style | ridiculousfish | 2012-11-18 |
* | Remove trailing whitespaces and change tabs to spaces | Ćukasz Niemier | 2012-11-18 |
* | Additional warnings cleanup, effective C++ violations, dead code removal | ridiculousfish | 2012-08-05 |
* | Fix for inability to go backwards through history | ridiculousfish | 2012-08-04 |
* | Cleaned up lots of typecasts, simplified some string handling | ridiculousfish | 2012-08-04 |
* | Additional warning fixes and migration from int to size_t or long where appro... | ridiculousfish | 2012-08-04 |
* | Lots of work towards making fish build without warnings on Mountain Lion, mos... | ridiculousfish | 2012-08-04 |
* | Warning cleanup | ridiculousfish | 2012-08-04 |
* | Untangle unescaping responsibilities in highlight.cpp. Fix cd autosuggestions... | ridiculousfish | 2012-07-06 |
* | Return the previous logic for '\\'. | maxfl | 2012-07-05 |
* | Fixed case behaviour | maxfl | 2012-07-05 |
* | Fix for crash while editing multiple lines requested in issue #143 | Siteshwar Vashisht | 2012-06-21 |
* | Fix lots of bugs related to the static analyzer | ridiculousfish | 2012-03-26 |