Wan-Teh Chang
25c8ba2efe
Bug 469870: Upgraded nsprpub to NSPR_HEAD_20081216. r=kaie.
2008-12-18 14:34:38 -08:00
Wan-Teh Chang
30d6aa30c1
Bug 453372 - Import NSPR_4_7_2_BETA3. r=kaie.
2008-09-05 11:03:20 -07:00
Wan-Teh Chang
65aa975060
Bug 450696: Updated NSPR to the NSPR_4_7_2_BETA2 CVS tag. r=kaie
2008-09-01 12:15:40 -07:00
Benjamin Smedberg
4eaa0d954e
Import NSPR 4_7_1_RTM
2008-06-06 08:36:51 -04:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
wtc%google.com
8b1bfd2340
Bug 370766: Ported NSPR to 64-bit Mac OS X (x86-64), except prlink.c. The
...
patch is contributed by Glen Beasley <glen.beasley@sun.com>. r=wtc.
Modified files: configure configure.in _darwin.cfg _darwin.h os_Darwin.s
Added file: os_Darwin_x86_64.s
2008-07-27 16:04:23 +00:00
wtc%google.com
23b05f4987
Bug 417044: Support building Mac universal binaries in a single pass.
...
The patch is contributed by Benjamin Smedberg <benjamin@smedbergs.us>.
r=wtc.
Modified files: configure configure.in _darwin.cfg
Added files: os_Darwin.s
2008-07-23 04:06:58 +00:00
wtc%google.com
28ddccf0da
Bug 436806: On FreeBSD, assume elf instead of a.out if the objformat
...
utility is not available. The patch is contributed by Marco Perez
<bugmail@millibyte.net>. r=wtc.
2008-07-12 14:23:46 +00:00
wtc%google.com
d36f687b32
Bug 332942: use 'uname -p' instead of 'uname -m' to determine if we're
...
building on SPARC. Note that we may not be able to build NSPR on SPARC V8
after this change. If that's a problem, please reopen this bug. The patch
is contributed by Julien Pierre <julien.pierre.boogz@sun.com>. r=wtc.
Modified Files:
configure configure.in pr/src/Makefile.in
pr/src/md/unix/Makefile.in
2008-06-07 20:25:59 +00:00
wtc%google.com
5e2d551684
Bug 430884: removed the obsolete implementation based on Solaris threads.
...
Contributed by Julien Pierre <julien.pierre.boogz@sun.com>. r=wtc.
Modified Files:
configure configure.in lib/msgc/tests/Makefile.in
lib/prstreams/tests/testprstrm/Makefile.in
lib/tests/Makefile.in pr/include/md/_solaris.h
pr/src/Makefile.in pr/src/cplus/tests/Makefile.in
pr/src/md/unix/solaris.c pr/tests/Makefile.in
pr/tests/foreign.c pr/tests/provider.c tools/Makefile.in
Removed Files:
pr/src/md/unix/os_SunOS.s
2008-05-03 13:41:41 +00:00
wtc%google.com
77d74b5331
Set NSPR version to 4.7.2 Beta.
...
Modified files: configure configure.in repackage.sh prinit.h vercheck.c
2008-05-02 19:09:54 +00:00
mozilla%weilbacher.org
2065a27442
[OS/2] Bug 330720: remove support for the obsolete OS/2-VACPP from NSPR and use XP_OS2 instead of XP_OS2_EMX everywhere, p=mkaply/me, r=julien.pierre
2008-05-02 08:18:15 +00:00
wtc%google.com
cd002d1d61
Bug 369007: Enable high-memory feature on OS/2 by default. The patch is
...
contributed by Peter Weilbacher <mozilla@Weilbacher.org>. r=wtc.
2008-04-28 23:21:11 +00:00
wtc%google.com
4f012ce578
Bug 405992: Implement native atomic operations for Linux/ARM. The patch is
...
contributed by Ilpo Ruotsalainen <ilpo.ruotsalainen@movial.fi>. r=wtc.
Modified files: configure.in configure _linux.h
2008-04-26 05:11:46 +00:00
christophe.ravel.bugs%sun.com
6d622dda3c
Bug 329003: NSPR's configure script should check the C++ compiler only when --enable-cplus is specified.
...
r=wtc
2008-03-10 17:54:00 +00:00
wtc%google.com
b4e23b043a
Bug 421582: added a comment to explain how we set the default value of
...
includedir.
2008-03-08 17:51:20 +00:00
wtc%google.com
b1687ed48c
Bug 418687: still need to use DLLFLAGS because we use LDFLAGS when building
...
now.c. Sigh.
2008-02-22 01:06:49 +00:00
wtc%google.com
24e748184d
Bug 418687: added a way to pass linker flags (for OS/2 and Windows). The
...
patch is contributed by Ted Mielczarek <ted.mielczarek@gmail.com>. r=wtc
2008-02-22 00:34:52 +00:00
christophe.ravel.bugs%sun.com
16e27f34d6
Set NSPR version to 4.7.1 Beta.
2008-02-06 19:19:09 +00:00
wtc%google.com
1309a038d9
Bug 296878: disable the use of os_Linux_ppc.s for 64-bit PowerPC builds
...
because the assembly code crashes. Add nonexecutable stack directive
to os_Linux_ppc.s.
Modified files: configure.in configure _linux.h os_Linux_ppc.s
2008-01-24 05:00:04 +00:00
wtc%google.com
95c91e0da2
Bug 296878: use native PowerPC atomic instructions on Linux PowerPC. The
...
patch is contributed by kevdig@hypersurf.com . r=mark.mentovai,wtc
Modified files: configure.in configure _linux.h
Added file: os_Linux_ppc.s
2008-01-21 01:46:47 +00:00
wtc%google.com
c3585f0739
Bug 409224: don't use the obsolete gcc flag -no-cpp-precomp. The patch is
...
contributed by Mark Mentovai <mark@moxienet.com>. r=wtc
2007-12-21 18:57:57 +00:00
wtc%google.com
152865cbdd
Bug 401768: enable us to build with gcc 3.3 and an SDK on Mac OS X 10.5
...
Leopard. The patch is contributed by Mark Mentovai <mark@moxienet.com>.
r=wtc.
2007-10-31 17:56:18 +00:00
julien.pierre.boogz%sun.com
1be27c47bc
Fix for bug 383857 . NSPR still uses the MSVC -G5 flag . r=wtc
2007-09-13 01:37:34 +00:00
wtc%google.com
ae60cb7521
Bug 350616: detect and use Microsoft (R) Manifest Tool. The patch is
...
contributed by Ted Mielczarek <ted.mielczarek@gmail.com>. r=wtc
Modified files: configure configure.in autoconf.mk.in rules.mk
2007-06-09 16:28:46 +00:00
wtc%google.com
f416c6c0e0
Bug 371247: checked in some changes for OpenBSD. The patch is contributed
...
by Martynas Venckus <martynas@openbsd.org>. r=nelsonb,wtc.
Modified Files: configure configure.in lib/tests/Makefile.in
_openbsd.cfg _openbsd.h prnetdb.c
2007-05-26 00:13:08 +00:00
wtchang%redhat.com
e3fb2073f1
Bug 329807: set USE_IPV6=1 (define _PR_INET6) on HP-UX B.11.23 or later,
...
based on information from HP. r=nelsonb,darin
Modified files: configure configure.in _hpux.h
2007-01-13 00:32:39 +00:00
mozilla%weilbacher.org
d864f78ee5
[OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 2, changes to NSPR. r=mkaply, sr=wtc
2006-12-12 22:00:25 +00:00
wtchang%redhat.com
9915839ea3
Bugzilla Bug 363092: made 10.2 the default Mac OS X ppc deployment target.
...
r=josh.aas
2006-12-08 22:56:43 +00:00
cls%seawood.org
7f1f236ba7
Remove all generated Makefiles upon distclean.
...
Thanks to Mike Hommey <mh+mozilla@glandium.org> for the patch.
Bug #333308 r=cls
2006-04-28 00:53:35 +00:00
wtchang%redhat.com
72cd978d1a
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-04-05 20:57:23 +00:00
wtchang%redhat.com
dc63d88aa6
Bugzilla Bug 322578: Support ppc<->x86 cross builds for Mac OS X. The
...
patch is contributed by Mark Mentovai <mark@moxienet.com>. r=wtc.
Modified Files: configure configure.in autoconf.mk.in rules.mk _darwin.cfg
2006-02-22 02:39:59 +00:00
wtchang%redhat.com
4032c4d665
Bugzilla Bug 327544: set OBJDIR to $(OBJDIR_NAME) to ensure that OBJDIR
...
and OBJDIR_NAME have the same value even if OBJDIR_NAME is overriden.
r=cls.
2006-02-20 19:20:13 +00:00
wtchang%redhat.com
88876c062e
Bugzilla Bug 322287: Implemented NSPR atomic routines in x86 assembly code
...
for Intel Macs. The patch is contributed by Josh Aas <joshmoz@gmail.com>.
r=mark.mentovai,wtc.
Modified files: configure configure.in _darwin.h
Added file: os_Darwin_x86.s
2006-01-09 18:38:54 +00:00
wtchang%redhat.com
052d6f2a78
Bugzilla bug 322427: do not compile NSPR with -ansi and with _POSIX_SOURCE,
...
_BSD_SOURCE, _SVID_SOURCE, _LARGEFILE64_SOURCE, and _XOPEN_SOURCE defined.
Instead, just define _GNU_SOURCE. r=kengert.
Modified files: configure configure.in pr/src/linking/Makefile.in
pr/src/pthreads/Makefile.in
2006-01-07 00:51:39 +00:00
wtchang%redhat.com
7d5638e978
Bugzilla Bug 261649: added GNU/k*BSD and preliminary GNU/Hurd support. The
...
patch is contributed by Robert Millan <rmh@aybabtu.com>. r=wtc.
Modified files: configure configure.in _linux.cfg _pth.h _unixos.h
prosdep.h pr/src/linking/Makefile.in prlink.c prosdep.c unix.c uxproces.c
uxrng.c prnetdb.c ptio.c pr/tests/Makefile.in
2005-12-24 08:25:31 +00:00
wtchang%redhat.com
a190759bcf
Bugzilla Bug 321230: don't link with libdl on BeOS. The patch is
...
contributed by Christian Biesinger <cbiesinger@gmx.at>. r=wtc.
2005-12-22 22:40:37 +00:00
wtchang%redhat.com
a1d11c33b1
Bugzilla Bug 316964: use the -z ignore linker flag on Solaris. The patch
...
is contributed by Boying Lu <brian.lu@sun.com>. r=wtc,sr=benjamin.smedberg.
2005-12-16 18:25:47 +00:00
wtchang%redhat.com
a6e0db682c
Bugzilla Bug 225859: allow one to do Windows x64 builds with the x86
...
version of Cygwin or MKS uname. The patch is contributed by Julien
Pierre of Sun. r=wtc.
2005-12-08 22:45:22 +00:00
cls%seawood.org
ce2bfbc97a
Explicitly disable pthread support for win32, os2 & beos.
...
Bug #312662 r=wtc
2005-11-23 05:59:05 +00:00
wtchang%redhat.com
3d59734b67
Bugzilla bug 195219: implemented the atomic routines in IA-64 assembly for
...
HP-UX IPF. Thanks to Dennis Handly of HP for reviewing the assembly code
and suggesting the use of the addp4 instruction to convert a 32-bit address
to a 64-bit one in 32-bit builds.
Modified files: configure configure.in _hpux.h
Added file: os_HPUX_ia64.s
2005-11-21 22:15:55 +00:00
wtchang%redhat.com
1d022d748d
Bugzilla Bug 312199: HP-UX IPF (Itanium) changes contributed by Grace Lu
...
of HP: use .so as shared library suffix, link shared libraries with
+b $ORIGIN. r=wtc,darin.
Modified Files: configure configure.in _hpux.h
2005-11-11 22:23:08 +00:00
wtchang%redhat.com
8ca76f2337
Bugzilla Bug 302212: allow Mac OS X x86 builds to target SDKs. The patch
...
was contributed by Mark Mentovai <mark@moxienet.com>. r=wtc,joshmoz.
Modified Files:
configure configure.in config/autoconf.mk.in
pr/src/linking/Makefile.in
2005-11-07 22:51:44 +00:00
wtchang%redhat.com
d7533ffd85
Bugzilla Bug 225859: added 64-bit Windows support. Peter Armistead
...
contributed the first 64-bit Windows patch (for IA64) in 2001. Portions
of this checkin are based on the patch contributed by Makoto Kato
<m_kato@ga2.so-net.ne.jp>. r=wtc.
Modified Files: configure configure.in prtypes.h _win95.cfg _win95.h
_winnt.cfg _winnt.h probslet.h pprio.h primpl.h
pr/src/Makefile.in prfile.c prio.c prsocket.c ntgc.c ntio.c
ntmisc.c w32rng.c w32shm.c w95io.c w95sock.c w95thred.c
prinit.c pr/tests/prpoll.c
2005-10-21 18:21:43 +00:00
wtchang%redhat.com
efcf180efb
Bugzilla Bug 263952: backed out the previous checkin (to define the Solaris
...
feature test macros for SUS (XPG4v2) with extensions) because it is
reported to introduce a small performance regression and break Firefox
build on Solaris 10.
2005-10-10 17:47:03 +00:00
wtchang%redhat.com
3e09ea2c65
Bugzilla Bug 263952: define the Solaris feature test macros for SUS
...
(XPG4v2) with extensions to eliminate compiler warnings about mmap64,
shm_open and shm_unlink. The patch is contributed by Julien Pierre of Sun.
r=wtc.
Set NSPR version to 4.7 Beta.
2005-09-14 23:32:45 +00:00
cls%seawood.org
29f9cbb1a5
Skip libpthread check in Darwin builds
...
Bug #212708 r=wtc
2005-09-02 02:44:37 +00:00
wtchang%redhat.com
521b519c98
Bugzilla Bug 266123: support 64-bit PowerPC builds on Linux distributions
...
(such as Red Hat and Fedora) whose GCC generates 32-bit code by default.
r=cls.
2005-08-18 17:57:12 +00:00
wtchang%redhat.com
e8d81496e1
Bugzilla Bug 304526: cleaned up the "configure --help" message: put default
...
value in brackets and wrapped long lines. r=cls.
2005-08-18 17:15:16 +00:00
wtchang%redhat.com
a7efd3ebc3
Bugzilla bug 294122: made the changes I suggested and Howard Chu agreed
...
on -- removed incomplete WINCE support and support for old Cygwin betas
(before beta 20). (See comments 55 and 57 in the bug report.).
2005-08-16 00:15:15 +00:00