aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Drop validation of function code on new function definition - the code has al...Gravatar axel2006-06-02
* Make sure code validation error output for e.g. the complete builtin can be r...Gravatar axel2006-06-02
* Highlight invalid use of variable expansion operatorGravatar axel2006-06-02
* Minor code cleanupGravatar axel2006-06-02
* Only hide /private directories in pwd function under OS XGravatar axel2006-06-02
* Add completions for 'cp'.Gravatar axel2006-06-02
* Fix some minor 64-bit uncleanlieness - thanks to James AnthillGravatar axel2006-06-02
* Bump version numberGravatar axel2006-06-01
* Drop debug messageGravatar axel2006-06-01
* Revert addition of the seq file to repo - only seq.in should be there. Also a...Gravatar axel2006-06-01
* Make validation code show offening parameter on perameter expansion problemsGravatar axel2006-06-01
* Increase size of buffer for parser error string. Should change this to a dyna...Gravatar axel2006-06-01
* Minor change to the strings to a printf comman, since it seems to work differ...Gravatar axel2006-05-30
* Minor code simplifications in highlighting codeGravatar axel2006-05-30
* Slightly updated fusermount completions - Thanks to Sean HigginsGravatar axel2006-05-29
* Add highlighting to a few missing escape sequencesGravatar axel2006-05-29
* Minor rewordings and additions to the manualGravatar axel2006-05-29
* Check documentation for listing of external commands instead of relying on ou...Gravatar axel2006-05-29
* Add missing event trigger when non-universal variable is erasedGravatar axel2006-05-29
* Avoid using the pwd command in favour of the $PWD variable, since the pwd com...Gravatar axel2006-05-29
* Rename function expand_variable_array to tokenize_variable_array and move it ...Gravatar axel2006-05-29
* Fix major memory leak in highlighting code and a minor leak in the parserGravatar axel2006-05-28
* Extend manual section on highlighting colorsGravatar axel2006-05-28
* Minor editsGravatar axel2006-05-27
* Update todo listGravatar axel2006-05-27
* Add missing completion for complete builtinGravatar axel2006-05-27
* Minor clarifications for documentation for the set builtinGravatar axel2006-05-27
* Add highlighting of a few missing escapesGravatar axel2006-05-27
* Add support for bold highligtingGravatar axel2006-05-27
* Add support for highligting qutes in a special color - defaults to blueGravatar axel2006-05-27
* Use ahead of time validator to make sure that commands entered on the command...Gravatar 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
* Make sure that getopt flags are only written down onceGravatar axel2006-05-27
* Add missing N_.fish file to repoGravatar axel2006-05-26
* Properly exit ca_mode terminal mode on exitGravatar axel2006-05-26
* The fallback seq implementation was missing in the darcs repo, add it and fix...Gravatar axel2006-05-26
* Move jobs builtin to its own fileGravatar axel2006-05-26
* Minor code polish for the validation codeGravatar axel2006-05-26
* If a help page for a builtin is showed in response to an error, make sure it ...Gravatar axel2006-05-26
* Bugfix for previous patch to simplify configuration checks for ulimit builtinGravatar axel2006-05-26
* Allow tab completion of empty command namesGravatar axel2006-05-22
* Add validator check to make sure the second argument to 'for' is 'in'Gravatar axel2006-05-22
* Rewrite small amount of code in parameter expansion to use wide character str...Gravatar axel2006-05-22
* Fix bugs detected by the ahead-of-time syntax checking in the complete builtinGravatar axel2006-05-22
* Use ahead-of-time syntax checker to validate input for complete builtinGravatar axel2006-05-22
* Major update to the ahead-of-time syntax checkerGravatar axel2006-05-22
* Simplify code for detecting which macros are defined in sys/resource.h, no co...Gravatar axel2006-05-20
* Bump version numberGravatar axel2006-05-20
* Fix test suiteGravatar axel2006-05-20