.. |
.cvsignore
|
…
|
|
MANIFEST
|
removing nsBTree & nsRBTree, both replaced by nsAVLTree
|
1999-07-24 18:56:54 +00:00 |
MANIFEST_IDL
|
…
|
|
Makefile.in
|
removing nsBTree & nsRBTree, both replaced by nsAVLTree
|
1999-07-24 18:56:54 +00:00 |
bufferRoutines.h
|
fixed compaction error
|
1999-07-30 02:22:37 +00:00 |
makefile.win
|
removing nsBTree & nsRBTree, both replaced by nsAVLTree
|
1999-07-24 18:56:54 +00:00 |
nsAVLTree.cpp
|
fix linux
|
1999-07-18 00:59:40 +00:00 |
nsAVLTree.h
|
new file
|
1999-07-18 00:03:58 +00:00 |
nsArena.cpp
|
Fully initialized arena so that it won't fail in destructor without first calling Init.
|
1999-07-28 08:27:38 +00:00 |
nsArena.h
|
Fully initialized arena so that it won't fail in destructor without first calling Init.
|
1999-07-28 08:27:38 +00:00 |
nsAtomTable.cpp
|
…
|
|
nsAtomTable.h
|
…
|
|
nsBuffer.cpp
|
Fix unitialized memory read. Thanks to Bruce Mitchener Jr. <bruce@cybersight.com> for making the purify log that I
|
1999-07-27 02:22:26 +00:00 |
nsBuffer.h
|
…
|
|
nsBufferPoolService.h
|
…
|
|
nsByteBuffer.cpp
|
…
|
|
nsByteBuffer.h
|
…
|
|
nsCRT.cpp
|
use shared allocator
|
1999-07-22 18:23:02 +00:00 |
nsCRT.h
|
use shared allocator
|
1999-07-22 18:23:02 +00:00 |
nsConjoiningEnumerator.cpp
|
…
|
|
nsCppSharedAllocator.h
|
the fix is to |#include <new.h>|. I tested on several versions of SunOS with different compilers, linux, and Mac. Uncommenting the problematic code.
|
1999-07-23 01:18:49 +00:00 |
nsDeque.cpp
|
removed old debug code
|
1999-07-25 17:18:41 +00:00 |
nsDeque.h
|
perf. improvement to deque
|
1999-07-16 17:31:00 +00:00 |
nsEmptyEnumerator.cpp
|
…
|
|
nsEnumeratorUtils.cpp
|
…
|
|
nsEnumeratorUtils.h
|
…
|
|
nsHashtable.cpp
|
Getting nsHashtable and nsObjectHashtable Reset()s working together.
|
1999-07-31 05:50:13 +00:00 |
nsHashtable.h
|
Adding nsHashtable::Reset(). Changing nsObjectHashtable destructor to use Reset instead of enumerate. This will cause hash entires to be removed from the hash table as values in the hash table are released.
|
1999-07-31 05:41:54 +00:00 |
nsIArena.h
|
…
|
|
nsIAtom.h
|
…
|
|
nsIBuffer.h
|
Added nsIBufferObserver::OnWrite(...)
|
1999-07-12 06:25:38 +00:00 |
nsIByteBuffer.h
|
…
|
|
nsICollection.idl
|
Use PRUint32 instead of unsigned long.
|
1999-07-17 03:27:10 +00:00 |
nsIEnumerator.idl
|
…
|
|
nsIObserver.idl
|
…
|
|
nsIObserverList.h
|
…
|
|
nsIObserverService.idl
|
…
|
|
nsIPageManager.h
|
…
|
|
nsIProperties.h
|
…
|
|
nsISimpleEnumerator.h
|
…
|
|
nsISizeOfHandler.h
|
…
|
|
nsISupportsArray.idl
|
remove (unused) |operator=()| from |nsISupportsArray|
|
1999-07-15 04:48:32 +00:00 |
nsIUnicharBuffer.h
|
…
|
|
nsIVariant.h
|
Modified my last change to avoid treating NTO the same as QNX, since they both define __QNX__.
|
1999-07-15 02:34:19 +00:00 |
nsInt64.h
|
…
|
|
nsObserver.cpp
|
…
|
|
nsObserver.h
|
…
|
|
nsObserverList.cpp
|
Fixed leak in nsObserverList. Used nsObjectHashtable in service mgr implementation.
|
1999-07-30 07:58:55 +00:00 |
nsObserverList.h
|
…
|
|
nsObserverService.cpp
|
Fixed leak in nsObserverList. Used nsObjectHashtable in service mgr implementation.
|
1999-07-30 07:58:55 +00:00 |
nsObserverService.h
|
Fixed leak in nsObserverList. Used nsObjectHashtable in service mgr implementation.
|
1999-07-30 07:58:55 +00:00 |
nsPageMgr.cpp
|
VMS changes from Colin Blake <colin@theblakes.com>
|
1999-07-31 19:39:23 +00:00 |
nsPageMgr.h
|
…
|
|
nsProperties.cpp
|
Changed nsCStringKey to nsStringKey. This new key now has the ability to hash on PRUnichar* strings as well as char* strings.
|
1999-07-22 02:11:04 +00:00 |
nsProperties.h
|
…
|
|
nsQuickSort.cpp
|
…
|
|
nsQuickSort.h
|
…
|
|
nsSizeOfHandler.cpp
|
…
|
|
nsStr.cpp
|
odd 'n' ends
|
1999-07-25 17:21:34 +00:00 |
nsStr.h
|
odd 'n' ends
|
1999-07-25 17:21:34 +00:00 |
nsString.cpp
|
narrowed the nsCString API's for safety
|
1999-07-25 17:20:37 +00:00 |
nsString.h
|
narrowed the nsCString API's for safety
|
1999-07-25 17:20:37 +00:00 |
nsString2.cpp
|
Fixing ToNewUnicode(). Checking in for rickg.
|
1999-07-28 21:43:11 +00:00 |
nsString2.h
|
added optional arg validation to improve safety
|
1999-07-25 17:21:14 +00:00 |
nsStringTokenizer.cpp
|
improvements to stringtokenizer
|
1999-07-15 06:40:44 +00:00 |
nsStringTokenizer.h
|
improvements to stringtokenizer
|
1999-07-15 06:40:44 +00:00 |
nsSupportsArray.cpp
|
Avoid nonsense 0 <= uint32_typed_variable tests.
|
1999-07-17 03:28:41 +00:00 |
nsSupportsArray.h
|
…
|
|
nsSupportsArrayEnumerator.cpp
|
…
|
|
nsSupportsArrayEnumerator.h
|
…
|
|
nsTime.h
|
…
|
|
nsUnicharBuffer.cpp
|
…
|
|
nsUnicharBuffer.h
|
…
|
|
nsUnitConversion.h
|
…
|
|
nsVariant.cpp
|
…
|
|
nsVector.h
|
…
|
|
nsVoidArray.cpp
|
…
|
|
nsVoidArray.h
|
…
|
|
nsXPIDLString.cpp
|
Fix build warnings.
|
1999-07-16 22:00:52 +00:00 |
nsXPIDLString.h
|
…
|
|
plvector.c
|
…
|
|
plvector.h
|
…
|
|