| OLD | NEW |
| 1 2010-08-23: Version 2.3.10 |
| 2 |
| 3 Fix bug in bitops on ARM. |
| 4 |
| 5 Build fixes for unusual compilers. |
| 6 |
| 7 Track high water mark for RWX memory. |
| 8 |
| 9 Performance improvements on all platforms. |
| 10 |
| 11 |
| 1 2010-08-18: Version 2.3.9 | 12 2010-08-18: Version 2.3.9 |
| 2 | 13 |
| 3 Fix compilation for ARMv4 on OpenBSD/FreeBSD. | 14 Fix compilation for ARMv4 on OpenBSD/FreeBSD. |
| 4 | 15 |
| 5 Removed specialized handling of GCC 4.4 (issue 830). | 16 Removed specialized handling of GCC 4.4 (issue 830). |
| 6 | 17 |
| 7 Fixed DST cache to take into account the suspension of DST in | 18 Fixed DST cache to take into account the suspension of DST in |
| 8 Egypt during the 2010 Ramadan (issue http://crbug.com/51855). | 19 Egypt during the 2010 Ramadan (issue http://crbug.com/51855). |
| 9 | 20 |
| 10 Performance improvements on all platforms. | 21 Performance improvements on all platforms. |
| (...skipping 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1997 | 2008 |
| 1998 Improved debugger support by allowing nested break points and by | 2009 Improved debugger support by allowing nested break points and by |
| 1999 dealing with stack-overflows when compiling functions before | 2010 dealing with stack-overflows when compiling functions before |
| 2000 setting break points in them. | 2011 setting break points in them. |
| 2001 | 2012 |
| 2002 | 2013 |
| 2003 2008-07-03: Version 0.1.0 | 2014 2008-07-03: Version 0.1.0 |
| 2004 | 2015 |
| 2005 Initial export. | 2016 Initial export. |
| 2006 | 2017 |
| OLD | NEW |