summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'SeaMonkey_M10_BRANCH'SeaMonkey_M10_BRANCHcvs2hg1999-09-240-0/+0
* Bugzilla bug #14603: simple fix for OpenVMS contributed by Colin BlakeSeaMonkey_M10_BASEwtc%netscape.com1999-09-241-1/+1
* Back out last change; it killed tinderbox. a=don%netscape.com.waterson%netscape.com1999-09-211-1/+3
* Use an absolute, instead of relative, filespec for OpenVMS. Checkin forsrinivas%netscape.com1999-09-211-8/+6
* On WIN32, do not include <windef.h> directly. It is betterwtc%netscape.com1999-09-211-3/+1
* Bugzilla bug #13361: fixed gcc compiler warnings. Thanks towtc%netscape.com1999-09-205-15/+10
* The previous checkin being enabled for WIN32 only; needs furthersrinivas%netscape.com1999-09-201-1/+1
* Limit the number of events processed by PL_ProcessPendingEvents; check insrinivas%netscape.com1999-09-201-2/+34
* - Add an OnMonitorRecycle callback for use by xpcom/threads/nsAutoLock.cpp.brendan%mozilla.org1999-09-172-133/+136
* Define __STRICT_ANSI__ for Linux to eliminate spurious warnings. Checkinsrinivas%netscape.com1999-09-141-1/+4
* Also set the keepalive socket option if the socket iswtc%netscape.com1999-09-071-1/+5
* Corrected an error.wtc%netscape.com1999-09-071-1/+1
* Create the socket pair in AF_UNIX domain because that'swtc%netscape.com1999-09-071-1/+1
* Fix #3540 - defer initialization of OT until someone actually makes an OT cal...sdagley%netscape.com1999-09-071-2/+30
* The notifyCount value should be updated only for successful read and writeTREE_WIDGET_19990826_BASEsrinivas%netscape.com1999-08-241-8/+14
* Inlcude the assembly language implementation of the stack operations only whensrinivas%netscape.com1999-08-182-0/+3
* The "-mno-486" compiler option is no longer relevant and not supportedSeaMonkey_M9_BASEsrinivas%netscape.com1999-08-091-1/+1
* 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
* 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
* 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 yi...sdagley%netscape.com1999-07-221-2/+13
* Change to address bug #10334 and improve startup time on Mac. Use sync i/o fo...sdagley%netscape.com1999-07-221-2/+25
* changed optimized target linker settings to generate a symbol file (required ...cyeh%netscape.com1999-07-211-0/+0
* 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
* A hack to get _MD_unix_get_nonblocking_connect_error to work for Neutrino.wtc%netscape.com1999-07-191-1/+69
* Changed OS_ARCH to OS_TARGET for NTO because we are still cross-compiling.wtc%netscape.com1999-07-191-1/+1
* 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
* Fix for bug #8491. Reviewed scc, approved chofmann. Provide support for envir...sdagley%netscape.com1999-07-092-0/+19
* Fixed an unused-variable compiler warning. Thanks towtc%netscape.com1999-07-061-3/+1
* Bugzilla bug #9155: use -library=iostream so that Sun Workshopwtc%netscape.com1999-07-011-0/+10
* 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
* Checked in BeOS changes contributed by Duncan Wilcox (duncan@be.com).wtc%netscape.com1999-06-266-239/+242
* Declared 'loops' signed so that it can be compared with 0wtc%netscape.com1999-06-251-15/+12
* 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
* Removed unused code, because +DA2.0W is specified in config/HP-UX.mkwtc%netscape.com1999-06-211-6/+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 PR_Ge...sdagley%netscape.com1999-06-071-38/+15
* 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