aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.c
Commit message (Expand)AuthorAge
* Fix bugs in the highlighting code related to detection and display of non-exi...Gravatar axel2006-06-17
* Check the return value of the unescape call at all placesGravatar axel2006-06-15
* Highlight invalid directories red for the cd builtinGravatar axel2006-06-15
* Fix segfault caused by a backslash followed by a null inside single quotesGravatar axel2006-06-15
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Use halloc in a few more places, including the highlight codeGravatar axel2006-06-13
* Minor code tweaks, including making sure builtins are not run if an io redire...Gravatar axel2006-06-04
* Highlight invalid use of variable expansion operatorGravatar axel2006-06-02
* Minor code cleanupGravatar axel2006-06-02
* Fix some minor 64-bit uncleanlieness - thanks to James AnthillGravatar axel2006-06-02
* Minor code simplifications in highlighting codeGravatar axel2006-05-30
* Add highlighting to a few missing escape sequencesGravatar axel2006-05-29
* Add highlighting of a few missing escapesGravatar axel2006-05-27
* Add support for highligting qutes in a special color - defaults to blueGravatar axel2006-05-27
* Add Parenthesis and braces to list of highlighted operators, and do minor cod...Gravatar axel2006-05-27
* Add support for highlighting operators and escaped sequencesGravatar axel2006-05-27
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Fix a few compiler warnings, add halloc debug output on exit if HALLOC_DEBUG ...Gravatar axel2006-02-12
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* Fix problem bug breaking completion in commands with multiple subshellsGravatar axel2005-10-25
* Initial update for new event subsystemGravatar axel2005-10-06
* Fix compiler warningsGravatar axel2005-09-25
* Initial revisionGravatar axel2005-09-20