OLD | NEW |
| 1 2011-08-24: Version 3.5.8 |
| 2 |
| 3 Added V8EXPORT attributes for v8::Array::CheckCast and |
| 4 v8::Number::CheckCast. |
| 5 |
| 6 Made a slight API change enabling opting out from null termination |
| 7 in String::Write*(). |
| 8 |
| 9 Fixed arm build for gcc-4.6. |
| 10 |
| 11 |
1 2011-08-22: Version 3.5.7 | 12 2011-08-22: Version 3.5.7 |
2 | 13 |
3 Make scanner handle invalid unicode escapes in identifiers correctly. | 14 Make scanner handle invalid unicode escapes in identifiers correctly. |
4 | 15 |
5 Make regexp flag parsing stricter. | 16 Make regexp flag parsing stricter. |
6 | 17 |
7 Fix several memory leaks. | 18 Fix several memory leaks. |
8 | 19 |
9 | 20 |
10 2011-08-17: Version 3.5.6 | 21 2011-08-17: Version 3.5.6 |
(...skipping 3178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3189 setting break points in them. | 3200 setting break points in them. |
3190 | 3201 |
3191 | 3202 |
3192 2008-07-03: Version 0.1.0 | 3203 2008-07-03: Version 0.1.0 |
3193 | 3204 |
3194 Initial export. | 3205 Initial export. |
3195 | 3206 |
3196 # Local Variables: | 3207 # Local Variables: |
3197 # mode:text | 3208 # mode:text |
3198 # End: | 3209 # End: |
OLD | NEW |