summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merging in changes between XPCDOM_20010329_BASE and XPCDOM_20010420_BASE.XPCDOM_20010329_BRANCHjst%netscape.com2001-04-2252-1889/+1222
|
* fixup commit for branch 'XPCDOM_20010329_BRANCH'cvs2hg2001-03-250-0/+0
|
* Whitespace diff to test tinderbox changexpc_20010327_pre_trunk_merge_TAGxpc_20010327_post_trunk_merge_TAGXPCDOM_20010329_BASEcls%seawood.org2001-03-251-1/+0
|
* Add -lc to LIBS/OS_LIBS for Linux.cls%seawood.org2001-03-252-25/+27
| | | | Bug #72766 r=bryner
* fix for bug 73018 "SSL fails on Mac". Checkin for sfraser. r=pinkerton, ↵gordon%netscape.com2001-03-231-3/+3
| | | | sr=sfraser himself. Can he do that?
* Bugzilla: 72261. fix linking problemlarryh%netscape.com2001-03-215-28/+28
|
* Fix for OS/2 emx build bustage.cls%seawood.org2001-03-213-27/+33
| | | | | Thanks to Dmitry Kubov <dmitry@north.cs.msu.su> for the patch. Bug #72471 r=cls
* fix for bug 72038 "FTP listings never stop loading on Mac" by gordon & ↵gordon%netscape.com2001-03-161-4/+7
| | | | sfraser. r=dougt, sr=scc.
* fix for bug 29338 "PR_Poll should not poll (spin) on Mac". Checking in for ↵gordon%netscape.com2001-03-132-7/+17
| | | | sfraser. r=dougt, gordon, sdagley sr=sfraser or vice versa.
* Irix needs to use -f to strip libscls%seawood.org2001-03-112-25/+27
|
* Use CC instead of LD to link.cls%seawood.org2001-03-091-3/+10
| | | | | Thanks to martin@NetBSD.ORG (Martin Husemann) for the patch. Bug #61745 r=cls
* Add individual boehm include path for our module dep tracking builds.cls%seawood.org2001-03-091-1/+1
| | | | | Thanks to L. David Baron <dbaron@fas.harvard.edu> for the patch. Bug #59454 r=cls
* Actually use CPPFLAGS when it is passed to configurecls%seawood.org2001-03-093-2/+5
|
* Set MD specific files for openbsd.cls%seawood.org2001-03-072-25/+29
|
* Remove unneeded filecls%seawood.org2001-03-061-105/+0
|
* Fix problem with configure being run because of check_old target.cls%seawood.org2001-03-061-3/+3
|
* Bugzilla bug #64278: call sched_get_priority_min/max to get the minimumwtc%netscape.com2001-03-021-0/+16
| | | | | | and maximum priorities of the default scheduling policy. Thanks to Matt Beauregard <marauder@marauder.tm> for reporting this bug. (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #62877: deleted unused code added in the previous checkin.wtc%netscape.com2001-03-021-5/+0
| | | | (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #62877: checked in patches contributed by Javier Pedemontewtc%netscape.com2001-03-024-115/+321
| | | | | | <pedemont@us.ibm.com> and Dmitry Kubov <dmitry@north.cs.msu.su>. Modified files: prinet.h, _os2.h, os2poll.c, and os2sock.c. (NSPRPUB_CLIENT_BRANCH)
* Fix problem of not being able to do debug & opt builds under win32 in the ↵cls%seawood.org2001-03-011-0/+75
| | | | | | same tree by forcing nspr to always use objdir. Bug #70445
* Fix nspr autoconf support for OpenVMS.cls%seawood.org2001-02-259-28/+59
| | | | | Thanks to Colin Blake <colin@theblakes.com> for the patch. Bug #69842 r=cls
* Bugzilla bug #70116: make NSPR build on Win 98 with autoconf. Thanks towtc%netscape.com2001-02-252-25/+37
| | | | | | David Avery <daa@distributed.net> for the bug report. Modified files: configure, configure.in (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #70058: define XP_UNIX on FreeBSD. Thanks towtc%netscape.com2001-02-242-25/+30
| | | | | | Eric Hodel <drbrain-bugzilla@segment7.net> for the bug report. Modified files: configure, configure.in (NSPRPUB_CLIENT_BRANCH)
* Oops, win9x users must really hate mecls%seawood.org2001-02-241-1/+1
|
* More generated files to ignorecls%seawood.org2001-02-244-0/+4
|
* Update cvsignore to include generated autoconf files.cls%seawood.org2001-02-242-0/+7
|
* Ignore generated Makefile(s)cls%seawood.org2001-02-2340-0/+40
|
* Fix for OS/2 nspr autoconf bustage.cls%seawood.org2001-02-233-25/+33
| | | | | Thanks to Mike Kaply <mkaply@us.ibm.com> for the patch Bug #70015 r=cls
* Argh. stupid dos mode files.cls%seawood.org2001-02-231-37/+37
|
* Add missing file for OS/2 tinderbox bustagecls%seawood.org2001-02-231-0/+37
|
* Initial OS/2 nspr autoconf support. Bug #58804cls%seawood.org2001-02-238-39/+225
| | | | Thanks to "Javier H Pedemonte" <pedemont@us.ibm.com> for the patch.
* Setting autoconf as the default build method for NSPR on the ↵cls%seawood.org2001-02-2340-4880/+0
| | | | | | NSPRPUB_CLIENT_BRANCH Bug #58804
* Bugzilla bug #69496: set the minimum thread stack size on OpenVMS.XPCDOM_20010223_BASEwtc%netscape.com2001-02-222-0/+4
| | | | | | r=colin@theblakes.com. Modified files: _openvms.h, ptthread.c (NSPRPUB_CLIENT_BRANCH)
* [not part of build] needed for Carbon build.beard%netscape.com2001-02-222-0/+23
|
* carbon changes. r=pink/sdagley/beard. a=sfraser.XUL_CONTENT_MERGE_20010220_BASEpinkerton%netscape.com2001-02-132-1/+0
|
* Allow spaces in --enable-optimize args. Bug #68246 r=leaf a=brendancls%seawood.org2001-02-092-6/+6
|
* fix for bug 66508. r=pinkerton, sr=sfraser. Landing fix from 6.0 branch to ↵gordon%netscape.com2001-02-072-6/+6
| | | | detect orderlyDisconnects.
* Explicitly run configure for win32 instead of config.status as sh/cmd.exe do ↵cls%seawood.org2001-02-061-0/+4
| | | | not properly handle calling configure from within config.status
* Automatically run './config.status --recheck' if configure changes.cls%seawood.org2001-02-061-0/+5
|
* Define _PR_HAVE_GETPROTO_R & _PR_HAVE_GETPROTO_R_POINTER for bsdi 4.2cls%seawood.org2001-02-042-25/+27
| | | | Add -d to $STRIP for bsdi 4.x
* bsdi 4.2 needs _PR_HAVE_GETPROTO_R & _PR_HAVE_GETPROTO_R_POINTERcls%seawood.org2001-02-022-25/+43
|
* Remove INSTALL. Add CPU_ARCH.cls%seawood.org2001-01-291-1/+1
|
* Landing autoconf support for all platforms except OS/2.cls%seawood.org2001-01-292-267/+1001
|
* Create MOZ_CHECK_PTHREADS() macro that compiles a small test case using ↵cls%seawood.org2001-01-272-167/+138
| | | | <pthread.h> so that systems like hpux & osf/1 will properly detect pthreads.
* Bugzilla bug #54796: PR_InitializeNetAddr and PR_SetNetAddr should zerowtc%netscape.com2001-01-271-1/+5
| | | | | | the socket address if the 'val' argument is not PR_IpAddrNull. Reviewed by John Myers. (NSPRPUB_CLIENT_BRANCH)
* Do not add +DA & +DS flags to CFLAGS until we figure out exactly how user ↵cls%seawood.org2001-01-272-39/+45
| | | | defined CFLAGS are supposed to interact with those.
* Let's try that unquoted.cls%seawood.org2001-01-272-6/+6
|
* Need to use 2 arg version of AC_DEFINE when setting values for defines.cls%seawood.org2001-01-271-2/+2
|
* configurecls%seawood.org2001-01-271-2/+2
|
* Bring hpux section inline with HPUX.mkcls%seawood.org2001-01-272-151/+206
| | | | Bug 58804