summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merged changes made to HEAD branch.unlabeled-3.11.12cls%seawood.org1999-09-121-0/+1
|
* Merged with HEAD from 8/18 or so.cls%seawood.org1999-08-201-52/+60
|
* fixup commit for branch 'unlabeled-3.11.12'cvs2hg1999-05-19591-171120/+0
|
* OpenVMS port; checkin for "Colin R. Blake" <colin@theblakes.com>.srinivas%netscape.com1999-05-1918-38/+358
|
* Bugzilla bug #4761: define _LARGEFILE64_SOURCE explicitly if we arewtc%netscape.com1999-05-191-0/+10
| | | | | on Solaris 2.6 or 2.7 and using gcc. Thanks to vdemarco@novazen.com and mcafee@netscape.com for reporting this problem.
* On SCO OpenServer 5, ENOBUFS and ENOSR are defined to be thewtc%netscape.com1999-05-181-1/+4
| | | | | same thing. So check whether they are equal. Thanks to Brian Ostrom <briano@netscape.com> for the bug fix.
* Bugzilla bug #1816: handle Cygwin's uname return format on Win95 also.wtc%netscape.com1999-05-171-0/+4
|
* Bugzilla bug #1816: handle the output of the 'uname' command inwtc%netscape.com1999-05-171-0/+17
| | | | | | the latest Cygwin release (Beta 20). Thanks to Tague Griffith <tague@netscape.com> for reporting the bug and zuperdee@penguinpowered.com for pointing out where the bug was.
* Port to OpenVMS.srinivas%netscape.com1999-05-125-3/+34
| | | | Checkin for "Colin R. Blake" <colin@theblakes.com>.
* Initial version for the OpenVMS port.srinivas%netscape.com1999-05-122-0/+369
| | | | Checkin for "Colin R. Blake" <colin@theblakes.com>.
* Initial version of the OpenVMS config file.srinivas%netscape.com1999-05-121-0/+40
| | | | Checkin for "Colin R. Blake" <colin@theblakes.com>.
* Fix for bug#4312. Conditionalized patching of StackSpace so it's only done ↵gordon%netscape.com1999-05-112-80/+46
| | | | when patching is allowed. Also removed obsolete 68k code, and replaced uses of the BUILD_ROUTINE_DESCRIPTOR macro with calls to NewRoutineDescriptor.
* Create 10 server threads by default.wtc%netscape.com1999-05-041-1/+1
|
* Added curly braces around nested if's to achieve the if-else associationwtc%netscape.com1999-05-041-4/+6
| | | | | | suggested by the identation. Thanks to Dorin-Ioan Marinca <dim@csti.fr> for reporting the problem and Bert Driehuis <bert_driehuis@nl.compuware.com> for suggesting the fix.
* Fix for bug #4313 "[PP]Replace ExitToShell() patch with CFM termination ↵XUL_19990428_BASESeaMonkey_M5_BASEEVENTQUEUE_19990503_BASEgordon%netscape.com1999-04-281-0/+0
| | | | proc". Changed name of termination function in PPC Linker pref panel (for both targets) to CleanupTermProc.
* Fix for bug #4313 "[PP]Replace ExitToShell() patch with CFM termination ↵gordon%netscape.com1999-04-281-160/+12
| | | | proc". Also removed obsolete 68k code.
* Fix for Mac OT bugs #4251. Added a case for OTGetEndpointState() returning ↵gordon%netscape.com1999-04-271-4/+4
| | | | T_INREL to avoid calling PR_ASSERT. Also removed call to macsock_map_error() in notification routine because it makes assumptions concerning the current thread that are not valid from an interrupt.
* Bugzilla bug #5518: map PRSeekWhence to FILE_XXX before passing towtc%netscape.com1999-04-261-24/+50
| | | | | | SetFilePointer. Bugzilla bug #5520: correctly check for failure status of SetFilePointer when invoked with a non-NULL third argument.
* Added new tests bigfile2.c and bigfile3.c that reproduce BugzillaENUMERATOR_19990424_BASEwtc%netscape.com1999-04-243-0/+215
| | | | bug #5451.
* Bugsplat bug #350054: in the NT implementation of SocketTransmitFile,wtc%netscape.com1999-04-231-4/+1
| | | | free the PRFileDesc only if the file is successfully transmitted.
* updating to license version 1.1 in boilerplate commentsRDF_19990422_BASEdmose%mozilla.org1999-04-21565-565/+565
|
* Bugzilla bug #5358: temporary fix for the build problem on Solaris/x86.wtc%netscape.com1999-04-211-0/+6
| | | | | | We don't have an assembly language implementation of atomic stacks for Solaris/x86 yet. Thanks to Justin A. Kolodziej <4wg7kolodzie@marquette.edu> for reporting the bug.
* Bugzilla bug #5344: added the missing #define PLARENAS_H as part ofwtc%netscape.com1999-04-211-0/+1
| | | | | the double-include guard. Thanks to Bruce Mitchener <bruce@cybersight.com> for the bug report.
* Use of lstat, instead of stat, causes nsinstall to miss directories pointed ↵srinivas%netscape.com1999-04-211-1/+1
| | | | | | to by symlinks. Bugzilla #4954.
* Bugzilla bug #4741: add lib version info to libplds3 and libprstrms3.wtc%netscape.com1999-04-198-19/+282
| | | | | | | | | Bugzilla bug #5284: the lib version structures for libnspr3 and libplc3 are incorrectly named (still referring to libnspr21 and libplc21). Modified files: lib/ds/Makefile, lib/prstreams/Makefile, lib/libc/src/Makefile, lib/libc/src/plvrsion.c, pr/src/Makefile, pr/src/prvrsion.c Added files: lib/ds/plvrsion.c, lib/prstreams/plvrsion.c
* Declare _PR_Unblock_IO_Wait.wtc%netscape.com1999-04-161-0/+2
|
* Bugzilla bug #146: cast unsigned to signed type before applying thewtc%netscape.com1999-04-161-0/+5
| | | | | unary minus operator to get rid of a compiler warning. Thanks to rick@rixsoft.com for the bug report.
* Removed unused variables LIBNSPR and PURELIBNSPR.wtc%netscape.com1999-04-151-3/+0
|
* Bugzilla bug #5111: include my_config.mk and my_overrides.mk, if theywtc%netscape.com1999-04-152-0/+34
| | | | | | | exist, to allow for user config and overrides of NSPR build variables. Thanks to Ramiro Estrugo <ramiro@netscape.com> for the design and implementation. Modified files: .cvsignore, config.mk.
* Bugsplat bug #345296: added a test program that have multiplewtc%netscape.com1999-04-152-0/+234
| | | | threads accepting on the same listening socket.
* Fix warning message on _MD_EXITlarryh%netscape.com1999-04-141-0/+1
|
* Bugzilla bug #4952: line 35 spilled over to line 36, and a '-' was missing.wtc%netscape.com1999-04-141-2/+1
| | | | Thanks to tomg@squish.org for the bug report.
* Bugzilla bug #2802: prepend current directory to $(DIST)/lib onlywtc%netscape.com1999-04-141-14/+23
| | | | | if $(DIST) is a relative pathname. Thanks to trini@kernel.crashing.org for reporting this bug.
* add coverage for functions that should be called by this test caselarryh%netscape.com1999-04-132-1/+25
|
* Removed mozilla-specific library path components: bug #4450.srinivas%netscape.com1999-04-111-38/+2
|
* Added prstreams to DIRS.wtc%netscape.com1999-04-101-0/+4
|
* Bugzilla bug #4736: added dummy references to rcsid and sccsid sowtc%netscape.com1999-04-102-10/+30
| | | | that they aren't optimized away as unused variables.
* Fix thread-type rotation for Win95SeaMonkey_M4_BASElarryh%netscape.com1999-04-092-2/+2
|
* Symbols on NetBSD also have a leading underscore.RDF_19990407_BASEwtc%netscape.com1999-04-061-1/+1
| | | | This patch is contributed by gduzan@acm.org.
* The file type PR_DESC_SOCKET_POLL is not defined by NSPR.wtc%netscape.com1999-04-051-1/+2
|
* On Solaris, the prpoll test needs to link with -lsocket becausewtc%netscape.com1999-04-051-8/+11
| | | | | it calls BSD socket functions. Moved the rule for the attach test to be together with other tests that need to link with -lpthread.
* Made the i/o continuation thread ignore the events that havewtc%netscape.com1999-04-022-8/+51
| | | | | | been consumed by prior continuation function calls. (Bugsplat bug #345296) Modified files: primpl.h, ptio.c.
* The SocketPollFD functions are moved from public header(prio.h) to privatewtc%netscape.com1999-04-012-2/+2
| | | | header (pprio.h). The PRDescType is set to 0.
* Moved SocketPollFD functions from public header(prio.h) to this private header.wtc%netscape.com1999-04-011-0/+40
|
* Moved SocketPollFD functions from public header(prio.h) to the privatewtc%netscape.com1999-04-011-40/+1
| | | | header pprio.h.
* Fixed an error in the comments. (Bugzilla bug #346002)wtc%netscape.com1999-04-012-2/+2
| | | | Modified files: prsocket.c, ptio.c
* Name the third argument for PR_Writev 'iov_size', as opposedwtc%netscape.com1999-04-011-3/+5
| | | | to 'size'.
* Bugzilla bug #4297: the use of 'stack' as function arguments conflictswtc%netscape.com1999-04-011-3/+3
| | | | | | with the class name 'stack' in STL, so renamed it to 'fd_stack'. Thanks to joseph.gregorio@mts.com for reporting the problem and suggesting a fix.
* Bugzilla bug #4464: cast enum PRThreadPriority to PRIntn beforewtc%netscape.com1999-04-011-2/+2
| | | | | | doing comparisons so that enum PRThreadPriority is treated as a signed type. Thanks to Jeremy Lea <reg@shale.csir.co.za> for reporting this bug.
* Memory leak fixed. Thanks to: David Gardiner <david.gardiner@unisa.edu.aularryh%netscape.com1999-03-311-1/+1
|