summaryrefslogtreecommitdiff
path: root/readline/ChangeLog
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-03-01 18:58:34 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-03-01 18:58:34 +0000
commit8bfd30b27f14199b2bc7ed371b604cefcfafa8b0 (patch)
tree4f04ece8aae86f180015132882367a4df98864bb /readline/ChangeLog
parent0b153077ec28b80ebfa0fb77bf281422c11648c3 (diff)
downloadbinutils-gdb-8bfd30b27f14199b2bc7ed371b604cefcfafa8b0.tar.gz
Build without warnings under Linux.
Diffstat (limited to 'readline/ChangeLog')
-rw-r--r--readline/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog
index 79328ed6883..74d8c82dda7 100644
--- a/readline/ChangeLog
+++ b/readline/ChangeLog
@@ -1,3 +1,12 @@
+Wed Mar 1 13:33:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * rltty.c (outchar): Provide prototype for outchar, to silence
+ type warnings in passing outchar to tputs on systems like Linux
+ that have full prototypes.
+
+ * signals.c (_rl_output_character_function): Provide prototype to
+ silence type warnings.
+
Sun Jan 15 14:10:37 1995 Steve Chamberlain <sac@splat>
* rldefs.h: Define MINIMAL for __GO32__ and WIN32.