summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'nsfile_symlink_flag_07112000_BRANCH'nsfile_symlink_flag_07112000_BRANCHcvs2hg2000-07-0877-513/+967
|
* Landed NSPRPUB_RELEASE_4_0_20000223 onto the main trunk.wtc%netscape.com2000-02-23135-2392/+3991
|
* fix prtypes.hPRE_NSPRPUB_RELEASE_4_0_LANDINGlarryh%netscape.com2000-02-221-0/+8
|\
| * fixup commit for tag 'NSPRPUB_20000201'NSPRPUB_20000201cvs2hg2000-02-192-0/+27
| |
* | Bugzilla bug #27955: added a dummy header file that all object fileswtc%netscape.com2000-02-191-0/+25
| | | | | | | | | | in NSPR depend on. Update prdepend.h to force a full rebuild of NSPR in Mozilla's Tinderbox depend builds.
* | Only use HOST_CC for INTERNAL_TOOLS when cross-compiling as it's the only ↵NSPRPUB_20000208cls%seawood.org2000-02-171-0/+2
| | | | | | | | time it actually matters. r,a=wtc
* | Pro5 updatescc%netscape.com2000-02-072-0/+0
| |
* | Enabling debug info on optimized build so sfraser can debug optimized ↵sdagley%netscape.com2000-02-041-0/+0
|/ | | | builds. r=sfraser
* Access path updates in anticipation of update to CW Pro5 (#25949). r=pinkertonJAR_20000216_BASEsdagley%netscape.com2000-02-012-0/+0
|
* Bugzilla bug #21428: fixed LL_CMP and LL_UCMP so that they can be usedANDREAS_URL2_BASEwtc%netscape.com2000-01-311-4/+4
| | | | | | with the <= and >= operators when HAVE_LONG_LONG is not defined. The fix is contributed by John G. Myers <jgmyers@netscape.com>. r=wtc@netscape.com.
* Fixed bogus error messages. Thanks to Kurt J. Lidl <lidl@pix.net>wtc%netscape.com2000-01-281-2/+2
| | | | for reporting the bug and providing a fix.
* Fix #25042. Moving PR_Init_Log proto from prlog.h to pprio.h as it is an ↵sdagley%netscape.com2000-01-282-6/+9
| | | | internal function that normally doesn't belong in the NSPR public interfaces but the Mac needs it. Changes actually from wtc, sdagley just reviewed them and is checking them in.
* Bugzilla bug #19150: removed prlink_mac.h and the mac-specificwtc%netscape.com2000-01-283-91/+0
| | | | | | PR_LoadIndexedFragment and PR_LoadNamedFragment functions. Modified files: pr/include/MANIFEST, prlink.c Removed file: prlink_mac.h
* Bugzilla bug #17101: removed plevent.h and plevent.c. These two fileswtc%netscape.com2000-01-282-1611/+0
| | | | have been moved to mozilla/xpcom/threads.
* Bugzilla bug #17101: move plevent.h and plevent.c from mozilla/nsprpubwtc%netscape.com2000-01-285-33/+0
| | | | | | | | | | to mozilla/xpcom/threads by landing the PLEVENT_MOVE_BRANCH. Modified files: nsprpub/lib/ds/MANIFEST, nsprpub/lib/ds/Makefile, nsprpub/lib/ds/Makefile.in, nsprpub/macbuild/NSPR20PPC.mcp, nsprpub/pr/include/obsolete/protypes.h, xpcom/macbuild/xpcomPPC.mcp, xpcom/threads/MANIFEST, xpcom/threads/Makefile.in, xpcom/threads/makefile.win, xpcom/threads/plevent.h
* Added plevent.c and plevent.h back.wtc%netscape.com2000-01-261-0/+2
|
* Added plevent.h and plevent.c back.wtc%netscape.com2000-01-261-0/+2
|
* Added plevent.h back.wtc%netscape.com2000-01-261-0/+1
|
* re-add plevent.cblizzard%redhat.com2000-01-261-0/+1114
|
* re-add plevent.hblizzard%redhat.com2000-01-261-0/+497
|
* hrmblizzard%redhat.com2000-01-263-5/+0
|
* Bugzilla bug #17101: removed plevent.h and plevent.c fromwtc%netscape.com2000-01-262-1611/+0
| | | | | | | mozilla/nsprpub/lib/ds. Modified the makefiles in mozilla/nsprpub/lib/ds and mozilla/xpcom/threads to reflect the new location of plevent.{h,c}. (PLEVENT_MOVE_BRANCH)
* Bugzilla bug #23969: checked in dougt/bienvenu's modified fix.PLEVENT_MOVE_BASEwtc%netscape.com2000-01-251-2/+29
|
* Backed out previous checkin because it introduced bug #23969.wtc%netscape.com2000-01-221-10/+1
| | | | a=chofmann@netscape.com
* Bugzilla bug #23969: checked in patches from dougt@netscape.com andwtc%netscape.com2000-01-211-1/+10
| | | | | bienvenu@netscape.com. r=troy@netscape.com,wtc@netscape.com. a=brendan@mozilla.org.
* Fix based on rogerl's keen analysis to ancient circa 1995 bug (19165).SeaMonkey_M13_BASENSPRPUB_RELEASE_4_0_BASENSIFILE_01202000_BASENSIFILE_01192000_BASEANDREAS_URL_BASEbrendan%mozilla.org2000-01-192-2/+2
|
* Added missing function argument type declarations.wtc%netscape.com2000-01-191-1/+1
|
* Add threadpool feature. Bugzilla #23951. rwtc.srinivas%netscape.com2000-01-187-0/+2149
|
* Fixed performance problem with pollable events on Win32.srinivas%netscape.com2000-01-181-0/+11
| | | | Bugzilla #23948.
* Bugzilla bug #20770: CopyHostent should handle the possibility thatwtc%netscape.com2000-01-141-7/+15
| | | | | h_aliases is null. In that case, we allocate in our copy a one-element array whose only element is a null pointer.
* Bugzilla bug #20770: on Solaris, gethost.c needs to link with -lsocketwtc%netscape.com2000-01-141-1/+5
| | | | if USE_IPV6=1 is specified.
* Removed the assertion in PR_JoinThread. Returning PR_FAILURE is enough.wtc%netscape.com2000-01-141-2/+0
|
* Set the reuseaddr socket option before calling PR_Bind.wtc%netscape.com2000-01-141-0/+5
|
* Bugzilla bug #23694: added a global variable to control thewtc%netscape.com2000-01-141-7/+19
| | | | native-threads-only mode of our NT implementation. r=srinivas@netscape.com
* Use only one definition of PipeAvailable and PipeAvailable64, whichwtc%netscape.com2000-01-122-16/+6
| | | | | requires _PR_MD_PIPEAVAILABLE. Define _MD_PIPEAVAILABLE for Mac. Modified files: _macos.h, prfile.c
* Use PR_IMPLEMENT to define an exported function. Don't need extern whenwtc%netscape.com2000-01-121-3/+2
| | | | defining a global function. "prrng.h" is indirectly included by primpl.h.
* Adding back rev 3.22 after fixing a typo. Update to OS/2 port; the buildsrinivas%netscape.com2000-01-111-21/+25
| | | | | now uses OS_ARCH=OS2, in place of WINNT. Checkin for sobotka@axess.com. Bugzilla 23544.
* Ok, that was lame. The comment: 'Added check for GNU as as we can only use ↵cls%seawood.org2000-01-112-42/+62
| | | | | | certain ASFLAGS under solaris with Sun's as.' should have gone with this set of configure*. The previous checkin with the above comment should've had the comment: 'Use values from config.guess for OS_ARCH, OS_TARGET, etc when cross-compiling. Don't check for /dev/zero when cross-compiling. Don't override the determined values for linking with GNU ld with the hardcode values of Sun ld under solaris. Added TARGET_NSPR_MDCPUCFG to the solaris build. Don't assume NSPR is installed on the system when cross-compiling.'
* Bugzilla bug #23304: protypes.h should only test a macro defined inwtc%netscape.com2000-01-113-3/+9
| | | | | prcpucfg.h (in this case, _aix32in6.cfg or _aix64.cfg). Modified files: _aix32in6.cfg, _aix64.cfg, protypes.h
* Merged minor fixes related to PR_Available and PR_Sync for pipeswtc%netscape.com2000-01-116-9/+53
| | | | | in NSPR 3.5.1 onto the main trunk. Modified files: _win95.h, _winnt.h, prfile.c, ntio.c, w95io.c, ptio.c
* Previous checkin broke Linux build.srinivas%netscape.com2000-01-101-25/+21
|
* BugZilla 19247. FreeBSD uses /dev/random toolarryh%netscape.com2000-01-101-1/+1
|
* Update to OS/2 port; the build now uses OS_ARCH=OS2, in place of WINNT.srinivas%netscape.com2000-01-1047-220/+535
| | | | Checkin for sobotka@axess.com. Bugzilla 23544.
* Backed out the NSPR 3.5.1 merge. Mozilla client cannot exit on shutdown.wtc%netscape.com2000-01-089-187/+776
| | | | | Modified files: _win95.h, _winnt.h, primpl.h, prfdcach.c, prfile.c, ntio.c, w95io.c, ptio.c, ptthread.c
* Backed out the previous checkin (found a better fix).wtc%netscape.com2000-01-081-1/+0
|
* For platforms that don't implement PR_CreatePipe, define PipeAvailablewtc%netscape.com2000-01-081-0/+14
| | | | | and PipeAvailable64 as simply returning -1. This way we don't need to define the _MD_PIPEAVAILABLE macro for those platforms.
* Define _MD_PIPEAVAILABLE for mac (simply returns -1).wtc%netscape.com2000-01-081-0/+1
|
* Temporary depend:clean hack.wtc%netscape.com2000-01-082-2/+2
|
* Merged the fixes in NSPR 3.5.1 to the main trunk.wtc%netscape.com2000-01-089-776/+173
| | | | | Modified files: _win95.h, _winnt.h, primpl.h, prfdcach.c, prfile.c, ntio.c, w95io.c, ptio.c, ptthread.c
* Add new API declaration, NSPR_API. Bugzilla #12913.srinivas%netscape.com2000-01-0752-768/+768
|