Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-07-24 02:22:48 +0400
committerKazu Hirata <kazu@codesourcery.com>2006-07-24 02:22:48 +0400
commit3f5b7e2346e21945538aa88cfef8bb4784c201f5 (patch)
tree906e565699ec6c7ea26126fd534b49cca8ef060a
parentc49e5be67da7b63bd17c8eae05ea190877acbf6e (diff)
readline/
Backport from mainline: * emacs_keymap.c: Add a MINGW32 hack. * readline.c: Use _rl_bind_if_unbound to avoid macro bugs.
-rw-r--r--ChangeLog.csl7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 2f67cc01d..9813b7083 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,10 @@
+2006-07-23 Kazu Hirata <kazu@codesourcery.com>
+
+ readline/
+ Backport from mainline:
+ * emacs_keymap.c: Add a MINGW32 hack.
+ * readline.c: Use _rl_bind_if_unbound to avoid macro bugs.
+
2006-07-18 Nathan Sidwell <nathan@codesourcery.com>
gdb/