Author: chromatic
Date: Tue Dec 16 16:21:08 2008
New Revision: 34000
Modified:
trunk/NEWS
Log:
[distro] Updated NEWS.
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Dec 16 16:21:08 2008
@@ -5,6 +5,10 @@
+ fixed lexical semantics
+ added the 'capture_lex' opcode
+ added automatic resume for nonfatal exceptions
+ + added multidispatch cache
+ + applied miscellaneous performance improvements, including startup time
+ + fixed several bugs and leaks found by Coverity Scan
+ + removed race conditions from parallel testing
- Compilers
+ IMCC
- removed undocumented .param int <stringc> => <ident> syntax
@@ -40,7 +44,7 @@
- warn
+ Lua
- added complex & mathx libraries
- - merge LuaClosure & LuaFunction PMC
+ - merged LuaClosure & LuaFunction PMC
+ Pipp
- added support for a return value from user defined functions
- added incomplete implemention of 'require_once'