summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added new NSPR 3.5 files:NSPRPUB_RELEASE_3_5_LANDING_BRANCHsdagley%netscape.com1999-10-081-0/+0
| | | | | | | pr/src/memory/prshm.c pr/src/memory/prshma.c pr/src/misc/pripc.c pr/src/misc/pripcsem.c
* nspr 3.5 to mozillalarryh%netscape.com1999-10-081-1/+1
|
* fix build errors for Maclarryh%netscape.com1999-10-082-2/+16
|
* Just need to include primpl.h because it subsumes all NSPR header files.wtc%netscape.com1999-10-081-6/+1
|
* A #include <header.h> must be a system header on the Mac. "primpl.h"wtc%netscape.com1999-10-081-4/+1
| | | | subsumes all NSPR header files.
* Added new exported headers pripcsem.h, prshm.h, and prshma.h.wtc%netscape.com1999-10-071-0/+3
|
* Created NSPRPUB_RELEASE_3_5_LANDING_BRANCH, rooted atwtc%netscape.com1999-10-07119-1048/+9070
| | | | NSPRPUB_RELEASE_3_5_BASE.
* fixup commit for branch 'NSPRPUB_RELEASE_3_5_LANDING_BRANCH'cvs2hg1999-10-060-0/+0
|
* 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 ↵sdagley%netscape.com1999-10-061-58/+242
| | | | getting fragment names from the 'cfrg' resource. r=sfraser
* Added #define NSPR_AS_SHARED_LIB to avoid (never called) ↵sdagley%netscape.com1999-10-061-0/+1
| | | | MacInitializeMemory. This is just tidy up. r=sfraser
* New implementations of PR_LoadNamedFragment and PR_LoadIndexedFragment, ↵sdagley%netscape.com1999-10-061-0/+125
| | | | which now allow loading libraries by FSSpec. Mac only. r=sfraser
* Added prlink_mac.h, r=sfrasersdagley%netscape.com1999-10-061-0/+2
|
* Included some new header files, so that building with 'require function ↵sdagley%netscape.com1999-10-065-15/+26
| | | | prototypes' works better. r=sfraser
* First Checked In.sdagley%netscape.com1999-10-065-0/+176
|
* changed from directly using "MSL ShLibRuntime.Lib" to using ↵sdagley%netscape.com1999-10-031-0/+0
| | | | "NSLibraryStartup.o" to enable GC leak detector. r=beard
* 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 ↵sdagley%netscape.com1999-09-301-2/+2
| | | | time. Ongoing work from bug #10334. r=saari.
* Bugzilla bug #14603: simple fix for OpenVMS contributed by Colin BlakeSeaMonkey_M10_BASEwtc%netscape.com1999-09-241-1/+1
| | | | <colin@theblakes.com>.
* 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
| | | | Colin Blake <colin@theblakes.com>.
* On WIN32, do not include <windef.h> directly. It is betterwtc%netscape.com1999-09-211-3/+1
| | | | | | | | to include <windows.h>, the mother of all Windows include files. Specifically, in MSVC 6.0, <windef.h> sets WINVER to 0x0500 while <windows.h> sets it to 0x0400 if that macro is not defined. But 0x0500 means NT 5.0 and Win 98, and NT 5.0 is not released yet. To build a retail application right now, we have to set WINVER to 0x0400.
* Bugzilla bug #13361: fixed gcc compiler warnings. Thanks towtc%netscape.com1999-09-205-15/+10
| | | | | Steve Lamm (slamm@netscape.com) for the bug report. Modified files: prtime.h, prmwait.c, pratom.c, ptio.c, ptthread.c.
* The previous checkin being enabled for WIN32 only; needs furthersrinivas%netscape.com1999-09-201-1/+1
| | | | investigation.
* Limit the number of events processed by PL_ProcessPendingEvents; check insrinivas%netscape.com1999-09-201-2/+34
| | | | troy@netscape.com. Bugzilla 13660.
* - Add an OnMonitorRecycle callback for use by xpcom/threads/nsAutoLock.cpp.brendan%mozilla.org1999-09-172-133/+136
| | | | | - Clean up funky white space and tabbing, preparatory to more work including LRU fix.
* Define __STRICT_ANSI__ for Linux to eliminate spurious warnings. Checkinsrinivas%netscape.com1999-09-141-1/+4
| | | | for Chris Seawood <cls@seawood.org>.
* Also set the keepalive socket option if the socket iswtc%netscape.com1999-09-071-1/+5
| | | | an IPv6 TCP socket.
* 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
| | | | the common usage.
* Fix #3540 - defer initialization of OT until someone actually makes an OT ↵sdagley%netscape.com1999-09-071-2/+30
| | | | call. Reviewed wtc, approved don.
* The notifyCount value should be updated only for successful read and writeTREE_WIDGET_19990826_BASEsrinivas%netscape.com1999-08-241-8/+14
| | | | operations. Checkin for Colin Blake <colin@theblakes.com>.
* Inlcude the assembly language implementation of the stack operations only whensrinivas%netscape.com1999-08-182-0/+3
| | | | _PR_HAVE_ATOMIC_CAS is defined. Bugzilla #11576.
* 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.