commit bash-20130419 snapshot

This commit is contained in:
Chet Ramey
2013-05-06 08:40:57 -04:00
parent a37d979e7b
commit 2c511d383d
9 changed files with 582 additions and 731 deletions
+14
View File
@@ -4902,3 +4902,17 @@ variables.c
arrayfunc.c
- array_variable_part: return variable even if invisible flag set,
callers must handle invisible vars
4/18
----
builtins/set.def
- unset_builtin: if -n flag given, call unset_nameref instead of
unset_variable
variables.c
- find_variable_nameref: print warning message if nameref circular
reference detected, return NULL and let caller deal with it
builtins/declare.def
- declare_builtin: only disallow global references at this point if
we are at the global scope