pjs/base/src
kmcclusk%netscape.com 348ae67519 Modified nsString2::Append to only call strlen only if aCount is -1.
This clears up ABR errors reported in Purify.
1999-05-13 23:44:57 +00:00
..
gtk Fix bugs 3653, 3652 and 3566. Leaking timers. 1999-03-15 21:23:49 +00:00
mac 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
motif Adding nsCaretProperties.cpp to Windows and UNIX builds 1999-02-17 23:36:54 +00:00
photon cvs ignorage 1999-05-13 03:53:42 +00:00
rhapsody Remove dependency on nscoord.h; return caret width in pixels, and turn off blinking on UNIX 1999-02-13 04:44:23 +00:00
unix Fix for AIX, Solaris, OSF/1, and probably others. 1999-05-08 06:24:27 +00:00
windows Assert when nsFileSpec gets a unix path 1999-05-12 00:17:53 +00:00
xlib some more cvs ignore work 1999-04-10 21:22:31 +00:00
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
MANIFEST added nsString to unix make system 1999-03-22 22:09:37 +00:00
Makefile.in 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
bufferRoutines.h new nsString modz; getting ready for nsString2 switchover 1999-05-06 05:13:08 +00:00
makefile.win 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
nsArena.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsAtomTable.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsBTree.cpp warning removal 1998-07-25 02:11:02 +00:00
nsBTree.h warning removal 1998-07-25 02:11:02 +00:00
nsBaseDLL.cpp Fixed mac bustage. 1999-04-30 23:16:47 +00:00
nsBaseDLL.h Fixed compiler warning on Linux. 1999-02-03 18:11:45 +00:00
nsBuffer.cpp 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
nsBuffer.h Added page manager, buffer, buffer streams and pipes stuff. 1999-04-30 22:55:12 +00:00
nsByteBuffer.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsByteBufferInputStream.cpp make the destructor virtual 1999-05-13 00:48:42 +00:00
nsCRT.cpp 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
nsCRT.h add a side effect warning that bit me hard during M6 1999-05-04 20:28:24 +00:00
nsDeque.cpp fixed mail/news crash and bug 4606 1999-04-07 21:05:19 +00:00
nsDeque.h fixed bug in deque::pushfront 1999-03-31 08:42:06 +00:00
nsEscape.cpp Added nsEscapeHTML() function 1999-04-12 20:23:21 +00:00
nsFileSpec.cpp Fix badness when nsFilePath is initialized with a nil or empty string. 1999-05-12 22:56:24 +00:00
nsFileSpecStreaming.cpp These staged checkins can be tricky. 1999-05-08 00:57:57 +00:00
nsFileStream.cpp Use CRLF on windows for nsEndl() 1999-04-27 21:26:15 +00:00
nsGenericCaretProperties.cpp Remove dependency on nscoord.h; return caret width in pixels, and turn off blinking on UNIX 1999-02-13 04:44:23 +00:00
nsIArena.h added GetIID() method. 1999-04-30 08:59:11 +00:00
nsIAtom.h rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsIBaseStream.h Added NS_NewPipe and cleaned up ByteBufferInputStreams. 1999-04-13 18:17:29 +00:00
nsIByteBuffer.h Added NS_IMETHOD decls. 1999-04-22 04:17:21 +00:00
nsIFileStream.cpp Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
nsIInputStream.h removed aErrorCode from the comment. 1999-03-25 03:00:04 +00:00
nsIOutputStream.h Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
nsIStringStream.cpp fix possible uninitialized variable 1999-05-04 20:49:20 +00:00
nsITimer.h added NS_DEFINE_STATIC_IID_ACCESSOR. 1999-03-12 04:46:43 +00:00
nsITimerCallback.h added NS_DEFINE_STATIC_IID_ACCESSOR. 1999-03-12 04:46:43 +00:00
nsIUnicharBuffer.h Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
nsIUnicharInputStream.h Hacky Unicode converters implementation replaced with the real xpcom thing. 1999-02-03 18:55:10 +00:00
nsInt64.h Fixed linkage problems with nsInt64 and nsTime classes. 1998-10-06 20:06:06 +00:00
nsObserver.cpp Consolidated individual factories into a single factory for base. 1999-04-30 22:55:21 +00:00
nsObserver.h Consolidated individual factories into a single factory for base. 1999-04-30 22:55:21 +00:00
nsObserverList.cpp checking for null mObserverList 1999-04-21 19:36:41 +00:00
nsObserverList.h Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsObserverService.cpp Consolidated individual factories into a single factory for base. 1999-04-30 22:55:21 +00:00
nsObserverService.h Consolidated individual factories into a single factory for base. 1999-04-30 22:55:21 +00:00
nsPageMgr.cpp 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
nsPageMgr.h 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
nsPipe.cpp Added page manager, buffer, buffer streams and pipes stuff. 1999-04-30 22:55:12 +00:00
nsProperties.cpp Fixed QI to respond to nsIProperties and nsIPersistentProperties. Removed factory (now in nsBaseDLL). 1999-04-30 22:54:22 +00:00
nsProperties.h Consolidated individual factories into a single factory for base. 1999-04-30 22:55:21 +00:00
nsQuickSort.cpp 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
nsRBTree.cpp Fixed compiler bugs/warnings 1998-04-26 03:13:20 +00:00
nsRBTree.h warning removal 1998-07-25 02:11:02 +00:00
nsScriptable.cpp Fixed nsICollection (and Count in particular) to be xpidl friendly. 1999-05-13 04:56:04 +00:00
nsSizeOfHandler.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsSpecialSystemDirectory.cpp 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
nsStdFileStream.cpp First Checked In. 1998-12-18 22:38:28 +00:00
nsStr.cpp make the destructor virtual 1999-05-13 00:48:42 +00:00
nsStr.h new nsString modz; getting ready for nsString2 switchover 1999-05-06 05:13:08 +00:00
nsString.cpp new nsString modz; getting ready for nsString2 switchover 1999-05-06 05:13:08 +00:00
nsString.h new nsString modz; getting ready for nsString2 switchover 1999-05-06 05:13:08 +00:00
nsString2.cpp Modified nsString2::Append to only call strlen only if aCount is -1. 1999-05-13 23:44:57 +00:00
nsString2.h fixed an error subsuming autostrings, and removed an AIX warning 1999-05-07 00:47:24 +00:00
nsStringImpl.cpp Initial revision. Not currently in the build. 1999-03-23 01:46:44 +00:00
nsThread.cpp Fixed nsICollection (and Count in particular) to be xpidl friendly. 1999-05-13 04:56:04 +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
nsTime.h Added constructor for strings. 1999-02-18 00:12:08 +00:00
nsUnicharBuffer.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsUnicharInputStream.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsUnitConversion.h re-added backed-out changes 1998-08-01 00:56:28 +00:00
nsVariant.cpp 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
nsVoidArray.cpp added nsStringArray 1999-01-23 06:58:34 +00:00
nsVoidArray.h fix virtual constructor problem 1999-05-04 20:50:24 +00:00
nscore.h Bug 5772. Getting rid of the 4-byte version of PRUnichar. 1999-05-12 22:24:30 +00:00