gecko-dev/xpcom/ds
2000-05-13 02:05:50 +00:00
..
.cvsignore
bufferRoutines.h
Makefile.in 37408 2000-05-07 21:12:38 +00:00
makefile.win 37408 2000-05-07 21:12:38 +00:00
MANIFEST 37408 2000-05-07 21:12:38 +00:00
MANIFEST_IDL 37408 2000-05-02 05:08:39 +00:00
nsAReadableString.h Added an assertion in |copy_string|. Changed some comments. 2000-05-12 05:16:00 +00:00
nsArena.cpp
nsArena.h
nsAtomService.cpp Make nsAtomService implement threadsafe isupports 2000-05-08 20:28:21 +00:00
nsAtomService.h
nsAtomTable.cpp # 34082 2000-05-02 22:38:04 +00:00
nsAtomTable.h
nsAutoStringImpl.h
nsAVLTree.cpp
nsAVLTree.h
nsAWritableString.h Changed some comments 2000-05-12 05:17:51 +00:00
nsBufferManager.h update nsStringX classes; not part of build 2000-04-05 06:11:03 +00:00
nsBufferPoolService.h
nsByteBuffer.cpp
nsByteBuffer.h
nsCharTraits.h Changed some comments 2000-05-12 05:17:51 +00:00
nsConjoiningEnumerator.cpp
nsCppSharedAllocator.h
nsCRT.cpp add IsAscii function. 2000-05-03 07:04:25 +00:00
nsCRT.h add IsAscii function. 2000-05-03 07:04:25 +00:00
nsDeque.cpp
nsDeque.h
nsEmptyEnumerator.cpp
nsEnumeratorUtils.cpp
nsEnumeratorUtils.h
nsFragmentedString.h changed some comments 2000-05-12 05:20:21 +00:00
nsHashtable.cpp Per bug 3690: 2000-05-12 01:24:36 +00:00
nsHashtable.h # 34082 2000-05-02 22:38:04 +00:00
nsHashtableEnumerator.cpp # 34082 2000-05-02 22:38:04 +00:00
nsHashtableEnumerator.h
nsIArena.h
nsIAtom.idl
nsIAtomService.idl
nsIByteBuffer.h
nsICollection.idl
nsIEnumerator.idl
nsImmutableString.h
nsInt64.h Revert changes. They're causing problems elsewhere. 2000-04-27 07:01:58 +00:00
nsIObserver.idl
nsIObserverList.h
nsIObserverService.idl
nsIPersistentProperties2.idl 37408 2000-05-02 05:08:39 +00:00
nsIPersistentProperties.h 37408 2000-05-02 05:08:39 +00:00
nsIProperties.idl
nsISimpleEnumerator.h
nsISizeOfHandler.h
nsIStopwatch.idl
nsISupportsArray.idl
nsISupportsIterators.idl
nsISupportsPrimitives.idl change several IDL parameters to be unsigned, to work better with length_is, size_is. Preperatory to requiring unsigned in xpidl, fixing 13413 2000-04-28 10:51:52 +00:00
nsIUnicharBuffer.h
nsObserver.cpp
nsObserver.h
nsObserverList.cpp
nsObserverList.h
nsObserverService.cpp # 34082 2000-05-02 22:38:04 +00:00
nsObserverService.h
nsPersistentProperties.cpp 37408 2000-05-02 05:08:39 +00:00
nsPersistentProperties.h fix bustage 2000-05-02 06:27:05 +00:00
nsProperties.cpp # 34082 2000-05-02 22:38:04 +00:00
nsProperties.h # 34082 2000-05-02 22:38:04 +00:00
nsQuickSort.cpp
nsQuickSort.h
nsSharedString.h Filled out the smart pointer implementation. Changed some comments. 2000-05-12 05:17:39 +00:00
nsSizeOfHandler.cpp Patch from snizinsk@us.ibm.com 2000-05-12 22:11:45 +00:00
nsStopwatch.cpp
nsStopwatch.h
nsStr.cpp
nsStr.h
nsString2.cpp fix IsAscii function. The origional one report Latin1 characters as ASCII 2000-05-03 07:05:19 +00:00
nsString2.h Fixed the block stomping bug by ensuring the correct |operator=()| was always available. 2000-05-12 05:25:26 +00:00
nsString2x.cpp update nsStringX classes; not part of build 2000-04-05 06:11:03 +00:00
nsString2x.h update nsStringX classes; not part of build 2000-04-05 06:11:03 +00:00
nsString.cpp Deal with type-unification errors on gcc-2.7.2.3 using NEW_STRING_APIS. r=scc 2000-05-13 00:19:21 +00:00
nsString.h Fixed the block stomping bug by ensuring the correct |operator=()| was always available. 2000-05-12 05:25:26 +00:00
nsStringImpl.h
nsStringTokenizer.cpp
nsStringTokenizer.h
nsStringValue.h update nsStringX classes; not part of build 2000-04-05 06:11:03 +00:00
nsStringx.cpp update nsStringX classes; not part of build 2000-04-05 06:11:03 +00:00
nsStringx.h update nsStringX classes; not part of build 2000-04-05 06:11:03 +00:00
nsSupportsArray.cpp
nsSupportsArray.h
nsSupportsArrayEnumerator.cpp
nsSupportsArrayEnumerator.h
nsSupportsPrimitives.cpp change several IDL parameters to be unsigned, to work better with length_is, size_is. Preperatory to requiring unsigned in xpidl, fixing 13413 2000-04-28 10:51:52 +00:00
nsSupportsPrimitives.h
nsTextFormater.cpp fix 34886. add accidential deleted line back. 2000-04-11 22:47:18 +00:00
nsTextFormater.h
nsTextFormatter.cpp fix 34886. add accidential deleted line back. 2000-04-11 22:47:18 +00:00
nsTextFormatter.h
nsTime.h Revert changes. They're causing problems elsewhere. 2000-04-27 07:01:58 +00:00
nsUnicharBuffer.cpp
nsUnicharBuffer.h
nsUnitConversion.h
nsVector.h
nsVoidArray.cpp
nsVoidArray.h # 34082 2000-05-02 22:38:04 +00:00
nsXPIDLString.cpp Deal with type unification errors on gcc-2.7.2.3 using NEW_STRING_APIS. r=scc 2000-05-13 00:23:04 +00:00
nsXPIDLString.h Fix build bustage. Added nscore.h, which declares NS_STATIC_CAST et. al. 2000-05-13 02:05:50 +00:00
plvector.c
plvector.h