aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_set.c
Commit message (Expand)AuthorAge
* Fix occasional duplicate stack trace, reported by Mike Roberts. Also make fis...Gravatar axel2007-02-01
* Add support for checking the existance of specific variable array elementsGravatar axel2007-01-31
* Empty environemnt variable array entrys are now set to the empty string - wha...Gravatar axel2007-01-28
* Make all error messages from options parsin in builtins redirectableGravatar axel2007-01-22
* Check for errors during string to integer conversion in various placesGravatar axel2007-01-09
* Fix off-by-one error making it impossible to edit the first element of an arr...Gravatar axel2006-12-08
* Minor edits, remove unneeded code, add a few commants, correct spelling, twea...Gravatar axel2006-10-26
* Fix occasional garbled characters in output of the set builtinGravatar axel2006-10-20
* Mangle very long variable values when using the set builtin to print variable...Gravatar axel2006-10-05
* Fix minor null pointer bug in the set builtin, fix bug causing the -n switch ...Gravatar axel2006-09-01
* Minor code tweaks, mostly things like indentation, but also a ferw code reord...Gravatar axel2006-08-28
* Fix bug in completion code reported by Martin Bähr, as well as other bug evi...Gravatar axel2006-08-26
* Rearrange includes so that config.h is always the first file to be includedGravatar axel2006-08-11
* Use S_IS* macros instead of S_IF*, which are non-posixGravatar axel2006-08-01
* 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