[LOSTWAGES] suggest project to implement jscript.dll using SpiderMonkey

Mike McCormack mike at codeweavers.com
Sun Mar 14 21:15:39 CST 2004


ChangeLog:
* suggest project to implement jscript.dll using SpiderMonkey
-------------- next part --------------
Index: templates/en/fun_projects.template
===================================================================
RCS file: /home/wine/lostwages/templates/en/fun_projects.template,v
retrieving revision 1.14
diff -u -r1.14 fun_projects.template
--- templates/en/fun_projects.template	3 Mar 2004 19:33:08 -0000	1.14
+++ templates/en/fun_projects.template	15 Mar 2004 02:30:19 -0000
@@ -354,4 +354,18 @@
     <li>updated: Oct 22, 2003
   </ul>
 
+  <h3 class=todo>JScript engine</h3>
+  <p>Implement jscript.dll.  Use Mozilla's 
+  <a href="http://www.mozilla.org/js/spidermonkey">SpiderMonkey</a>
+  to implement the 
+  <a href="http://msdn.microsoft.com/library/en-us/script56/html/scripting.asp">Windows scripting interfaces</a>
+   for the JScript COM object in 
+   <a href="http://msdn.microsoft.com/library/en-us/script56/html/js56jsoriJScript.asp">jscript.dll</a>. 
+   Figure out a way to deal with the differences between JScript and JavaScript.
+  <ul>
+    <li>worker: wanted
+    <li>status: todo
+    <li>updated: Mar 15, 2004
+  </ul>
+
 <p>&nbsp;</p>


More information about the wine-patches mailing list