aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
Commit message (Expand)AuthorAge
* 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
* Fix glitches in stack traceGravatar axel2006-01-27
* Add function stack trace to error outputGravatar axel2006-01-27
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Change syntax of 'and' and 'or' to infix orderGravatar axel2006-01-06
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Code cleanupGravatar axel2005-12-15
* Code tweaksGravatar axel2005-12-14
* Initial blocking implementationGravatar axel2005-12-12
* Improved error messagesGravatar axel2005-12-08
* Use csh-style error rules with wildcards, i.e. if no matches are found, the c...Gravatar axel2005-12-04
* Add support for specifying event handler for calling job in command supstitut...Gravatar axel2005-10-15
* Stop using anonymous unionsGravatar axel2005-10-12
* Initial update for new event subsystemGravatar axel2005-10-06
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Make sure all internal file descriptors are closed when spawning childrenGravatar axel2005-10-03
* Key binding functionsGravatar axel2005-09-21
* Initial revisionGravatar axel2005-09-20