json-glib: update to 1.10.6
[oi-userland.git] / components / library / readline / patches / readline82-003.patch
blobe9fe2c0d0899049f4e109a1968c1220a4f73fcfa
1 READLINE PATCH REPORT
2 =====================
4 Readline-Release: 8.2
5 Patch-ID: readline82-003
7 Bug-Reported-by: Stefan Klinger <readline-gnu.org@stefan-klinger.de>
8 Bug-Reference-ID:
9 Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-readline/2023-08/msg00018.html
11 Bug-Description:
13 Patch (apply with `patch -p0'):
15 The custom color prefix that readline uses to color possible completions
16 must have a leading `.'.
18 *** ../readline-8.2-patched/colors.c 2021-12-08 11:38:25.000000000 -0500
19 --- colors.c 2023-08-28 16:40:04.000000000 -0400
20 ***************
21 *** 74,78 ****
22 static void restore_default_color (void);
24 ! #define RL_COLOR_PREFIX_EXTENSION "readline-colored-completion-prefix"
26 COLOR_EXT_TYPE *_rl_color_ext_list = 0;
27 --- 74,78 ----
28 static void restore_default_color (void);
30 ! #define RL_COLOR_PREFIX_EXTENSION ".readline-colored-completion-prefix"
32 COLOR_EXT_TYPE *_rl_color_ext_list = 0;
33 *** ../readline-8.2/patchlevel 2013-11-15 08:11:11.000000000 -0500
34 --- patchlevel 2014-03-21 08:28:40.000000000 -0400
35 ***************
36 *** 1,3 ****
37 # Do not edit -- exists only for use by patch
39 ! 2
40 --- 1,3 ----
41 # Do not edit -- exists only for use by patch
43 ! 3