From: bernhardheld Date: Wed, 15 Feb 2006 10:04:19 +0000 (+0000) Subject: Oops, I forgot to commit the ChangeLog X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9da25543b00ca13d1a3a8497f5293755ada61a38;p=fw%2Fsdcc Oops, I forgot to commit the ChangeLog git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4043 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 8249ef2e..93d49ad5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -80,6 +80,14 @@ created, reuse existing ones instead * src/pic/gen.c (genPcall): fixed #1424719 +2006-02-07 Bernhard Held + + * link/z80/lkmain.c, + * link/z80/lklex.c, + * link/z80/lkdata.c, + * link/z80/aslink.h: fixed build on current cygwin: + replaced getline() by lk_getline() + 2006-02-01 Borut Razem * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,