summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'TREEWIDGET_19990616_BRANCH'TREEWIDGET_19990616_BRANCHcvs2hg1999-06-140-0/+0
|
* BugZilla #8018sspitzer-news-tagTREEWIDGET_19990616_BASESeaMonkey_M7_BASESeaMonkey_M7_19990619_BASERDF_19990617_BASElarryh%netscape.com1999-06-142-0/+17
|
* Fix bug #6507. PR_fprintf() with PR_GetSpecialFD(PR_StandardOutput) or ↵sdagley%netscape.com1999-06-071-38/+15
| | | | PR_GetSpecialFD(PR_StandardError) as the file argument now works on the Mac with output directed to the SIOUX stdout console window.
* QNX port; checkin for briano@netscape.com. Bug #7276.srinivas%netscape.com1999-06-062-0/+4
|
* More OpenVMS changes from Colin R. Blake <colin@theblakes.com>.wtc%netscape.com1999-06-044-2/+27
| | | | | Modified files: prstrms.cpp, pr/include/md/Makefile, _openvms.h, and prmapopt.c.
* Bugzilla bug #4842: do not export pr/include/md.wtc%netscape.com1999-06-031-1/+0
|
* Bugzilla bug #4842: do not export private NSPR headers (private/pprmwait.h,wtc%netscape.com1999-06-0326-34/+39
| | | | | | | | private/primpl.h, and md/*.h) to mozilla/dist. NSPR files will get these headers from the source tree, via -I$(MOD_DEPTH)/pr/include and -I$(MOD_DEPTH)/pr/include/private. Non-NSPR files must not include these private NSPR headers and should get the exported NSPR headers from mozilla/dist/<platform.OBJ>/include.
* Bugzilla bug #7077: modified compile-et.pl so that it adds commentswtc%netscape.com1999-05-272-0/+154
| | | | | | | (error strings) before the error code macro definitions in the generated header. Also updated prerr.h to reflect this change. Thanks to John Gardiner Myers <jgmyers@netscape.com> for contributing the fix.
* Bugzilla bug #4471: specify -mips3 when compiling on IRIX 6.5,wtc%netscape.com1999-05-271-0/+3
| | | | otherwise it defaults to -mips4 if the build machine is mips4.
* Fix for bug#4312. Conditionalized patching of StackSpace so it's only done ↵SeaMonkey_M6_BASEgordon%netscape.com1999-05-211-56/+76
| | | | when patching is allowed. Use FindSymbol to dynamically lookup NewRoutineDescriptor and CallOSTrapUniversalProc so we can link against CarbonLib.
* Fix for bug#6662 "PR_Open does not set hpb.fileParam.ioDirID field".XPCOM21_BASEgordon%netscape.com1999-05-201-6/+6
|
* Fix bug #3534. Now set EOF and file position to requested offset in a seek ↵sdagley%netscape.com1999-05-201-0/+4
| | | | 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.
* Add test to see if async I/O has completed before we actually yield the ↵sdagley%netscape.com1999-05-191-2/+4
| | | | thread. Part of the I/O improvments tagged under bug #3536. Approved wtc.
* More SCO OpenServer updates from Brian Ostrom <briano@netscape.com>.wtc%netscape.com1999-05-191-29/+1
|
* Fixed a typo in previous checkinsrinivas%netscape.com1999-05-1920-39/+204
|\
| * 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.
* | fixup commit for tag 'XPCOM20_BASE'XPCOM20_BASEcvs2hg1999-05-191-0/+189
|/
* 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.