]> git.pld-linux.org Git - packages/bash.git/blame - bash31-012
- up to patchlevel 17
[packages/bash.git] / bash31-012
CommitLineData
a8c304fb
ER
1 BASH PATCH REPORT
2 =================
3
4Bash-Release: 3.1
5Patch-ID: bash31-012
6
7Bug-Reported-by: Alexander Kshevetskiy <alex@dgap.mipt.ru>
8Bug-Reference-ID: <308374997.20060124175849@dgap.mipt.ru>
9Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-01/msg00097.html
10
11Bug-Description:
12
13There is a parsing problem involving parentheses in assignment statements
14that causes words to be terminated prematurely.
15
16Patch:
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.062542 seconds and 4 git commands to generate.