From: johanknol Date: Sun, 7 Oct 2001 15:53:02 +0000 (+0000) Subject: fixed the return value of gets() X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4b2a5c436502f2a0915dd4eefe3111c2799a8305;p=fw%2Fsdcc fixed the return value of gets() git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1369 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 33d4fa9a..3ccdaac9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-07 + + * device/lib/gets.c (gets): fixed the return value. + 2001-10-06 Michael Hope * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added trace support for freeing lines. Optimised restart logic to re-run instead of restart. Now compiles dscan.c on ~60MB instead of ~200MB.