X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=807cd80c1db92d149a809d23dcabee861ddb67d0;hb=e3bd66a083619d9b4be247a3420b77ca2772cb87;hp=1e3b1582848fd2fc5abaf4302e7d6166f4f7cdfe;hpb=2cc4017439441dbe210e4bf83a4d68f5b3d86339;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 1e3b1582..807cd80c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits there, while the mantissa of a double is "only" 53 bits wide. -2003-07-30 Jesus Calvino-Fraga +2003-07-31 Jesus Calvino-Fraga Adding sdcclib to the build. MSVC project coming soon. Files added/changed: @@ -16,6 +16,10 @@ * support\librarian\Makefile.in * support\librarian\sdcclib.c * Makefile.bcc + * Makefile + * Makefile.common.in + * configure + * configure.in 2003-07-29 Jesus Calvino-Fraga