]> git.pld-linux.org Git - packages/bash.git/blob - bash31-012
b0ddb3a48d7e263919bdb75deef4947306ca9aea
[packages/bash.git] / bash31-012
1                              BASH PATCH REPORT
2                              =================
3
4 Bash-Release: 3.1
5 Patch-ID: bash31-012
6
7 Bug-Reported-by: Alexander Kshevetskiy <alex@dgap.mipt.ru>
8 Bug-Reference-ID: <308374997.20060124175849@dgap.mipt.ru>
9 Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-01/msg00097.html
10
11 Bug-Description:
12
13 There is a parsing problem involving parentheses in assignment statements
14 that causes words to be terminated prematurely.
15
16 Patch:
17
18 *** ../bash-3.1/parse.y Fri Nov 11 23:14:18 2005
19 --- parse.y     Wed Jan 25 14:55:18 2006
20 ***************
21 *** 3579,3583 ****
22               all_digit_token = 0;
23               compound_assignment = 1;
24 ! #if 0
25               goto next_character;
26   #else
27 --- 3584,3588 ----
28               all_digit_token = 0;
29               compound_assignment = 1;
30 ! #if 1
31               goto next_character;
32   #else
33 *** ../bash-3.1/patchlevel.h    Wed Jul 20 13:58:20 2005
34 --- patchlevel.h        Wed Dec  7 13:48:42 2005
35 ***************
36 *** 26,30 ****
37      looks for to find the patch level (for the sccs version string). */
38   
39 ! #define PATCHLEVEL 11
40   
41   #endif /* _PATCHLEVEL_H_ */
42 --- 26,30 ----
43      looks for to find the patch level (for the sccs version string). */
44   
45 ! #define PATCHLEVEL 12
46   
47   #endif /* _PATCHLEVEL_H_ */
This page took 0.02512 seconds and 2 git commands to generate.