OLD | NEW |
| 1 2012-03-19: Version 3.9.21 |
| 2 |
| 3 Fixed push-to-trunk script (and re-push). |
| 4 |
| 5 Added API call that identifies strings that are guaranteed only to |
| 6 contain ASCII characters. |
| 7 |
| 8 |
1 2012-03-19: Version 3.9.20 | 9 2012-03-19: Version 3.9.20 |
2 | 10 |
3 Fixed declarations escaping global strict eval. (Issue 1624) | 11 Fixed declarations escaping global strict eval. (Issue 1624) |
4 | 12 |
5 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973) | 13 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973) |
6 | 14 |
7 Fixed function declarations overwriting read-only global properties. | 15 Fixed function declarations overwriting read-only global properties. |
8 (Chromium issue 115452) | 16 (Chromium issue 115452) |
9 | 17 |
10 Fixed --use-strict flag in combination with --harmony[-scoping]. | 18 Fixed --use-strict flag in combination with --harmony[-scoping]. |
(...skipping 3880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3891 setting break points in them. | 3899 setting break points in them. |
3892 | 3900 |
3893 | 3901 |
3894 2008-07-03: Version 0.1.0 | 3902 2008-07-03: Version 0.1.0 |
3895 | 3903 |
3896 Initial export. | 3904 Initial export. |
3897 | 3905 |
3898 # Local Variables: | 3906 # Local Variables: |
3899 # mode:text | 3907 # mode:text |
3900 # End: | 3908 # End: |
OLD | NEW |