From: John Gilmore Date: Wed, 20 May 1992 05:53:33 +0000 (+0000) Subject: * readline.c: Can't initialize FILE *'s with stdin and stdout, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21a6705a60bb586a06e0ceb698c8e0f49ae4d867;p=binutils-gdb.git * 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. --- 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).