cls%seawood.org
6f9cc8eb93
OS_ARCH is not set until config.mk is included but the form of CSRCS changes after rules.mk is included
1999-09-10 12:42:25 +00:00
Jerry.Kirk%Nexwarecorp.com
65c7d68141
Makefile hackery for Neutrino to build vreg with CC instead of CCF
...
CCF includes (eventually) DSO_PIC_CFLAGS which has the option "-shared"
which is not allowed for Neutrino executables just object files and
libraries.
1999-09-10 12:06:28 +00:00
briano%netscape.com
0e85815036
General cleanup.
1999-09-10 00:37:14 +00:00
Jerry.Kirk%Nexwarecorp.com
d4fba16d44
Disable Memory mapped file support for QNX and Neutrino platforms.
1999-09-08 12:42:23 +00:00
shaver%netscape.com
5713ca953c
fix from bryner@uiuc.edu (Brian Ryner) for better PRInt64 handling
1999-09-06 03:41:57 +00:00
pinkerton%netscape.com
91ce1ee5ac
adding #include of string.h for dveditz.
1999-09-04 21:42:02 +00:00
dveditz%netscape.com
ee89552282
remove xp_file.h from NSReg.h, required minor tweaking elsewhere to include
...
now missing NSPR types.
1999-09-04 19:46:18 +00:00
dveditz%netscape.com
c3e1883efa
fixing registry assert
1999-09-04 19:18:57 +00:00
shaver%netscape.com
b749ab2168
Added mmapio patch from jim_nance@yahoo.com (James L. Nance) to speed
...
registry-read. Enabled on XP_UNIX only.
1999-09-02 21:23:44 +00:00
dveditz%netscape.com
368254f2fe
fixing makefile weirdness
1999-09-01 01:30:04 +00:00
cyeh%netscape.com
1729151e74
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 01:24:51 +00:00
dp%netscape.com
88a4943bfd
Removing nsIRegistry::GetIntArray() and SetIntArray(). These aren't
...
being used and block scritability. So if we need then, we will figure
out a way to add them that wont break scritability.
1999-08-26 05:11:40 +00:00
dp%netscape.com
8d036420a9
Removed default parameter to Open() to facilitate IDLification.
1999-08-26 03:22:26 +00:00
sgehani%netscape.com
d4d84d53ad
Part of fix for bug 12426.
1999-08-25 01:34:31 +00:00
scc%netscape.com
68340a37ef
got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in
1999-08-23 10:14:16 +00:00
mccabe%netscape.com
381fb81c4f
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
1999-08-22 11:25:50 +00:00
ramiro%netscape.com
2c19866af3
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
cls%seawood.org
c2bdb85bf4
Removed all references to obsolete OBJDIR variable.
...
Removed various sections of config.mk & rules.mk that were only used by OBJDIR or by a non-autoconf build.
1999-08-20 06:52:59 +00:00
sgehani%netscape.com
087770dbf9
Fix for Mac specific bug: 10421.
1999-08-19 09:48:53 +00:00
sgehani%netscape.com
bb1122c9de
Fix for UNIX specific bug: 10180.
1999-08-18 05:51:58 +00:00
dveditz%netscape.com
621fa7dc37
fixing bustage
1999-08-07 05:03:08 +00:00
bienvenu%netscape.com
fff8e61eca
one more try, export the lib during the libs phase
1999-08-07 04:56:01 +00:00
bienvenu%netscape.com
88340aa09b
attempt to fix registry bustage
1999-08-07 04:22:45 +00:00
dveditz%netscape.com
a6c5280158
change library name to match Unix
1999-08-07 03:16:02 +00:00
dveditz%netscape.com
0eebcb4bcd
update comment to reflect code
1999-08-07 03:12:40 +00:00
briano%netscape.com
9e7e24ed2c
Last part of the fix for bug 8568. Removed all the temporary, transitional references to libreg.{a,so}. Approved by cyeh@netscape.com.
1999-07-28 21:47:07 +00:00
briano%netscape.com
007ea62765
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
briano%netscape.com
f020d6f791
Needed to do the temporary copying in the libs step, not the install step.
1999-07-27 23:19:42 +00:00
briano%netscape.com
74b5148bf7
First temporary change involved in fixing bug 8568. This change will allow
...
for a smooth and hopefully breakage free checkin of all the dependent makefiles.
When that's done, these temporary changes can be deleted and the change to
"libmozreg" can be made permanent.
1999-07-27 21:45:10 +00:00
briano%netscape.com
46f86aa436
Fix for IRIX 5.x.
1999-07-23 00:41:02 +00:00
dveditz%netscape.com
0387f5e679
removed redundant registry locking to improve performance
1999-07-20 22:50:26 +00:00
briano%netscape.com
37224476da
Added BIN_OBJS to GARBAGE so 'make clean' will delete them properly.
1999-07-19 23:12:02 +00:00
ramiro%netscape.com
bbed66360e
Checkin another chunk of Alex Larsson's non-exported symbol reduction
...
patch. All changes protected by MOZ_STRIP_NOT_EXPORTED.
These particular changes set the NS_EXPORT declarations as needed by
the linker.
1999-07-07 09:02:21 +00:00
dp%netscape.com
c43c4ec143
Landing XPCOM_M8_PERF_BRANCH. Speeding up GetString().
1999-07-07 07:42:03 +00:00
dveditz%netscape.com
b7711bbb43
Mac startup performance
1999-07-06 07:28:49 +00:00
dveditz%netscape.com
d3f47f37f5
makefile cleanups
1999-07-02 13:40:18 +00:00
dp%netscape.com
6617ee15f9
Caching of node names in nsIRegistryNode
...
Adding nsIRegistryNode::GetIID()
- Thanks Dan Veditz
1999-07-02 03:34:08 +00:00
akkana%netscape.com
422ee84284
Fix separate-objdir build
1999-06-22 21:38:39 +00:00
dp%netscape.com
7cc37791bf
Adding back member to store error for nsRegistryNode and nsRegistryValue. This gets it working again.
1999-06-22 13:58:12 +00:00
dp%netscape.com
c8a1554978
- Threading fixed. Changed member that stored error from nsRegistry
...
to be an automatic variable.
- Using XPCOM_ComponentRegistry for OpenWellknownRegistry()
1999-06-21 23:40:21 +00:00
briano%netscape.com
c5f56dedd5
Minor DEC-specific tweak (i.e., only affects DEC builds) to fix the Tinderbox build.
1999-06-19 00:16:43 +00:00
dp%netscape.com
ec7f1d00a9
Fixed crash due to multi-threading. bug# 7308, bug# 8150
1999-06-18 23:27:09 +00:00
dveditz%netscape.com
40f1477bbd
eliminate extra startup file i/o
1999-06-16 06:50:37 +00:00
dougt%netscape.com
af93402ef1
Be OS patch from Duncan Wilcox <duncan@be.com> Thank you.
1999-06-14 20:18:35 +00:00
dp%netscape.com
462e42b5b3
- NS_RegistryGetFactory API Change
...
- QuickRegister eliminated
1999-06-14 02:07:03 +00:00
dp%netscape.com
891afaf041
Well Known Component Registry in <exedir>/component.reg implemented.
1999-06-09 19:16:38 +00:00
sdagley%netscape.com
190fb5c9b0
Fix bug #3534 . Now set EOF and file position to requested offset in a seek when the offset is past the current EOF. With this fix pinkerton's workaround in reg.c is no longer required si it has been removed. Reviewed pinkerton, approved chofmann.
1999-05-20 01:25:54 +00:00
dveditz%netscape.com
c4aa848e52
further bullet-proofing against bad callers
1999-05-19 02:02:47 +00:00
leaf%mozilla.org
e47f66c661
backing out dveditz's changes (seems to be breaking mac)
1999-05-18 18:55:34 +00:00
dveditz%netscape.com
58b3f951a1
missing lock
1999-05-18 14:49:02 +00:00