]> git.pld-linux.org Git - packages/bash.git/blob - bash32-028
- up to 3.2.39
[packages/bash.git] / bash32-028
1                              BASH PATCH REPORT
2                              =================
3
4 Bash-Release: 3.2
5 Patch-ID: bash32-028
6
7 Bug-Reported-by:        dAniel hAhler <ubuntu@thequod.de>
8 Bug-Reference-ID:
9 Bug-Reference-URL:
10
11 Bug-Description:
12
13 Under some circumstances, readline will incorrectly display a prompt string
14 containing invisible characters after the final newline.
15
16 Patch:
17
18 *** ../bash-3.2-patched/lib/readline/display.c  2007-08-25 13:47:08.000000000 -0400
19 --- lib/readline/display.c      2007-11-10 17:51:29.000000000 -0500
20 ***************
21 *** 392,396 ****
22         local_prompt = expand_prompt (p, &prompt_visible_length,
23                                        &prompt_last_invisible,
24 !                                      (int *)NULL,
25                                        &prompt_physical_chars);
26         c = *t; *t = '\0';
27 --- 420,424 ----
28         local_prompt = expand_prompt (p, &prompt_visible_length,
29                                        &prompt_last_invisible,
30 !                                      &prompt_invis_chars_first_line,
31                                        &prompt_physical_chars);
32         c = *t; *t = '\0';
33 ***************
34 *** 399,403 ****
35         local_prompt_prefix = expand_prompt (prompt, &prompt_prefix_length,
36                                                    (int *)NULL,
37 !                                                  &prompt_invis_chars_first_line,
38                                                    (int *)NULL);
39         *t = c;
40 --- 427,431 ----
41         local_prompt_prefix = expand_prompt (prompt, &prompt_prefix_length,
42                                                    (int *)NULL,
43 !                                                  (int *)NULL,
44                                                    (int *)NULL);
45         *t = c;
46 *** ../bash-3.2/patchlevel.h    Thu Apr 13 08:31:04 2006
47 --- patchlevel.h        Mon Oct 16 14:22:54 2006
48 ***************
49 *** 26,30 ****
50      looks for to find the patch level (for the sccs version string). */
51   
52 ! #define PATCHLEVEL 27
53   
54   #endif /* _PATCHLEVEL_H_ */
55 --- 26,30 ----
56      looks for to find the patch level (for the sccs version string). */
57   
58 ! #define PATCHLEVEL 28
59   
60   #endif /* _PATCHLEVEL_H_ */
This page took 0.061574 seconds and 3 git commands to generate.