OLD | NEW |
| 1 2010-08-25: Version 2.3.11 |
| 2 |
| 3 Fix bug in RegExp related to copy-on-write arrays. |
| 4 |
| 5 Refactoring of tools/test.py script, including the introduction of |
| 6 VARIANT_FLAGS that allows specification of sets of flags with which |
| 7 all tests should be run. |
| 8 |
| 9 Fix a bug in the handling of debug breaks in CallIC. |
| 10 |
| 11 Performance improvements on all platforms. |
| 12 |
| 13 |
| 14 2010-08-23: Version 2.3.10 |
| 15 |
| 16 Fix bug in bitops on ARM. |
| 17 |
| 18 Build fixes for unusual compilers. |
| 19 |
| 20 Track high water mark for RWX memory. |
| 21 |
| 22 Performance improvements on all platforms. |
| 23 |
| 24 |
1 2010-08-18: Version 2.3.9 | 25 2010-08-18: Version 2.3.9 |
2 | 26 |
3 Fix compilation for ARMv4 on OpenBSD/FreeBSD. | 27 Fix compilation for ARMv4 on OpenBSD/FreeBSD. |
4 | 28 |
5 Removed specialized handling of GCC 4.4 (issue 830). | 29 Removed specialized handling of GCC 4.4 (issue 830). |
6 | 30 |
7 Fixed DST cache to take into account the suspension of DST in | 31 Fixed DST cache to take into account the suspension of DST in |
8 Egypt during the 2010 Ramadan (issue http://crbug.com/51855). | 32 Egypt during the 2010 Ramadan (issue http://crbug.com/51855). |
9 | 33 |
10 » Performance improvements on all platforms. | 34 Performance improvements on all platforms. |
11 | 35 |
12 | 36 |
13 2010-08-16: Version 2.3.8 | 37 2010-08-16: Version 2.3.8 |
14 | 38 |
15 Fixed build with strict aliasing on GCC 4.4 (issue 463). | 39 Fixed build with strict aliasing on GCC 4.4 (issue 463). |
16 | 40 |
17 Fixed issue with incorrect handling of custom valueOf methods on | 41 Fixed issue with incorrect handling of custom valueOf methods on |
18 string wrappers (issue 760). | 42 string wrappers (issue 760). |
19 | 43 |
20 Fixed compilation for ARMv4 (issue 590). | 44 Fixed compilation for ARMv4 (issue 590). |
(...skipping 1976 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1997 | 2021 |
1998 Improved debugger support by allowing nested break points and by | 2022 Improved debugger support by allowing nested break points and by |
1999 dealing with stack-overflows when compiling functions before | 2023 dealing with stack-overflows when compiling functions before |
2000 setting break points in them. | 2024 setting break points in them. |
2001 | 2025 |
2002 | 2026 |
2003 2008-07-03: Version 0.1.0 | 2027 2008-07-03: Version 0.1.0 |
2004 | 2028 |
2005 Initial export. | 2029 Initial export. |
2006 | 2030 |
OLD | NEW |