Mercurial > urweb
comparison CHANGELOG @ 985:28bf725de7f3
New release
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 26 Sep 2009 12:57:01 -0400 |
parents | b8048f6e25ef |
children | d923b47e483d |
comparison
equal
deleted
inserted
replaced
984:815afd323d86 | 985:28bf725de7f3 |
---|---|
1 ======== | |
2 20090926 | |
3 ======== | |
4 | |
5 - Reimplemented client-side code generation to use an interpreter, rather than | |
6 compilation to JavaScript; this avoids common browser flaws: lack of | |
7 optimization of tail calls and occasional bugs in closure handling. | |
8 - Bug fixes | |
9 | |
1 ======== | 10 ======== |
2 20090919 | 11 20090919 |
3 ======== | 12 ======== |
4 | 13 |
5 - Bug fixes | 14 - Bug fixes |