commit bash-20040422 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 12:56:49 -05:00
parent 1d7ecd770c
commit de8913bd20
51 changed files with 13071 additions and 634 deletions
+26
View File
@@ -9367,3 +9367,29 @@ builtins/alias.def
include/shmbutil.h
- include <config.h> for definition of HANDLE_MULTIBYTE rather than
duplicating logic
4/20
----
doc/{bash.1,bashref.texi}
- make sure $0 is consistently referred to as a `special parameter'
- document which characters are now not allowed in alias names
4/23
----
builtins/{jobs,kill,wait}.def
- removed requirement that job control be enabled to use job control
notation, as SUSv3 implies
subst.c
- based on a message from David Korn, change param_expand to not call
string_list_dollar_star if the only quoting is Q_HERE_DOCUMENT --
quoted here documents are like double quoting, but not exactly
- analogous changes to list_remove_pattern and pos_params
4/24
----
lib/readline/doc/rluser.texi
- fix error in description of emacs-mode C-xC-e command (uses $VISUAL
instead of $FCEDIT)
+25
View File
@@ -9362,3 +9362,28 @@ builtins/alias.def
- call legal_alias_name to make sure alias name is valid before
calling add_alias from alias_builtin
4/19
----
include/shmbutil.h
- include <config.h> for definition of HANDLE_MULTIBYTE rather than
duplicating logic
4/20
----
doc/{bash.1,bashref.texi}
- make sure $0 is consistently referred to as a `special parameter'
- document which characters are now not allowed in alias names
4/23
----
builtins/{jobs,kill,wait}.def
- removed requirement that job control be enabled to use job control
notation, as SUSv3 implies
subst.c
- based on a message from David Korn, change param_expand to not call
string_list_dollar_star if the only quoting is Q_HERE_DOCUMENT --
quoted here documents are like double quoting, but not exactly
- analogous changes to list_remove_pattern and pos_params