OLD | NEW |
| 1 2011-08-03: Version 3.5.3 |
| 2 |
| 3 MIPS: Port of fix to ClassOf check from ARM. |
| 4 Patch from Paul Lind <plind44@gmail.com>. |
| 5 |
| 6 Stopped using mprotect on Cygwin. |
| 7 Avoided uninitialized member warning on gcc 4.3.4 |
| 8 Both patches by Bert Belder. |
| 9 |
| 10 Bug fixes and performance improvements on all platforms. |
| 11 |
| 12 |
1 2011-08-01: Version 3.5.2 | 13 2011-08-01: Version 3.5.2 |
2 | 14 |
3 Performance improvements on all platforms. | 15 Performance improvements on all platforms. |
4 | 16 |
5 | 17 |
6 2011-07-28: Version 3.5.1 | 18 2011-07-28: Version 3.5.1 |
7 | 19 |
8 Fixed setting the readonly flag on the prototype property using the | 20 Fixed setting the readonly flag on the prototype property using the |
9 API call FunctionTemplate::SetPrototypeAttributes (issue 1539). | 21 API call FunctionTemplate::SetPrototypeAttributes (issue 1539). |
10 | 22 |
(...skipping 3111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3122 setting break points in them. | 3134 setting break points in them. |
3123 | 3135 |
3124 | 3136 |
3125 2008-07-03: Version 0.1.0 | 3137 2008-07-03: Version 0.1.0 |
3126 | 3138 |
3127 Initial export. | 3139 Initial export. |
3128 | 3140 |
3129 # Local Variables: | 3141 # Local Variables: |
3130 # mode:text | 3142 # mode:text |
3131 # End: | 3143 # End: |
OLD | NEW |