tbogard%aol.net
303e849c5e
Changed hashing to not hash every letter of strings that are greater than 16 characters in length.
1999-07-23 05:19:33 +00:00
scc%netscape.com
5f9bba140f
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
briano%netscape.com
127786f99f
Cleanup and fix for BSD/OS.
1999-07-22 23:20:25 +00:00
jband%netscape.com
051492691a
adding a mising '$' in the open vms only part
1999-07-22 22:24:59 +00:00
rpotts%netscape.com
3e99928de9
Added code in the destructor to free any pages that had been allocated...
1999-07-22 21:17:57 +00:00
scc%netscape.com
73a836eeaa
Allow explicit disabling of |...TEST_DONTQUERY_CASES| and |...DEBUG_PTR_TYPES| on the command-line for problematic compilers like QNX et al. This allows me to fix the QNX build, and provide an answer to some people compiling with the Sun Workshop.
1999-07-22 21:09:49 +00:00
scc%netscape.com
a12c96415a
temporarily commenting out unused placement |new| till I can figure out how to make it compile on SunOS
1999-07-22 20:10:19 +00:00
scc%netscape.com
4adb195c6c
switching back to the stricter declaration of |nsDerivedSafe<T>::operator=()|. Since I removed |nsISupportsArray::operator=()|, all should be well. I left the old declaration in but commented out, just in case. I hope I don't have to conditionalize this wth an autoconf test. I've built this (with the help of several other people including mjudge, waqar, slamm, et al) on as many other platforms as I could. This declaration is intended to stop people from declaring an |operator=()| in their (XP)COM interface classes.
1999-07-22 20:03:42 +00:00
scc%netscape.com
9508780e22
use shared allocator
1999-07-22 18:23:02 +00:00
mccabe%netscape.com
1eae811c1a
Warning fix.
1999-07-22 10:48:05 +00:00
waterson%netscape.com
8fc0c7ba73
CID not IID!
1999-07-22 07:33:24 +00:00
pavlov%netscape.com
f9c42873ef
reverting as per scc's request
1999-07-22 05:34:19 +00:00
scc%netscape.com
12c243677f
explicitly define kCharsetConversionManagerCID only in files that need it ... move to canonical scheme for defining and using IIDs and CIDs
1999-07-22 05:25:17 +00:00
tao%netscape.com
475cd91987
Adopt new str res api prototype.
1999-07-22 04:41:11 +00:00
briano%netscape.com
908ee043c1
Cleanup and fix for BSD/OS.
1999-07-22 04:23:11 +00:00
mang%subcarrier.org
00ff287e96
Useful comments contributed by rginda@ndcico.com
1999-07-22 02:46:53 +00:00
tbogard%aol.net
eb0dd2815e
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
briano%netscape.com
44e858a3d6
Fix for NTO, which uses statvfs.
1999-07-22 01:31:43 +00:00
briano%netscape.com
58a714eb9b
QNX-specific hack to deal with their funky statfs() and struct statfs, and to define realpath.
1999-07-21 23:15:15 +00:00
dougt%netscape.com
dd656478bb
duh.
1999-07-21 18:18:09 +00:00
dougt%netscape.com
944676615b
fix for bug: 10260
...
removed warning in nsIFileStream.cpp
1999-07-21 17:56:01 +00:00
scc%netscape.com
7bd41d5e4f
conditionalized missed member templates, |numeric_limits| use
1999-07-21 03:23:09 +00:00
scc%netscape.com
b3f17ed2aa
Added nsCppSharedAllocator.h
1999-07-21 01:06:33 +00:00
scc%netscape.com
71a1f75051
Added nsCppSharedAllocator.h
1999-07-21 00:59:55 +00:00
scc%netscape.com
08e0f63ff8
Added "nsCppSharedAllocator.h" to exports.
1999-07-21 00:50:44 +00:00
scc%netscape.com
a8ce738ae0
First checked in. Defines a C++ standard compliant allocator based on
...
the global shared allocator |nsAllocator|.
1999-07-21 00:50:05 +00:00
dp%netscape.com
f039212d02
Removed SizeTestxx from the build per Scott Collins' advice.
1999-07-20 23:15:46 +00:00
dveditz%netscape.com
66a4e0d325
removed redundant registry locking to improve performance
1999-07-20 22:50:26 +00:00
rods%netscape.com
058ae95f8a
Fixed extra ref count problem for blocker bug 10138
1999-07-20 14:29:43 +00:00
warren%netscape.com
7bcb94a320
Changed around load group insertion/removal to happen on mozilla thread.
1999-07-20 08:46:33 +00:00
jband%netscape.com
11b6c79de6
changing 'this' adjust scheme for BSD/OS per request from Bert Driehuis <bert_driehuis@nl.compuware.com>
1999-07-20 08:11:41 +00:00
rickg%netscape.com
fdfe6b251c
try to improve append performance and allow non-null term buffers when count is given
1999-07-20 06:58:41 +00:00
rogerl%netscape.com
96f15f1670
Fixed MI dispatch and cleaned up branch slots.
1999-07-19 20:18:02 +00:00
jband%netscape.com
bdf2063dc1
doing an explict cast of float to double in printf args in test
1999-07-19 19:43:53 +00:00
rickg%netscape.com
45c5fb21b0
improved api's
1999-07-19 03:10:41 +00:00
jband%netscape.com
89849e8062
adding Linux ARM code contributed by Stefan Hanske <sh990154@mail.uni-greifswald.de>
1999-07-19 02:57:59 +00:00
jband%netscape.com
518783c098
reducing the count of stubs entries in the xptcstubs* vtbl (down to 128 from 256) to reduce footprint and to make Linux ARM happy
1999-07-19 02:56:39 +00:00
jband%netscape.com
9c02d63894
adding NT Alpha (only) .def file stuff
1999-07-19 02:54:33 +00:00
rickg%netscape.com
5dbfb44f20
incrased argument conditioning
1999-07-18 21:26:03 +00:00
dougt%netscape.com
b6c73a4dc8
Fix to address memory allocation problems - Bug #8227
1999-07-18 19:13:27 +00:00
peterl%netscape.com
b06a4e3232
fix linux
1999-07-18 00:59:40 +00:00
peterl%netscape.com
43dea6bbe4
added files: mozilla/xpcom/ds/nsAVLTree.cpp
1999-07-18 00:39:56 +00:00
peterl%netscape.com
8441d32c38
new file
1999-07-18 00:03:58 +00:00
peterl%netscape.com
1dd1f5cc78
moved char* conversion operators to nsCString
1999-07-18 00:03:43 +00:00
peterl%netscape.com
237caa690f
added avl tree
1999-07-18 00:02:48 +00:00
ramiro%netscape.com
fecd737d22
Landing timer move on windows.
1999-07-17 15:52:01 +00:00
ramiro%netscape.com
342b5083f1
Landing timer move on unix.
1999-07-17 14:22:51 +00:00
mccabe%netscape.com
e0d14d2f7d
Fix to 9596.
...
Change several allocations to behave safely when we're linking 0 interfaces. This also allows xpt_link to be linked against Electric Fence, which will doubtless discover other problems...
Thanks to kherron@sgum.mci.com for the great patch!
1999-07-17 10:31:29 +00:00
rickg%netscape.com
f087ee875c
removing references to iostreams
1999-07-17 10:08:10 +00:00
rickg%netscape.com
2e81538bec
trying to remove iostreams
1999-07-17 08:17:54 +00:00