summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bugzilla bug 104286: teach the configure script about MKS Toolkit. r=cls.wtc%netscape.com2001-10-124-100/+114
* Fix for 100353 -- handle polling for read and write on different threads, and...sfraser%netscape.com2001-10-092-131/+173
* Updating config.guess & config.sub with 2001-10-07 changes from the GNU master ccls%seawood.org2001-10-072-275/+268
* Solaris 7 has deprecated the use of libposix4 in favor of librt. Check the OS...cls%seawood.org2001-10-021-2/+13
* Bugzilla bug 84035: backed out the changes to the PRMonitor functionswtc%netscape.com2001-09-283-20/+69
* Fix for bug 71718. Make Mac NSPR work on dual CPU Mac OS X macines by using M...sfraser%netscape.com2001-09-279-44/+494
* Remove commented out references to mozilla xp_*.h files.cls%seawood.org2001-09-221-7/+0
* Fix for bug 97866. Fixes async file I/O to ensure that we always call WaitOnT...sfraser%netscape.com2001-09-201-29/+26
* Fix #99556. Account for change in Mac epoch time as of MSL 6. r=wtc/sfrasersdagley%netscape.com2001-09-171-3/+4
* Deleted unused prototypes for _PR_Unlock, _PR_SuspendThread, andwtc%netscape.com2001-09-151-4/+0
* Added 'const' to two arrays of constants. Thanks to Simon Fraser forwtc%netscape.com2001-09-151-2/+2
* Bugzilla bug 96571: fixed the PL_strn* functions that may read beyondwtc%netscape.com2001-09-115-11/+11
* 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