- issue 799: Speed up of highBit and lowBit for SmallInteger http://code.google.com/p/pharo/issues/detail?id=799 http://bugs.squeak.org/view.php?id=7113
- Issue 796 Patch for issue http://code.google.com/p/pharo/issues/detail?id=796 Float rounded is inexact - Issue 800: Fix issue http://code.google.com/p/pharo/issues/detail?id=800 mantis http://bugs.squeak.org/view.php?id=6986 Mantis 6986: SystemNavigation browseAllMethodsInCategory: does it wrong - issue 802: Fix for http://code.google.com/p/pharo/issues/detail?id=802 Mantis http://bugs.squeak.org/view.php?id=6983 There is no way to store Float nan as a literal. So Float nan isLiteral should answer false. Note that there are still literal representation of Float infinity, like 1.0e1000. However, since Float infinity is not able to print literaly, and isLiteral is intended for print, this fix will answer false for infinite Floats too. Tx nicolas! Stef _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
