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

222 Коммитов

Автор SHA1 Сообщение Дата
dp%netscape.com 9338d39054 adding back for doc purpose 1999-06-12 08:08:15 +00:00
dp%netscape.com e1db1fdd99 Removing obsoleted files from xpcom/ post xpcom2.0 landing 1999-06-12 07:54:05 +00:00
rogerl%netscape.com 0ecf2ad741 Instruction sequence clean-up courtesy of Dan Price & Blake Jones at Sun. 1999-06-03 23:02:17 +00:00
jband%netscape.com 8d5a930e20 converting these html files to redirect to moved pages 1999-05-31 19:45:54 +00:00
dp%netscape.com 0443b20e33 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
briano%netscape.com 2f160a1151 Fixed a bug that only exhibited itself if NO_STATIC_LIB was defined. The tools (../tools) require that libxpt.a gets built no matter what, and that wasn't happening. 1999-05-20 23:17:03 +00:00
mccabe%netscape.com 7eb824fa0e Only alloc space for interface records if we actually have interfaces; fixes a calloc(1,0) bug that was breaking the AIX build. (Thanks to Jim Dunn <jdunn@netscape.com> for finding this, and to Mike Shaver <shaver@netscape.com> for contributing the patch.
The xpcom tree remains closed, but this patch gets in for m6 by special dispensation.

A=leaf,dp
1999-05-18 02:10:05 +00:00
mccabe%netscape.com 0c631e1377 Be conservative, and initialize the XPTState struct to 0 when allocating it. This cropped up as a problem where garbage fields were busting the msvc 6.0 -opt build, but was really xp. 1999-05-12 22:56:42 +00:00
mccabe%netscape.com e297963241 Allocate 1 extra space and nul-terminate the string given to XPT_NewString. Thanks to Jim Dunn <jdunn@netscape.com> for suggesting this fix. 1999-05-12 09:04:38 +00:00
kipp%netscape.com 051ea8ef50 Fix makefile glitch 1999-05-12 00:15:22 +00:00
waterson%netscape.com ef1a512a32 Be sure to initialize the data offset in the new state object. Mucho gracias to shaver for the fix. 1999-05-11 04:39:40 +00:00
mccabe%netscape.com b0652b76d4 Comment fix to previous. 1999-05-10 10:20:41 +00:00
mccabe%netscape.com fc41958c00 Build the xpt_link and xpt_dump tools early so that they're available as part of the build process, and link them statically so we don't need the shared library path set to use them. 1999-05-10 10:17:54 +00:00
mcafee%netscape.com 1e9ab980a4 Class nsprPath has been renamed to nsNSPRPath; straggler references were being converted with a typedef, this was confusing Solaris, so I'm converting all nsprPath references to the new name, hope that's Ok. 1999-05-10 05:34:26 +00:00
beard%netscape.com 2c7785dfb7 changed raw calls to stat() to get_file_length(), and redefined get_file_length to mac_get_file_length when building as CodeWarrior plugin. 1999-05-08 23:01:09 +00:00
beard%netscape.com 5125d49f3e renamed get_args() to mac_get_args(), get_file_length redefined as mac_get_file_length when built as CodeWarrior plugin. 1999-05-08 23:00:07 +00:00
beard%netscape.com ecb01e0921 using defined(XPIDL_PLUGIN) to determine when to rename main 1999-05-08 20:40:26 +00:00
mccabe%netscape.com 636f222084 Build xpidl before export phase of any xpcom directory. 1999-05-08 01:57:37 +00:00
rogerl%netscape.com 18f69ee952 Forced conversion of result for I64 tests to int in call to printf. I
couldn't find a OS-independent format string for handling the I64.
1999-05-07 21:57:23 +00:00
rogerl%netscape.com 221629a4f8 Fixed quad-word alignment issues, vTable layout problems. 1999-05-07 21:42:28 +00:00
jband%netscape.com aa4e5c01f2 updating status - added Digital Unix and notes on PPC code 1999-05-07 21:01:29 +00:00
jband%netscape.com 953cc2771a changing wchar_t to PRUnichar because wchar_t is 32bits on some machines (Solaris) and PRUnichar is what we really mean anyway 1999-05-07 21:00:29 +00:00
beard%netscape.com ea4590eb61 don't know how, but line endings got whacked. 1999-05-06 15:52:25 +00:00
beard%netscape.com e1add767cb tool changes 1999-05-06 14:30:29 +00:00
beard%netscape.com 1fe602d4e3 added xptcstubs_mac.cpp/.s, removed xptcstubs_.mac.cpp 1999-05-06 14:29:31 +00:00
beard%netscape.com 52b7ee9887 for XP_MAC, added macro renaming main to xptdump_main, for use in CodeWarrior plugin, changed all uses of "stat" to call to get_file_length() for clarity, and to lessen number of calls to stat in code. 1999-05-06 14:25:10 +00:00
beard%netscape.com 23b01037c6 For XP_MAC, added macro renaming main to xptlink_main, for use in CW plugin linker, uint32 -> PRUint32, renamed xpt_dump_usage -> xpt_link_usage. 1999-05-06 14:22:46 +00:00
beard%netscape.com 6202fe13f7 fixed stores of types smaller than sizeof(PRInt32) 1999-05-06 14:21:08 +00:00
beard%netscape.com ac5c447a65 fixed floating point loads, vtable offset, r4 <- r6. 1999-05-06 14:19:34 +00:00
beard%netscape.com b74c11cb44 First Checked In. 1999-05-06 14:16:15 +00:00
briano%netscape.com 888ec9541e Added OpenBSD to the list. 1999-05-06 01:58:22 +00:00
briano%netscape.com bd9539aeee This should prevent Solaris/x86 from overriding its CPPSRCS setting with that for sparc. 1999-05-06 01:57:02 +00:00
mcafee%netscape.com a8660a05c4 Adding Solaris/sparc and Solaris/intel 1999-05-06 00:49:31 +00:00
mcafee%netscape.com 91c41b4730 Linker didn't seem to like _ prefix for function names, removing them fixes link errors. Adding license file. 1999-05-06 00:49:02 +00:00
mcafee%netscape.com 7a7011e168 Fixing link error (Solaris). 1999-05-06 00:48:09 +00:00
mcafee%netscape.com ad9054f19f Fixing link errors (Solaris). 1999-05-06 00:47:40 +00:00
briano%netscape.com 596124712e Fix for bug 5770. Thanks to lennox@cs.columbia.edu. 1999-05-05 23:38:15 +00:00
mcafee%netscape.com e4ded11809 Adding license. 1999-05-05 06:07:50 +00:00
mcafee%netscape.com 19e2200b75 Adding test to .cvsignore 1999-05-05 06:07:25 +00:00
mcafee%netscape.com 90c4be81f7 Adding Makefile for Linux. 1999-05-05 06:06:33 +00:00
mcafee%netscape.com 03d3d710d6 Adding changes for Solaris, commented-out so we don't break the current build. 1999-05-05 02:06:02 +00:00
mcafee%netscape.com 8381e6ce78 Typo? Fixing Solaris bustage. 1999-05-05 01:59:07 +00:00
mcafee%netscape.com ad1edb1c19 These files have been renamed with _asm_ to distinguish them from cpp files, this unconfuses gcc. 1999-05-05 01:57:35 +00:00
mcafee%netscape.com 4b91860904 Renaming asm files to be different than cpp files so compiler doesn't get confused. xptcinvoke_sparc_solaris.s _. xptcinvoke_asm_sparc_solaris.s, xptcstubs_sparc_solaris.s -> xptcstubs_asm_sparc_solaris.s 1999-05-05 01:56:01 +00:00
mccabe%netscape.com 537caa1470 Fix to 5415. Don't complain about duplicate iids when linking, if the duplicate iids are zero (representing unresolved interfaces.) 1999-05-04 09:47:10 +00:00
mccabe%netscape.com be244708be Check for consts > 0 before allocating record space for them. Fix to 5683, a malloc(0) bug; thanks to jlnance@inttek.com for catching this one. 1999-05-04 07:31:40 +00:00
waterson%netscape.com 0dd20272b3 Don't set record->typelibRecord until we know that we're actually indexifying the typelib in which the interface lives. 1999-05-04 03:45:55 +00:00
jband%netscape.com 8d31292b46 force the tools for get created in the export phase to be used to build xpt files and cleanup otherwise makefiles 1999-05-04 03:43:14 +00:00
jband%netscape.com ee7fe8a1f2 fix casting warning and quiet useless runtime noise on success 1999-05-04 03:40:31 +00:00
jband%netscape.com e162203173 Support BSD OS and difference between gcc and egcs (thanks to Bert Driehui <bert_driehuis@nl.compuware.com>) 1999-05-04 03:38:05 +00:00