OLD | NEW |
---|---|
1 2011-08-22: Version 3.5.7 | |
2 | |
3 GYP fixes: -Werror, snapshot.log, want_separate_host_toolset detection. | |
Jakob Kummerow
2011/08/22 10:39:09
I'm not sure this is important enough to be mentio
| |
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 | |
1 2011-08-17: Version 3.5.6 | 11 2011-08-17: Version 3.5.6 |
2 | 12 |
3 Fixed issue that could cause crashes when running with --heap-stats. | 13 Fixed issue that could cause crashes when running with --heap-stats. |
4 | 14 |
5 Fixed compilation on Linux 2.6.9 and older. | 15 Fixed compilation on Linux 2.6.9 and older. |
6 | 16 |
7 Fixed live-object-list to work with isolates. | 17 Fixed live-object-list to work with isolates. |
8 | 18 |
9 Fixed memory leaks in zones and isolates. | 19 Fixed memory leaks in zones and isolates. |
10 | 20 |
(...skipping 3169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3180 setting break points in them. | 3190 setting break points in them. |
3181 | 3191 |
3182 | 3192 |
3183 2008-07-03: Version 0.1.0 | 3193 2008-07-03: Version 0.1.0 |
3184 | 3194 |
3185 Initial export. | 3195 Initial export. |
3186 | 3196 |
3187 # Local Variables: | 3197 # Local Variables: |
3188 # mode:text | 3198 # mode:text |
3189 # End: | 3199 # End: |
OLD | NEW |