]> git.pld-linux.org Git - packages/bash.git/blame - bash32-028
- up to 3.2.39
[packages/bash.git] / bash32-028
CommitLineData
e69a13d6
ER
1 BASH PATCH REPORT
2 =================
3
4Bash-Release: 3.2
5Patch-ID: bash32-028
6
7Bug-Reported-by: dAniel hAhler <ubuntu@thequod.de>
8Bug-Reference-ID:
9Bug-Reference-URL:
10
11Bug-Description:
12
13Under some circumstances, readline will incorrectly display a prompt string
14containing invisible characters after the final newline.
15
16Patch:
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.065608 seconds and 4 git commands to generate.