gecko-dev/xpcom/threads
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
..
.cvsignore cvs ignorage for xpcom2 landing 1999-05-26 17:51:05 +00:00
MANIFEST Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
Makefile.in Match the window DEFINES. Also took out -D_IMPL_NS_WIDGET, which smells 1999-07-07 08:16:57 +00:00
makefile.win Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
nsAutoLock.h Various fixes to let the tree compile with gcc 2.95: 1999-08-07 06:01:31 +00:00
nsEventQueue.cpp Adding IsQueueOnCurrentThread(). 1999-06-14 20:20:33 +00:00
nsEventQueue.h Adding IsQueueOnCurrentThread(). 1999-06-14 20:20:33 +00:00
nsEventQueueService.cpp |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
nsEventQueueService.h Added 1999-05-18 21:43:13 +00:00
nsIEventQueue.h Adding IsQueueOnCurrentThread(). 1999-06-14 20:20:33 +00:00
nsIEventQueueService.h Added |GetIID()| 1999-06-29 20:28:56 +00:00
nsIThread.h moved GetPrimordialThread from nsAppShellService to nsThread, as suggested by warren 1999-06-13 03:30:38 +00:00
nsThread.cpp Added missing release. 1999-06-19 22:22:38 +00:00
nsThread.h include prcmon.h for nsThread.h, until unix defines NS_MT_SUPPORTED for nsISupports.h 1999-05-04 07:11:31 +00:00