| OLD | NEW |
| 1 2011-01-03: Version 3.0.5 |
| 2 |
| 3 Fixed a couple of cast errors for gcc-3.4.3. |
| 4 |
| 5 Performance improvements in GC and IA32 code generator. |
| 6 |
| 7 |
| 1 2010-12-21: Version 3.0.4 | 8 2010-12-21: Version 3.0.4 |
| 2 | 9 |
| 3 Added Date::ResetCache() to the API so that the cached values in the | 10 Added Date::ResetCache() to the API so that the cached values in the |
| 4 Date object can be reset to allow live DST / timezone changes. | 11 Date object can be reset to allow live DST / timezone changes. |
| 5 | 12 |
| 6 Extended existing support for printing (while debugging) the contents | 13 Extended existing support for printing (while debugging) the contents |
| 7 of objects. Added support for printing objects from release builds. | 14 of objects. Added support for printing objects from release builds. |
| 8 | 15 |
| 9 Fixed V8 issues 989, 1006, and 1007. | 16 Fixed V8 issues 989, 1006, and 1007. |
| 10 | 17 |
| (...skipping 2315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2326 | 2333 |
| 2327 Improved debugger support by allowing nested break points and by | 2334 Improved debugger support by allowing nested break points and by |
| 2328 dealing with stack-overflows when compiling functions before | 2335 dealing with stack-overflows when compiling functions before |
| 2329 setting break points in them. | 2336 setting break points in them. |
| 2330 | 2337 |
| 2331 | 2338 |
| 2332 2008-07-03: Version 0.1.0 | 2339 2008-07-03: Version 0.1.0 |
| 2333 | 2340 |
| 2334 Initial export. | 2341 Initial export. |
| 2335 | 2342 |
| OLD | NEW |