OLD | NEW |
| 1 2014-01-29: Version 3.24.26 |
| 2 |
| 3 ES6: Map and Set needs to normalize minus zero (issue 3069). |
| 4 |
| 5 Make `String.prototype.{starts,ends}With` throw when passing a regular |
| 6 expression (issue 3070). |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
1 2014-01-28: Version 3.24.25 | 11 2014-01-28: Version 3.24.25 |
2 | 12 |
3 Performance and stability improvements on all platforms. | 13 Performance and stability improvements on all platforms. |
4 | 14 |
5 | 15 |
6 2014-01-27: Version 3.24.24 | 16 2014-01-27: Version 3.24.24 |
7 | 17 |
8 MIPS: Reduce the stack requirements of GetNoCodeAgeSequence (issue | 18 MIPS: Reduce the stack requirements of GetNoCodeAgeSequence (issue |
9 3111). | 19 3111). |
10 | 20 |
(...skipping 6566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6577 setting break points in them. | 6587 setting break points in them. |
6578 | 6588 |
6579 | 6589 |
6580 2008-07-03: Version 0.1.0 | 6590 2008-07-03: Version 0.1.0 |
6581 | 6591 |
6582 Initial export. | 6592 Initial export. |
6583 | 6593 |
6584 # Local Variables: | 6594 # Local Variables: |
6585 # mode:text | 6595 # mode:text |
6586 # End: | 6596 # End: |
OLD | NEW |