summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'DOUGT_URI_PARSER_06122001_BRANCH'DOUGT_URI_PARSER_06122001_BRANCHcvs2hg2001-06-08231-8946/+7615
* 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
* | Only use HOST_CC for INTERNAL_TOOLS when cross-compiling as it's the only tim...NSPRPUB_20000208cls%seawood.org2000-02-171-0/+2
* | Pro5 updatescc%netscape.com2000-02-072-0/+0
* | Enabling debug info on optimized build so sfraser can debug optimized builds....sdagley%netscape.com2000-02-041-0/+0
|/
* 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
* Fixed bogus error messages. Thanks to Kurt J. Lidl <lidl@pix.net>wtc%netscape.com2000-01-281-2/+2
* Fix #25042. Moving PR_Init_Log proto from prlog.h to pprio.h as it is an inte...sdagley%netscape.com2000-01-282-6/+9
* Bugzilla bug #19150: removed prlink_mac.h and the mac-specificwtc%netscape.com2000-01-283-91/+0
* Bugzilla bug #17101: removed plevent.h and plevent.c. These two fileswtc%netscape.com2000-01-282-1611/+0
* Bugzilla bug #17101: move plevent.h and plevent.c from mozilla/nsprpubwtc%netscape.com2000-01-285-33/+0
* 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
* 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
* Bugzilla bug #23969: checked in patches from dougt@netscape.com andwtc%netscape.com2000-01-211-1/+10
* 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 bug #20770: CopyHostent should handle the possibility thatwtc%netscape.com2000-01-141-7/+15
* Bugzilla bug #20770: on Solaris, gethost.c needs to link with -lsocketwtc%netscape.com2000-01-141-1/+5
* 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
* Use only one definition of PipeAvailable and PipeAvailable64, whichwtc%netscape.com2000-01-122-16/+6
* Use PR_IMPLEMENT to define an exported function. Don't need extern whenwtc%netscape.com2000-01-121-3/+2
* Adding back rev 3.22 after fixing a typo. Update to OS/2 port; the buildsrinivas%netscape.com2000-01-111-21/+25
* Ok, that was lame. The comment: 'Added check for GNU as as we can only use c...cls%seawood.org2000-01-112-42/+62
* Bugzilla bug #23304: protypes.h should only test a macro defined inwtc%netscape.com2000-01-113-3/+9
* Merged minor fixes related to PR_Available and PR_Sync for pipeswtc%netscape.com2000-01-116-9/+53
* 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
* Backed out the NSPR 3.5.1 merge. Mozilla client cannot exit on shutdown.wtc%netscape.com2000-01-089-187/+776
* 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
* 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
* Add new API declaration, NSPR_API. Bugzilla #12913.srinivas%netscape.com2000-01-0752-768/+768