OLD | NEW |
| 1 2011-08-22: Version 3.5.7 |
| 2 |
| 3 GYP fixes: -Werror, snapshot.log, want_separate_host_toolset detection. |
| 4 |
| 5 Make scanner handle invalid unicode escapes in identifiers correctly. |
| 6 |
| 7 Make regexp flag parsing stricter. |
| 8 |
| 9 Fix several memory leaks. |
| 10 |
| 11 |
1 2011-08-17: Version 3.5.6 | 12 2011-08-17: Version 3.5.6 |
2 | 13 |
3 Fixed issue that could cause crashes when running with --heap-stats. | 14 Fixed issue that could cause crashes when running with --heap-stats. |
4 | 15 |
5 Fixed compilation on Linux 2.6.9 and older. | 16 Fixed compilation on Linux 2.6.9 and older. |
6 | 17 |
7 Fixed live-object-list to work with isolates. | 18 Fixed live-object-list to work with isolates. |
8 | 19 |
9 Fixed memory leaks in zones and isolates. | 20 Fixed memory leaks in zones and isolates. |
10 | 21 |
(...skipping 3169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3180 setting break points in them. | 3191 setting break points in them. |
3181 | 3192 |
3182 | 3193 |
3183 2008-07-03: Version 0.1.0 | 3194 2008-07-03: Version 0.1.0 |
3184 | 3195 |
3185 Initial export. | 3196 Initial export. |
3186 | 3197 |
3187 # Local Variables: | 3198 # Local Variables: |
3188 # mode:text | 3199 # mode:text |
3189 # End: | 3200 # End: |
OLD | NEW |