xpcom/reflect/xptcall/status.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xpcom/reflect/xptcall/status.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,412 @@
     1.4 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.7 +
     1.8 +<html>
     1.9 +<head>
    1.10 +<title>xptcall Porting Status</title>
    1.11 +</head>
    1.12 +<body bgcolor = "white">
    1.13 +<h2><center>xptcall Porting Status</center></h2>
    1.14 +
    1.15 +<h3>What is this?</h3>
    1.16 +
    1.17 +This is a status page for the multiplatform porting of xptcall.
    1.18 +xptcall has a 
    1.19 +<a href="http://www.mozilla.org/scriptable/xptcall-faq.html">FAQ</a>
    1.20 +and a 
    1.21 +<a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/porting.html">Porting Guide</a>.
    1.22 +
    1.23 +<p>
    1.24 +
    1.25 +This is being maintained by <a href="mailto:jband@netscape.com">John Bandhauer &lt;jband@netscape.com&gt;</a>.
    1.26 +Feel free to email me with questions or to volunteer to contribute xptcall code for any platform.
    1.27 +
    1.28 +<p>
    1.29 +
    1.30 +<a href="mailto:shaver@mozilla.org">Mike Shaver &lt;shaver@mozilla.org&gt;</a> 
    1.31 +is the best contact regarding 'nix (Unix, Linux, Finux, etc.) ports of xptcall.
    1.32 +
    1.33 +<h3>Status</h3>
    1.34 +
    1.35 +<table BORDER="1">
    1.36 +<TR align="left" BGCOLOR="yellow">
    1.37 +<TH>Status</TH>
    1.38 +<TH>Platform</TH>
    1.39 +<TH><img src="http://tinderbox.mozilla.org/star.gif">Contributors and <font color="red"><b>?</b></font> Possible Contributors</TH>
    1.40 +<TH>Notes</TH>
    1.41 +</TR>
    1.42 +
    1.43 +<TR>
    1.44 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
    1.45 +<TD>Win32 x86</TD>
    1.46 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
    1.47 +<a href="mailto:jband@netscape.com">John Bandhauer &lt;jband@netscape.com&gt;</a>
    1.48 +</TD>
    1.49 +<TD>
    1.50 +<a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/win32">win32</a></TD>
    1.51 +</TR>
    1.52 +
    1.53 +<TR>
    1.54 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
    1.55 +<TD>Linux x86</TD>
    1.56 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
    1.57 +<a href="mailto:jband@netscape.com">John Bandhauer &lt;jband@netscape.com&gt;</a><br>
    1.58 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
    1.59 +<a href="mailto:drepper@cygnus.com">Ulrich Drepper &lt;drepper@cygnus.com&gt;</a>
    1.60 +</TD>
    1.61 +<TD><a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/unix">unix</a>
    1.62 +</TD>
    1.63 +</TR>
    1.64 +
    1.65 +<TR>
    1.66 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
    1.67 +<TD>FreeBSD and NetBSD x86</TD>
    1.68 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
    1.69 +<a href="mailto:toshok@hungry.com">Christoph Toshok &lt;toshok@hungry.com&gt;</a>,<BR>
    1.70 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
    1.71 +<a href="mailto:jband@netscape.com">John Bandhauer &lt;jband@netscape.com&gt;</a></TD>
    1.72 +<TD><a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/unix">unix</a> (same as Linux 86 code)</TD>
    1.73 +</TR>
    1.74 +
    1.75 +<TR>
    1.76 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
    1.77 +<TD>BSD/OS x86</TD>
    1.78 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
    1.79 +<a href="mailto:bert_driehuis@nl.compuware.com">Bert Driehuis &lt;bert_driehuis@nl.compuware.com&gt;</a></TD>
    1.80 +<TD><a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/unix">unix</a> (same as Linux 86 code)
    1.81 +Bert contributed patches that *should* do the right thing for all the unixish-x86
    1.82 +versions of this code for GCC 2.7 or 2.8 vs. EGCS 1.1. He notes that the vtbl 
    1.83 +scheme is different. He is hoping that others will help test the changes using 
    1.84 +these two compilers on the various platforms where this same code is used. 
    1.85 +<a href="news://news.mozilla.org/372DD257.4248C821%40nl.compuware.com">Bert's details</a>
    1.86 +</TD>
    1.87 +</TR>
    1.88 +
    1.89 +<TR>
    1.90 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
    1.91 +<TD>Mac PPC</TD>
    1.92 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
    1.93 + <a href="mailto:rogerl@netscape.com">Roger Lawrence &lt;rogerl@netscape.com&gt;</a>,<BR>
    1.94 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
    1.95 +<a href="mailto:beard@netscape.com">Patrick Beard &lt;beard@netscape.com&gt;</a>
    1.96 +</TD>
    1.97 +<TD><a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/mac">mac</a> (passing tests and checked in)</TD>
    1.98 +</TR>
    1.99 +
   1.100 +<TR>
   1.101 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.102 +<TD>Solaris Sparc</TD>
   1.103 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.104 +<a href="mailto:rogerl@netscape.com">Roger Lawrence &lt;rogerl@netscape.com&gt;</a>,<BR>
   1.105 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.106 +<a href="mailto:mcafee@netscape.com">Chris McAfee &lt;mcafee@netscape.com&gt;</a>
   1.107 +</TD>
   1.108 +<TD><a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/unix">unix</a> This is checked in and working.</TD>
   1.109 +</TR>
   1.110 +
   1.111 +<TR>
   1.112 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.113 +<TD>Solaris Sparc v9 (64bit)</TD>
   1.114 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.115 +<a href="mailto:pavlov@netscape.com">Stuart Parmenter &lt;pavlov@netscape.com&gt;</a>,<BR>
   1.116 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.117 +<a href="mailto:cls@seawood.org">Chris Seawood &lt;cls@seawood.org&gt;</a>
   1.118 +</TD>
   1.119 +<TD><a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/unix">unix</a> This is checked in and (pavlov claims!) working.</TD>
   1.120 +</TR>
   1.121 +
   1.122 +<TR>
   1.123 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.124 +<TD>OS/2</TD>
   1.125 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.126 +<a href="mailto:mjf35@cam.ac.uk">John Fairhurst &lt;mjf35@cam.ac.uk&gt;</a></TD>
   1.127 +<TD>I never heard exactly who did what. But mozilla has been working on OS/2 
   1.128 +for a long time now.
   1.129 +</TD>
   1.130 +</TR>
   1.131 +
   1.132 +<TR>
   1.133 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.134 +<TD>OpenVMS Alpha</TD>
   1.135 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.136 +<a href="mailto:colin@theblakes.com">Colin R. Blake &lt;colin@theblakes.com&gt;</a></TD>
   1.137 +<TD>
   1.138 +Colin says this is passing all the tests on OpenVMS Alpha!
   1.139 +</TD>
   1.140 +</TR>
   1.141 +
   1.142 +<TR>
   1.143 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.144 +<TD>NT Alpha</TD>
   1.145 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.146 +<a href="mailto:bob@guiduck.com">bob meader &lt;bob@guiduck.com&gt;</a></TD>
   1.147 +<TD>
   1.148 +bob writes:<br>
   1.149 +Enclosed is xptcall for alpha/nt target..
   1.150 +<p>
   1.151 +It is a variation of the IRIS port (only targeted for win32).
   1.152 +<p>
   1.153 +Notice the last 2 files (the change to mozilla\xpcom\build\makefile.win and
   1.154 +mozilla\xpcom\build) are needed because I was unable to figure how to do a
   1.155 +"declspecexport" from the assembler ASAXP ... if some knows how to do that then
   1.156 +those last 2 files won't be needed.
   1.157 +<p>
   1.158 +I have had someone look over this code at bridge.com (the entry point to
   1.159 +compaq/gem compiler team) and this code was given the OK. I consider it "done".
   1.160 +<p>
   1.161 +This code lives in the files where the name includes 'alpha' in the <a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/win32">win32</a> directory.<BR>
   1.162 +</TD>
   1.163 +</TR>
   1.164 +
   1.165 +<TR>
   1.166 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.167 +<TD>Linux ARM</TD>
   1.168 +<TD><img alt="Started" title="Started" src="http://tinderbox.mozilla.org/star.gif">
   1.169 +<a href="mailto:sh990154@mail.uni-greifswald.de">Stefan Hanske&lt;sh990154@mail.uni-greifswald.de&gt;</a><BR>
   1.170 +<font color="red"><b>?</b></font>
   1.171 +<a href="mailto:willy@bofh.ai">Matthew Wilcox &lt;willy@bofh.ai&gt;</a></TD>
   1.172 +<TD>
   1.173 +Stefan's code is checked in and he says it is working.
   1.174 +</TD>
   1.175 +</TR>
   1.176 +
   1.177 +<TR>
   1.178 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.179 +<TD>Linux Sparc</TD>
   1.180 +<TD>
   1.181 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.182 +<a href="mailto:anton@progsoc.uts.edu.au">Anton Blanchard &lt;anton@progsoc.uts.edu.au&gt;</a>,
   1.183 +<BR>
   1.184 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.185 +<a href="mailto:rogerl@netscape.com">Roger Lawrence &lt;rogerl@netscape.com&gt;</a>,
   1.186 +<BR>
   1.187 +<img  alt="Maybe" title="Maybe" src="http://tinderbox.mozilla.org/star.gif">
   1.188 +<a href="mailto:ehle.3@osu.eduehle.3@osu.edu">Brandon Ehle &lt;ehle.3@osu.edu&gt;</a>
   1.189 +</TD>
   1.190 +<TD>
   1.191 +Anton contributed patches to Roger's Sparc code. Anton says it works and passes the tests!<b>
   1.192 +(24-Aug-1999) Brandon writes: I've finished testing XPTCALL Sparc Linux on 12 different Sparc machines and it checks out good.
   1.193 +</TD>
   1.194 +</TR>
   1.195 +
   1.196 +<TR>
   1.197 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.198 +<TD>Linux PPC</TD>
   1.199 +<TD> 
   1.200 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.201 +<a href="mailto:beard@netscape.com">Patrick Beard &lt;beard@netscape.com&gt;</a><BR>
   1.202 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.203 +<a href="mailto:waterson@netscape.com">Chris Waterson &lt;waterson@netscape.com&gt;</a><BR>
   1.204 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.205 +<a href="mailto:Franz.Sirl-kernel@lauterbach.com">Franz Sirl &lt;Franz.Sirl-kernel@lauterbach.com&gt;</a><BR>
   1.206 +<font color="red"><b>?</b></font> 
   1.207 +<a href="mailto:jsproul@condor.fddi.wesleyan.edu">Jason Y. Sproul &lt;jsproul@condor.fddi.wesleyan.edu&gt;</a><BR>
   1.208 + <font color="red"><b>?</b></font> 
   1.209 + <a href="mailto:darkmane@w-link.net">Sean Chitwood &lt;darkmane@w-link.net&gt;</a></TD>
   1.210 +<TD>
   1.211 +waterson said: <b>Mozilla runs on Linux/PPC</b>
   1.212 +</TD>
   1.213 +</TR>
   1.214 +
   1.215 +<TR>
   1.216 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.217 +<TD>Linux Alpha</TD>
   1.218 +<TD>
   1.219 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.220 +<a href="mailto:glen.nakamura@usa.net">Glen Nakamura &lt;glen.nakamura@usa.net&gt;</a><BR>
   1.221 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.222 +<a href="mailto:morrildl@nycap.rr.com">Dan Morril &lt;morrildl@nycap.rr.com&gt;</a><BR>
   1.223 +</TD>
   1.224 +<TD>
   1.225 +Glen writes:
   1.226 +<p>
   1.227 +I am attaching a patch which contains my Linux Alpha xptcall code.
   1.228 +It passes TestXPTCInvoke and TestXPC on my machine which runs
   1.229 +kernel 2.2.7, glibc 2.1.1, and egcs 1.1.2.  I have not tested it
   1.230 +with older GNU compilers such as gcc 2.8.x.  From looking at the
   1.231 +Linux x86 code, I gather that the vtable layout is a little different
   1.232 +for those compilers and the code will need minor modifications
   1.233 +in order to work properly.
   1.234 +<p>
   1.235 +I am not sure how much of the code can be used for OpenVMS Alpha
   1.236 +and/or Digital UNIX.  Currently the code is dependent on the g++
   1.237 +name mangling convention and a few GNU extensions so I'm not sure
   1.238 +how useful it will be for the other systems.  Hopefully the
   1.239 +comments in the code are detailed enough to help people attempting
   1.240 +a port.
   1.241 +<p>
   1.242 +</TD>
   1.243 +</TR>
   1.244 +
   1.245 +<TR>
   1.246 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.247 +<TD>SunOS x86</TD>
   1.248 +<TD> 
   1.249 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.250 +<a href="mailto:aljones@lbl.gov">Arthur Jones &lt;aljones@lbl.gov&gt;</a><BR>
   1.251 +<font color="red"><b>?</b></font> 
   1.252 +<a href="mailto:ppokorny@mindspring.com">Philip Pokorny &lt;ppokorny@mindspring.com&gt;</a><BR>
   1.253 +</TD>
   1.254 +<TD>
   1.255 +The word I hear is that this is working and done
   1.256 +</TD>
   1.257 +</TR>
   1.258 +
   1.259 +<TR>
   1.260 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.261 +<TD>HP-UX</TD>
   1.262 +<TD>
   1.263 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.264 +<a href="mailto:wang@cup.hp.com">Thomas Wang &lt;wang@cup.hp.com&gt;</a><BR>
   1.265 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.266 +<a href="mailto:mgleeson1@netscape.com">Mike Gleeson &lt;mgleeson1@netscape.com&gt;</a>
   1.267 +</TD>
   1.268 +<TD>I hear that this code is checked in and working. Though, there is some 
   1.269 +doubt - see bug 
   1.270 +#<a href="http://bugzilla.mozilla.org/show_bug.cgi?id=17997">17997</a>
   1.271 +</TD>
   1.272 +</TR>
   1.273 +
   1.274 +<TR>
   1.275 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.276 +<TD>AIX PPC</TD>
   1.277 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.278 +<a href="mailto:jdunn@netscape.com">Jim Dunn &lt;jdunn@netscape.com&gt;</a></TD>
   1.279 +<TD>Philip K. Warren writes: <BR>
   1.280 +
   1.281 +We have gone through several releases of AIX without any problems.
   1.282 +</TD>
   1.283 +</TR>
   1.284 +
   1.285 +<TR>
   1.286 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.287 +<TD>Irix</TD>
   1.288 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.289 +<a href="mailto:jasonh@m7.engr.sgi.com">Jason Heirtzler &lt;jasonh@m7.engr.sgi.com&gt;</a><BR>
   1.290 +</TD>
   1.291 +<TD>Jason has declared this done. Jason is no longer working at SGI and will 
   1.292 +not be maintaining this code. There is some doubt as to whether or not this is 
   1.293 +working for everyone - see bug 
   1.294 +#<a href="http://bugzilla.mozilla.org/show_bug.cgi?id=10061">10061</a>. 
   1.295 +<a href="mailto:shaver@mozilla.org">Mike&nbsp;Shaver&nbsp;&lt;shaver@mozilla.org&gt;</a> 
   1.296 +is the interim maintainer until someone more suitable can be found.
   1.297 +</TD>
   1.298 +</TR>
   1.299 +
   1.300 +<TR>
   1.301 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.302 +<TD>BeOS x86</TD>
   1.303 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.304 +<a href="mailto:duncan@be.com">Duncan Wilcox &lt;duncan@be.com&gt;</a><BR>
   1.305 +</TD>
   1.306 +<TD>
   1.307 +<a href="http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/src/md/unix">unix</a> (yet another reuse of the Linux 86 code!)<BR>
   1.308 +Duncan says this is all working. He did the code for old cfront style 'this' adjustment for others to use too!
   1.309 +</TD>
   1.310 +</TR>
   1.311 +
   1.312 +<TR>
   1.313 +<TD bgcolor="red"><font color="white"><b>HELP!</b></font></TD>
   1.314 +<TD>BeOS PPC</TD>
   1.315 +<TD align="center">-</TD>
   1.316 +<TD align="center">-</TD>
   1.317 +</TR>
   1.318 +
   1.319 +<TR>
   1.320 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.321 +<TD>Compaq Tru64 UNIX (Digital UNIX)</TD>
   1.322 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.323 +<a href="mailto:streeter@zk3.dec.com">Steve Streeter &lt;streeter@zk3.dec.com&gt;</a><BR>
   1.324 +</TD>
   1.325 +<TD>Code passes the tests and is checked in.</TD>
   1.326 +</TR>
   1.327 +
   1.328 +<TR>
   1.329 +<TD bgcolor="khaki"><font color="black"><b>Working</b></font></TD>
   1.330 +<TD>Neutrio x86</TD>
   1.331 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.332 +<a href="mailto:Jerry.Kirk@Nexwarecorp.com">Jerry L. Kirk &lt;Jerry.Kirk@Nexwarecorp.com&gt;</a><BR>
   1.333 +</TD>
   1.334 +<TD>
   1.335 +Patches for xptc*_unixish_x86.cpp checked in. Waiting for verification that this is really finished. 
   1.336 +</TD>
   1.337 +</TR>
   1.338 +
   1.339 +<TR>
   1.340 +<TD bgcolor="khaki"><font color="black"><b>Investigating</b></font></TD>
   1.341 +<TD>SCO UW7 and OSR5</TD>
   1.342 +<TD>
   1.343 +<img alt="Investigating" title="Investigating" src="http://tinderbox.mozilla.org/star.gif">
   1.344 +<a href="mailto:jkj@sco.com">J. Kean Johnston &lt;jkj@sco.com&gt;</a><BR>
   1.345 +<img alt="Investigating" title="Investigating" src="http://tinderbox.mozilla.org/star.gif">
   1.346 +<a href="mailto:evanh@sco.com">Evan Hunt &lt;evanh@sco.com&gt;</a><BR>
   1.347 +</TD>
   1.348 +<TD>Recent (Feb-2001) email from jkj@sco.com suggests that work will be occuring soon.</TD>
   1.349 +</TR>
   1.350 +
   1.351 +<TR>
   1.352 +<TD bgcolor="khaki"><font color="black"><b>Works</b></font></TD>
   1.353 +<TD>NetBSD/m68k</TD>
   1.354 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.355 +<a href="mailto:khym@bga.com">Dave Huang &lt;khym@bga.com&gt;</a><BR>
   1.356 +</TD>
   1.357 +<TD>
   1.358 +Dave's changes are in the tree. Waiting for verification that it is really finished.</TD>
   1.359 +</TR>
   1.360 +
   1.361 +<TR>
   1.362 +<TD bgcolor="khaki"><font color="black"><b>Partially Working</b></font></TD>
   1.363 +<TD>NetBSD/arm32</TD>
   1.364 +<TD><img alt="Investigating" title="Investigating" src="http://tinderbox.mozilla.org/star.gif">
   1.365 +<a href="mailto:mpumford@black-star.demon.co.uk">Mike Pumford &lt;mpumford@black-star.demon.co.uk&gt;</a>
   1.366 +</TD>
   1.367 +<TD>Mike writes:<BR>
   1.368 +I have started porting to the platform based on the code for Linux ARM. The 
   1.369 +InvokeByIndex code works correctly when used with TestXPTCInvoke. I am 
   1.370 +currently working on making TestXPC function correctly.
   1.371 +<P>
   1.372 +I am doing the porting work with egcs-1.1.2 on NetBSD 1.4P (NetBSD-current 
   1.373 +snapshot from a couple of days ago).
   1.374 +</TD>
   1.375 +</TR>
   1.376 +
   1.377 +<TR>
   1.378 +<TD bgcolor="green"><font color="white"><b>Done</b></font></TD>
   1.379 +<TD>Linux ia64</TD>
   1.380 +<TD><img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.381 +HP<br>
   1.382 +<img alt="Contributed code!" title="Contributed code!" src="http://tinderbox.mozilla.org/star.gif">
   1.383 +<a href="mailto:drepper@redhat.com">Ulrich Drepper &lt;drepper@redhat.com&gt;</a>
   1.384 +</TD>
   1.385 +<TD><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=40950#c15">bug 40950 comment 15</a></TD>
   1.386 +</TR>
   1.387 +
   1.388 +
   1.389 +<TR>
   1.390 +<TD bgcolor="red"><font color="white"><b>HELP!</b></font></TD>
   1.391 +<TD>All others!</TD>
   1.392 +<TD align="center">-</TD>
   1.393 +<TD align="center">-</TD>
   1.394 +</TR>
   1.395 +
   1.396 +
   1.397 +</table>
   1.398 +
   1.399 +<p>
   1.400 +
   1.401 +<b>Note:</b> I've used the symbol (<font color="red"><b>?</b></font>) to 
   1.402 +indicate people who have expressed an interest in <i>possibly</i> contributing code. 
   1.403 +Just because these people are listed here does not mean that they have commited
   1.404 +themselves to do the work. If <b>you</b> would like to contribute then let me 
   1.405 +know. Feel free to email these folks and offer to help or find out what's going 
   1.406 +on. We're all in this together.
   1.407 +
   1.408 +<p>
   1.409 +
   1.410 +<hr>
   1.411 +<b>Author:</b> <a href="mailto:jband@netscape.com">John Bandhauer &lt;jband@netscape.com&gt;</a><br>
   1.412 +<b>Last modified:</b> 3 February 2003
   1.413 +
   1.414 +</body>
   1.415 +</html>

mercurial