• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisióna2d4e4b70945c1704e5249ad6a9be9d5875a4b0e (tree)
Tiempo2019-08-13 01:57:56
AutorTom Tromey <tom@trom...>
CommiterTom Tromey

Log Message

Remove gdb workaround from readline/emacs_keymap.c

There is a gdb-local patch in readline/emacs_keymap.c that says:

/* Temporary - this is a bug in readline 5.1 that should be fixed in
readline 5.2. */

So, I think this can be removed now. I have no way to test this, as
the patch was specific to mingw.

readline/ChangeLog.gdb
2018-10-07 Tom Tromey <tom@tromey.com>

* emacs_keymap.c: Remove gdb workaround.

Cambiar Resumen

Diferencia incremental

--- a/readline/ChangeLog.gdb
+++ b/readline/ChangeLog.gdb
@@ -1,5 +1,9 @@
11 2019-08-12 Tom Tromey <tom@tromey.com>
22
3+ * emacs_keymap.c: Remove gdb workaround.
4+
5+2018-08-12 Tom Tromey <tom@tromey.com>
6+
37 * complete.c (get_y_or_n): Remove gdb workaround.
48
59 2018-08-12 Tom Tromey <tom@tromey.com>
--- a/readline/emacs_keymap.c
+++ b/readline/emacs_keymap.c
@@ -277,13 +277,7 @@ KEYMAP_ENTRY_ARRAY emacs_standard_keymap = {
277277 { ISFUNC, rl_insert }, /* Latin capital letter Y with acute */
278278 { ISFUNC, rl_insert }, /* Latin capital letter thorn (Icelandic) */
279279 { ISFUNC, rl_insert }, /* Latin small letter sharp s (German) */
280-#ifndef __MINGW32__
281280 { ISFUNC, rl_insert }, /* Latin small letter a with grave */
282-#else
283- /* Temporary - this is a bug in readline 5.1 that should be fixed in
284- readline 5.2. */
285- { ISFUNC, 0 }, /* Must leave this unbound for the arrow keys to work. */
286-#endif
287281 { ISFUNC, rl_insert }, /* Latin small letter a with acute */
288282 { ISFUNC, rl_insert }, /* Latin small letter a with circumflex */
289283 { ISFUNC, rl_insert }, /* Latin small letter a with tilde */