aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.c
Commit message (Expand)AuthorAge
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Add some input validation code to various functionsGravatar axel2006-02-23
* Add missing translation stringGravatar axel2006-02-14
* Minor hallocificationsGravatar axel2006-02-13
* Optimizations of how variable expansion implementationGravatar axel2006-02-12
* Registered wrong string with halloc in expand_one, causing potential crash.Gravatar axel2006-02-10
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Minor tweaks to expand_Variables, fixes rare memory leakGravatar axel2006-02-07
* Further halloc:ification if fishGravatar axel2006-02-07
* Minor code cleanup, don't use expand_escape and expand_unescape any moreGravatar axel2006-02-07
* Improve the status builtinGravatar axel2006-01-31
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* 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