summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'SecurityM9_BRANCH'SecurityM9_BRANCHcvs2hg1999-08-090-0/+0
|
* The "-mno-486" compiler option is no longer relevant and not supportedSeaMonkey_M9_BASEsrinivas%netscape.com1999-08-091-1/+1
| | | | in new gcc compilers (v2.95). Bug #11455. Checkin for jdaly@ixl.com.
* Enable specification of extra linker options and libraries from command line.srinivas%netscape.com1999-07-311-1/+1
|
* Assembly language implementation of PR_StackPush/Pop routines for Sparc/x86;PRE_NECKO_LANDING_M9_MidLifeCrisis_19990728_BASEsrinivas%netscape.com1999-07-272-6/+79
| | | | checkin for ppokorny@mindspring.com.
* Fix error in previous checkin.srinivas%netscape.com1999-07-271-2/+2
|
* The "execute" permission bit needs to be set for shared libraries on HP-UX.srinivas%netscape.com1999-07-274-0/+20
| | | | Bugzilla #10201.
* Port to Aplha-NT; checkin for bob meader <bob@guiduck.com>.TEMPLATE_19990726_BASEsrinivas%netscape.com1999-07-232-2/+22
|
* Fix bug #3537. Replaced call of Delay() with WaitNextEvent() so that we'll ↵sdagley%netscape.com1999-07-221-2/+13
| | | | yield to other processes if we're in some long wait for i/o.
* Change to address bug #10334 and improve startup time on Mac. Use sync i/o ↵sdagley%netscape.com1999-07-221-2/+25
| | | | for reads of less than 2K.
* changed optimized target linker settings to generate a symbol file (required ↵cyeh%netscape.com1999-07-211-0/+0
| | | | by TalkBack) -- jj.
* Explain the type pt_SockLen.wtc%netscape.com1999-07-211-2/+5
|
* PTHREAD_CREATE_JOINABLE/UNDETACHED was accidentally changed towtc%netscape.com1999-07-201-2/+2
| | | | _PT_PTHREAD_CREATE_JOINABLE/UNDETACHED.
* A hack to get _MD_unix_get_nonblocking_connect_error to work for Neutrino.wtc%netscape.com1999-07-191-1/+69
| | | | This patch is contributed by Jerry L. Kirk <Jerry.Kirk@Nexwarecorp.com>.
* Changed OS_ARCH to OS_TARGET for NTO because we are still cross-compiling.wtc%netscape.com1999-07-191-1/+1
| | | | | Thanks to Jerry L. Kirk <Jerry.Kirk@Nexwarecorp.com> for the patch. (This might have been my error when I checked in his previous patch.)
* Files created in 1999 should have a 1999 copyright notice.wtc%netscape.com1999-07-194-5/+4
|
* OpenVMS port; checkin for "Colin R. Blake" <colin@theblakes.com>.srinivas%netscape.com1999-07-162-26/+1
|
* NetBSD/PowerPC port. Checkin for kei_sun@ba2.so-net.ne.jpsrinivas%netscape.com1999-07-161-1/+2
|
* NSPR no longer defines symbols with the PTHREAD prefix. Bugzilla #9907.srinivas%netscape.com1999-07-157-106/+106
|
* OpenVMS port; checkin for "Colin R. Blake" <colin@theblakes.com>.srinivas%netscape.com1999-07-159-21/+89
|
* Part deux of the fix for #8491. Had to add the ability to externally re-init ↵SeaMonkey_M8_BASEsdagley%netscape.com1999-07-092-0/+15
| | | | NSPR's log feature as we were reading the environemnt vars on the Mac after the initial init. Reviewed saari.
* Fix for bug #8491. Reviewed scc, approved chofmann. Provide support for ↵sdagley%netscape.com1999-07-092-0/+19
| | | | environment variables on the Mac so PR_Log can query for what modules are actually supposed to be logged. See the bug comments for a description of how to set the enviroment variables.
* Fixed an unused-variable compiler warning. Thanks towtc%netscape.com1999-07-061-3/+1
| | | | Seth Spitzer <sspitzer@netscape.com> for the fix.
* Bugzilla bug #9155: use -library=iostream so that Sun Workshopwtc%netscape.com1999-07-011-0/+10
| | | | | 5.0 can work with old style iostreams. Thanks to Tim McNerney <mumbly@netcom.com> for suggesting this fix.
* Changes to build for TARGET_CARBON.gordon%netscape.com1999-06-303-12/+49
|
* Deleted an extra space.wtc%netscape.com1999-06-281-1/+1
|
* Merged Neutrino (NTO) changes contributed by Jerry L. Kirkwtc%netscape.com1999-06-2813-8/+522
| | | | | | | | <Jerry.Kirk@Nexwarecorp.com>. Modified files: pr/include/md/Makefile, _pth.h, prosdep.h, pr/src/md/unix/Makefile, objs.mk, unix.c, unix_errors.c, ptio.c, ptthread.c. Added files: NTO.mk, _nto.cfg, _nto.h, nto.c.
* Checked in BeOS changes contributed by Duncan Wilcox (duncan@be.com).wtc%netscape.com1999-06-266-239/+242
| | | | | Modified files: plevent.c, prstreams/Makefile, prlink.c, bfile.c, testfile.c, tmocon.c.
* Declared 'loops' signed so that it can be compared with 0wtc%netscape.com1999-06-251-15/+12
| | | | | safely. Other cleanups. Thanks to Philip Pokorny <ppokorny@mindspring.com> for the patch.
* Checkin for briano@netscape.com. Bugzilla #8600.srinivas%netscape.com1999-06-232-52/+100
|
* IRIX: -KPIC is the default and hence unnecessary. In o32 mode,wtc%netscape.com1999-06-211-2/+1
| | | | | | cc does not understand the -exceptions option, so specify that option only for the C++ compiler. Thanks to Brian Ostrom (briano@netscape.com) for the bug report.
* Removed unused code, because +DA2.0W is specified in config/HP-UX.mkwtc%netscape.com1999-06-211-6/+0
| | | | already. Also there is a typo ($USE_64).
* 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.