gecko-dev/xpcom
cls%seawood.org 3f1dcd11dc Various fixes to let the tree compile with gcc 2.95:
String constants are now (const char *)s and must be explicitly cast to (char *).
operator new is expected to be empty or throw an expection instead of returning null. (ifdef'd for gcc 2.95+)
Stricter checks on register clobbering in embedded asm. (at least I think that's what it is)
Expects the main function to return int, not something similiar to it like PRInt32.

Still requires a tweak to remove -mno-486 from NSPR's *.mk files.
1999-08-07 06:01:31 +00:00
..
apps First check-in of XP Event Loop Interfaces. --This is not connected to the build--. 1999-08-03 23:57:18 +00:00
base Various fixes to let the tree compile with gcc 2.95: 1999-08-07 06:01:31 +00:00
build change libreg name to match Unix 1999-08-07 03:16:42 +00:00
components On Mac, check a file's type (skip the creator, so that 3rd party shared libraries can be noticed) to see if its a shared library. 1999-08-06 23:06:07 +00:00
doc adding changes suggested by brendan 1999-08-04 07:07:37 +00:00
ds Temporary set charset to utf-8 until the coverter for escape-unicode is 1999-08-06 20:24:02 +00:00
glue fix warnings 1999-08-05 19:47:10 +00:00
io remove interface and impl of nsFileSpec::ResolveAlias() because it is obsolete. 1999-08-03 04:51:45 +00:00
libxpt/xptcall adding back for doc purpose 1999-06-12 08:08:15 +00:00
macbuild added files: mozilla/xpcom/ds/nsISupportsPrimitives.idl 1999-08-04 07:02:54 +00:00
proxy Fix for bug 10997 submitted by rginda@ix.netcom.com. 1999-07-31 17:36:18 +00:00
reflect Various fixes to let the tree compile with gcc 2.95: 1999-08-07 06:01:31 +00:00
sample Comment only change. 1999-07-31 17:23:59 +00:00
string/obsolete Fixing ToNewUnicode(). Checking in for rickg. 1999-07-28 21:43:11 +00:00
tests VMS changes from Colin Blake <colin@theblakes.com> 1999-07-31 19:39:23 +00:00
threads Various fixes to let the tree compile with gcc 2.95: 1999-08-07 06:01:31 +00:00
tools Cleanup and fix for BSD/OS. 1999-07-22 04:23:11 +00:00
typelib Made use of ... varargs result in failure, as we don't currently seem 1999-08-06 10:25:16 +00:00
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
Makefile.in Adding a link change for BeOS 1999-07-17 03:38:08 +00:00
makefile.win Added the xpcom/sample directory to the build, so I can point people to the minimal XPConnect sample code there without them having to rebuild to try it out. 1999-05-28 01:49:47 +00:00