summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 154023. Initialize library refcounts properly. r=sfraser.CHIMERA_0_6_RELEASECAMINO_0_7_RELEASECHIMERA_M1_0_1_BRANCHbnesse%netscape.com2002-10-021-1/+19
|
* Fixing linux bustage.bryner%netscape.com2002-09-131-1/+1
|
* Changes to make builds done on Mac OS 10.2 work on 10.1:bryner%netscape.com2002-09-124-100/+183
| | | | | | | | - Add a configure option, --enable-macos-target=<version>, defaulting to 10.1. - Redefine FLT_ROUNDS to 1 in prdtoa.c and jsdtoa.c so that we don't reference a newly-introduced internal function. - Don't check for strtok_r and localtime_r in configure if we're building for 10.1. Bug 165602, r=cls.
* Whitespace change to force tinderbox to rebuild nspr.CHIMERA_0_5_RELEASEbryner%netscape.com2002-08-161-0/+1
|
* Sync Chimera changes with CHIMERA_M1_0_1_BRANCH (bug 161668). In addition ↵bryner%netscape.com2002-08-166-117/+174
| | | | to landing all the Chimera-specific changes here, I'm creating a new chimera.js file with our Chimera-specific prefs (and moving them out of all.js). r=brade.
* fixup commit for branch 'CHIMERA_M1_0_1_BRANCH'cvs2hg2002-07-300-0/+0
|
* Fix for 158927 on the 1.0 branch. r=wtc, sdagley. a=adt.sfraser%netscape.com2002-07-302-16/+43
|
* #157347mkaply%us.ibm.com2002-07-171-66/+9
| | | | | r=wtc, sr=blizzard, a=chofmann OS/2 only - don't try to escape quotation marks when using DosStartSession
* Fixing bug 139802 on the branch. Avoid spending lots of time in ↵sfraser%netscape.com2002-07-152-7/+26
| | | | WaitNextEvent when there are NSPR threads running. r=wtc, sdagley. a=chofmann
* Bug 154918: finishing touches to declare NSPR 4.2.1 and NSS 3.5 RTM forwtc%netscape.com2002-06-291-2/+2
| | | | | mozilla1.0.1. a=chofmann for 1.0 branch. Tag: MOZILLA_1_0_BRANCH
* Sync config.guess & config.sub with official GNU copies.seawood%netscape.com2002-06-292-120/+174
| | | | Bug #140869 r=bryner a=dbaron
* #150157mkaply%us.ibm.com2002-06-241-0/+6
| | | | | | r=wtc, a=dbaron OS/2 only - DosWrite is not returning an error when the disk is full. We can tell the write failed if we did a partial write.
* Bug 151671: merged NSPR 4.2 and 4.2.1 fixes into MOZILLA_1_0_BRANCH.wtc%netscape.com2002-06-216-18/+21
| | | | | With mozilla1.0.1+ and adt1.0.1+ approvals. Modified files: repackage.sh prdepend.h base64.c prinit.h ptio.c vercheck.c
* Fix real_install rules so that headers are still installed correctly if ↵seawood%netscape.com2002-06-133-3/+3
| | | | | | includedir is overridden on the commandline. Bug #149483 r=blizzard a=valeski
* #141820mkaply%us.ibm.com2002-05-161-21/+0
| | | | | r=wtc, a=chofmann OS/2 only - don't quote parameters when calling DosStartSession
* 3.46 <wtc@netscape.com> 11 Apr 2002 11:34NETSCAPE_7_0_PR1_RELEASENETSCAPE_7_0_PR1_BASEMOZILLA_1_0_RC2_RELEASEtimeless%mac.com2002-05-031-3/+0
| | | | | Deleted a printf statement in the Neutrino builds. Bug 135692. a=scc
* Cause tinderbox to rebuild. (Tag: MOZILLA_1_0_0_BRANCH)wtc%netscape.com2002-04-271-0/+1
|
* Backed out the fix for bug 121975 on the MOZILLA_1_0_0_BRANCH. It doesn'twtc%netscape.com2002-04-276-92/+74
| | | | | | work on Windows 95. Modified files: configure configure.in WIN32.mk _win95.h w95dllmain.c w95thred.c
* #136958mkaply%us.ibm.com2002-04-241-39/+4
| | | | | r=cls, a=scc OS/2 only - remove high performance timer code - switch to OS millisecond timers
* Bugzilla bug 135448: removed a level of code to make semaphores faster.ROGC_20020802_FREEZEROGC_20020603_FREEZEROGC_20020430_FREEZEROGC_20020430_BASEMOZILLA_1_0_RC1_RELEASEwtc%netscape.com2002-04-123-139/+44
| | | | | | This patch is contributed by Michael Kaply <mkaply@us.ibm.com>. Modified files: _os2 os2cv.c os2vacpp.asm Tag: MOZILLA_1_0_0_BRANCH
* Bugzilla bug 135119: fixed compilation problems on Linux Alpha. r=cls.wtc%netscape.com2002-04-111-6/+1
| | | | a=rjesup@wgate.com for check into the mozilla 1.0.0 branch.
* #135450mkaply%us.ibm.com2002-04-101-1/+9
| | | | | r=wtc, a=asa OS/2 only - don't set priority if it is the default
* force commit to allow checkouts by branch and datecltbld%netscape.com2002-04-100-0/+0
|
* fixup commit for branch 'MOZILLA_1_0_BRANCH'cvs2hg2002-03-3194-2014/+11885
|
* Bugzilla bug 110869: defining the FORCE_PR_ASSERT macro allows one towtc%netscape.com2001-12-271-2/+2
| | | | use PR_ASSERT in optimized builds.
* Bugzilla bug 48308: checked in part of the patch to bring NSPR up towtc%netscape.com2001-12-264-10/+21
| | | | | | OpenUNIX8 build with pthreads. The patch is contributed by Hiram Clawson <hiramc@caldera.com>. Modified files: _pth.h ptio.c ptthread.c pr/tests/Makefile.in
* Bugzilla bug 115149: clean up threads properly on non-emx platforms.wtc%netscape.com2001-12-204-50/+29
| | | | | | Increased the default thread stack size to 64K. The patch is contributed by aaronr@us.ibm.com and Michael Kaply <mkaply@us.ibm.com>. Modified files: _os2.h os2cv.c os2io.c os2thred.c
* Bugzilla bug 97485: added the zone allocator (implemented by Nelsonwtc%netscape.com2001-12-204-0/+378
| | | | | Bolyard). Modified files: primpl.h prmem.c prinit.c ptthread.c
* Updated the test for the NSPR 4.2 release.wtc%netscape.com2001-12-181-6/+6
|
* Fix bug 106999 -- implement Mac atomic operations using Open Transport ↵sfraser%netscape.com2001-12-072-0/+39
| | | | routines for speed. r=wtc.
* Bugzilla bug 113740: do not use the 32-bit SPARC assembly implementation ofwtc%netscape.com2001-12-073-6/+6
| | | | | | PRStack because it may cause starvation of the lock owner, leaving the other threads spinning trying to acquire the lock. Modified files: configure configure.in pr/include/md/_solaris.h
* Bugzilla bug 113906: Made _PR_MD_OPEN more efficient. The patch iswtc%netscape.com2001-12-071-16/+25
| | | | contributed by Michael Kaply <mkaply@us.ibm.com>. r=wtc,pedemont.
* Do not build NSPR optimized if MOZ_TRACE_MALLOC is set.seawood%netscape.com2001-12-061-1/+1
| | | | | Thanks to Garrett Blythe <blythe@netscape.com> for the patch. Bug #112953 r=wtc
* Revert to using standard config.sub & config.guess entries for OS/2.seawood%netscape.com2001-12-024-30/+15
| | | | | Thanks to pedemont@us.ibm.com (Javier Pedemonte) for the patch. Bug #112244 r=cls
* Adding test for gcc -pipe feature.seawood%netscape.com2001-12-022-52/+140
| | | | Bug #81031 r=wtc
* Use -no-cpp-precomp instead of -traditional-cpp for darwinseawood%netscape.com2001-11-142-2/+2
| | | | Bug #106617
* Tell BSD strip to just strip local & debug symbols rather than all symbols ↵seawood%netscape.com2001-11-032-22/+24
| | | | for darwin.
* Moved darwin section to proper platform location.seawood%netscape.com2001-11-032-79/+83
| | | | | | Added note about why -traditional-cpp is used for darwin. Added Mac OSX linker options to be used in darwin builds. Bug #106617
* Adding strtok.c per bug 106372sfraser%netscape.com2001-11-011-0/+0
|
* Use PL_strcmp instead of strcmp to avoid having to include <string.h>.wtc%netscape.com2001-11-011-1/+1
|
* Added lib/tests/Makefile to the list of makefiles to be generated bywtc%netscape.com2001-10-316-1/+167
| | | | | | | | | | configure. Modified files: configure configure.in Bugzilla bug 106372: added new function PL_strtok_r. The function was implemented by Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de>. Modified files: lib/libc/include/plstr.h lib/libc/src/Makefile.in lib/tests/string.c Added file: lib/libc/src/strtok.c
* Bugzilla bug 106771: support building on HP-UX 11.11. The patch is fromwtc%netscape.com2001-10-262-5/+5
| | | | | Jim Dunn <jdunn@netscape.com>. Modified files: configure configure.in
* Convert all rhapsody (pre-beta-macosx) references to darwin.seawood%netscape.com2001-10-2618-66/+32
| | | | Bug #106617 r=wtc
* Rename rhapsody to darwinseawood%netscape.com2001-10-253-8/+8
| | | | bug #106617
* Bugzilla bug 71179: Neutrino needs the RTLD_GROUP flag to load Netscapewtc%netscape.com2001-10-171-0/+5
| | | | plugins. The fix is contributed by timeless@bemail.org.
* Bugzilla bug 77197: use spawn in Neutrino because fork & exec does notwtc%netscape.com2001-10-171-0/+42
| | | | | work in multithreaded programs in Neutrino. The patch is contributed by dinglis@qnx.com (Dave Inglis), reviewed and modified by wtc.
* Bugzilla bug 92085: checked in a Neutrino patch fromwtc%netscape.com2001-10-172-2/+3
| | | | | briane@qnx.com (Brian Edmond). r=wtc. Modified files: _nto.h protypes.h
* Bugzilla bug 77188: checked in a configure patch for Neutrino fromwtc%netscape.com2001-10-172-37/+47
| | | | | dinglis@qnx.com (Dave Inglis). r=wtc. Modified files: configure configure.in
* Bugzilla bug 105154: fixed a timing problem in OS/2's implementation ofwtc%netscape.com2001-10-161-2/+6
| | | | | condition variables. Thanks to Aaron Read <aaronr@us.ibm.com> for the patch. r=wtc.
* We don't assert on invalid arguments now.wtc%netscape.com2001-10-161-5/+0
|