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

595 Коммитов

Автор SHA1 Сообщение Дата
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
sfraser%netscape.com 803f8637c3 Remove errant semicolons. 1999-04-27 04:04:24 +00:00
mcmullen%netscape.com 31082baedf Fixed two small problems in Macintosh-only parts of the code. 1999-04-27 02:12:22 +00:00
rickg%netscape.com 0de7b981be removed warnings 1999-04-26 23:43:40 +00:00
mcmullen%netscape.com 42c26e2cf9 Checkin based on patches submitted by Michael Lowe - #5473. Adds support for a large number of special windows directories. 1999-04-26 22:20:23 +00:00
mcmullen%netscape.com 98d439d706 Patch from Michael Lowe (part of #5473) replace true by PR_TRUE 1999-04-26 19:34:39 +00:00
mcmullen%netscape.com e5e977358e Leakage and mismatch of allocate/free methods (patches submitted by Bruce Mitchener). Bug #5140. 1999-04-26 19:05:00 +00:00
bruce%cybersight.com 6b1cb6c501 Fix for a comment. 1999-04-25 13:31:05 +00:00
bruce%cybersight.com e128505d6e Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
rickg%netscape.com adecc28838 completed the backout 1999-04-25 03:50:10 +00:00
rickg%netscape.com 307ad080f1 backing out string changes until I can get it right 1999-04-25 03:10:44 +00:00
rickg%netscape.com 5cc467b89c still trying to fix mac breakage 1999-04-25 02:53:39 +00:00
rickg%netscape.com 06d43c1933 removed warnings and a build error 1999-04-25 02:05:03 +00:00
rickg%netscape.com 5eea057c07 fix to nsString2 constructor 1999-04-25 01:51:21 +00:00
rickg%netscape.com 9ea354a873 fix to nsString2 constructor 1999-04-25 01:49:58 +00:00
rickg%netscape.com 5098683c49 disabled some unnecessary debug output 1999-04-25 01:27:51 +00:00
rickg%netscape.com b5dcc14666 removed PRUnichar* operator() and other WIP for nsString2 1999-04-25 01:24:10 +00:00
scc%netscape.com c77df52aa7 removed the non-|const| version of |nsAutoCString::operator const char*| since the const version serves in both |const| and non-|const| situations, and will be ambiguous to many compilers. 1999-04-24 18:40:36 +00:00
mcmullen%netscape.com bf4cf0d5dd Bug #4184. Before unescaping a path, call ReAllocData. 1999-04-23 21:32:57 +00:00
mcmullen%netscape.com ed7685944c Corrected spelling in some comments. 1999-04-23 20:27:38 +00:00
mcmullen%netscape.com 2b9b0a6cd3 Made GetCatInfo method public (XP_MAC only) 1999-04-23 17:18:24 +00:00
dougt%netscape.com a23ed84234 Fixes Bug 5300 http://bugzilla.mozilla.org/show_bug.cgi?id=5300 1999-04-23 06:32:40 +00:00
bruce%cybersight.com b921f69928 Removing a spurious comma, fixing AIX and HP-UX build bustage. I don't see why this code should've compiled for anyone. 1999-04-23 04:15:50 +00:00
warren%netscape.com d5baf9b75e Added variant and scriptable. 1999-04-22 08:27:34 +00:00
rickg%netscape.com d550cc2e2e sync up with nsString2.cpp 1999-04-22 08:23:25 +00:00
warren%netscape.com 91d0be4809 Started factoring nsIPersistentProperties from nsIProperties. 1999-04-22 07:32:51 +00:00
warren%netscape.com 329d00e493 Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
warren%netscape.com 16fb99f467 Added nsIVariant and nsIScritable (for RDF). 1999-04-22 07:30:35 +00:00
sfraser%netscape.com a046a5b92a Look for types.h in the system headers. 1999-04-22 04:34:59 +00:00
warren%netscape.com 8f4b7a43d2 Added nsCRT::free methods. 1999-04-22 04:25:17 +00:00
warren%netscape.com aa985edf4b Added NS_IMETHOD decls. 1999-04-22 04:17:21 +00:00
warren%netscape.com 187631ef17 Added nsAutoMonitor 1999-04-22 04:12:08 +00:00
neeti%netscape.com d137eb0ce4 checking for null mObserverList 1999-04-21 19:36:41 +00:00
mcmullen%netscape.com 4efbbee451 Oops. 1999-04-20 19:31:11 +00:00
mcmullen%netscape.com 34af4633c2 Correct a problem my last change to GetParent() introduced. 1999-04-20 19:09:22 +00:00
neeti%netscape.com 2c01a9790e implemented wrapper funtions to make GetObserverList private. 1999-04-20 14:50:47 +00:00
bruce%cybersight.com 2648c173ee Fix library name. Still coredumps on execution. 1999-04-20 05:36:36 +00:00
mcmullen%netscape.com bd7584529a Fixed GetParent() on windows and unix (was incorrect for directories whose paths end in a separator). 1999-04-19 22:07:42 +00:00
mcmullen%netscape.com 9726731289 Added unix home directory 1999-04-15 22:45:41 +00:00
sfraser%netscape.com 2f546f203d Warning elimination (remove extra ; ) 1999-04-15 19:54:27 +00:00
sfraser%netscape.com 7509fa995a Warning elimination (delete extra ; ) 1999-04-15 19:53:35 +00:00
dougt%netscape.com 10c079470d Now using PL_* functions in nsprPath()
ifdef'ing the deallocation of nsprPath()
1999-04-15 19:39:23 +00:00
mcmullen%netscape.com ef4a73c482 An "oops" correction in the previous checkin. 1999-04-15 02:17:41 +00:00
mcmullen%netscape.com 8a002d9b23 Fixed two warnings and added a method with a shorter name because of bug in VC++ compiler 1999-04-15 01:11:42 +00:00
mcmullen%netscape.com 82df0f6471 Fixed compiler warning. 1999-04-15 01:07:20 +00:00
mcmullen%netscape.com bc106712df Support unix paths .. and . in the path conversion routine. 1999-04-15 01:06:55 +00:00
mcmullen%netscape.com d579b733aa Fix backwards failure logic 1999-04-15 01:06:03 +00:00
sspitzer%netscape.com 3d0a4b9e8f more cvs ignorage 1999-04-15 01:05:29 +00:00
waterson%netscape.com 295796c6fd Backed out change to nsISupportsArray::AppendElement() and RemoveElement(); they now return PRBool's like they used to. 1999-04-14 23:06:22 +00:00
beard%netscape.com 6db7f132d5 sorry, size_t != unsigned int, made declarations consistent to fix later link errors. 1999-04-14 04:19:42 +00:00
tague%netscape.com c022a18095 Added nsQuickSort.obj to the object list 1999-04-13 23:35:49 +00:00
tague%netscape.com 147062e400 Rolled out change 1999-04-13 23:25:38 +00:00
tague%netscape.com 2c44e52c4c Fixed windows build booboo. Added extern C to the defintion of nsQuickSort 1999-04-13 23:03:40 +00:00
alecf%netscape.com 1d8ac0d5c2 export this symbol correctly 1999-04-13 22:16:52 +00:00
gordon%netscape.com 818eafc444 Add nsIThread.h and nsIByteBufferInputStream.h for network update. 1999-04-13 21:16:24 +00:00
alecf%netscape.com f52c5ea8d3 make sure nsQuickSort is extern "C" 1999-04-13 20:36:57 +00:00
alecf%netscape.com 5919f4826a fix mac bustage 1999-04-13 20:34:38 +00:00
jdunn%netscape.com 4f46ff3cee fix compiler warning/errors with conversion from a void* to a char* 1999-04-13 20:27:17 +00:00
alecf%netscape.com 26fc4d1cd6 export nsQuickSort.h for mac build 1999-04-13 20:06:55 +00:00
alecf%netscape.com afdf504bb3 added files: mozilla/base/src/nsQuickSort.cpp 1999-04-13 20:05:39 +00:00
alecf%netscape.com ba6a24ab77 add quicksort to windows build 1999-04-13 19:07:43 +00:00
alecf%netscape.com ec4767bf21 add quicksort implementation to base
(Thanks to Regents of CA and the RDF team)
1999-04-13 19:03:45 +00:00
warren%netscape.com 47d97f7869 Fixed comment. 1999-04-13 18:26:53 +00:00
warren%netscape.com 14d3585596 Added NS_NewPipe and cleaned up ByteBufferInputStreams. 1999-04-13 18:17:29 +00:00
warren%netscape.com 2115a4aa4b Added header. 1999-04-13 18:15:49 +00:00
warren%netscape.com 4cc597dc40 Fixed EOF condition. 1999-04-13 18:15:41 +00:00
warren%netscape.com c42f0d5d08 Fixed thread problems. 1999-04-13 18:15:27 +00:00
bruce%cybersight.com f8a99e7dff Adding blank lines for native compilers. 1999-04-13 06:35:42 +00:00
rhp%netscape.com 25c7fb4db1 Added nsEscapeHTML() function 1999-04-12 20:23:21 +00:00
neeti%netscape.com 443c648289 Removed XP_PC for ObserverService api 1999-04-12 19:08:25 +00:00
waterson%netscape.com 6bc97827ab Added TestObserverService.cpp 1999-04-12 18:48:20 +00:00
waterson%netscape.com 03267d0619 Added observer classes. 1999-04-12 18:48:02 +00:00
waterson%netscape.com 9cfb6872c9 Added observer interfaces. 1999-04-12 18:46:49 +00:00
waterson%netscape.com a7b582b241 Added nsIObserverService, nsIObserverList, and nsIObserver to exports. 1999-04-12 18:11:47 +00:00
sspitzer%netscape.com f1e1d10f96 some more cvs ignore work 1999-04-10 21:22:31 +00:00
blizzard%redhat.com 7f7ca00fa2 base code for unix timers without a toolkit 1999-04-10 15:20:27 +00:00
ducarroz%netscape.com 9741017840 added nsEscape.h, nsStdFileStream.h needed by mailnews 1999-04-10 01:20:02 +00:00
briano%netscape.com cf50f70912 Cleaned up the statfs mess at the beginning to make use of configure's power. 1999-04-10 01:13:02 +00:00
dougt%netscape.com f86be58b2d fixing Move() testcase to reflect changes made.
added nspr compatiblity tests.
1999-04-10 00:31:35 +00:00
dougt%netscape.com 9592b5ed44 Make the windows specific code use nsprPath. 1999-04-10 00:30:23 +00:00
dougt%netscape.com c97b3ee440 Adding nsprPath class.
Removing existing check when creating subdirectories.
1999-04-10 00:29:20 +00:00
dougt%netscape.com e68895186c Adding nsprPath class.
Changing comments to reflect the real world.
1999-04-10 00:27:09 +00:00
mcmullen%netscape.com 70a8808ba2 Bug #4619. When at eof, get() was returning undefined character. Now returning 0. 1999-04-08 17:31:00 +00:00
rickg%netscape.com 9c6e76138e fixed mail/news crash and bug 4606 1999-04-07 21:05:19 +00:00
mcafee%netscape.com 0f446c2ced Removing bogus rule 1999-04-07 00:21:53 +00:00
neeti%netscape.com 3e2bd49cad initial checkin for ObserverService api 1999-04-06 20:54:09 +00:00
mcmullen%netscape.com 75e878b3a9 memset a buffer to 0, to avoid Solaris UMR diagnostics. 1999-04-06 20:10:50 +00:00
warren%netscape.com 47085e4f4f Added GetIThread method 1999-04-06 06:09:15 +00:00
warren%netscape.com f463afe3df Fixed refcount problems. 1999-04-06 04:57:44 +00:00
warren%netscape.com 8b3e95cfa2 Added nsIByteBufferInputStream. 1999-04-06 01:43:52 +00:00
warren%netscape.com a89a6c1a63 Fixed thread pool shutdown. 1999-04-06 01:42:01 +00:00
jband%netscape.com b0859a052d fixed typo so no extra .pdb files get left behind 1999-04-06 00:10:10 +00:00