summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | Modified files: prerr.et prmkdir.bat pr/src/md/os2/objs.mk
* 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
| | | | | | Modified Files: pr/src/prvrsion.c lib/ds/plvrsion.c lib/libc/src/plvrsion.c lib/prstreams/plvrsion.c
* Bugzilla bug 95836: Added _PR_CleanupIO() and made it callwtc%netscape.com2001-09-075-3/+53
| | | | | | _PR_CleanupFdCache(). PR_Cleanup() now calls _PR_CleanupIO() and does not call _PR_CleanupFdCache() directly. Modified files: primpl.h prio.c prinit.c ptio.c ptthread.c
* Bugzilla bug 95817: destroy _pr_sleeplock in PR_Cleanup(). The patch iswtc%netscape.com2001-09-072-0/+4
| | | | | contributed by jeff@NerdOne.com. Modified files: prinit.c ptthread.c
* Bugzilla bug 95773: Added _PR_CleanupEnv() and call it from PR_Cleanup().wtc%netscape.com2001-09-074-0/+12
| | | | | The patch is contributed by jeff@NerdOne.com. Modified files: primpl.h prenv.c prinit.c ptthread.c
* Bugzilla bug 97456: fixed build error on BSD/OS 4.3 (beta3). The patchwtc%netscape.com2001-08-301-1/+1
| | | | is contributed by lidl@pix.net.
* Bugzilla bug 95784: added _PR_CleanupLayerCache and call it fromwtc%netscape.com2001-08-304-0/+22
| | | | | PR_Cleanup. The patch is contributed by jeff@NerdOne.com. Modified files: primpl.h, prlayer.c, prinit.c, ptthread.c.
* Bugzilla bug 95668: added _PR_CleanupThreads and call it from PR_Cleanup.wtc%netscape.com2001-08-293-0/+23
| | | | | The patch is contributed by jeff@NerdOne.com. Modified files: primpl.h, prinit.c, pruthr.c.
* Bugzilla bug 95659: added _PR_CleanupStacks(), which is called fromwtc%netscape.com2001-08-293-0/+10
| | | | | PR_Cleanup(). The patch is contributed by jeff@NerdOne.com. Modified files: primpl.h, prinit.c, prustack.c
* Bugzilla bug 94153: destroys the arena lock in PL_ArenaFinish. Also don'twtc%netscape.com2001-08-281-3/+6
| | | | | need to hold the lock when destroying the arenas on the arena freelist. The patch to destroy the arena lock was contributed by jeff@NerdOne.com.
* Bugzilla bug 54353: free the log modules at NSPR cleanup. Thanks towtc%netscape.com2001-08-281-0/+10
| | | | jeff@NerdOne.com for the patch.
* Bugzilla bug 96673: removed the unnecessary and non-portable initializerswtc%netscape.com2001-08-281-2/+2
| | | | | for the sigaction structure. Thanks rjesup@wgate.com (Randell Jesup) for suggesting the fix.
* Escape ^ when calling grep as some shells interpret ^ instead of passing it to gcls%seawood.org2001-08-281-1/+1
| | | | | | rep. Thanks to dave@arsdigita.com (Drazen Kacar) for the patch. Bug #96997 r=cls sr=wtc
* 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
| | | | same value. (They do on AIX 4.3.)
* Bugzilla bug #88102: checked in a patch from Colin BlakesNSPRPUB_PRE_4_2_CLIENT_BASEwtc%netscape.com2001-08-151-0/+2
| | | | | <colin@theblakes.com> that allows him to easily switch between BSD V4.4 (the default) and BSD V4.3 sockets on OpenVMS.
* _MD_pr_poll should exit with error if select returns -1 and errno is not EINTR.cls%seawood.org2001-08-141-4/+10
| | | | Bug #70808 r=darin
* Force a rebuild.wtc%netscape.com2001-08-131-1/+0
|
* On BeOS, leave the stub libraries loaded as future versions of the BeOS ↵cls%seawood.org2001-08-131-88/+91
| | | | | | | kernel may unload the real libraries otherwise. Thanks to Josh Soref <timeless@mac.com> for the patch. Bug #83875 r=wtc,cls
* Adding --enable-strip option.cls%seawood.org2001-08-124-96/+119
| | | | Bug #88045 r=wtc sr=waterson
* Bugzilla bug #92810: increment or decrement the hashtable shift counterwtc%netscape.com2001-08-071-8/+8
| | | | | only after we have successfully allocated the new buckets. The patch is from Brendan Eich.
* 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, ↵sdagley%netscape.com2001-07-251-4/+7
| | | | r=pinkerton, sr=scc.
* 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
| | | | checkin. Modified files: configure configure.in
* Bugzilla bug 88535: Use _OPTIMIZE_FLAGS and _DEBUG_FLAGS instead ofwtc%netscape.com2001-06-302-37/+31
| | | | | OPTIMIZER on Windows. Set OPTIMIZER to _OPTIMIZE_FLAGS or _DEBUG_FLAGS. Modified files: configure configure.in
* 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
| | | | the previous checkin.
* Bugzilla bug 86730: checked in optimization-related changes for OS/2wtc%netscape.com2001-06-272-42/+52
| | | | | from Javier Pedemonte <pedemont@us.ibm.com>. Modified files: configure configure.in
* Bugzilla bug 84361: added large file support for Linux.wtc%netscape.com2001-06-274-23/+28
| | | | | Modified files: configure configure.in _linux.h Removed an unnecessary undefine of _FILE_OFFSET_BITS in solaris.c.
* 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
| | | | | PRBool to PRIntn and documented its meaning. Modifies files: _beos.h, _irix.h, _win16.h, _win95.h, primpl.h, os2cv.c.
* Bugzilla bug #86785: link with -lpthread -lthread on all versions ofwtc%netscape.com2001-06-241-12/+3
| | | | Solaris to ensure the correct library linking order.
* Bugzilla Bug 63049: 64-bit Solaris does not need the libultrasparc4.sowtc%netscape.com2001-06-246-34/+257
| | | | | | | (-f libatomic.so) filter library. Modified files: configure configure.in _solaris.h pr/src/md/unix/Makefile solaris.c. Added file: os_SunOS_sparcv9.s.
* Bug 64217: use locale-independent date format so that it doesn'twtc%netscape.com2001-06-234-4/+4
| | | | | | | | contain a quotation mark in any locale. Thanks to tzafrir@technion.ac.il for the bug report. Modified Files: pr/src/Makefile.in lib/ds/Makefile.in lib/libc/src/Makefile.in lib/prstreams/Makefile.in
* Bugzilla bug #86797: made the configure script recognize darwin andwtc%netscape.com2001-06-232-2/+2
| | | | | deleted the old name rhapsody. Modified files: configure configure.in
* Bugzilla bug #85673: added assembly implementation of the atomic routineswtc%netscape.com2001-06-238-43/+110
| | | | | | for OS/2 contributed by Michael Kaply of IBM. Modified files: configure configure.in autoconf.mk.in rules.mk _os2.h pr/src/md/os2/Makefile.in pr/src/md/os2/objs.mk os2misc.c
* Bugzilla bug #85673: added assembly implementation of the atomic routineswtc%netscape.com2001-06-221-0/+88
| | | | for OS/2 contributed by Michael Kaply of IBM.
* We no longer need to generate the .vms files on OpenVMS.wtc%netscape.com2001-06-215-20/+0
| | | | | Modified files: config/rules.mk lib/ds/Makefile.in lib/libc/src/Makefile.in lib/prstreams/Makefile.in pr/src/Makefile.in
* Bugzilla bug #86941: worked around a TCP socket close() bug in Tru64wtc%netscape.com2001-06-201-0/+18
| | | | UNIX V5.1.
* Bugzilla bug #86880: Map ECONNABORTED to PR_CONNECT_ABORTED_ERROR.wtc%netscape.com2001-06-201-0/+3
| | | | Thanks to Mark Wahl of Sun Microsystems for the bug report.
* 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
| | | | GC_LEAK_DETECTOR is defined.
* 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
| | | | | builds. Modified files: configure.in configure