aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_set.c
Commit message (Expand)AuthorAge
* Use the new array_list functions in builtin_set.cGravatar axel2006-08-01
* 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
* Various code polish, including minor rearangement of builtin code to export f...Gravatar axel2006-06-21
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Major restructuring of the buildsystem, meaning that the documentation doesn'...Gravatar axel2006-06-13
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Add more function input validation checksGravatar axel2006-06-09
* 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
* Add missing help message for a few errors in the set builtinGravatar axel2006-06-04
* Rename function expand_variable_array to tokenize_variable_array and move it ...Gravatar axel2006-05-29
* If a help page for a builtin is showed in response to an error, make sure it ...Gravatar axel2006-05-26
* Minor edits to builtin_set.cGravatar axel2006-05-19
* Alter syntax for set builtin so that better slicing operations are possibleGravatar axel2006-05-10
* Fix segfault when using the 'set' command with no argumentsGravatar axel2006-05-03
* Change setup to avoid invalid directories and warnings, also revert directory...Gravatar axel2006-04-22
* Only allow real directories in PATH, CDPATH, etc. If user tries to use ':' in...Gravatar axel2006-04-21
* Minor code cleanupGravatar axel2006-04-19
* Add warning when trying to change read-only variableGravatar axel2006-04-11
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Display use of . (source) builtin in stack tracesGravatar axel2006-01-28
* Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks f...Gravatar axel2006-01-21
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Make the set builtin only parse switches given after non-switchesGravatar axel2005-12-17
* Improved error messagesGravatar axel2005-12-08
* Handle setting zero length variable nameGravatar axel2005-12-08
* Use iswspace instead of the GNU extention iswblankGravatar axel2005-11-26
* API cleanupGravatar axel2005-10-07
* Cast null pointers to (void *) in vararg functionsGravatar axel2005-10-01
* Add support for zero element arraysGravatar axel2005-09-27
* Fix compiler warningsGravatar axel2005-09-25
* Exportable universal variablesGravatar axel2005-09-23
* Fix broken sort on printing of variable names in set builtinGravatar axel2005-09-21
* Initial revisionGravatar axel2005-09-20