summaryrefslogtreecommitdiff
path: root/readline/ChangeLog.gdb
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-08-10 19:17:42 +0000
committerPedro Alves <palves@redhat.com>2008-08-10 19:17:42 +0000
commit230335c43abb50996fa8755bce454c96b10c397a (patch)
tree41cbd7d0435505988e2872011e9017d2a934a1a8 /readline/ChangeLog.gdb
parentae38509c56c44e4729477f9af84377f9e0405b37 (diff)
Build fixes for DJGPP.
* signals.c (rl_set_sighandler): Guard access to SIGWINCH. * wcwidth.c [__GO32__]: Include wctype.h before wchar.h.
Diffstat (limited to 'readline/ChangeLog.gdb')
-rw-r--r--readline/ChangeLog.gdb7
1 files changed, 7 insertions, 0 deletions
diff --git a/readline/ChangeLog.gdb b/readline/ChangeLog.gdb
index 1a1dfc9807..be626e56d1 100644
--- a/readline/ChangeLog.gdb
+++ b/readline/ChangeLog.gdb
@@ -1,3 +1,10 @@
+2008-08-10 Pedro Alves <pedro@codesourcery.com>
+
+ Build fixes for DJGPP.
+
+ * signals.c (rl_set_sighandler): Guard access to SIGWINCH.
+ * wcwidth.c [__GO32__]: Include wctype.h before wchar.h.
+
2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
PR gdb/544