| OLD | NEW |
| 1 2010-08-18: Version 2.3.9 |
| 2 |
| 3 Fix compilation for ARMv4 on OpenBSD/FreeBSD. |
| 4 |
| 5 Removed specialized handling of GCC 4.4 (issue 830). |
| 6 |
| 7 Fixed DST cache to take into account the suspension of DST in |
| 8 Egypt during the 2010 Ramadan (issue http://crbug.com/51855). |
| 9 |
| 10 Performance improvements on all platforms. |
| 11 |
| 12 |
| 1 2010-08-16: Version 2.3.8 | 13 2010-08-16: Version 2.3.8 |
| 2 | 14 |
| 3 Fixed build with strict aliasing on GCC 4.4 (issue 463). | 15 Fixed build with strict aliasing on GCC 4.4 (issue 463). |
| 4 | 16 |
| 5 Fixed issue with incorrect handling of custom valueOf methods on | 17 Fixed issue with incorrect handling of custom valueOf methods on |
| 6 string wrappers (issue 760). | 18 string wrappers (issue 760). |
| 7 | 19 |
| 8 Fixed compilation for ARMv4 (issue 590). | 20 Fixed compilation for ARMv4 (issue 590). |
| 9 | 21 |
| 10 Improved performance. | 22 Improved performance. |
| (...skipping 1974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1985 | 1997 |
| 1986 Improved debugger support by allowing nested break points and by | 1998 Improved debugger support by allowing nested break points and by |
| 1987 dealing with stack-overflows when compiling functions before | 1999 dealing with stack-overflows when compiling functions before |
| 1988 setting break points in them. | 2000 setting break points in them. |
| 1989 | 2001 |
| 1990 | 2002 |
| 1991 2008-07-03: Version 0.1.0 | 2003 2008-07-03: Version 0.1.0 |
| 1992 | 2004 |
| 1993 Initial export. | 2005 Initial export. |
| 1994 | 2006 |
| OLD | NEW |