Граф коммитов

1882 Коммитов

Автор SHA1 Сообщение Дата
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
rickg%netscape.com 3b02b1e2f8 landing updates to nsString 1999-07-17 07:26:16 +00:00
mcafee%netscape.com 5314538709 Adding a link change for BeOS 1999-07-17 03:38:08 +00:00
brendan%mozilla.org 22b5e360df - Fix possessive "its" misspelled as "it's".
- Use if statements rather than ?: with 0 "else part" after the : in macros
  whose bodies are statements anyway (and already protected by PR_BEGIN_MACRO
  and PR_END_MACRO).
- Such if statements test for non-null pointers, so the subsequent statements
  to null those pointers can move into the then parts -- there's no point in
  setting a null pointer to null again.
1999-07-17 03:32:39 +00:00
brendan%mozilla.org 554b30af96 Avoid nonsense 0 <= uint32_typed_variable tests. 1999-07-17 03:28:41 +00:00
brendan%mozilla.org 43d021029e Use PRUint32 instead of unsigned long. 1999-07-17 03:27:10 +00:00
jband%netscape.com d475118c2a fix for bug 10033 - failing to resolve at runtime interfaces that were forward declared in one xpt file and resolved in another xpt file. r: mccabe 1999-07-17 03:10:31 +00:00
beard%netscape.com 22df638a1c added java target to test java interface generation 1999-07-17 02:06:42 +00:00
beard%netscape.com a4240fcd41 explicitly include <limits.h> for ULONG_MAX 1999-07-17 02:04:20 +00:00
beard%netscape.com fad627620a added <iostream.h> 1999-07-17 01:58:38 +00:00
warren%netscape.com 00d833d64a Took out noise. 1999-07-17 01:52:09 +00:00
beard%netscape.com 6907c80be8 java mode 1999-07-17 00:49:37 +00:00
beard%netscape.com 6b166f7048 now builds all components directly into "{Compiler}CodeWarrior Plugins" to work in the automated build. 1999-07-16 23:45:19 +00:00
beard%netscape.com 885ad73ea5 fixed mac build bustage 1999-07-16 23:44:34 +00:00
dveditz%netscape.com c7c003d717 fixing MSVC++5.0 bustage 1999-07-16 22:22:13 +00:00
rogerl%netscape.com a78cd191ea Return register count from invoke_count so that we can load only the
appropriate registers.
1999-07-16 22:19:34 +00:00
slamm%netscape.com 0cd96e600c Fix build warnings. 1999-07-16 22:00:52 +00:00
slamm%netscape.com 5f3384449d Fix build warnings. 1999-07-16 21:47:03 +00:00
duncan%be.com 2159647518 Add an || defined (XP_BEOS) so that the builds works under BeOS with -fno-exceptions. 1999-07-16 21:39:25 +00:00
slamm%netscape.com 27b8289eff Fix build warnings. 1999-07-16 20:06:37 +00:00
jevering%netscape.com a511c3ae87 GetProperties was being called without a hash table being set (in the Necko build). I added an error test to GetProperties. 1999-07-16 19:13:21 +00:00
dougt%netscape.com 460e5354c1 Fixing Bug 9976. 1999-07-16 18:15:14 +00:00
ramiro%netscape.com 39e5c2f126 Add NS_TIMER import/export macros. 1999-07-16 17:48:12 +00:00