pjs/xpcom
cyeh%netscape.com e06ebadeda (really cyeh) fix crashing bug in optimized builds of viewer, but i'm really suprised that this didn't crash more often. per Inside Macintosh: Processes: you must initialize the ProcessInfoRec with the address to a valid FSSpec and at least 32 bytes of memory if you want the name of the process. if you do not want the name of the process, pass in nil into ProcessInfoRec.processName. We were crashing because the value of PIR.processName was uninitialized, and we were copying the name of the application into random memory. 1999-03-02 00:03:30 +00:00
..
base Adding comparisons to autoconf results. 1999-03-01 10:13:18 +00:00
components (really cyeh) fix crashing bug in optimized builds of viewer, but i'm really suprised that this didn't crash more often. per Inside Macintosh: Processes: you must initialize the ProcessInfoRec with the address to a valid FSSpec and at least 32 bytes of memory if you want the name of the process. if you do not want the name of the process, pass in nil into ProcessInfoRec.processName. We were crashing because the value of PIR.processName was uninitialized, and we were copying the name of the application into random memory. 1999-03-02 00:03:30 +00:00
doc created. -pnunn 1999-03-01 22:40:55 +00:00
ds Call delete [] when new [] was used for allocation. 1999-02-27 20:39:07 +00:00
glue Adding comparisons to autoconf results. 1999-03-01 10:13:18 +00:00
idl add nsIEnumerator interface, and fix nsICollection interface to use long not int 1999-02-26 17:57:34 +00:00
io Fix Windows build errors 1999-02-28 02:51:53 +00:00
libxpt Initial checkin of typelib loading service. 1999-02-25 22:56:43 +00:00
macbuild REALLY add libreg and nsRegistry to the Macintosh build. 1999-02-28 00:26:24 +00:00
public Adding comparisons to autoconf results. 1999-03-01 10:13:18 +00:00
src (really cyeh) fix crashing bug in optimized builds of viewer, but i'm really suprised that this didn't crash more often. per Inside Macintosh: Processes: you must initialize the ProcessInfoRec with the address to a valid FSSpec and at least 32 bytes of memory if you want the name of the process. if you do not want the name of the process, pass in nil into ProcessInfoRec.processName. We were crashing because the value of PIR.processName was uninitialized, and we were copying the name of the application into random memory. 1999-03-02 00:03:30 +00:00
string/obsolete Call delete [] when new [] was used for allocation. 1999-02-27 20:39:07 +00:00
tests Do the exception thing only if HAVE_CPP_EXCEPTIONS is defined. 1999-03-01 12:54:16 +00:00
threads Fixed comments that were referring to monitors. 1999-02-04 23:20:30 +00:00
tools Fix recursion problem 1999-03-01 19:06:27 +00:00
typelib put #ifdef's around the interface stub implementation output so that generated files can still 1999-02-27 03:34:39 +00:00
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
Makefile.in add dummy nsISupports.idl so that other IDL files can compile 1999-02-19 02:04:21 +00:00
makefile.win Migrating public files to public 1998-10-19 17:50:24 +00:00