index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
parse_constants.h
Commit message (
Expand
)
Author
Age
*
Implement correct error message for failed process expansion.
ridiculousfish
2014-05-30
*
Run restyle.sh to enforce style rules.
ridiculousfish
2014-03-31
*
Teach parser_t how to parse an argument list that contains newlines, for
ridiculousfish
2014-03-27
*
Teach parse_util_detect_errors to report invalid builtins, as found in
ridiculousfish
2014-03-26
*
Merge branch 'master' into parser_cleanup
ridiculousfish
2014-03-26
|
\
|
*
Hopeful fix for the build
ridiculousfish
2014-03-25
|
*
Space and time optimizations for parse_node_t. Reduced size from 48
ridiculousfish
2014-03-25
*
|
Excise use of parser_t's error() functionality. Thread a
ridiculousfish
2014-03-21
*
|
Correct the last keyword enum to reflect the actual last keyword
ridiculousfish
2014-03-20
|
/
*
Support for error detection in arguments in new parser. Restores error
ridiculousfish
2014-03-04
*
Expand the variable name as an ordinary parameter in for loops. Added
ridiculousfish
2014-02-21
*
Reimplement exec parsing. Instead of special-casing exec as a command,
ridiculousfish
2014-02-13
*
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
*
Further cleanup and improvements to error messages
ridiculousfish
2014-01-13
*
Support for special && and || error messages in new parser
ridiculousfish
2014-01-13
*
Remove some unused defines
ridiculousfish
2014-01-12
*
Support for stack overflow and infinite recursion detection in new
ridiculousfish
2014-01-01
*
Clean up and rationalize error handling in parse_execution.cpp
ridiculousfish
2013-12-31
*
Fix for issue where last job_list in tree would have a -1 production_idx
ridiculousfish
2013-12-26
*
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
*
Finish rewriting detect_errors to use new parser. All tests now pass (!)
ridiculousfish
2013-12-12
*
Initial work towards rewriting detect_errors to use new parser.
ridiculousfish
2013-12-11
*
Initial work towars improved error reporting. Tests currently fail.
ridiculousfish
2013-12-08