mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-10 21:50:49 +02:00
commit bash-20080911 snapshot
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user