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

586 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com a14aee2def Ignore generated files. 1999-05-10 08:52:59 +00:00
mcafee%netscape.com dc6648e42f Skeleton timer test for gtk. 1999-05-10 08:52:04 +00:00
mcafee%netscape.com fabaa074ad Renaming nsQuickSort to NS_QuickSort so it doesn't look like a class name. r=brendan@netscape.com 1999-05-10 06:47:04 +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
briano%netscape.com 2ef9974fe9 Fix for AIX, Solaris, OSF/1, and probably others. 1999-05-08 06:24:27 +00:00
mcmullen%netscape.com d83d7b61e6 Adapt to changed interface some more. 1999-05-08 02:22:41 +00:00
mcmullen%netscape.com 660ab1c894 Adapt to changed interface. 1999-05-08 02:18:16 +00:00
mcmullen%netscape.com f1f7a55308 Fix nsFileSpec to take native paths in constructors and assignment operators. Fix += to work with relative paths on Macintosh. Remove dependency of nsFileSpec on streams (so that dp can move nsFileSpec). 1999-05-08 01:18:23 +00:00
mcmullen%netscape.com 7e9ebaa434 These staged checkins can be tricky. 1999-05-08 00:57:57 +00:00
mcmullen%netscape.com 8ffb91bdf1 Updated a comment. 1999-05-08 00:21:46 +00:00
mcmullen%netscape.com 4db1e3b360 Added nsFileSpecStreaming.cpp 1999-05-08 00:20:37 +00:00
mcmullen%netscape.com 812700de25 Added nsFileSpecStreaming.h 1999-05-08 00:20:15 +00:00
mcmullen%netscape.com 92574668b3 First Checked In. 1999-05-07 22:03:31 +00:00
bruce%cybersight.com 5a54f4ad8f This MUST be fixed in some other way. This is a temporary fix for the HP build bustage that Warren okayed as this code isn't in use elsewhere. This is just commenting out the bad code, not fixing it. 1999-05-07 08:08:21 +00:00
warren%netscape.com 198bc069bb Removed size args from nsIAllocator Realloc and Free. Now nsPageMgr keeps track of sizes for its nsIAllocator interface. 1999-05-07 06:22:11 +00:00
warren%netscape.com 29f3184ed4 Found out that this needs to do autoregistration to work (because it needs raptorbase). 1999-05-07 05:30:30 +00:00
dougt%netscape.com 8c0be13959 adding the tests directory back into the build. (thanks warren) 1999-05-07 02:37:19 +00:00
briano%netscape.com ed07d10ff3 Changed the reference to 'false' to 'PR_FALSE' so it'll build on Unix. 1999-05-07 02:21:43 +00:00
rickg%netscape.com 74f34530ec also removed a debug define 1999-05-07 00:48:04 +00:00
rickg%netscape.com ddd1e13091 fixed an error subsuming autostrings, and removed an AIX warning 1999-05-07 00:47:24 +00:00
rickg%netscape.com 214d738d23 new nsString modz; getting ready for nsString2 switchover 1999-05-06 05:13:08 +00:00
alecf%netscape.com 08744902e8 #if 0 out some unused code 1999-05-04 20:56:40 +00:00
alecf%netscape.com 2f15f6a202 allow nscore.h to be included by C source files by not including nsDebug.h 1999-05-04 20:52:58 +00:00
alecf%netscape.com eb6233d510 initialize some variables in constructor declaration rather than the constructor itself 1999-05-04 20:52:05 +00:00
alecf%netscape.com 7f2b893ac4 fix virtual constructor problem 1999-05-04 20:50:24 +00:00
alecf%netscape.com 4d5d87bb3c fix possible uninitialized variable 1999-05-04 20:49:20 +00:00
alecf%netscape.com 69706a2b27 add a side effect warning that bit me hard during M6 1999-05-04 20:28:24 +00:00
mcmullen%netscape.com 0c5ad1f6f3 So much for that last touchup between building and committing... 1999-05-04 19:39:15 +00:00
mcmullen%netscape.com 5da90cc4d1 Fix double-escaping problem (#4184) 1999-05-04 19:11:31 +00:00
hshaw%netscape.com 2ce724a62a build nsByteBufferInputStream and nsThread for unix 1999-05-04 17:48:50 +00:00
hshaw%netscape.com eae3dcdf4c include prcmon.h for nsThread.h, until unix defines NS_MT_SUPPORTED for nsISupports.h 1999-05-04 07:11:31 +00:00
hshaw%netscape.com 70983807f0 Add nsIByteBufferInputStream.h and nsIThread.h to export list 1999-05-04 03:15:41 +00:00
mcmullen%netscape.com b71b1961d8 Fix an error in the previous checkin. 1999-05-03 23:14:28 +00:00
mcmullen%netscape.com 36d20039a0 Check for a null path before calling stat() and friends (bug #5576). a=chofmann. 1999-05-03 20:29:01 +00:00
briano%netscape.com a06b94a174 Defined MAP_FAILED for all the platforms that don't have it. 1999-05-01 02:10:39 +00:00
briano%netscape.com df057a0825 Fix AIX and Solaris bustage. 1999-05-01 01:40:35 +00:00
warren%netscape.com 09b07809c1 Added include for nsError.h to get nsresult. 1999-04-30 23:49:30 +00:00
warren%netscape.com d7f3bdd0b0 Fixed mac bustage. 1999-04-30 23:16:47 +00:00
warren%netscape.com e54a458fca Consolidated individual factories into a single factory for base. 1999-04-30 22:55:21 +00:00
warren%netscape.com cc1333535a Made Notify and Wait methods return nsresult. 1999-04-30 22:55:16 +00:00
warren%netscape.com 9c928248b7 Added page manager, buffer, buffer streams and pipes stuff. 1999-04-30 22:55:12 +00:00
warren%netscape.com 11cccfd648 Fixed QI to respond to nsIProperties and nsIPersistentProperties. Removed factory (now in nsBaseDLL). 1999-04-30 22:54:22 +00:00
pinkerton%netscape.com 7b8852653a added GetIID() method. 1999-04-30 08:59:11 +00:00
jj%netscape.com 02559028c1 changed output shlb creator to 'MOZZ' in one or more targets. a=cyeh 1999-04-29 22:18:44 +00:00
bruce%cybersight.com b375ec7b75 Remove -lnetlib from link lines. Not needed. 1999-04-28 05:30:09 +00:00
erik%netscape.com 918e586ae6 Was using the wrong IID to implement nsISupports. Fixed. 1999-04-28 01:43:51 +00:00
bruce%cybersight.com be25d41dda Backing out change .. breaks build globally. Guess it is better to just have a broken HP-UX for now. 1999-04-28 01:24:06 +00:00
bruce%cybersight.com a44807c99e Fix HP-UX build bustage. You may NOT delete a void*. This is illegal in ANSI C++. 1999-04-28 01:08:40 +00:00
kipp%netscape.com 12cecd2806 Fixed bug in strncasecmp as reported by Eric Burley <ericb@neoplanet.com>; while I was there I removed a compiler warning too 1999-04-27 22:20:52 +00:00
mcmullen%netscape.com b7e2a9919d Use CRLF on windows for nsEndl() 1999-04-27 21:26:15 +00:00