OLD | NEW |
| 1 2012-05-22: Version 3.11.4 |
| 2 |
| 3 Some cleanup to common.gypi. This fixes some host/target combinations |
| 4 that weren't working in the Make build on Mac. |
| 5 |
| 6 Handle EINTR in socket functions and continue incomplete sends. |
| 7 (issue 2098) |
| 8 |
| 9 Fixed python deprecations. (issue 1391) |
| 10 |
| 11 Made socket send and receive more robust and return 0 on failure. |
| 12 (Chromium issue 15719) |
| 13 |
| 14 Fixed GCC 4.7 (C++11) compilation. (issue 2136) |
| 15 |
| 16 Set '-m32' option for host and target platforms |
| 17 |
| 18 Performance and stability improvements on all platforms. |
| 19 |
| 20 |
1 2012-05-18: Version 3.11.3 | 21 2012-05-18: Version 3.11.3 |
2 | 22 |
3 Disable optimization for functions that have scopes that cannot be | 23 Disable optimization for functions that have scopes that cannot be |
4 reconstructed from the context chain. (issue 2071) | 24 reconstructed from the context chain. (issue 2071) |
5 | 25 |
6 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078) | 26 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078) |
7 | 27 |
8 Correctly check for native error objects. (Chromium issue 2138) | 28 Correctly check for native error objects. (Chromium issue 2138) |
9 | 29 |
10 Performance and stability improvements on all platforms. | 30 Performance and stability improvements on all platforms. |
(...skipping 4144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4155 setting break points in them. | 4175 setting break points in them. |
4156 | 4176 |
4157 | 4177 |
4158 2008-07-03: Version 0.1.0 | 4178 2008-07-03: Version 0.1.0 |
4159 | 4179 |
4160 Initial export. | 4180 Initial export. |
4161 | 4181 |
4162 # Local Variables: | 4182 # Local Variables: |
4163 # mode:text | 4183 # mode:text |
4164 # End: | 4184 # End: |
OLD | NEW |