This commit is contained in:
Ryan C. Gordon 2002-05-16 07:10:33 +00:00
parent 4f97677cf4
commit 320114c071
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
* CHANGELOG.
*/
05062002 - Edward Rudd also caught an embarrassing screwup by me in
unix.c: the open-for-append call was using "wb+" instead of
"ab" when calling fopen(). Doh!
05152002 - configure script now deals with systems that have a readline
lib, but require it to be linked with curses. Thanks to Edward
Rudd for the patch.