| OLD | NEW | 
 |     1 2009-08-13: Version 1.3.4 | 
 |     2  | 
 |     3         Added a readline() command to the d8 shell. | 
 |     4  | 
 |     5         Fixed bug in json parsing. | 
 |     6  | 
 |     7         Added idle notification to the API and reduced memory on idle | 
 |     8         notifications. | 
 |     9  | 
 |    10  | 
|     1 2009-08-12: Version 1.3.3 |    11 2009-08-12: Version 1.3.3 | 
|     2  |    12  | 
|     3         Fix issue 417: incorrect %t placeholder expansion. |    13         Fix issue 417: incorrect %t placeholder expansion. | 
|     4  |    14  | 
|     5         Add .gitignore file similar to Chromium's one. |    15         Add .gitignore file similar to Chromium's one. | 
|     6  |    16  | 
|     7         Fix SConstruct file to build with new logging code for Android. |    17         Fix SConstruct file to build with new logging code for Android. | 
|     8  |    18  | 
|     9         API: added function to find instance of template in prototype |    19         API: added function to find instance of template in prototype | 
|    10         chain.  Inlined Object::IsInstanceOf. |    20         chain.  Inlined Object::IsInstanceOf. | 
| (...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1129  |  1139  | 
|  1130         Improved debugger support by allowing nested break points and by |  1140         Improved debugger support by allowing nested break points and by | 
|  1131         dealing with stack-overflows when compiling functions before |  1141         dealing with stack-overflows when compiling functions before | 
|  1132         setting break points in them. |  1142         setting break points in them. | 
|  1133  |  1143  | 
|  1134  |  1144  | 
|  1135 2008-07-03: Version 0.1.0 |  1145 2008-07-03: Version 0.1.0 | 
|  1136  |  1146  | 
|  1137         Initial export. |  1147         Initial export. | 
|  1138  |  1148  | 
| OLD | NEW |