summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'NEW_SKIN_19991014_BRANCH'NEW_SKIN_19991014_BRANCHcvs2hg1999-10-140-0/+0
* Enable specification of minimum stack size.NEW_SKIN_19991014_BASEsrinivas%netscape.com1999-10-141-0/+7
* Fixed an error of incorrect return value type in _MD_DeleteSharedMemory.NSPRPUB_RELEASE_3_5wtc%netscape.com1999-10-131-1/+1
* NSPR 3.5 landinglarryh%netscape.com1999-10-13121-1048/+9079
* Backed out previous revision, which was checked in during code freeze.NSPRPUB_RELEASE_3_5_PRELANDINGwtc%netscape.com1999-10-122-20/+1
* XP_MAC GC leak detector changes: using LMGetCurStackBase to compute stack bo...sdagley%netscape.com1999-10-091-0/+19
* XP_MAC: turning off a spurious assert in PR_Lock (which can get called at int...sdagley%netscape.com1999-10-091-1/+1
* Backed out previous checkin.NSPRPUB_RELEASE_3_5_LANDING_BASEsrinivas%netscape.com1999-10-062-11/+0
* Previous change backed out.srinivas%netscape.com1999-10-061-4/+2
* Backout previous change.srinivas%netscape.com1999-10-061-2/+0
* Fixed bug in previous checkin - initialize variables before use.srinivas%netscape.com1999-10-061-0/+2
* Fixed typo in previous checkin. Also, the correct bug # is 15680.srinivas%netscape.com1999-10-061-2/+2
* Add the SO_BROADCAST option. Bug #365862.srinivas%netscape.com1999-10-064-2/+15
* Add documentation comments for Mac library loading. r=sfrasersdagley%netscape.com1999-10-061-2/+23
* New calls to load code fragments by name or index, and utility routines for g...sdagley%netscape.com1999-10-061-58/+242
* Added #define NSPR_AS_SHARED_LIB to avoid (never called) MacInitializeMemory....sdagley%netscape.com1999-10-061-0/+1
* New implementations of PR_LoadNamedFragment and PR_LoadIndexedFragment, which...sdagley%netscape.com1999-10-061-0/+125
* Added prlink_mac.h, r=sfrasersdagley%netscape.com1999-10-061-0/+2
* Included some new header files, so that building with 'require function proto...sdagley%netscape.com1999-10-065-15/+26
* First Checked In.sdagley%netscape.com1999-10-065-0/+176
* changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup...sdagley%netscape.com1999-10-031-0/+0
* using __NSTerminate() rather than __terminate, for GC leak detector. r=beardsdagley%netscape.com1999-10-031-1/+3
* Increased threshold for async reads from 2K to 20K to reduce Mac startup time...sdagley%netscape.com1999-09-301-2/+2
* 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