aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.c
Commit message (Expand)AuthorAge
* Make command specific completions handle quoted and otherwise escaped tokens ...Gravatar axel2007-01-19
* Make it possible to cancel a long-winded wildcard match by pressing ^CGravatar axel2007-01-10
* Check for errors during string to integer conversion in various placesGravatar axel2007-01-09
* Make tab completion of process expansion consider other processes than those ...Gravatar axel2006-12-14
* Make failed process expansions expand to zero arguments, not to the original ...Gravatar axel2006-10-20
* Fix a number of bugs found using the warnings generated by earlier patchGravatar axel2006-10-20
* Make it possible to save a function when defining it using the -S switchGravatar axel2006-09-09
* Allow slicing of command substitution outputGravatar axel2006-08-24
* Ignore return code of exec_subshell when doing command substitutionGravatar axel2006-08-24
* Fix incorrect usage of the term subshell when command substitution was meantGravatar axel2006-08-23
* 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 bug when using same array index more than once in a single array expansio...Gravatar axel2006-08-01
* Minor code edits. Use CHECK instead of a few error messages, add a few commen...Gravatar axel2006-07-21
* Make error message for ${foo}-type errors nicerGravatar axel2006-07-21
* Minor duplicate code removalGravatar axel2006-07-20
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Update input validation. Always use the magic CHECK macro, which prints an er...Gravatar axel2006-06-21
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Make braces expand right-to-left, to make syntax more consistentGravatar axel2006-06-18
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Make it possible to specify scope of a variable to be erased or tested. Also ...Gravatar axel2006-06-05
* Add support for negative indices in arrays. Negative indices count from the e...Gravatar axel2006-06-04
* Fix some minor 64-bit uncleanlieness - thanks to James AnthillGravatar axel2006-06-02
* Rename function expand_variable_array to tokenize_variable_array and move it ...Gravatar axel2006-05-29
* 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
* Major update to the ahead-of-time syntax checkerGravatar axel2006-05-22
* Make job id numbering start from 1, not 0Gravatar axel2006-04-28
* Drop all calls to wcsncpyGravatar axel2006-04-13
* 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