]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/readline/readline82-008
Merge branch 'next'
[people/pmueller/ipfire-2.x.git] / src / patches / readline / readline82-008
CommitLineData
e9ba050b
AB
1 READLINE PATCH REPORT
2 =====================
3
4Readline-Release: 8.2
5Patch-ID: readline82-008
6
7Bug-Reported-by:
8Bug-Reference-ID:
9Bug-Reference-URL:
10
11Bug-Description:
12
13Add missing prototypes for several function declarations.
14
15Patch (apply with `patch -p0'):
16
17*** ../readline-8.2-patched/text.c Wed Oct 27 11:03:59 2021
18--- text.c Thu Nov 16 16:24:58 2023
19***************
20*** 1765,1770 ****
21 #if defined (READLINE_CALLBACKS)
22 static int
23! _rl_char_search_callback (data)
24! _rl_callback_generic_arg *data;
25 {
26 _rl_callback_func = 0;
27--- 1765,1769 ----
28 #if defined (READLINE_CALLBACKS)
29 static int
30! _rl_char_search_callback (_rl_callback_generic_arg *data)
31 {
32 _rl_callback_func = 0;
33*** ../readline-8.2-patched/bind.c Wed Feb 9 11:02:22 2022
34--- bind.c Thu Nov 16 16:25:17 2023
35***************
36*** 1168,1174 ****
37
38 static int
39! parse_comparison_op (s, indp)
40! const char *s;
41! int *indp;
42 {
43 int i, peekc, op;
44--- 1168,1172 ----
45
46 static int
47! parse_comparison_op (const char *s, int *indp)
48 {
49 int i, peekc, op;
50*** ../readline-8.2-patched/rltty.c Fri Feb 18 11:14:22 2022
51--- rltty.c Thu Nov 16 16:25:36 2023
52***************
53*** 81,86 ****
54 to get the tty settings. */
55 static void
56! set_winsize (tty)
57! int tty;
58 {
59 #if defined (TIOCGWINSZ)
60--- 81,85 ----
61 to get the tty settings. */
62 static void
63! set_winsize (int tty)
64 {
65 #if defined (TIOCGWINSZ)
66
67*** ../readline-8.2/patchlevel 2013-11-15 08:11:11.000000000 -0500
68--- patchlevel 2014-03-21 08:28:40.000000000 -0400
69***************
70*** 1,3 ****
71 # Do not edit -- exists only for use by patch
72
73! 7
74--- 1,3 ----
75 # Do not edit -- exists only for use by patch
76
77! 8