commit bash-20101217 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:11:41 -05:00
parent 643db9d296
commit e88665cc60
26 changed files with 411 additions and 13082 deletions
+18
View File
@@ -10783,3 +10783,21 @@ doc/{bash.1,bashref.texi}
-----
configure.in
- changed release status to 4.2-beta
12/18
-----
redir.c
- change REDIRECTION_ERROR macro to accept a third argument: an
additional file descriptor to close before returning and error (pass
-1 to do nothing)
- change calls to REDIRECTION_ERROR to close appropriate file
descriptors. Fixes bug reported by Andreas Schwab
<schwab@linux-m68k.org>
- make sure to close any file descriptors opened for REDIR_VARASSIGN
before returning an error
12/19
-----
expr.c
- move processing of unary `-' and `+' to exp1 from exp0 to avoid
precedence problems. Fixes bug reported by <12bric@gmail.com>