.. |
gtk
|
|
|
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
|
|
|
photon
|
cvs ignorage
|
1999-05-13 03:53:42 +00:00 |
rhapsody
|
|
|
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
|
|
|
bufferRoutines.h
|
new nsString modz; getting ready for nsString2 switchover
|
1999-05-06 05:13:08 +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 |
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 |
MANIFEST
|
|
|
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 |
nsBaseDLL.cpp
|
Fixed mac bustage.
|
1999-04-30 23:16:47 +00:00 |
nsBaseDLL.h
|
|
|
nsBTree.cpp
|
|
|
nsBTree.h
|
|
|
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 |
nscore.h
|
Bug 5772. Getting rid of the 4-byte version of PRUnichar.
|
1999-05-12 22:24:30 +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
|
|
|
nsIArena.h
|
added GetIID() method.
|
1999-04-30 08:59:11 +00:00 |
nsIAtom.h
|
|
|
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
|
|
|
nsInt64.h
|
|
|
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
|
|
|
nsITimerCallback.h
|
|
|
nsIUnicharBuffer.h
|
|
|
nsIUnicharInputStream.h
|
|
|
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
|
|
|
nsRBTree.h
|
|
|
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
|
|
|
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 |
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 |
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 |
nsStringImpl.cpp
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
nsVoidArray.h
|
fix virtual constructor problem
|
1999-05-04 20:50:24 +00:00 |