[DGD]1.1p7
Felix A. Croes
felix at dworkin.nl
Tue Apr 27 13:50:47 CEST 1999
diff -c dgd/src/Changelog:1.109.2.7 dgd/src/Changelog:1.109.2.8
*** dgd/src/Changelog:1.109.2.7 Sat Oct 31 23:31:17 1998
--- dgd/src/Changelog Tue Apr 27 13:40:01 1999
***************
*** 1176,1178 ****
--- 1176,1190 ----
- Turned off debug settings in Makefile and added optimization.
- Avoided the nasty gethostbyname() problem on Windows 95.
- And on BeOS as well.
+
+ DGD 1.1 patchlevel 7
+
+ - Fixed a compiler typechecking bug for (mixed - array).
+ - Fixed a float testing bug in precompiled code.
+ - Process a for loop in the same order in codegenc.c as in codegeni.c (body
+ first, then condition), to ensure that tables are generated in the same
+ order by both.
+ - Made behaviour of << and >> uniform on all platforms: no negative shift
+ allowed, shifts >= 32 make the result 0.
+ - Check that a switch doesn't contain more than 32767 cases, and a function
+ doesn't need more than 32767 values on the stack.
ftp://ftp.imaginary.com/pub/LPC/servers/DGD/patches/1.1p7.gz
Regards,
Dworkin
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list