cls%seawood.org
b80a94ed0a
Automatically run config.status if configure changes.
2001-02-06 02:33:34 +00:00
cls%seawood.org
0f34838acb
Add -d to STRIP for bsdi 4.x
2001-02-04 04:59:26 +00:00
cls%seawood.org
f7f4a5dc75
bsdi 4.2 needs _PR_HAVE_GETPROTO_R & _PR_HAVE_GETPROTO_R_POINTER
2001-02-02 00:58:11 +00:00
cls%seawood.org
1658866fcd
Landing autoconf support for all platforms except OS/2.
2001-01-29 05:36:31 +00:00
cls%seawood.org
09e24a39cd
Remove INSTALL. Add CPU_ARCH.
2001-01-29 05:34:20 +00:00
cls%seawood.org
8662b8bbee
Create MOZ_CHECK_PTHREADS() macro that compiles a small test case using <pthread.h> so that systems like hpux & osf/1 will properly detect pthreads.
2001-01-27 22:57:59 +00:00
cls%seawood.org
3db7b868ba
Landing the following HPUX changes from the client branch:
...
1.18.19 - 1.18.2.22
Bring hpux section inline with HPUX.mk
Do not add +DA & +DS flags to CFLAGS until we figure out exactly how user define
d CFLAGS are supposed to interact with those.
Bug 58804
2001-01-27 22:55:12 +00:00
wtc%netscape.com
e16ea26d40
Bugzilla bug #54796 : PR_InitializeNetAddr and PR_SetNetAddr should zero
...
the socket address if the 'val' argument is not PR_IpAddrNull.
Reviewed by John Myers.
2001-01-27 15:22:02 +00:00
cls%seawood.org
ef785d7746
Skip AC_PATH_PROG* checks for win32. r=bryner
2001-01-24 04:08:09 +00:00
wtc%netscape.com
cfa5c2e7ae
Bugzilla bug #66325 : use the DYNAMIC_PATH flag for shl_load() only if the
...
specified path name is a plain file name (containing no directory), to
match the behavior of dlopen().
2001-01-23 20:46:25 +00:00
cls%seawood.org
5e98c15947
Add --enable-boehm to nspr autoconf
2001-01-23 15:55:29 +00:00
cls%seawood.org
d74d44c2f2
There is no need to invoke recursive makes for the dummy libs & install phases of nspr. Especially when it means having a dummy target in every makefile that has a dependency upon export. Instead, put the dummy target in rules.mk.
2001-01-22 06:36:06 +00:00
cls%seawood.org
6d84cda1e7
gmake 3.79.1 requires that SHELL be evaluated immediately.
...
Thanks to Brian Ryner <bryner@uiuc.edu> for the patch.
2001-01-21 23:48:08 +00:00
cls%seawood.org
982c79da05
If MOZILLA_CLIENT is set and building on win32, set OS_TARGET to win95 like nsprpub/makefile.win does.
2001-01-21 06:42:27 +00:00
cls%seawood.org
42c24e8ad2
Switch from using $(DIST)/bin, $(DIST)/lib, etc to using $(bindir), $(includedir). This gives us the advantage of being able to set different directories for libs & headers as needed. r=bryner
2001-01-21 06:37:45 +00:00
cls%seawood.org
61b4dfc543
Landing changes to use autoconf on win32. Bug #58804
2001-01-19 09:44:03 +00:00
cls%seawood.org
795c9a5ae2
Add OS_LIBS to EXTRA_LIBS as necessary
2001-01-17 19:15:05 +00:00
cls%seawood.org
fb6cb6f2a5
Don't link in OS_LIBS to shared libs by default
2001-01-17 19:14:16 +00:00
cls%seawood.org
2e0868112d
Add check for libpthreads (AIX). Set USE_PTHREADS properly for AIX.
2001-01-17 19:13:44 +00:00
cls%seawood.org
f85d64d844
Only define HAVE_LCHOWN if it is not already defined. Fixes AIX
2001-01-17 05:13:00 +00:00
wtc%netscape.com
c0938c88b6
Bugzilla bug #64278 : call sched_get_priority_min/max to get the minimum
...
and maximum priorities of the default scheduling policy. Thanks to
Matt Beauregard <marauder@marauder.tm> for reporting this bug.
2001-01-17 02:42:13 +00:00
wtc%netscape.com
b8d8f37064
Bugzilla bug #64471 : need to use the value of the 'xferred' argument when
...
sendfilev fails with EAGAIN/EWOULDBLOCK.
2001-01-11 05:17:52 +00:00
wtc%netscape.com
419e5ee720
Bugzilla bug #64666 : using a minus (-) in a scan set is not portable.
...
Thanks to Michael Kaply <mkaply@us.ibm.com> for the bug report and patch.
2001-01-09 01:31:56 +00:00
wtc%netscape.com
a32a22f21d
Added const to clean up compiler warnings.
2001-01-06 05:26:24 +00:00
wtc%netscape.com
2064832299
Bugzilla bug #64471 : PR_SendFile detects and uses the new Solaris
...
sendfilev system call.
Modified files: unix_errors.c, ptio.c.
2001-01-06 04:26:17 +00:00
cls%seawood.org
9f288f7864
Added BSDI logic from BSD_OS.mk
2001-01-04 23:37:29 +00:00
cls%seawood.org
e51f2e69ae
Upgrade to latest GNU cvs versions.
2001-01-04 09:29:40 +00:00
cls%seawood.org
aeed808e9f
Switch to $< & $@ so that VPATH can do its magic.
...
Bug #58804
2000-12-30 06:36:06 +00:00
cls%seawood.org
046ede8289
Preparations for building on win32 with autoconf Makefile.ins.
2000-12-30 05:44:01 +00:00
cls%seawood.org
d883c8e0d1
Sync'ing long lost changes between Makefile & Makefile.in
2000-12-30 00:47:58 +00:00
wtc%netscape.com
ff5a946c1f
Bugzilla bug #63697 : NetBSD 1.5 or newer has IPv6. Thanks to
...
martin@NetBSD.ORG (Martin Husemann) for the patch.
2000-12-28 17:04:04 +00:00
wtc%netscape.com
65017d0273
Bugzilla bug #62457 : set the flock structure correctly and use fcntl
...
file locking on AIX 4.3, HP-UX 11.00, IRIX, Linux, OSF1 V4.0, and Solaris.
Modified Files: AIX.mk, HP-UX.mk, IRIX.mk, Linux.mk, OSF1.mk, SunOS5.mk,
and unix.c.
2000-12-22 06:02:52 +00:00
wtc%netscape.com
2ce91a65a0
Bugzilla bug #63273 : define PR_Assert the same way in debug and optimized
...
builds.
2000-12-19 20:02:03 +00:00
wtc%netscape.com
f553501b52
Bugzilla bug #63273 : define PR_Assert in optimized builds too.
2000-12-19 05:56:58 +00:00
wtc%netscape.com
cbabad4f85
Bugzilla bug #51743 : removed the unnecessary pthread_mutex_trylock call
...
from PR_EnterMonitor. Thanks to Vinay Badami <badami@netscape.com> for
the fix.
2000-12-19 03:04:55 +00:00
wtc%netscape.com
d8205f1a1f
Bugzilla bug #63019 : do not build static libraries unless the platform
...
does not have shared libraries.
2000-12-16 18:09:00 +00:00
wtc%netscape.com
640eb073d7
Bugzilla bug #61746 : make NSPR local threads work on more NetBSD platforms.
...
Thanks to Charles Hannum <mycroft@netbsd.org> for the patch. r=wtc.
2000-12-10 15:20:03 +00:00
wtc%netscape.com
e21f7d798d
Bugzilla bug #51406 : PR_GetConnectStatus should not invoke the new
...
'connectcontinue' method, which is not present in the PRIOMethods
table of NSPR 4.0.
Modified Files: prsocket.c ptio.c
2000-12-10 02:33:59 +00:00
larryh%netscape.com
eadfd2de21
Bugzilla: 61747. netbsd
2000-12-01 21:29:17 +00:00
cls%seawood.org
8d02607af4
Change --enable-optimize to take an argument.
...
Bug #53486 r=timeless
2000-12-01 13:21:43 +00:00
larryh%netscape.com
6190f7fc27
Bugzilla: 58575
2000-11-28 00:34:48 +00:00
larryh%netscape.com
aa2f132421
Bugzilla: 53014
2000-11-06 23:33:07 +00:00
larryh%netscape.com
91891bb92e
Bugzilla: 51655.
2000-11-06 23:27:49 +00:00
larryh%netscape.com
f44dcf512a
Bugzilla: 49161. OpenVMS
2000-11-02 21:15:40 +00:00
cls%seawood.org
7aec083a22
Add gcc check for -pthreads if -pthread check fails. bug #44504 Thanks to madams
...
@janna.com (Mark G. Adams) for the patch.
2000-10-26 07:53:51 +00:00
cls%seawood.org
c70d82c6ce
Treat irix64 builds as normal irix builds.
2000-10-25 21:36:02 +00:00
cls%seawood.org
90eadc0918
Fix Irix sections to properly handle USE_N32
2000-10-25 21:24:11 +00:00
cls%seawood.org
65a618842e
Fixed the strip check to work for cross-compile builds. Bug #11893
2000-10-25 03:30:47 +00:00
cls%seawood.org
7105457e69
Set CROSS_COMPILE variable as appropriate so that cross-compiling works again. Bug #11890
2000-10-18 20:03:41 +00:00
cls%seawood.org
1289d39511
Sync pr/src/Makefile* INCLUDES with subdirs so that parallel builds work again. Bug #31365
2000-10-18 05:01:29 +00:00