summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'EMBEDDING_06192000_BRANCH'EMBEDDING_06192000_BASEEMBEDDING_06192000_BRANCHcvs2hg2000-06-090-0/+0
|
* Force Tinderbox to recompile.wtc%netscape.com2000-06-091-0/+1
|
* Force Tinderbox to recompile.wtc%netscape.com2000-06-091-1/+0
|
* Bugzilla bug #40542: pass the correct size of struct sockaddr_in8 towtc%netscape.com2000-06-092-0/+51
| | | | | | | native socket functions on Solaris 8 for Intel/x86. r=larryh@netscape.com. a=pdt. Thanks to dcran@us.ibm.com (Donnie Cranford) for the bug report. Modified files: _solaris.h, primpl.h (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #39967: replace an assertion in _PR_MD_GETFILEINFO64 bywtc%netscape.com2000-05-262-2/+8
| | | | | | | proper error checking and failure return. Thanks to Bernd Mielke <mielke@licel.com> for the bug report. Modified files: ntio.c, w95io.c (NSPRPUB_CLIENT_BRANCH. r=larryh@netscape.com. nsbeta2+)
* Checked in IPv6 patch for OpenVMS from Colin Blake <colin@theblakes.com>.wtc%netscape.com2000-05-171-3/+21
| | | | (NSPRPUB_CLIENT_BRANCH)
* Checked in IPv6 patch for Colin Blake <colin@theblakes.com>.wtc%netscape.com2000-05-171-0/+11
| | | | (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #39350: checked in patch from beard@netscape.com. Justwtc%netscape.com2000-05-162-13/+8
| | | | | malloc the thread object if GC_LEAK_DETECTOR is defined. These thread objects will be leaked.
* Force a recompilation.wtc%netscape.com2000-05-131-0/+1
|
* Force a recompilation.wtc%netscape.com2000-05-131-1/+0
|
* Set NSPR version to 4.0.1 Beta.wtc%netscape.com2000-05-131-3/+3
| | | | (NSPRPUB_CLIENT_BRANCH)
* Sync'ed up with revision 3.28 on the main trunk.wtc%netscape.com2000-05-121-2/+2
| | | | (NSPRPUB_CLIENT_BRANCH)
* Synced up with revision 1.8 on the main trunk.wtc%netscape.com2000-05-121-1/+1
| | | | (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #32184: added 'const' versions of hash table lookupwtc%netscape.com2000-05-122-0/+52
| | | | | | functions that don't reorder the hash entries. Modified files: plhash.h, plhash.c (NSPRPUB_CLIENT_BRANCH)
* Changed the realclean and clobber_all targets so that they don'twtc%netscape.com2000-05-102-6/+4
| | | | | | cd into pr/tests. Modified files: nsprpub/Makefile, nsprpub/Makefile.in (NSPRPUB_CLIENT_BRANCH)
* Moved stuff around so that this file is exactly the same as the versionwtc%netscape.com2000-05-101-2/+2
| | | | on the main trunk. (NSPRPUB_CLIENT_BRANCH)
* Removed an extra 'e'.wtc%netscape.com2000-05-092-2/+2
| | | | Modified files: configure, configure.in (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #31120: _PR_Unblock_IO_Wait was binding the interruptedwtc%netscape.com2000-05-091-1/+1
| | | | | local thread to the wrong CPU. (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #36718: several socket options become enums in Mac OSwtc%netscape.com2000-05-082-1/+14
| | | | | | Universal Interfaces 3.3. Define them as macros so that our code, which assumes all socket options are macros, continues to work. Modified files: _macos.h, prmapopt.c
* Bugzilla bug #33043: use System V shared memory and semaphores onwtc%netscape.com2000-05-051-0/+5
| | | | | | Solaris 2.5.1 because the POSIX shared memory and semaphore functions fail with ENOSYS. (NSPRPUB_CLIENT_BRANCH)
* Set PR_MD_ASFILES for Linux.cls%seawood.org2000-05-022-35/+45
| | | | Set default AS to $(CC).
* Force a recompile.wtc%netscape.com2000-05-021-0/+1
|
* Force a recompile.wtc%netscape.com2000-05-021-1/+0
|
* Bugzilla bug #30902: use true atomic implementation of the NSPR atomicwtc%netscape.com2000-05-024-0/+31
| | | | | | | | 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 (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #37240: define DebugBreak() for OS/2 for use by PR_Assert().wtc%netscape.com2000-05-021-1/+30
| | | | | | Thanks to snizinsk@us.ibm.com of IBM Corporation for contributing the patch. (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #37761: changed open file to correctly handlewtc%netscape.com2000-05-011-8/+26
| | | | | | | PR_TRUNCATE | PR_CREATE_FILE and also fixed _PR_MD_SET_FD_INHERITABLE. Thanks to Skip Nizinski <snizinsk@us.ibm.com> of IBM Corporation for the patch. (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #37595: checked in patches for building on BSD/OS 4.1wtc%netscape.com2000-05-011-2/+2
| | | | | and 4.2 from Kurt J. Lidl <lidl@pix.net>. (NSPRPUB_CLIENT_BRANCH)
* BugZilla: 35048. The WinGate bug. r=wtclarryh%netscape.com2000-04-261-2/+2
|
* Bugzilla bug #36818: fixed bugs in PR_WaitCondVar, PR_NotifyAllCondVar,wtc%netscape.com2000-04-262-49/+59
| | | | | | | and PR_Interrupt. Thanks to justin morey <justin@68k.org> for the bug report and the patch. Modified files: btcvar.c, btthread.c (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #37272: inet_addr() should return -1 rather than assert onwtc%netscape.com2000-04-261-1/+2
| | | | failure. (NSPRPUB_CLIENT_BRANCH)
* fixup commit for branch 'NSPRPUB_CLIENT_BRANCH'cvs2hg2000-04-251-0/+95
|
* Bring the client branch in sync (almost) with the changes wtc made to the ↵cls%seawood.org2000-04-252-3/+9
| | | | NSPR tip at the tail end of bug #29427.
* Bugzilla bug #36464: OpenBSD shared libraries must be named .so.n.m.wtc%netscape.com2000-04-211-0/+2
| | | | | Thanks to greg-mozillabugs@nest.cx for the bug report and the fix. (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #36170: pass the correct OS error code to PR_SetError whenwtc%netscape.com2000-04-211-7/+28
| | | | | the load library function fails. Thanks to justin@68k.org for the bug report and suggesting a fix. (NSPRPUB_CLIENT_BRANCH)
* Compatibility with Universal Headers 3.3 or later. a=leafbeard%netscape.com2000-04-192-1/+7
|
* Bugzilla bug #31697: merged the Mac OS X (Darwin) port onto theSeaMonkey_M15_RELEASESeaMonkey_M15_BASEwtc%netscape.com2000-04-0413-27/+90
| | | | | | | 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
* Provide a default implementation of interprocess named semaphorewtc%netscape.com2000-04-041-5/+47
| | | | | | 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)
* Bugzilla bug #31049: Ipv6ToIpv4SocketAccept should handle a null 'addr'wtc%netscape.com2000-04-041-2/+6
| | | | argument. (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #33740: checked in a patch contributed by Skip Nizinskiwtc%netscape.com2000-04-041-9/+16
| | | | | <snizinsk@us.ibm.com> to change write() to DosWrite(). (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #32234: Fixed syntax error.wtc%netscape.com2000-04-041-1/+1
| | | | (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #30367: define uint for Neutrino.wtc%netscape.com2000-04-041-1/+2
| | | | (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #34292: checked in OS/2 patch from Skip Nizinskiwtc%netscape.com2000-04-043-9/+5
| | | | | | | <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)
* Bugzilla bug #33364: checked in a patch contributed by pb@futuretv.comwtc%netscape.com2000-04-041-1/+1
| | | | | that allows ARM systems other than v4l and SA110 to be correctly detected. (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #34048: set the fragment names of the DLLs. Thanks towtc%netscape.com2000-03-311-0/+9
| | | | | Simon Fraser <sfraser@netscape.com> for the patch. (NSPRPUB_CLIENT_BRANCH)
* Apply patch from bug #29427 to NSPR client branch. Makes 'make distclean' work.cls%seawood.org2000-03-187-112/+87
|
* Bugzilla bug #29908: make sure that md.write.thread or md.read.thread iswtc%netscape.com2000-03-151-5/+9
| | | | | | | nil when we return from SendReceiveStream so that we don't leave a dangling reference for the OT notifier routine. This patch is submitted by Gordon Sheridon <gordon@netscape.com>. r=wtc@netscape.com a=jar@netscape.com. (NSPRPUB_CLIENT_BRANCH)
* Fix tinderbox error about both depend: & depend:: being used.cls%seawood.org2000-03-141-1/+1
|
* Updating magic client nspr branch to nspr 4 rtm tagleaf%mozilla.org2000-03-0819-67/+67
|
* fixup commit for branch 'NSPRPUB_CLIENT_BRANCH'cvs2hg2000-02-230-0/+0
|
* Landed NSPRPUB_RELEASE_4_0_20000223 onto the main trunk.wtc%netscape.com2000-02-23135-2392/+3991
|