From 21a6705a60bb586a06e0ceb698c8e0f49ae4d867 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Wed, 20 May 1992 05:53:33 +0000 Subject: [PATCH] * 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. --- readline/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readline/ChangeLog b/readline/ChangeLog index a5b472a35a8..da955531617 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). -- 2.30.2