aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.cpp
Commit message (Collapse)AuthorAge
* Stop blocking signals within job_promoteGravatar ridiculousfish2014-12-29
| | | | | | Since we no longer inspect the job list from a signal handler, we don't need to muck with signals when modifying the job list
* Remove a bunch of dead code identified by cppcheckGravatar ridiculousfish2014-10-31
|
* Set of fixes for issues identified by cppcheckGravatar ridiculousfish2014-10-30
|
* Report certain errors from parser_t::eval() that were previously ignoredGravatar ridiculousfish2014-10-12
|
* Base `status -b` off the parser execution stackGravatar Kevin Ballard2014-09-30
| | | | | | | | | | | Instead of globally marking the state as "in block" when evaluating blocks/functions, update the "in block" status when pushing/popping blocks on the parser stack. Fixes #1729. On a side note, `status -b` is actually pretty useless, because it always returns 0 inside of a function (even without this patch).
* Remove env_universal.h and env_universal.cpp from projectGravatar ridiculousfish2014-06-18
|
* Attempt to silence some warningsGravatar ridiculousfish2014-04-27
|
* Remove the now-unused parser_t::job_createGravatar ridiculousfish2014-04-14
|
* Eliminate the parser_use_ast switch, which does nothing, andGravatar ridiculousfish2014-04-14
| | | | exec_no_exec, which also does nothing in the new parser
* Run restyle.sh to enforce style rules.Gravatar ridiculousfish2014-03-31
|
* Teach parser_t how to parse an argument list that contains newlines, forGravatar ridiculousfish2014-03-27
| | | | complete -a support. Fixes #1369
* Excise use of parser_t's error() functionality. Thread aGravatar ridiculousfish2014-03-21
| | | | | | parse_error_list_t through all of the expand functions, enabling them to report errors more directly. Improve aspects of error reporting for expansion failures.
* Remove current_tokenizer and current_tokenizer_pos from old parserGravatar ridiculousfish2014-03-20
|
* Remove additional dead code from old parserGravatar ridiculousfish2014-03-20
|
* Rewrite parser_t::test_args and parser_t::eval_args to use new parserGravatar ridiculousfish2014-03-20
|
* Rewrite parser_t::eval_args to use new AST parserGravatar ridiculousfish2014-03-20
|
* Rewrite parser_t::current_line() to respect new parserGravatar ridiculousfish2014-03-20
|
* Fix line number reporting in new parserGravatar ridiculousfish2014-03-20
|
* Removing some variables from parser_t that are no longer used in the newGravatar ridiculousfish2014-03-20
| | | | execution model
* Merge branch 'master' into parser_cleanupGravatar ridiculousfish2014-03-15
|\
| * Remove support for invoking old pagerGravatar ridiculousfish2014-03-15
| |
| * Fix for extra newline that gets appended if a command is not found inGravatar ridiculousfish2014-03-15
| | | | | | | | the new parser
* | Clean up various block types and state as part of new parserGravatar ridiculousfish2014-03-02
| |
* | Remove obviated builtins and additional cleanup of old parserGravatar ridiculousfish2014-03-02
| |
* | Merge branch 'master' into parser_cleanupGravatar ridiculousfish2014-03-01
|\|
| * Implement status -n (line number) with new parserGravatar ridiculousfish2014-03-01
| |
* | Begin removing remnants of old parserGravatar ridiculousfish2014-02-28
| |
| * Revert "Merge pull request #1317 from pullreq/cpp"Gravatar ridiculousfish2014-02-28
| | | | | | | | | | | | | | This reverts commit 74135c0600d5dcc40d396d0e7293c17b8d4bdaa7, reversing changes made to 6d749789ce240a3e6f1447777db63fd8e7525560. See discussion in #1317
* | Enable new parser by default (!). Fixes #557.Gravatar ridiculousfish2014-02-27
|/ | | | This entirely replaces fish's execution model. Bugs are likely. See commit 290aae80 for what this is about.
* Fixes .c -> .cpp in comments. For doxygen.Gravatar Geoff Nixon2014-02-27
|
* Dead storesGravatar Geoff Nixon2014-02-27
|
* Turn on the new pager by default, as described in #291Gravatar ridiculousfish2014-02-22
|
* Fix to stop reporting config.fish execution as coming from "standardGravatar ridiculousfish2014-02-20
| | | | input" within backtraces
* Tweak error reporting in new parser to use fewer linesGravatar ridiculousfish2014-02-17
|
* Partially rework profiling. Fix profiling crash with new parser. FixesGravatar ridiculousfish2014-02-09
| | | | 1295
* Add fish_new_pager variable to enable new pager on request, disabled by default.Gravatar ridiculousfish2014-01-24
|
* Update style and formatting to conform to fish style guide.Gravatar ridiculousfish2014-01-15
|
* Further cleanup and improvements to error messagesGravatar ridiculousfish2014-01-13
|
* Support for special && and || error messages in new parserGravatar ridiculousfish2014-01-13
|
* Turn off new parser for execution by default in preparation for mergeGravatar ridiculousfish2014-01-13
| | | | with trunk
* Eliminate class parse_tGravatar ridiculousfish2014-01-12
|
* Remove some unused definesGravatar ridiculousfish2014-01-12
|
* Miscellaneous optimizations to reduce string copyingGravatar ridiculousfish2014-01-07
|
* Support for Ctrl-C cancellation in new parser. Added tests for it too.Gravatar ridiculousfish2014-01-02
|
* Support for stack overflow and infinite recursion detection in newGravatar ridiculousfish2014-01-01
| | | | parser
* Clean up and rationalize error handling in parse_execution.cppGravatar ridiculousfish2013-12-31
|
* Support for implicit cd, no-exec, and the exit builtin. All tests nowGravatar ridiculousfish2013-12-29
| | | | pass (!). Error reporting still unsteady.
* Support for break/continue with new parser executionGravatar ridiculousfish2013-12-28
|
* Make eval_node_at_offset return an error indication instead of the exitGravatar ridiculousfish2013-12-28
| | | | status of the last command
* Fix issues related to redirections and block level IO with new parserGravatar ridiculousfish2013-12-28
|