index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
builtin_set.c
Commit message (
Expand
)
Author
Age
*
Major restructuring of the buildsystem, meaning that the documentation doesn'...
axel
2006-06-13
*
Drop most 'const's from function prototypes
axel
2006-06-13
*
Add more function input validation checks
axel
2006-06-09
*
Make it possible to specify scope of a variable to be erased or tested. Also ...
axel
2006-06-05
*
Add support for negative indices in arrays. Negative indices count from the e...
axel
2006-06-04
*
Add missing help message for a few errors in the set builtin
axel
2006-06-04
*
Rename function expand_variable_array to tokenize_variable_array and move it ...
axel
2006-05-29
*
If a help page for a builtin is showed in response to an error, make sure it ...
axel
2006-05-26
*
Minor edits to builtin_set.c
axel
2006-05-19
*
Alter syntax for set builtin so that better slicing operations are possible
axel
2006-05-10
*
Fix segfault when using the 'set' command with no arguments
axel
2006-05-03
*
Change setup to avoid invalid directories and warnings, also revert directory...
axel
2006-04-22
*
Only allow real directories in PATH, CDPATH, etc. If user tries to use ':' in...
axel
2006-04-21
*
Minor code cleanup
axel
2006-04-19
*
Add warning when trying to change read-only variable
axel
2006-04-11
*
Move all fallbacks for standard and not-so-standard unix functions to fallbac...
axel
2006-02-28
*
Display use of . (source) builtin in stack traces
axel
2006-01-28
*
Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks f...
axel
2006-01-21
*
Add i18n through gettext, as well as a Swedish translation
axel
2006-01-04
*
Make the set builtin only parse switches given after non-switches
axel
2005-12-17
*
Improved error messages
axel
2005-12-08
*
Handle setting zero length variable name
axel
2005-12-08
*
Use iswspace instead of the GNU extention iswblank
axel
2005-11-26
*
API cleanup
axel
2005-10-07
*
Cast null pointers to (void *) in vararg functions
axel
2005-10-01
*
Add support for zero element arrays
axel
2005-09-27
*
Fix compiler warnings
axel
2005-09-25
*
Exportable universal variables
axel
2005-09-23
*
Fix broken sort on printing of variable names in set builtin
axel
2005-09-21
*
Initial revision
axel
2005-09-20