OLD | NEW |
| 1 2013-08-19: Version 3.21.0 |
| 2 |
| 3 Fixed GC-related crasher (Chromium issue 274438) |
| 4 |
| 5 Reverted making Intl non-enumerable. |
| 6 |
| 7 Performance and stability improvements on all platforms. |
| 8 |
| 9 |
1 2013-08-14: Version 3.20.17 | 10 2013-08-14: Version 3.20.17 |
2 | 11 |
3 Fixed Math.round/floor that had bogus Smi representation | 12 Fixed Math.round/floor that had bogus Smi representation |
4 (Chromium issue 272564) | 13 (Chromium issue 272564) |
5 | 14 |
6 Performance and stability improvements on all platforms. | 15 Performance and stability improvements on all platforms. |
7 | 16 |
8 | 17 |
9 2013-08-13: Version 3.20.16 | 18 2013-08-13: Version 3.20.16 |
10 | 19 |
(...skipping 5724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5735 setting break points in them. | 5744 setting break points in them. |
5736 | 5745 |
5737 | 5746 |
5738 2008-07-03: Version 0.1.0 | 5747 2008-07-03: Version 0.1.0 |
5739 | 5748 |
5740 Initial export. | 5749 Initial export. |
5741 | 5750 |
5742 # Local Variables: | 5751 # Local Variables: |
5743 # mode:text | 5752 # mode:text |
5744 # End: | 5753 # End: |
OLD | NEW |