wtc%netscape.com
542737727c
Another update from the internal CVS repository /m/src to mozilla.org.
1999-03-02 00:58:34 +00:00
wtc%netscape.com
cb0fb68f05
Check NO_MDUPDATE. (contributed by Brian Ostrom <briano@netscape.com>)
1999-02-27 19:36:57 +00:00
larryh%netscape.com
f03da81d1d
add profiling capability for win32
1999-02-12 19:36:35 +00:00
wtc%netscape.com
886b4267f8
In _PR_InitThreads, call pthread_init to explicitly initialize the
...
pthread subsystem on BSD/OS because pthread_self() fails to initialize
pthreads implicitly. This patch is contributed by Bert Driehuis
<bert_driehuis@nl.compuware.com>.
1999-02-01 20:01:36 +00:00
wtc%netscape.com
794545ff11
Merged first batch of BeOS port patches contributed by
...
Matthew Zahorik <maz@albany.net>.
1999-01-26 01:56:55 +00:00
wtc%netscape.com
e681bceae4
Added new BeOS files contributed by Matthew Zahorik <maz@albany.net>.
1999-01-25 23:41:16 +00:00
wtc%netscape.com
688f6560ab
The build/hcc and build/hcpp scripts now take the compiler name as the
...
first argument. This patch is contributed by Tim Rice <tim@trr.metro.net>.
1999-01-22 17:24:20 +00:00
wtc%netscape.com
ddd7849580
Removed unnecessary macro define -D_THREAD_SAFE.
1999-01-21 18:49:31 +00:00
wtc%netscape.com
a04411aaf1
Merged the pthreads patches for BSD/OS 4.0 contributed by
...
Bert Driehuis <bert_driehuis@nl.compuware.com>.
Modified files: BSD_OS.mk, _pth.h, bsdi.c, ptio.c, and pr/tests/Makefile.
1999-01-19 23:38:54 +00:00
wtc%netscape.com
76d557e07b
BSD/OS 4.0 fix, contributed by Bert Driehuis <driehuis@playbeing.org>.
1998-12-17 06:26:24 +00:00
wtc%netscape.com
47631a356e
Replaced all but one use of IRIX5_3 by feature-based macros.
...
(Thanks to Brian Ostrom <briano@netscape.com>.)
Modified files: IRIX.mk and irix.c.
1998-12-16 05:58:43 +00:00
wtc%netscape.com
333dff4afb
Miscellaneous porting changes from Brian Ostrom <briano@netscape.com>.
1998-12-05 01:41:18 +00:00
wtc%netscape.com
57f648ac8e
Corrected a typo. The "1" (one) in "armv41" should be an "l" (ell).
...
Thanks to Brian Ostrom <briano@netscape.com> for pointing this out.
1998-12-01 08:30:02 +00:00
wtc%netscape.com
e494dcd8c5
Removed -D_PR_NEED_FAKE_POLL from FreeBSD.mk and NEXTSTEP.mk. This
...
macro is defined internally.
In _freebsd.h, include poll.h if poll is available.
Thanks to Jeremy Lea <reg@shale.csir.co.za> for suggesting the patches.
1998-11-25 21:01:14 +00:00
wtc%netscape.com
b4827694da
A jumbo checkin, consisting of:
...
1. Ports to older revisions of some Unix variants, e.g., BSD/OS 1.1,
OSF1 V2.0, etc., contributed by Brian Ostrom <briano@netscape.com>.
2. QNX port, also contributed by Brian Ostrom.
3. New macro USE_MACH_DYLD to represent the dynamic library loading
API of NEXTSTEP and Rhapsody.
4. On platforms whose socket address has the sa_len field, make a
copy of the PRNetAddr argument for PR_Bind, PR_Connect, and PR_SendTo
and set its sa_len before passing it to the system calls. This
fix is suggested by Bert Driehuis <driehuis@playbeing.org>.
5. Removed the unused field _lockf64 of struct _MD_IOVector. Not
every Unix platform has lockf, and the POSIX file locking API
uses fcntl.
1998-11-23 06:33:00 +00:00
srinivas%netscape.com
017d2db32f
Fixed breakage of C++ build rule in previous checkin.
1998-11-20 23:19:54 +00:00
srinivas%netscape.com
6020a10f90
Enable OS/2 builds with IBM's compiler (Visualage) and gcc port of OS/2 (emx).
...
Checkin for Eric Olson <Eric.Olson@Sympatico.CA> and Henry <sobotka@axess.com>.
1998-11-20 20:17:20 +00:00
srinivas%netscape.com
ec6949df58
Fixed a typo in previous checkin.
1998-11-19 23:09:01 +00:00
srinivas%netscape.com
61317ea209
Enable OS/2 builds with IBM's compiler (Visualage) and gcc port of OS/2 (emx).
...
Checkin for Eric Olson <Eric.Olson@Sympatico.CA> and Henry <sobotka@axess.com>.
1998-11-19 22:20:31 +00:00
wtc%netscape.com
1361ddf95a
NEXT port. Contributed by Balazs Pataki (balazs.pataki@sztaki.hu).
1998-11-18 23:53:21 +00:00
srinivas%netscape.com
3425b3f117
Enable ELF builds FreeBSD 3.0.0-RELEASE; checkin for
...
Jeremy Lea <reg@shale.csir.co.za>.
1998-11-18 22:51:51 +00:00
wtc%netscape.com
12d406b967
Specify -R <path> if LIBRUNPATH is defined in the environment.
...
Contributed by Frank van der Linden (frank@wins.uva.nl ).
1998-11-13 22:05:33 +00:00
wtc%netscape.com
5683de5bad
Merged the NetBSD patch contributed by Frank van der Linden
...
(frank@wins.uva.nl ).
ftp://ftp.netbsd.org/pub/NetBSD/misc/fvdl/mozilla/diff-19981008.001
1998-11-13 02:12:38 +00:00
wtc%netscape.com
bf719a79e4
Ports to many Unix variants. Added the OMIT_LIB_BUILD_TIME workaround
...
for platforms that don't have 'long long'. In pr/src/Makefile and
lib/libc/src/Makefile, use single quotes so that we can avoid
using backslashes in double quotes (that doesn't work under
MKS shell).
1998-10-08 21:31:09 +00:00
wtc%netscape.com
b88cb9dffe
Do not use the -x assembler-with-cpp for gcc in ASFLAGS. This flag
...
doesn't seem to work on Solaris x86. At least, gcc can't assemble
pr/src/md/unix/os_SunOS_x86.s with this flag.
1998-10-07 00:36:44 +00:00
wtc%netscape.com
6de2432b3e
More mozilla/nsprpub updates, including:
...
- Patch for MkLinux and glibc 2.1. Removed the MKLINUX macro.
This patch is contributed by Tom Rini <trini@kernel.crashing.org>.
- Patch to make the emulated threads work on ARM/Linux. Contributed
by raff@netwinder.org .
1998-10-05 18:58:25 +00:00
cls%seawood.org
c67402d607
Makes nsinstall not return an error if an intermediate directory already exists.
1998-09-27 00:02:21 +00:00
wtc%netscape.com
b02b3a0afb
NSPR20 v3.0 beta landing from NSPRPUB_RELEASE_3_0_LANDING_BRANCH.
1998-09-25 20:34:39 +00:00
slamm%netscape.com
b28da24933
Back out accidental checkin.
1998-09-24 21:10:14 +00:00
slamm%netscape.com
0fddd4b1e5
Add a command for editing the toolbars and reformat the commands into a nicer format.cmd/xfe/src/xfe_commands
1998-09-24 20:19:20 +00:00
wtc%netscape.com
85c42592dc
For DG/UX, rename its OS_ARCH fro "dgux" to "DGUX".
...
dgux.mk is also renamed DGUX.mk.
1998-09-13 04:18:06 +00:00
wtc%netscape.com
6ca839a26b
Port to Linux/Strong Arm 110. Only the pthreads version works.
...
Files changed: Linux.mk, _linux.cfg, _linux.h.
1998-09-13 03:43:33 +00:00
wtc%netscape.com
58d241eac2
Backed out an accidental change of the setting of OBJDIR_NAME in the
...
previous revision.
1998-09-08 21:45:31 +00:00
cls%seawood.org
0c23dc8d0e
Changed checks for LINUX to linux as linux is defined by the compiler and fixes autoconf breakage under libc5.
1998-09-04 10:37:27 +00:00
cls%seawood.org
b17dea4282
Fixed problem of autoconf not using ACCFLAGS when using --enable-debug.
1998-08-29 22:12:53 +00:00
cls%seawood.org
5f7a303f06
Enabled dependencies for autoconf.
1998-08-27 19:52:22 +00:00
cls%seawood.org
90d0af1408
AUTOCONF_1_0 landing.
1998-08-19 20:42:14 +00:00
wtc%netscape.com
42bfefc33f
OPTIMIZER: use -O2 in optimized builds. Do not use -g (for now) in
...
debug builds because it would produce a huge executable.
1998-08-13 04:35:20 +00:00
wtc%netscape.com
cb11cc82d1
Linux/Alpha needs the -mieee compiler flag to turn on IEEE floating
...
point arithmetics.
1998-08-12 21:18:20 +00:00
wtc%netscape.com
fc47bba6a3
Checked in DG/UX port contributed by Marc Fraioli <fraioli@dg-rtp.dg.com>.
...
New files: dgux.mk, _dgux.cfg, _dgux.h, and dgux.c.
Files changed: lib/msgc/tests/Makefile, pr/include/md/Makefile,
_unixos.h, prosdep.h, prsocket.c, pr/src/md/unix/Makefile,
pr/src/md/unix/objs.mk, unix.c.
1998-08-11 22:29:48 +00:00
wtc%netscape.com
485d2de02b
Shared libraries on FreeBSD must have version numbers in their names.
...
So set DLL_SUFFIX to so.1.0. Thanks to Bret Ford <bford@uop.cs.uop.edu>
for reporting the problem and Thomas Mueller <tmueller@privat.prodata.de>
for verifying the fix.
1998-08-10 23:42:03 +00:00
wtc%netscape.com
5e3143465e
Enable pthreads-based Mozilla build. TO do a pthreads-based build,
...
set the environment variable USE_PTHREADS to 1.
Files changed: mozilla/config/OSF1.mk, mozilla/nsprpub/config/OSF1.mk.
1998-08-10 23:37:06 +00:00
wtc%netscape.com
f95bafcbe6
Backed out accidental check-in from OJI branch merge.
1998-08-01 14:35:39 +00:00
warren%netscape.com
207bbebb65
Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag.
1998-07-31 20:19:50 +00:00
wtc%netscape.com
0792153b93
Use -std1 (strict ANSI C) instead of -std (ANSI C but allows common
...
programming practices disallowed by the standard). Define OSF1V4
for all V4.x versions.
1998-07-25 04:58:47 +00:00
waterson%netscape.com
175768a330
Fixed MOZ_PROF to build optimized with symbols.
1998-07-24 22:46:44 +00:00
wtc%netscape.com
98e45bf8c4
Bugzilla bug #263 : Merged the NetBSD port of NSPR contributed by
...
Frank van der Linden <frank@wins.uva.nl>.
1998-07-17 23:33:36 +00:00
danm
181ec43df6
glowcode. bug 299200 a:don.
1998-07-09 16:33:15 +00:00
wtc
5f6e6a3bab
Use -32 flag for compiler and linker explicitly on IRIX 6.x. This is
...
necessary on IRIX 6.4 where -n32 is the default. Thanks to Tomi (a
CS student in Finland whose last name I forget) for the patch.
1998-06-08 23:43:33 +00:00
jgellman
6d9d355777
back out change. inadvertently checked in self-modifying build code
1998-06-03 04:43:17 +00:00