11607adbed658ef5f7e8e9e0111d9cd8e1ee0e50: Bring the client branch in sync (almost) with the changes wtc made to the NSPR tip at the tail end of bug #29427.
NSPRPUB_CLIENT_BRANCH
cls%seawood.org - Tue, 25 Apr 2000 10:33:27 +0000 - rev 1296
Bring the client branch in sync (almost) with the changes wtc made to the NSPR tip at the tail end of bug #29427.
82d6ce087c751449264bb38e29e1971c637a60f1: Bugzilla bug #30902: use true atomic implementation of the NSPR atomic
wtc%netscape.com - Tue, 25 Apr 2000 01:22:14 +0000 - rev 1295
Bugzilla bug #30902: use true atomic implementation of the NSPR atomic
routines on Linux on Intel x86.
Modified files: _linux.h, pr/src/md/unix/Makefile,
pr/src/md/unix/Makefile.in, pr/src/md/unix/objs.mk
Added file: os_Linux_x86.s
9f20c1a8c1ab86304b2b876dab27f19b85e2a133: Bugzilla bug #36464: OpenBSD shared libraries must be named .so.n.m.
NSPRPUB_CLIENT_BRANCH
wtc%netscape.com - Fri, 21 Apr 2000 21:56:58 +0000 - rev 1294
Bugzilla bug #36464: OpenBSD shared libraries must be named .so.n.m.
Thanks to greg-mozillabugs@nest.cx for the bug report and the fix.
(NSPRPUB_CLIENT_BRANCH)
00eb9f68b67a4602b82cbdb4dad721bb026b8da3: Bugzilla bug #36170: pass the correct OS error code to PR_SetError when
NSPRPUB_RELEASE_4_0_BRANCH
wtc%netscape.com - Fri, 21 Apr 2000 21:42:31 +0000 - rev 1293
Bugzilla bug #36170: pass the correct OS error code to PR_SetError when
the load library function fails. Thanks to justin@68k.org for the bug
report and suggesting a fix. (NSPRPUB_RELEASE_4_0_BRANCH)
84a590f76663224dd8c4c7aed42788ee0f22636d: Bugzilla bug #36170: pass the correct OS error code to PR_SetError when
NSPRPUB_CLIENT_BRANCH
wtc%netscape.com - Fri, 21 Apr 2000 21:39:27 +0000 - rev 1292
Bugzilla bug #36170: pass the correct OS error code to PR_SetError when
the load library function fails. Thanks to justin@68k.org for the bug
report and suggesting a fix. (NSPRPUB_CLIENT_BRANCH)
8ec7cff8944daab564d594c7e2b78033935ed103: Bugzilla bug #36464: OpenBSD shared libraries must be named .so.n.m.
NSPRPUB_RELEASE_4_0_BRANCH
wtc%netscape.com - Fri, 21 Apr 2000 17:56:52 +0000 - rev 1291
Bugzilla bug #36464: OpenBSD shared libraries must be named .so.n.m.
Thanks to greg-mozillabugs@nest.cx for the bug report and the fix.
(NSPRPUB_RELEASE_4_0_BRANCH)
47c8333ef81be49df1236b1e36e13581fb6f812d: Bugzilla bug #36464: OpenBSD shared libraries must be named .so.n.m.
wtc%netscape.com - Fri, 21 Apr 2000 17:51:36 +0000 - rev 1290
Bugzilla bug #36464: OpenBSD shared libraries must be named .so.n.m.
Thanks to greg-mozillabugs@nest.cx for the bug report and the fix.
13c0155e2e85816693f342c829a0479600c41dc7: Bugzilla bug #36170: pass the correct OS error code to PR_SetError when
wtc%netscape.com - Wed, 19 Apr 2000 23:34:48 +0000 - rev 1289
Bugzilla bug #36170: pass the correct OS error code to PR_SetError when
the load library function fails. Thanks to justin@68k.org for the bug
report and suggesting a fix.
0f1540dcb2ae16a5f1d4809782aaabad3d1670f4: Compatibility with Universal Headers 3.3 or later. a=leaf
NSPRPUB_CLIENT_BRANCH
beard%netscape.com - Wed, 19 Apr 2000 22:13:16 +0000 - rev 1288
Compatibility with Universal Headers 3.3 or later. a=leaf
88f885568691cbf42636329f3aae8b77fe3db661: Bugzilla bug #35405: use memcmp, as opposed to ==, to compare two structs.
wtc%netscape.com - Tue, 11 Apr 2000 00:39:12 +0000 - rev 1287
Bugzilla bug #35405: use memcmp, as opposed to ==, to compare two structs.
Thanks to Braden N. McDaniel <braden@endoframe.com> for the bug report.
46e17aaf574f268ff2c5d252e251ea857f99b732: Bugzilla bug #29427: restore the realclean/clobber_all targets to their
wtc%netscape.com - Wed, 05 Apr 2000 20:18:13 +0000 - rev 1286
Bugzilla bug #29427: restore the realclean/clobber_all targets to their
original behavior.
Modified files: Makefile, Makefile.in, config/rules.mk
35ba8be05c55d34dbd1cb3481acd941b0a26ba0b: fixup commit for branch 'SeaMonkey_M15_BRANCH'
SeaMonkey_M15_BRANCH
cvs2hg - Tue, 04 Apr 2000 00:27:29 +0000 - rev 1285
fixup commit for branch 'SeaMonkey_M15_BRANCH'
697114293ecd6e1760ce27f225c05960f4d025f8: Bugzilla bug #31697: merged the Mac OS X (Darwin) port onto the
NSPRPUB_CLIENT_BRANCH SeaMonkey_M15_BASE SeaMonkey_M15_RELEASE
wtc%netscape.com - Tue, 04 Apr 2000 00:27:26 +0000 - rev 1284
Bugzilla bug #31697: merged the Mac OS X (Darwin) port onto the
NSPRPUB_CLIENT_BRANCH.
Modified files: Rhapsody.mk, arch.mk, _pth.h, _rhapsody.h, prlink.c,
rhapsody.c, uxproces.c, uxrng.c, ptio.c, pr/tests/Makefile,
pr/tests/Makefile.in
8a9771507b81d779b8a7c80ff376a107e2b3556a: Provide a default implementation of interprocess named semaphore
NSPRPUB_CLIENT_BRANCH
wtc%netscape.com - Tue, 04 Apr 2000 00:17:59 +0000 - rev 1283
Provide a default implementation of interprocess named semaphore
functions (which just fail with PR_NOT_IMPLEMENTED_ERROR) if neither
POSIX nor System V semaphores are supported. Fixed an error in the
comments. (NSPRPUB_CLIENT_BRANCH)
3e7821ccf59bf9f64e26f321ca5e44932bd186e9: Bugzilla bug #31049: Ipv6ToIpv4SocketAccept should handle a null 'addr'
NSPRPUB_CLIENT_BRANCH
wtc%netscape.com - Tue, 04 Apr 2000 00:15:57 +0000 - rev 1282
Bugzilla bug #31049: Ipv6ToIpv4SocketAccept should handle a null 'addr'
argument. (NSPRPUB_CLIENT_BRANCH)
0634a65a9be251d38da3c3e08ac0f5eede6e3b01: Bugzilla bug #33740: checked in a patch contributed by Skip Nizinski
NSPRPUB_CLIENT_BRANCH
wtc%netscape.com - Tue, 04 Apr 2000 00:12:42 +0000 - rev 1281
Bugzilla bug #33740: checked in a patch contributed by Skip Nizinski
<snizinsk@us.ibm.com> to change write() to DosWrite().
(NSPRPUB_CLIENT_BRANCH)
949073e5ff77f5c7c5418f614a2836a824717ab0: Bugzilla bug #32234: Fixed syntax error.
NSPRPUB_CLIENT_BRANCH
wtc%netscape.com - Tue, 04 Apr 2000 00:11:00 +0000 - rev 1280
Bugzilla bug #32234: Fixed syntax error.
(NSPRPUB_CLIENT_BRANCH)
b229fff8f0d3bc492d73c295164180ed74266ef4: Bugzilla bug #30367: define uint for Neutrino.
NSPRPUB_CLIENT_BRANCH
wtc%netscape.com - Tue, 04 Apr 2000 00:08:48 +0000 - rev 1279
Bugzilla bug #30367: define uint for Neutrino.
(NSPRPUB_CLIENT_BRANCH)
1e9897d952b7eb51ea1994d4c2c404624c7bbad8: Bugzilla bug #34292: checked in OS/2 patch from Skip Nizinski
NSPRPUB_CLIENT_BRANCH
wtc%netscape.com - Tue, 04 Apr 2000 00:05:26 +0000 - rev 1278
Bugzilla bug #34292: checked in OS/2 patch from Skip Nizinski
<snizinsk@us.ibm.com> to build with the VisualAge C++ compiler
which uses the Optlink calling convention.
Modified files: prtypes.h, OS2.mk, prlog.c
(NSPRPUB_CLIENT_BRANCH)
16294918237fa58131c14fc4aa7dd0a8b45a6584: Bugzilla bug #33364: checked in a patch contributed by pb@futuretv.com
NSPRPUB_CLIENT_BRANCH
wtc%netscape.com - Tue, 04 Apr 2000 00:00:57 +0000 - rev 1277
Bugzilla bug #33364: checked in a patch contributed by pb@futuretv.com
that allows ARM systems other than v4l and SA110 to be correctly detected.
(NSPRPUB_CLIENT_BRANCH)