commit bash-20080911 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:28:47 -05:00
parent 48ff544772
commit 14e8b2a7df
23 changed files with 336 additions and 108 deletions
+24
View File
@@ -6878,3 +6878,27 @@ general.c
- fix call to strtoimax in legal_number; if ep == string when function
returns, the number was not converted, even if errno is not set.
Fix from Paul Jarc <prj@case.edu>
9/11
----
[prayers for the victims of 9/11/2001]
builtins/return.def
- call no_options, as Posix requires. This also has the effect of
disallowing negative return values unless they're prefixed by `--'
9/12
----
9/13
----
builtins/bind.def
- add an error message when bind is used without line editing active,
instead of just returning an error status
variables.c
- make sure make_local_variable never creates visible variables with
a value, whether or not a variable with the same name existed in a
previous context. This is consistent with ksh93. Fix from
<neil@s-z.org>
+23
View File
@@ -6873,3 +6873,26 @@ builtins/common.h
trap.c
- include jobs.h for extern declaration for run_sigchld_trap
general.c
- fix call to strtoimax in legal_number; if ep == string when function
returns, the number was not converted, even if errno is not set.
Fix from Paul Jarc <prj@case.edu>
9/11
----
[prayers for the victims of 9/11/2001]
builtins/return.def
- call no_options, as Posix requires. This also has the effect of
disallowing negative return values unless they're prefixed by `--'
9/12
----
9/13
----
builtins/bind.def
- add an error message when bind is used without line editing active,
instead of just returning an error status