mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-01 16:03:39 +02:00
commit bash-20181214 snapshot
This commit is contained in:
@@ -4875,3 +4875,20 @@ variables.c
|
||||
- assign_in_env: don't allow namerefs in temporary environment
|
||||
assignments to create variables with invalid names for export. Fixes
|
||||
bug reported by Grisha Levit <grishalevit@gmail.com>
|
||||
|
||||
12/14
|
||||
-----
|
||||
parse.y
|
||||
- don't change last_command_exit_value in the 'error yacc_EOF' production
|
||||
if the parser sets it to something non-zero; just make sure it
|
||||
indicates an error. Fixes problem with unexpected EOF in eval
|
||||
reported by Martijn Dekker <martijn@inlv.org>
|
||||
|
||||
12/17
|
||||
-----
|
||||
expr.c
|
||||
- exp2 -> expmuldiv
|
||||
|
||||
lib/sh/smatch.c
|
||||
- fnmatch: add extern declaration if FNMATCH_EQUIV_FALLBACK is being
|
||||
used
|
||||
|
||||
Reference in New Issue
Block a user