From: johanknol Date: Mon, 1 Oct 2001 12:50:13 +0000 (+0000) Subject: why doesn't this one go with a ci in the root dir? X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0094633568ad13b3c06271f5db23b6ae2396d29f;p=fw%2Fsdcc why doesn't this one go with a ci in the root dir? git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1336 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 51d5dceb..0ce35093 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-10-01 + + * src/SDCC.y: fixed bug #466586 part 1 + +2001-10-01 Johan Knol + + * SDCCicode.c: z80 has no generic pointers + * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it. + 2001-09-30 Michael Hope * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.