| OLD | NEW |
| 1 2009-08-12: Version 1.3.3 |
| 2 |
| 3 Fix issue 417: incorrect %t placeholder expansion. |
| 4 |
| 5 Add .gitignore file similar to Chromium's one. |
| 6 |
| 7 Fix SConstruct file to build with new logging code for Android. |
| 8 |
| 9 API: added function to find instance of template in prototype |
| 10 chain. Inlined Object::IsInstanceOf. |
| 11 |
| 12 Land change to notify valgrind when we modify code on x86. |
| 13 |
| 14 Add api call to determine whether a string can be externalized. |
| 15 |
| 16 Add a write() command to d8. |
| 17 |
| 18 |
| 1 2009-08-05: Version 1.3.2 | 19 2009-08-05: Version 1.3.2 |
| 2 | 20 |
| 3 Started new compiler infrastructure for two-pass compilation using a | 21 Started new compiler infrastructure for two-pass compilation using a |
| 4 control flow graph constructed from the AST. | 22 control flow graph constructed from the AST. |
| 5 | 23 |
| 6 Profiler stack sampling for X64. | 24 Profiler stack sampling for X64. |
| 7 | 25 |
| 8 Safe handling of NaN to Posix platform-dependent time functions. | 26 Safe handling of NaN to Posix platform-dependent time functions. |
| 9 | 27 |
| 10 Added a new profiler control API to unify controlling various aspects | 28 Added a new profiler control API to unify controlling various aspects |
| (...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1111 | 1129 |
| 1112 Improved debugger support by allowing nested break points and by | 1130 Improved debugger support by allowing nested break points and by |
| 1113 dealing with stack-overflows when compiling functions before | 1131 dealing with stack-overflows when compiling functions before |
| 1114 setting break points in them. | 1132 setting break points in them. |
| 1115 | 1133 |
| 1116 | 1134 |
| 1117 2008-07-03: Version 0.1.0 | 1135 2008-07-03: Version 0.1.0 |
| 1118 | 1136 |
| 1119 Initial export. | 1137 Initial export. |
| 1120 | 1138 |
| OLD | NEW |