OLD | NEW |
| 1 2011-08-29: Version 3.5.9 |
| 2 |
| 3 Made FromPropertyDescriptor not trigger inherited setters. |
| 4 |
| 5 Fixed .gyp files to work on the ARM simulator. |
| 6 |
| 7 Fixed shared library build warnings for MSVS. |
| 8 |
| 9 |
1 2011-08-24: Version 3.5.8 | 10 2011-08-24: Version 3.5.8 |
2 | 11 |
3 Added V8EXPORT attributes for v8::Array::CheckCast and | 12 Added V8EXPORT attributes for v8::Array::CheckCast and |
4 v8::Number::CheckCast. | 13 v8::Number::CheckCast. |
5 | 14 |
6 Made a slight API change enabling opting out from null termination | 15 Made a slight API change enabling opting out from null termination |
7 in String::Write*(). | 16 in String::Write*(). |
8 | 17 |
9 Fixed arm build for gcc-4.6. | 18 Fixed arm build for gcc-4.6. |
10 | 19 |
(...skipping 3189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3200 setting break points in them. | 3209 setting break points in them. |
3201 | 3210 |
3202 | 3211 |
3203 2008-07-03: Version 0.1.0 | 3212 2008-07-03: Version 0.1.0 |
3204 | 3213 |
3205 Initial export. | 3214 Initial export. |
3206 | 3215 |
3207 # Local Variables: | 3216 # Local Variables: |
3208 # mode:text | 3217 # mode:text |
3209 # End: | 3218 # End: |
OLD | NEW |