commit bash-20110121 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:14:43 -05:00
parent deeba0d2f7
commit f894a2d39b
13 changed files with 181 additions and 56 deletions
+15
View File
@@ -10994,3 +10994,18 @@ execute_cmd.c
- short-circuit select builtin if read_builtin returns anything but
EXECUTION_SUCCESS, not just EXECUTION_FAILURE. Fixes bug reported
by Pierre Gaston <pierre.gaston@gmail.com>
1/19
----
execute_cmd.c
- change execute_simple_command to save and restore the values of
executing_builtin and executing_command_builtin before discarding
the unwind-protect frame. Bug and fix from Werner Fink
<werner@suse.de>
1/24
----
variables.c
- change brand to set rseed to a known, constant value if it's 0,
so the sequence is known. Fixes issue reported by Olivier
Mehani <shtrom@ssji.net>
+15
View File
@@ -10987,3 +10987,18 @@ lib/sh/strftime.c
configure.in
- change release level to rc2
1/17
----
execute_cmd.c
- short-circuit select builtin if read_builtin returns anything but
EXECUTION_SUCCESS, not just EXECUTION_FAILURE. Fixes bug reported
by Pierre Gaston <pierre.gaston@gmail.com>
1/19
----
execute_cmd.c
- change execute_simple_command to save and restore the values of
executing_builtin and executing_command_builtin before discarding
the unwind-protect frame. Bug and fix from Werner Fink
<werner@suse.de>