dp%netscape.com
|
63b3a417da
|
- NS_RegistryGetFactory API Change
- QuickRegister eliminated
|
1999-06-14 02:07:03 +00:00 |
dp%netscape.com
|
2a661d9391
|
Well Known Component Registry in <exedir>/component.reg implemented.
|
1999-06-09 19:16:38 +00:00 |
sdagley%netscape.com
|
0b20aacbf6
|
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
|
a4130bffe7
|
further bullet-proofing against bad callers
|
1999-05-19 02:02:47 +00:00 |
leaf%mozilla.org
|
baa66bc6e5
|
backing out dveditz's changes (seems to be breaking mac)
|
1999-05-18 18:55:34 +00:00 |
dveditz%netscape.com
|
6764ccb9d4
|
missing lock
|
1999-05-18 14:49:02 +00:00 |
dveditz%netscape.com
|
6566a20663
|
NSReg.h
|
1999-05-18 14:46:02 +00:00 |
briano%netscape.com
|
165df38bcc
|
Fix for QNX.
|
1999-05-12 23:53:50 +00:00 |
dveditz%netscape.com
|
2598d7a406
|
link standalone version to static libs
|
1999-04-27 19:18:20 +00:00 |
jdunn%netscape.com
|
5c7a5f26d1
|
Change C++ comments to C comments and change flushall to flush of each of
the standard files (in,out,err)
|
1999-04-21 22:13:15 +00:00 |
dveditz%netscape.com
|
90695e9720
|
speedup for non-Mac platforms
|
1999-04-19 20:11:43 +00:00 |
dveditz%netscape.com
|
148a15ac4b
|
unfix until mac link problem can be dealt with
|
1999-04-15 12:33:06 +00:00 |
dveditz%netscape.com
|
46185f21c7
|
fixed typo in #ifdef Mac code
|
1999-04-15 07:18:34 +00:00 |
dveditz%netscape.com
|
65900e0058
|
libreg threading and standalone fixes
|
1999-04-15 05:40:37 +00:00 |
jdunn%netscape.com
|
7f394a2e18
|
use C style comments instead of C++ since this is a 'C' file.
|
1999-04-12 20:15:26 +00:00 |
braddr%puremagic.com
|
d104d7af96
|
Clean up undefined variables and a static prototype that no longer has a function body to match
|
1999-04-10 08:45:36 +00:00 |
briano%netscape.com
|
8d9c808ca7
|
Another SunOS4-specific fix.
|
1999-04-09 00:15:29 +00:00 |
dveditz%netscape.com
|
7e13d48859
|
Mac read-only fix from Patrick Beard <beard@netscape.com>
|
1999-04-07 00:26:34 +00:00 |
dveditz%netscape.com
|
6b68a8be8e
|
Fix threading bug
|
1999-04-06 18:35:34 +00:00 |
dveditz%netscape.com
|
335ade43df
|
Fixing libreg threadsafe issues (NR_ API, not yet the version registry API)
|
1999-04-02 01:31:55 +00:00 |
dveditz%netscape.com
|
d279fe7452
|
Fixed clobber
|
1999-04-01 22:54:09 +00:00 |
dveditz%netscape.com
|
ce0cf3485f
|
fixed copy clobber steps
|
1999-04-01 22:53:23 +00:00 |
dp%netscape.com
|
b8dfe78cdd
|
More threadsafeness.
|
1999-04-01 06:45:50 +00:00 |
dp%netscape.com
|
cabae9cdfc
|
Fixed nsIRegistry implementation. ready for use. Thanks to Nicholas Ambrose <nick87@hotmail.com>
|
1999-03-31 06:28:36 +00:00 |
dp%netscape.com
|
d68b82058c
|
InitXPCOM() : For a defined initialization sequence of xpcom global objects and components.
|
1999-03-23 23:28:32 +00:00 |
dp%netscape.com
|
c1ed2b3f33
|
Patch for unsigned vs signed warnings. Thanks to <bruce@cybersight.com>
|
1999-03-21 19:26:32 +00:00 |
leaf%mozilla.org
|
0a0f5ac00f
|
Landing nspr library name change, and plevent function call change.
|
1999-03-17 21:32:03 +00:00 |
dp%netscape.com
|
d57373e7a0
|
Changing default registry name:
Unix: ~/.mozilla/registry
Win: <winnt dir>\mozregistry.dat
BTW, mac is already MozRegistry
|
1999-03-11 07:56:03 +00:00 |
dougt%netscape.com
|
eea7ed3865
|
Added VR_ calls to the export list.
|
1999-03-09 22:39:09 +00:00 |
warren%netscape.com
|
c50687b845
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
dp%netscape.com
|
553c67688d
|
adding new exported NR_*Raw() symbols
|
1999-03-08 22:10:18 +00:00 |
dp%netscape.com
|
88a168c397
|
Adding Raw interface that wont interpret / in keynames. Plus removed = being a invalid char for keys.
|
1999-03-08 20:35:54 +00:00 |
pinkerton%netscape.com
|
fe97bd5e2d
|
some hacks (and ifdefs) for macOS until NSPR gets fixed. This at least allows us to test out libReg and find bugs.
|
1999-03-01 19:24:27 +00:00 |
pinkerton%netscape.com
|
064a680a64
|
changing mac name of default registry file to "mozilla registry" in order to not conflict with old nscp versions and not have the name "netscape" in any of our code.
|
1999-02-26 19:26:45 +00:00 |
law%netscape.com
|
2acacf23f8
|
Create reg file if it doesn't exist
|
1999-02-26 02:17:37 +00:00 |
sfraser%netscape.com
|
6f421aaf85
|
File Removed.
|
1999-02-26 01:13:09 +00:00 |
sfraser%netscape.com
|
7ef944785f
|
First Checked In.
|
1999-02-26 01:12:49 +00:00 |
sfraser%netscape.com
|
d847eb7428
|
Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order.
|
1999-02-26 00:54:57 +00:00 |
law%netscape.com
|
50b8f0991e
|
Adding nsRegistry to win32 build
|
1999-02-25 19:20:39 +00:00 |
law%netscape.com
|
2954ca2ec0
|
Landing LIBREG990212_BRANCH to get libreg building on Mac
|
1999-02-23 19:56:57 +00:00 |
warren%netscape.com
|
3642da81a5
|
Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray.
|
1999-02-23 08:10:24 +00:00 |
mcmullen%netscape.com
|
be6df4676b
|
Final update - landing our branch.
|
1999-02-23 02:16:21 +00:00 |
mjudge%netscape.com
|
3756cba288
|
changing nsIEnumerator to use NS_IMETHOD not virtual nsresult
|
1999-02-19 23:43:20 +00:00 |
mcmullen%netscape.com
|
1ae4c737c5
|
First Checked In.
|
1999-02-12 23:53:07 +00:00 |
law%netscape.com
|
48857f7cbd
|
moz->ns
|
1999-02-10 23:27:09 +00:00 |
warren%netscape.com
|
4a71d6c91d
|
Fixed unsigned problems.
|
1999-02-06 04:02:02 +00:00 |
dougt%netscape.com
|
5f4f51ef77
|
New makefile.win for standalone registry target.
|
1998-12-09 01:10:28 +00:00 |
dougt%netscape.com
|
a220f1edc3
|
removed standalone references since we now have a fancy new target one
dir above us.
|
1998-12-09 01:09:21 +00:00 |
dougt%netscape.com
|
6d8f327aed
|
added standalone target. r.leaf
|
1998-12-09 01:08:28 +00:00 |
ramiro%netscape.com
|
b67e714e27
|
Have cvs ignore generated files.
|
1998-12-05 11:07:45 +00:00 |