OLD | NEW |
---|---|
1 2010-10-26: Version 2.5.2 | |
2 | |
3 Improved sampler resolution on Linux. | |
4 | |
5 Allowed forcing the use of a simulator from the build script | |
6 independently of the host architecture. | |
7 | |
8 Fixed build issue for the mips simulator. | |
Mads Ager (chromium)
2010/10/27 08:00:57
I would leave this one out since the mips simulato
| |
9 | |
10 Fixed FreeBSD port (Issue 912). | |
11 | |
12 Made windows-tick-processor respect D8_PATH. | |
13 | |
14 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms. | |
15 | |
16 | |
1 2010-10-20: Version 2.5.1 | 17 2010-10-20: Version 2.5.1 |
2 | 18 |
3 Fixed bug causing spurious out of memory exceptions | 19 Fixed bug causing spurious out of memory exceptions |
4 (issue http://crbug.com/54580). | 20 (issue http://crbug.com/54580). |
5 | 21 |
6 Fixed compilation error on Solaris platform (issue 901). | 22 Fixed compilation error on Solaris platform (issue 901). |
7 | 23 |
8 Fixed error in strtod (string to floating point number conversion) | 24 Fixed error in strtod (string to floating point number conversion) |
9 due to glibc's use of 80-bit floats in the FPU on 32-bit linux. | 25 due to glibc's use of 80-bit floats in the FPU on 32-bit linux. |
10 | 26 |
(...skipping 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2165 | 2181 |
2166 Improved debugger support by allowing nested break points and by | 2182 Improved debugger support by allowing nested break points and by |
2167 dealing with stack-overflows when compiling functions before | 2183 dealing with stack-overflows when compiling functions before |
2168 setting break points in them. | 2184 setting break points in them. |
2169 | 2185 |
2170 | 2186 |
2171 2008-07-03: Version 0.1.0 | 2187 2008-07-03: Version 0.1.0 |
2172 | 2188 |
2173 Initial export. | 2189 Initial export. |
2174 | 2190 |
OLD | NEW |