aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
Commit message (Expand)AuthorAge
* 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
* Add breakpoint builtinGravatar axel2006-11-11
* Minor highlighting tweaks to make highlighter handle switches to 'command' an...Gravatar axel2006-12-14
* Fix the code for ignoring infinite recursionGravatar axel2006-11-02
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
* Add autoindentation supportGravatar axel2006-10-07
* First stab at multiline editingGravatar axel2006-10-02
* Make it possible to save a function when defining it using the -S switchGravatar axel2006-09-09
* Optionally add type of block to the end builtin to verify block nesting corre...Gravatar axel2006-09-06
* Fix incorrect usage of the term subshell when command substitution was meantGravatar axel2006-08-23
* Major restructuring of the buildsystem, meaning that the documentation doesn'...Gravatar axel2006-06-13
* Use halloc in a few more places, including the highlight codeGravatar axel2006-06-13
* Make sure code validation error output for e.g. the complete builtin can be r...Gravatar axel2006-06-02
* Major update to the ahead-of-time syntax checkerGravatar axel2006-05-22
* Make parser_is_block publicGravatar axel2006-03-30
* Fis function signature for a few functions in parser.cGravatar axel2006-02-08
* Make stack traces print absolute filenamesGravatar axel2006-02-03
* Generalize the stack tracing code, add support for showing events and command...Gravatar axel2006-02-02
* Rename the 'terminal' flag to 'job_control', make sure fg and bg only conside...Gravatar axel2006-01-31
* Display use of . (source) builtin in stack tracesGravatar axel2006-01-28