Граф коммитов

158 Коммитов

Автор SHA1 Сообщение Дата
rogerl%netscape.com c00458de39 Fixed MI dispatch and cleaned up branch slots. 1999-07-19 20:18:02 +00:00
jband%netscape.com d0bb997153 doing an explict cast of float to double in printf args in test 1999-07-19 19:43:53 +00:00
jband%netscape.com 59c49fd523 adding Linux ARM code contributed by Stefan Hanske <sh990154@mail.uni-greifswald.de> 1999-07-19 02:57:59 +00:00
jband%netscape.com ef07621383 reducing the count of stubs entries in the xptcstubs* vtbl (down to 128 from 256) to reduce footprint and to make Linux ARM happy 1999-07-19 02:56:39 +00:00
jband%netscape.com 4c6c13185a fix for bug 10033 - failing to resolve at runtime interfaces that were forward declared in one xpt file and resolved in another xpt file. r: mccabe 1999-07-17 03:10:31 +00:00
rogerl%netscape.com abf95232e0 Return register count from invoke_count so that we can load only the
appropriate registers.
1999-07-16 22:19:34 +00:00
jband%netscape.com 7bb0e677bc just setting the tab-width 1999-07-16 04:21:43 +00:00
jband%netscape.com 3e8f3a99d0 updating status page - not part of the build 1999-07-16 04:00:13 +00:00
scc%netscape.com ab2352e498 switched over to _not_ using |__comobject|. Adjusted assembly to skip extra vtable header, and fixed inheritance in |nsISupports| 1999-07-15 03:02:01 +00:00
jband%netscape.com 106305d41b lots of xptcall changes:
1) OpenVMS Linux from Colin R. Blake <colin@theblakes.com>.
2) Irix from Jason Heirtzler <jasonh@m7.engr.sgi.com>.
3) Linux Alpha from Glen Nakamura <glen.nakamura@usa.net>.
4) NT Alpha from bob meader <bob@guiduck.com>.
5) x86 'this' adjust code for old or new style from Duncan Wilcox <duncan@be.com>.
6) vtbl layout test from Bert Driehuis <bert_driehuis@nl.compuware.com>.
7) improved invoke test to catch 'this' adjustment errors.
8) updated status page.
1999-07-15 02:43:23 +00:00
briano%netscape.com 0e951ec9de Fix for BSDI. 1999-07-15 02:21:21 +00:00
briano%netscape.com eeca469d06 Workaround for platforms that don't have --whole-archive (or equivalents). 1999-07-14 22:58:39 +00:00
ramiro%netscape.com 79a75b4320 Use DEFINES instead of CFLAGS. 1999-07-07 08:13:01 +00:00
jband%netscape.com 70263da324 updating xptcall status page 1999-07-06 22:57:45 +00:00
briano%netscape.com efeff0f1a5 Better way to deal with IRIX-specific problem with xptcstubs_asm_irix.s. 1999-07-06 22:52:20 +00:00
jband%netscape.com 572736fb18 added MultipleInheritence xptcall invoke test 1999-07-05 21:31:25 +00:00
briano%netscape.com 48118e9610 Looks like we'll need IRIX -o32 files as well (for IRIX 5.x and earlier). 1999-07-03 02:58:38 +00:00
dveditz%netscape.com 0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
dp%netscape.com b46fdbf168 Removing old RegisterComponent calls as these are inbuilt into XPCOM 1999-07-02 03:50:44 +00:00
jdunn%netscape.com 2e51fe79aa partical fix for the stubs call on AIX 1999-07-01 18:16:34 +00:00
jband%netscape.com e06dbc9ea9 doing my part for bug 8227 1999-06-29 21:15:31 +00:00
mcafee%netscape.com a174d8f82e Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca) 1999-06-28 23:11:18 +00:00
briano%netscape.com 703ae26edd Fix for OpenBSD and potentially Solaris/x86. 1999-06-25 01:06:49 +00:00
briano%netscape.com 7d4256d61b Fix for OpenBSD, and potential fix for Solaris/x86. 1999-06-24 03:49:33 +00:00
briano%netscape.com 2d90d87296 Fixed the breakage in the IRIX 6.3 build caused by a problem with the compiler/assembler combination (?). 1999-06-24 01:35:52 +00:00
Jerry.Kirk%Nexwarecorp.com 0ac3189ed5 - Adding code to support Neutrino OS. Had to use the OS_TARGET
- variable instead of OS_ARCH because Neutrino is still cross-compiled.
1999-06-21 19:58:48 +00:00
jband%netscape.com c38eddc1d0 updating status page 1999-06-14 22:33:18 +00:00
jband%netscape.com da093b18b7 adding BeOS x86 changes from Duncan Wilcox <duncan@be.com> 1999-06-14 22:17:41 +00:00
mccabe%netscape.com e77a2e4553 Remove vestiges of BUILD_XPIDL and USE_XPIDL from the build. 1999-06-12 09:29:46 +00:00
jband%netscape.com f2ca9e4574 fix Mac breakage 1999-06-12 06:00:03 +00:00
jband%netscape.com ce9447b3ea another try for this code needed to make Irix work (with fixed dll export stuff this time) 1999-06-12 04:29:12 +00:00
mcafee%netscape.com b12f8322a1 Updating last-changed date to match cvs log. 1999-06-11 04:01:22 +00:00
Jerry.Kirk%Nexwarecorp.com 88ed09eaff - Changing #ifdef to support both GCC 2.7 and 2.8 and adding support
for NTO platform.
1999-06-09 12:34:07 +00:00
jband%netscape.com e13ebb6f4e Fix build bustage. Will come back and do it right 1999-06-08 22:49:01 +00:00
jband%netscape.com 322f8084b6 Adding Irix implementation from Jason Heirtzler <jasonh@cthulhu.engr.sgi.com> 1999-06-08 21:49:30 +00:00
briano%netscape.com 28e4c7fea6 Oops, forgot to add the braces.... 1999-06-05 01:57:35 +00:00
briano%netscape.com 9a0e6dfc01 Fix for platforms that don't support long longs. 1999-06-05 01:07:50 +00:00
briano%netscape.com 8699ea0019 Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
warren%netscape.com cbbfa208f8 IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom). 1999-06-03 21:50:47 +00:00
waterson%netscape.com b871cd51bb Replace NS_IS_ERROR() with NS_FAILED(): NS_IS_ERROR() is buggy and redundant. 1999-06-03 20:25:15 +00:00
jband%netscape.com ef883771fc updating status page 1999-06-02 23:28:23 +00:00
jband%netscape.com 746bfe57e4 another patch from khym@bga.com (Dave Huang) 1999-06-02 03:49:30 +00:00
jband%netscape.com 5d03cce510 platform check contributed by Bert Driehuis <bert_driehuis@nl.compuware.com> 1999-06-02 02:35:00 +00:00
jband%netscape.com 464d9eeb86 adding netbsd m68k support contributed by khym@bga.com (Dave Huang) 1999-06-02 02:26:38 +00:00
jband%netscape.com dd6abc2c4a removing this unused and ill-named file 1999-06-02 01:47:19 +00:00
jband%netscape.com de6e3b6a69 updated status page 1999-06-02 01:25:08 +00:00
jband%netscape.com b5eae98789 use only C style comments in these files to make Irix happy 1999-06-02 00:57:32 +00:00
jband%netscape.com c448b728e4 updating paths to new location of this directory and updating status page 1999-05-31 19:48:25 +00:00
jdunn%netscape.com 589ecce26c Add AIX/ppc source files for compiling 1999-05-27 02:56:47 +00:00
jdunn%netscape.com 11e33bca9a xptcall files for PowerPC/POWER/POWER2 architecture for AIX 1999-05-27 02:56:03 +00:00