| OLD | NEW |
| 1 2011-06-29: Version 3.4.8 |
| 2 |
| 3 Ensure 16-byte stack alignment on Solaris (issue 1505). |
| 4 |
| 5 Fix "illegal access" when calling parseInt with a radix |
| 6 that is not a smi. (issue 1246). |
| 7 |
| 8 |
| 1 2011-06-27: Version 3.4.7 | 9 2011-06-27: Version 3.4.7 |
| 2 | 10 |
| 3 Fixed 64-bit build on FreeBSD. | 11 Fixed 64-bit build on FreeBSD. |
| 4 | 12 |
| 5 Added API to set the property attributes for the prototype | 13 Added API to set the property attributes for the prototype |
| 6 property on functions created from FunctionTemplates. | 14 property on functions created from FunctionTemplates. |
| 7 | 15 |
| 8 Bugfixes and performance work. | 16 Bugfixes and performance work. |
| 9 | 17 |
| 10 | 18 |
| (...skipping 2966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2977 setting break points in them. | 2985 setting break points in them. |
| 2978 | 2986 |
| 2979 | 2987 |
| 2980 2008-07-03: Version 0.1.0 | 2988 2008-07-03: Version 0.1.0 |
| 2981 | 2989 |
| 2982 Initial export. | 2990 Initial export. |
| 2983 | 2991 |
| 2984 # Local Variables: | 2992 # Local Variables: |
| 2985 # mode:text | 2993 # mode:text |
| 2986 # End: | 2994 # End: |
| OLD | NEW |