aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.c
Commit message (Expand)AuthorAge
* Move keyword detection code to separate fileGravatar axel2007-04-22
* Minor highlighting tweaks to make highlighter handle switches to 'command' an...Gravatar axel2006-12-14
* Make syntax highlighter flag invalid command types as subcommands for 'comma...Gravatar axel2006-12-14
* Minor code tweaks. Move a few deeple nested pieces of code to their own funct...Gravatar axel2006-12-14
* Do not highlight parameters beginning with a '-' as switches if the '--' para...Gravatar axel2006-12-04
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
* Fix a few places where uncasted 0 was used as a null pointer in vararg functi...Gravatar axel2006-10-08
* Fix incorrect usage of the term subshell when command substitution was meantGravatar axel2006-08-23
* Do not call closedir on directories that failed to open. Avoids crash bug. Th...Gravatar axel2006-08-11
* Rearrange includes so that config.h is always the first file to be includedGravatar axel2006-08-11
* Move over a few more objects to the new array_list functionsGravatar axel2006-08-01
* Fix minor bug causing spurious warnings on commandline. Thanks to Netocrat fo...Gravatar axel2006-07-28
* Fix two crash bugs in highlighter/parser for malformed lines (Thanks to Netoc...Gravatar axel2006-07-03
* Update input validation. Always use the magic CHECK macro, which prints an er...Gravatar axel2006-06-21
* Make sure failed tilde expansion doesn't result in evaluating null strings in...Gravatar axel2006-06-21
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* 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