summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'NETSCAPE_6_2_3_BRANCH'NETSCAPE_6_2_3_BRANCHcvs2hg2001-10-0917-236/+774
|
* 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
* Set CPU_ARCH for Linux.wtc%netscape.com2001-06-142-25/+33
| | | | Modified files: configure configure.in
* Added Netscape/iPlanet internal binary release support. The newwtc%netscape.com2001-06-144-127/+160
| | | | | | | variable RELEASE_OBJDIR_NAME is the object directory name used in the "/share/builds/components" binary distribution area. Also fixed two typos (USE_USER_PTHREADS => USE_NSPR_THREADS). Modified files: Makefile.in, configure, configure.in, config/autoconf.mk.in
* Use gcc's -Wl flag to pass a linker flag to the linker.wtc%netscape.com2001-06-141-1/+3
|
* Put all IRIX cc compiler options inside the ifndef NS_USE_GCC block.wtc%netscape.com2001-06-142-15/+15
| | | | Modified files: config/Makefile.in pr/tests/Makefile.in
* Fix for bug 85514 -- use OTEnter/LeaveNotifer calls to fix synchronization ↵sfraser%netscape.com2001-06-141-8/+24
| | | | problem caused by the OT notifier firing while we are inside OTSnd or OTRcv. r=gordon, wtc. a=blizzard
* Bugzilla bug #40941: Checked in Linux/ia64 patch from Bill Nottinghamwtc%netscape.com2001-06-091-0/+10
| | | | | | <notting@redhat.com>. It is for NSPR local threads, which we no longer use now that we have pthreads. I don't know if it works, but I check it in anyway so that it is not lost.
* Fix for bug 69285 "Mozilla is unresponsive after sleep", patch=sfraser, ↵gordon%netscape.com2001-06-082-29/+220
| | | | gordon, r=wtc.
* Bugzilla bug #77264: the workaround for the new struct sockaddr_in6 inwtc%netscape.com2001-06-082-2/+2
| | | | | glibc 2.2 is only needed when we compile with glibc 2.1. Modified files: prsocket.c, ptio.c
* Added comments to explain the -Wp,-P compiler option for gcc on IRIX.wtc%netscape.com2001-06-072-1/+8
|
* Do not use IRIX native compiler options such as -n32 when NS_USE_GCC iswtc%netscape.com2001-06-072-7/+11
| | | | | defined. Modified files: config/Makefile.in, pr/tests/Makefile.in
* Define NS_USE_GCC.wtc%netscape.com2001-06-071-0/+1
|
* add target directories for Linux 2.4 kernellarryh%netscape.com2001-06-061-0/+2
|
* Bugzilla bug #70834: made configure work on NetBSD. Thanks towtc%netscape.com2001-06-062-63/+72
| | | | | | taya@sm.sony.co.jp (Shin'ichiro TAYA) for the patch. Also fixed some typos. Modified files: configure.in, configure.
* Bugzilla bug #83880: deleted code for turning off shared libraries.wtc%netscape.com2001-06-062-27/+18
| | | | | | Shared libraries, if supported by the platform, must be built. Thanks to Chris Seawood for the patch. Modified files: configure.in, configure.
* Bugzilla bug #82436: assert that lock is not NULL in PR_Lock and PR_Unlockwtc%netscape.com2001-06-051-0/+2
| | | | | to avoid crashing in an assertion statement like PR_ASSERT(lock->owner != me) if lock is NULL.
* Bugzilla bug #30746: in combined MxN thread model, let the primordialwtc%netscape.com2001-06-052-18/+42
| | | | | | thread remain a native thread. Create a separate CPU thread to run the local threads. Modified files: prucpu.c, pruthr.c