aboutsummaryrefslogtreecommitdiff
path: root/readline/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-05-20 05:53:33 +0000
committerJohn Gilmore <gnu@cygnus>1992-05-20 05:53:33 +0000
commit21a6705a60bb586a06e0ceb698c8e0f49ae4d867 (patch)
tree0298a2063ccfe2aafd7e68ddbaf3e5a145f30fd6 /readline/ChangeLog
parent93ac5532df341cca65b19b0041e9405ac9767e25 (diff)
downloadfsf-binutils-gdb-21a6705a60bb586a06e0ceb698c8e0f49ae4d867.zip
fsf-binutils-gdb-21a6705a60bb586a06e0ceb698c8e0f49ae4d867.tar.gz
fsf-binutils-gdb-21a6705a60bb586a06e0ceb698c8e0f49ae4d867.tar.bz2
* readline.c: Can't initialize FILE *'s with stdin and stdout,
because they might not be constant. Patch from Tom Quinn, trq@dinoysos.thphys.ox.ac.uk.
Diffstat (limited to 'readline/ChangeLog')
-rw-r--r--readline/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog
index a5b472a..da95553 100644
--- a/readline/ChangeLog
+++ b/readline/ChangeLog
@@ -1,3 +1,9 @@
+Mon May 11 12:39:30 1992 John Gilmore (gnu at cygnus.com)
+
+ * readline.c: Can't initialize FILE *'s with stdin and stdout,
+ because they might not be constant. Patch from Tom Quinn,
+ trq@dinoysos.thphys.ox.ac.uk.
+
Tue Apr 28 21:52:34 1992 John Gilmore (gnu at cygnus.com)
* readline.h: Declare rl_event_hook (which already existed).