summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'sonmi-greentree'sonmi-greentreecvs2hg2001-09-070-0/+0
* Bugzilla bug 98741: replaced NPL by MPL/GPL.wtc%netscape.com2001-09-073-42/+92
* Bugzilla bug 98741: removed the extra NPL header.wtc%netscape.com2001-09-071-17/+1
* Bugzilla bug 98741: changed the license URL to http://www.mozilla.org/MPL/.wtc%netscape.com2001-09-074-4/+4
* Bugzilla bug 95836: Added _PR_CleanupIO() and made it callwtc%netscape.com2001-09-075-3/+53
* Bugzilla bug 95817: destroy _pr_sleeplock in PR_Cleanup(). The patch iswtc%netscape.com2001-09-072-0/+4
* Bugzilla bug 95773: Added _PR_CleanupEnv() and call it from PR_Cleanup().wtc%netscape.com2001-09-074-0/+12
* Bugzilla bug 97456: fixed build error on BSD/OS 4.3 (beta3). The patchwtc%netscape.com2001-08-301-1/+1
* Bugzilla bug 95784: added _PR_CleanupLayerCache and call it fromwtc%netscape.com2001-08-304-0/+22
* Bugzilla bug 95668: added _PR_CleanupThreads and call it from PR_Cleanup.wtc%netscape.com2001-08-293-0/+23
* Bugzilla bug 95659: added _PR_CleanupStacks(), which is called fromwtc%netscape.com2001-08-293-0/+10
* Bugzilla bug 94153: destroys the arena lock in PL_ArenaFinish. Also don'twtc%netscape.com2001-08-281-3/+6
* Bugzilla bug 54353: free the log modules at NSPR cleanup. Thanks towtc%netscape.com2001-08-281-0/+10
* Bugzilla bug 96673: removed the unnecessary and non-portable initializerswtc%netscape.com2001-08-281-2/+2
* Escape ^ when calling grep as some shells interpret ^ instead of passing it to gcls%seawood.org2001-08-281-1/+1
* Merged brendan's fix from NSPRPUB_CLIENT_BRANCH (now obsolete).wtc%netscape.com2001-08-191-2/+0
* Bugzilla bug 95744: handle the case that ENOTEMPTY and EEXIST have theNSPRPUB_CLIENT_TAGwtc%netscape.com2001-08-171-0/+5
* Bugzilla bug #88102: checked in a patch from Colin BlakesNSPRPUB_PRE_4_2_CLIENT_BASEwtc%netscape.com2001-08-151-0/+2
* _MD_pr_poll should exit with error if select returns -1 and errno is not EINTR.cls%seawood.org2001-08-141-4/+10
* Force a rebuild.wtc%netscape.com2001-08-131-1/+0
* On BeOS, leave the stub libraries loaded as future versions of the BeOS kerne...cls%seawood.org2001-08-131-88/+91
* Adding --enable-strip option.cls%seawood.org2001-08-124-96/+119
* Bugzilla bug #92810: increment or decrement the hashtable shift counterwtc%netscape.com2001-08-071-8/+8
* Bugzilla: 92610. Mozilla on MacOS crashes in plarenalarryh%netscape.com2001-07-271-1/+1
* Checking in beard's fix for bug #81659 from the 0.9.2 branch onto NSPR tip, r...sdagley%netscape.com2001-07-251-4/+7
* fix broken sed commandlarryh%netscape.com2001-07-241-3/+7
* Adding nsinstall & nspr-config. Bug #84824 r=wtccls%seawood.org2001-07-201-0/+2
* Bugzilla bug 88535: backed out some of the changes made in the previouswtc%netscape.com2001-07-012-4/+8
* Bugzilla bug 88535: Use _OPTIMIZE_FLAGS and _DEBUG_FLAGS instead ofwtc%netscape.com2001-06-302-37/+31
* Fixed build breakage on Mac.wtc%netscape.com2001-06-281-1/+1
* Bugzilla bug 81659: restored the code that was accidentally deleted inwtc%netscape.com2001-06-271-14/+53
* Bugzilla bug 86730: checked in optimization-related changes for OS/2wtc%netscape.com2001-06-272-42/+52
* Bugzilla bug 84361: added large file support for Linux.wtc%netscape.com2001-06-274-23/+28
* Fix for bug #81659, r=pinkerton/wtc, sr=sfraser.beard%netscape.com2001-06-271-132/+111
* Bugzilla bug 87493: PR_Accept() should retry after getting ECONNABORTED.wtc%netscape.com2001-06-241-1/+1
* Bugzilla bug 87493: PR_Accept() should retry after getting ECONNABORTED.wtc%netscape.com2001-06-241-2/+4
* Bugzilla bug 81011: Changed the return type of _PR_MD_TEST_AND_LOCK fromwtc%netscape.com2001-06-246-7/+8
* Bugzilla bug #86785: link with -lpthread -lthread on all versions ofwtc%netscape.com2001-06-241-12/+3
* Bugzilla Bug 63049: 64-bit Solaris does not need the libultrasparc4.sowtc%netscape.com2001-06-246-34/+257
* Bug 64217: use locale-independent date format so that it doesn'twtc%netscape.com2001-06-234-4/+4
* Bugzilla bug #86797: made the configure script recognize darwin andwtc%netscape.com2001-06-232-2/+2
* Bugzilla bug #85673: added assembly implementation of the atomic routineswtc%netscape.com2001-06-238-43/+110
* Bugzilla bug #85673: added assembly implementation of the atomic routineswtc%netscape.com2001-06-221-0/+88
* We no longer need to generate the .vms files on OpenVMS.wtc%netscape.com2001-06-215-20/+0
* Bugzilla bug #86941: worked around a TCP socket close() bug in Tru64wtc%netscape.com2001-06-201-0/+18
* Bugzilla bug #86880: Map ECONNABORTED to PR_CONNECT_ABORTED_ERROR.wtc%netscape.com2001-06-201-0/+3
* Made the build_prerr rule work.wtc%netscape.com2001-06-141-1/+1
* Search in the Mozilla and boehm include directories only ifwtc%netscape.com2001-06-141-1/+5
* Deleted an extra line that was probably added incorrectly during merging.wtc%netscape.com2001-06-141-1/+0
* Bugzilla bug #85979: always use the -xs compiler option in Solaris debugwtc%netscape.com2001-06-142-2/+2