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

17 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 1699d31f60 For gcc >= 2.95, add empty throw() function to remove warnings about returning null from operator new 1999-09-15 22:00:12 +00:00
cls%seawood.org af786fe1e7 Removed gcc 2.95+ ifdefs to trade one annoying warning for a less annoying one. 1999-09-12 12:03:20 +00:00
brendan%mozilla.org 849e52b0fb Pick nits. 1999-09-06 23:00:17 +00:00
brendan%mozilla.org 154f675bda Deadlock detection hacks. 1999-09-06 19:28:56 +00:00
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
toshok%hungry.com e84027ae5a squelch unused parameter warnings. 1999-07-07 04:17:45 +00:00
sspitzer%netscape.com 9bef23e66b fix warnings 1999-06-26 04:17:58 +00:00
warren%netscape.com 35b98be4f9 Added assertions. 1999-06-19 22:22:16 +00:00
warren%netscape.com ea65cc126c Changed nsAutoMonitor to nsAutoCMonitor (cached monitors). 1999-06-16 04:15:08 +00:00
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
warren%netscape.com cd4fdddee8 Added include for nsError.h to get nsresult. 1999-04-30 23:49:30 +00:00
warren%netscape.com 15356905f2 Made Notify and Wait methods return nsresult. 1999-04-30 22:55:16 +00:00
warren%netscape.com 16745abb64 Added nsAutoMonitor 1999-04-22 04:12:08 +00:00
waterson%netscape.com fc32751b45 Fixed comments that were referring to monitors. 1999-02-04 23:20:30 +00:00
waterson%netscape.com 791d6357f5 Added headers that nsAutoLock needs. 1999-02-04 00:39:49 +00:00
waterson%netscape.com bf217ad0ab Added operator new() and operator delete() to ensure that nobody tries to create one of these beasts on the free store. 1999-02-04 00:25:56 +00:00
waterson%netscape.com 9b6f064b72 Initial revision. 1999-02-03 22:44:14 +00:00