OLD | NEW |
---|---|
1 2013-01-23: Version 3.16.8 | |
2 | |
3 Correctly reset lastIndex in an RegExp object. | |
4 (Chromium issue 170856) | |
5 | |
6 Added a workaround for Windows compilation problems related to V8EXPORT. | |
7 (issue 2507) | |
8 | |
9 tools/run-tests.py: shlex.split() the value of --command-prefix | |
10 (Chromium issue 171553) | |
11 | |
12 Fix pattern detection for replacing shifts by rotation. | |
Yang
2013/01/23 13:32:30
we usually use past tense here, as in "Fixed ...".
mvstanton
2013/01/23 13:35:01
Done.
| |
13 (Chromium issue 2499) | |
Jakob Kummerow
2013/01/23 14:25:53
Too late now, but this is in fact a V8 issue.
Yang
2013/01/23 14:27:32
My bad. I should have noticed...
| |
14 | |
15 Performance and stability improvements on all platforms. | |
16 | |
17 | |
1 2013-01-21: Version 3.16.7 | 18 2013-01-21: Version 3.16.7 |
2 | 19 |
3 Removed <(library) usage from v8.gyp. | 20 Removed <(library) usage from v8.gyp. |
4 (Chromium issue 111541) | 21 (Chromium issue 111541) |
5 | 22 |
6 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo. | 23 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo. |
7 (Chromium issue 169928) | 24 (Chromium issue 169928) |
8 | 25 |
9 Performance and stability improvements on all platforms. | 26 Performance and stability improvements on all platforms. |
10 | 27 |
(...skipping 4964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4975 setting break points in them. | 4992 setting break points in them. |
4976 | 4993 |
4977 | 4994 |
4978 2008-07-03: Version 0.1.0 | 4995 2008-07-03: Version 0.1.0 |
4979 | 4996 |
4980 Initial export. | 4997 Initial export. |
4981 | 4998 |
4982 # Local Variables: | 4999 # Local Variables: |
4983 # mode:text | 5000 # mode:text |
4984 # End: | 5001 # End: |
OLD | NEW |