aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.c
Commit message (Expand)AuthorAge
* Error message updateGravatar axel2006-01-21
* Remove accidental newline in error messageGravatar axel2006-01-18
* Fix buggy error messages in expand.h and add missing translation commandsGravatar axel2006-01-17
* Fisx crash buh when completing string ending in backslashGravatar axel2005-12-26
* Add separator characters to make quoted variable expantion works properlyGravatar axel2005-12-14
* Shorten ${foo} error message a bitGravatar axel2005-12-09
* Improved error messagesGravatar axel2005-12-08
* SpellingGravatar axel2005-12-08
* Give intelligent warning messages on zero-length variable names.Gravatar axel2005-12-07
* Fix bug breaking filename completions, introduced by csh wildcard syntaxGravatar axel2005-12-04
* Use csh-style error rules with wildcards, i.e. if no matches are found, the c...Gravatar axel2005-12-04
* Make the not builtin work with shellscript functionsGravatar axel2005-11-30
* Change stupid call signature for tilde expand functionGravatar axel2005-11-30
* Change quoting rules to POSIX styleGravatar axel2005-11-03
* Fix crash bug when pasting long textGravatar axel2005-10-28
* Minor performance tweak: Do not allocate any heap memory for hash_table_t unt...Gravatar axel2005-10-27
* Minor performance tweaksGravatar axel2005-10-26
* Fix problem bug breaking completion in commands with multiple subshellsGravatar axel2005-10-25
* API cleanupGravatar axel2005-10-07
* Cast null pointers to (void *) in vararg functionsGravatar axel2005-10-01
* Fix minor memory leak in process expantionGravatar axel2005-09-25
* Initial revisionGravatar axel2005-09-20