aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
Commit message (Expand)AuthorAge
* Big fat refactoring of how redirections work. In fish 1.x and 2.0.0, the redi...Gravatar ridiculousfish2013-08-19
* Initial set of changes working to make fish robust against running out of fil...Gravatar ridiculousfish2013-01-30
* Indent switch + case properly. https://github.com/fish-shell/fish-shell/issue...Gravatar ridiculousfish2013-01-24
* stop profile switch from crashing (issue #517); also make print_profile use a...Gravatar Jan Kanis2013-01-14
* Make event_block_t.event not a referenceGravatar ridiculousfish2012-12-22
* include fixes and suggestions from code reviewGravatar Jan Kanis2012-12-22
* Work towards refactoring tokenizer to be a real objectGravatar ridiculousfish2012-11-21
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Fix bug where 'else if' does not support functions and redirectionsGravatar ridiculousfish2012-11-04
* Changed "elseif" to "else if"Gravatar ridiculousfish2012-09-03
* Clean up some warnings and some unused if-related codeGravatar ridiculousfish2012-09-01
* First stab at elseif implementationGravatar ridiculousfish2012-09-01
* Fix braces styleGravatar ridiculousfish2012-08-26
* Migrated function_data_t out of base block classGravatar ridiculousfish2012-08-26
* Made type property of block_t constant and privateGravatar ridiculousfish2012-08-26
* First stab at getting rid of the ugly state1, state2 properties of block_tGravatar ridiculousfish2012-08-26
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
* Fix to restore an optimization from parse_util_get_line_from_offset in a more...Gravatar ridiculousfish2012-08-04
* Signal handling cleanup and improved safetyGravatar ridiculousfish2012-06-04
* Fix to restore completions that use command substitution (like cd)Gravatar ridiculousfish2012-05-06
* Improved fork reportingGravatar ridiculousfish2012-04-21
* Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Tota...Gravatar ridiculousfish2012-03-03
* Changed iterators from iter++ to ++iterGravatar ridiculousfish2012-03-01
* Some initial work towards resolving nasty fork/pthread issues, and to having ...Gravatar ridiculousfish2012-02-27
* Large set of changes to migrate sb_out and sb_err to wcstringGravatar ridiculousfish2012-02-22
* Removed array_list_t (!)Gravatar ridiculousfish2012-02-21
* A bit more debugging to parser class to try to track down a crashGravatar ridiculousfish2012-02-13
* Some hopefully good changes to get IOs off of hallocGravatar ridiculousfish2012-02-09
* Replaced void*data with auto_ptr<function_data_t>, eliminating antoher halloc.Gravatar ridiculousfish2012-02-07
* Fix event_block_t list from ad-hoc linked list to std::dequeueGravatar ridiculousfish2012-02-07
* Removed discriminated union from block_t type, allowing us to store wcstrings...Gravatar ridiculousfish2012-02-07
* Fix to not show thread debugging warning when entering characters like "~%". ...Gravatar Siteshwar Vashisht2012-01-30
* A bunch of work to move towards a sane memory model in job_tGravatar ridiculousfish2012-01-29
* buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ...Gravatar Siteshwar Vashisht2012-01-29
|\
* | Convert some cases where parsers are created to using PARSER_TYPE_GENERALGravatar ridiculousfish2012-01-22
* | More work towards instanced parser. First successful compilationGravatar ridiculousfish2012-01-22
* | More work on the instanced parserGravatar ridiculousfish2012-01-22
* | More work towards instanced parserGravatar ridiculousfish2012-01-20
* | More work on instancing the parserGravatar ridiculousfish2012-01-19
* | Get some basic function signatures right for new instanced parserGravatar ridiculousfish2012-01-16
* | Some const correctnessGravatar ridiculousfish2012-01-16
* | Beginnings of instance parser workGravatar ridiculousfish2012-01-16
| * Merge branch 'CPlusPlus' of gitorious.org:~ridiculousfish/fish-shell/fishfish...Gravatar Siteshwar Vashisht2012-01-16
| |\ | |/ |/|
| * Converted all auto completion calls (on pressing tab) to use std::vector<comp...Gravatar Siteshwar Vashisht2012-01-16
* | Improved const-correctness, eliminating warnings.Gravatar Peter Ammon2012-01-14
|/
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Add the possibility for functions which do not shadow the arguments of the ca...Gravatar axel2007-04-23
* Move keyword detection code to separate fileGravatar axel2007-04-22