ramiro%netscape.com
26dd94b010
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
cyeh%netscape.com
27693bcc6d
fix up project. needs debug libs for debug target.
1999-09-14 21:55:52 +00:00
ramiro%netscape.com
2a3e49d514
Fix for the loser linux tinderbox compiler.
1999-09-14 15:16:31 +00:00
ramiro%netscape.com
17e4d0d167
Fix mac and windows builds.
1999-09-14 13:44:20 +00:00
ramiro%netscape.com
d8c19f2f5d
Add support for demangling undefined symbols.
1999-09-14 13:40:22 +00:00
ramiro%netscape.com
6524b7c0e4
Link with -liberty when MOZ_DEMANGLE_SYMBOLS is set.
1999-09-14 13:33:05 +00:00
ramiro%netscape.com
6dea1e358f
Add MOZ_DEMANGLE_SYMBOLS to debug builds for demangling symbols.
1999-09-14 13:30:12 +00:00
ramiro%netscape.com
8d7fb9c818
Add DemangleSymbol() for demangling symbols on linux.
1999-09-14 13:24:25 +00:00
warren%netscape.com
b100d809ee
Fixed uninitialized return value.
1999-09-14 09:33:53 +00:00
dougt%netscape.com
51816d5958
commenting out the autoproxy header def. Missed this file.
1999-09-14 06:12:22 +00:00
dougt%netscape.com
28f12d909e
commenting out autoproxifcation of parameter so that mscott can continue his
...
work. AutoProxication is broke.
1999-09-14 05:24:11 +00:00
warren%netscape.com
4deda060c4
Don't hold the service manager lock around CreateInstance -- deadlock potential.
1999-09-14 04:50:48 +00:00
sfraser%netscape.com
ea88959f52
First Checked In.
1999-09-14 01:05:35 +00:00
dp%netscape.com
7bf0e11373
Adding -lmozjs to fix runtime symbol not found problems.
1999-09-14 00:49:21 +00:00
warren%netscape.com
f117a14a85
Added nsIRunnable.h and nsIThreadPool.h temporarily.
1999-09-13 23:45:31 +00:00
warren%netscape.com
3baedc96b9
Added temporarily, until I can get nsIThreadPool.h added to all the .cpp files, and then switch over to nsIThreadPool.idl
1999-09-13 23:43:02 +00:00
warren%netscape.com
db31a55c62
Added temporarily, until I can get nsIRunnable.h added to all the .cpp files, and then switch over to nsIRunnable.idl
1999-09-13 23:40:52 +00:00
alecf%netscape.com
617f2546c7
add new query_interface4 and query_interfac5 (hey, I needed it!)
1999-09-13 23:23:20 +00:00
ftang%netscape.com
a73722dba8
fix the massed up PROG8-10
1999-09-13 22:58:18 +00:00
ftang%netscape.com
771c47a7d2
add ToNewUTF8Stirng to nsString
1999-09-13 22:51:29 +00:00
shaver%netscape.com
4a8357cf2a
fix UMR
1999-09-13 22:34:42 +00:00
cls%seawood.org
fb6ccf14b6
Add -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 as appropriate with __STRICT_ANSI__ defined in <prinet.h>
1999-09-13 05:09:53 +00:00
cls%seawood.org
1a2e16af42
Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c.
1999-09-12 14:25:28 +00:00
cls%seawood.org
4bcb879c19
Oops. C++ comments in a C progam is not allowed.
1999-09-12 14:07:51 +00:00
cls%seawood.org
ab47371342
Renamed function arguments to avoid warnings about shadowing member variables
1999-09-12 12:08:56 +00:00
cls%seawood.org
2bbc9896c9
Renamed tmp variable to avoid shadowing.
...
Commented out less than zero assertion checks on unsigned ints
1999-09-12 12:06:37 +00:00
cls%seawood.org
64dfa83bd4
Explicitly include <malloc.h>
...
Set mZero_fd to 0 instead of NULL
1999-09-12 12:04:43 +00:00
cls%seawood.org
9b9b749fde
Removed gcc 2.95+ ifdefs to trade one annoying warning for a less annoying one.
1999-09-12 12:03:20 +00:00
cls%seawood.org
263211043d
Reorderd member initializers to remove silly warnings.
1999-09-12 12:02:03 +00:00
rpotts%netscape.com
93cea3f89b
I've commented out this assert since I was hitting it *alot* after a clean build :-(
1999-09-12 09:00:34 +00:00
warren%netscape.com
e82cc6071b
Added assertion for Open failing.
1999-09-11 23:48:07 +00:00
beard%netscape.com
bb48774ffe
Added operator = (const char*) as a convenience. always copies argument string.
1999-09-11 23:00:38 +00:00
dp%netscape.com
8129f84492
Unhooking RegFactory from windows. xpcom/tools/registry/regxpcom is
...
the new incarnation.
1999-09-11 22:10:32 +00:00
dp%netscape.com
762dd38849
Unhooking RegFactory from unix. xpcom/tools/registry/regxpcom is the
...
new incarnation.
1999-09-11 22:09:19 +00:00
dp%netscape.com
eab27e57d7
Adding regxpcom for windows.
1999-09-11 22:01:14 +00:00
dp%netscape.com
dd1fd537ab
regxpcom : does autoreg and registers/unregisters individual dlls.
...
The new incarnation of RegFactory. RegFactory will be retired.
1999-09-11 14:51:55 +00:00
dp%netscape.com
fa34aae45d
Implemented dll enumeration and prepopulation. Improves startup performance.
1999-09-11 14:49:55 +00:00
dp%netscape.com
2aae55b296
- Fixed Register() to use componentmanager instead of hand loading the
...
dll
- Unregister() still needs implementation.
- Added reference to NS_NewTimer() to link in libtimer_s.so (unix
only) This fixes autoreg for unix run from RegFactory
1999-09-11 07:30:24 +00:00
dp%netscape.com
462ed66cd7
Typo fixed. AutoRegisterComponent works again.
1999-09-11 07:23:28 +00:00
jband%netscape.com
f673b4fa59
add arrays to xpidl and typelibs. got rid of vararg support scheme
1999-09-11 05:20:39 +00:00
jband%netscape.com
25d076f9fa
fix shaver's broken pool growing code. remove unused bitwise code.
1999-09-11 01:40:22 +00:00
jband%netscape.com
093ea24de2
get rid of declarations for unused code and broken code
1999-09-11 01:39:22 +00:00
peterl%netscape.com
564abae4fe
fixed crash in compress chars on 0 length string
1999-09-11 00:10:36 +00:00
warren%netscape.com
b644ce1197
Disabled the page manager until we have more time to make it work properly.
1999-09-10 23:34:12 +00:00
jdunn%netscape.com
41857cf2bf
Provide workaround in nsPageMgr.cpp if platform (HPUX) doesn't have /dev/zero.
...
briano, ramiro & warren all looked at the code.
(also sneaked in a linking option in for hpux only)
1999-09-10 23:07:09 +00:00
sfraser%netscape.com
a4c2122043
First Checked In.
1999-09-10 22:48:49 +00:00
dveditz%netscape.com
08b5c219f9
hoping this fixes dougt's bustage
1999-09-10 20:58:46 +00:00
dougt%netscape.com
82c52d63e8
changing GetDiskSpaceAvailable to return a signed 64 bit value
1999-09-10 20:03:56 +00:00
duncan%be.com
6dcf30a221
Fix int64 support in GetDiskSpaceAvailable, BeOS only fix.
1999-09-10 12:39:08 +00:00
dveditz%netscape.com
9ef1ec96ed
speed startup by avoiding registry look ups that are guaranteed to fail, eliciting worst-case behavior
1999-09-10 05:27:23 +00:00