diff options
author | John Gilmore <gnu@cygnus> | 1992-05-20 05:53:33 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-05-20 05:53:33 +0000 |
commit | 21a6705a60bb586a06e0ceb698c8e0f49ae4d867 (patch) | |
tree | 0298a2063ccfe2aafd7e68ddbaf3e5a145f30fd6 /readline | |
parent | 93ac5532df341cca65b19b0041e9405ac9767e25 (diff) | |
download | gdb-21a6705a60bb586a06e0ceb698c8e0f49ae4d867.zip gdb-21a6705a60bb586a06e0ceb698c8e0f49ae4d867.tar.gz 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')
-rw-r--r-- | readline/ChangeLog | 6 |
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). |