Kai Engert
876deee4e1
Bug 1350291, uplift NSPR_4_15_BETA, r=franziskus
2017-03-24 14:58:00 +01:00
Wan-Teh Chang
f6f2e30817
Bug 849093: Update NSPR to NSPR_4_10_5_BETA1. Also includes fixes for
...
bug 50549, bug 977685, bug 695993, bug 978636, bug 981558, bug 983942.
2014-03-21 16:36:42 -07:00
Wan-Teh Chang
f78e5cea3e
Bug 804806: Update NSPR to NSPR_4_9_4_BETA2.
2012-11-14 05:59:06 -08:00
Kai Engert
45927be26e
Update NSPR to NSPR_4_9_1_RTM tag. Fixes bug 754649, bug 290726, bug 735223, bug 756575 & bug 729019; a=ted
2012-06-01 21:19:47 +02:00
Gervase Markham
d697fdc8ec
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
2012-05-29 16:52:43 +01:00
Michael Wu
6e131f8e39
Bug 598036 - update nspr to NSPR_HEAD_20101015 a=beltzner
2010-10-15 11:38:02 -07:00
Wan-Teh Chang
db09cbb511
Bug 86396: update NSPR to NSPR_4_8_BETA1.
...
Also fix Bug 491045, bug 476996, bug 485318, bug 485374, bug 427136.
2009-05-08 06:46:38 -07:00
Wan-Teh Chang
3288d2c55d
Upgrade NSPR to NSPR_HEAD_20090321. This CVS tag includes
...
the following changes:
- Bug 439144: fixed strict aliasing issues in prdtoa.c
- Bug 449665: suppress the parentheses warnings in prdtoa.c
- Bug 442706: build for Symbian OS with autoconf and GNU make
- Bug 432430: some more changes for the Symbian OS port
- Bug 476536: added PR_ASSERT_CURRENT_THREAD_OWNS_LOCK and
PR_ASSERT_CURRENT_THREAD_IN_MONITOR.
- Bug 478687: made PRUint64/uint64 compatible with uint64_t
for 64-bit Mac OS X
- Bug 480730: PR_LoadLibrary for 64-bit MAC OS X should not
search DYLD_LIBRARY_PATH if the library is specified as a
pathname
- Bug 480740: PR_ParseTimeString crash with dates >= year
3001 when compiled with Visual C++ 2005.
- Bug 480074: better dependency resolution for import libraries
- Bug 469083: ported NSPR test programs to WINCE
- Bug 433790: removed some obsolete WIN16 code
2009-03-22 09:44:55 -07:00
Wan-Teh Chang
2bb27d7106
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
edb904aa29
Import NSPR 4_7_1_RTM
2008-06-06 08:36:51 -04:00
hg@mozilla.com
2ca566cd74
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00
julien.pierre.bugs@sun.com
35804444bc
Fix for bug 356616 . NSPR DLLs should build at default base address. r=wtchang
2006-10-19 00:36:57 +00:00
cls@seawood.org
cdab943e1d
Use dashes instead of backslashes for program options to avoid msys shell expansion.
...
Thanks to Howard Chu <hyc@symas.com > for the patch.
Bug #294122 r=cls a=shaver
2005-06-01 14:28:35 +00:00
wchang0222@aol.com
cc33782e07
Bugzilla bug 249782: make NSPR compile with Microsoft Visual Studio 2005.
...
The -DEBUGTYPE flag is no longer supported. Since -DEBUGTYPE:CV is the
default, we simply delete it. We added support for VC 5.0 (MSC_VER=1100)
back. The patch is contributed by Stephen Walker <sdwalker@myrealbox.com >.
r=wtc.
Modified Files:
configure configure.in config/rules.mk
lib/msgc/tests/Makefile.in
lib/prstreams/tests/testprstrm/Makefile.in
lib/tests/Makefile.in lib/tests/windows/makefile
pr/src/cplus/tests/Makefile.in pr/src/misc/Makefile.in
tools/Makefile.in
2004-11-08 02:52:56 +00:00
gerv@gerv.net
ab0b8c26a4
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-25 15:03:26 +00:00
wtc@netscape.com
3f2013c51d
Bugzilla bug 98741: changed the license URL to http://www.mozilla.org/MPL/ .
...
Modified Files:
pr/src/prvrsion.c lib/ds/plvrsion.c lib/libc/src/plvrsion.c
lib/prstreams/plvrsion.c
2001-09-07 18:27:33 +00:00
wtc@netscape.com
11f293b105
Bug 64217: use locale-independent date format so that it doesn't
...
contain a quotation mark in any locale. Thanks to tzafrir@technion.ac.il
for the bug report.
Modified Files:
pr/src/Makefile.in lib/ds/Makefile.in lib/libc/src/Makefile.in
lib/prstreams/Makefile.in
2001-06-23 14:42:24 +00:00
wtc@netscape.com
57d7618abe
We no longer need to generate the .vms files on OpenVMS.
...
Modified files: config/rules.mk lib/ds/Makefile.in lib/libc/src/Makefile.in
lib/prstreams/Makefile.in pr/src/Makefile.in
2001-06-21 01:24:44 +00:00
wtc@netscape.com
c1058b2856
Deleted an extra line that was probably added incorrectly during merging.
2001-06-14 22:01:54 +00:00
wtc@netscape.com
bab4cbf174
Eliminated more differences between the autoconf build system and the
...
(obsolete) classic build system.
Modified Files:
configure.in configure lib/prstreams/Makefile.in
lib/tests/Makefile.in pr/src/cplus/Makefile.in
pr/src/threads/combined/Makefile.in pr/tests/Makefile.in
2001-05-17 21:42:09 +00:00
wtc@netscape.com
bb342e1826
Removed all Makefile's. The new autoconf build system uses Makefile.in's.
2001-05-17 21:26:28 +00:00
wtc@netscape.com
fc39e28301
Merged NSPRPUB_CLIENT_BRANCH onto the trunk.
2001-05-12 06:40:35 +00:00
cls@seawood.org
1f89986102
Fix nspr autoconf for OpenVMS.
...
Thanks to Colin Blake <colin@theblakes.com > for the patch.
Bug #69842 r=cls
2001-02-25 21:50:47 +00:00
cls@seawood.org
48aadb8dd8
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
b2aff33658
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
392893beac
Sync'ing long lost changes between Makefile & Makefile.in
2000-12-30 00:47:58 +00:00
wtc@netscape.com
b321bc97ef
Restored the correct copyright years.
2000-08-30 17:00:08 +00:00
larryh@netscape.com
6b35dad62a
BugZilla: 42367. Fix copyright date, Original Code
2000-06-20 21:48:45 +00:00
larryh@netscape.com
a3c44cc58e
BugZilla 42367. change license to dual-license
2000-06-13 20:59:02 +00:00
wtc@netscape.com
37a140f560
Landed NSPRPUB_RELEASE_4_0_20000223 onto the main trunk.
2000-02-23 23:38:19 +00:00
srinivas@netscape.com
52852915c9
Update to OS/2 port; the build now uses OS_ARCH=OS2, in place of WINNT.
...
Checkin for sobotka@axess.com . Bugzilla 23544.
2000-01-10 21:08:45 +00:00
cls@seawood.org
a97e52b729
Cleaned up BeOS autoconf build.
...
Added RESOLVE_LINK_SYMBOLS for platforms that need to resolve all symbols when linking shared libs.
Removed use of EXTRA_LIBS from configure.
1999-12-22 00:07:07 +00:00
cls@seawood.org
da37a462fb
Disable unneeded arch specific portions of Makefile
1999-12-03 10:33:06 +00:00
srinivas@netscape.com
6d7487d668
Export version descriptor. Bugzilla 4742
1999-10-28 21:28:46 +00:00
srinivas@netscape.com
d7b377cc33
Update with post-3.5 fixes on the tip
1999-10-19 00:40:39 +00:00
cls@seawood.org
3724682300
Bug 11893. r=shaver
...
Sync the autoconf Makefile.ins.
1999-10-17 15:12:41 +00:00
wtc@netscape.com
f04e107087
Bugsplat bug #358401 : created a separate .rc file for each DLL. The
...
product name is "Netscape Portable Runtime" and the file descriptions
are "NSPR Library", "PLDS Library", "PLC Library", and "PRSTRMS Library".
A debug build is indicated in the file description. The copyright years
changed to 1996-1999.
Modified files: rules.mk, lib/ds/Makefile, lib/ds/Makefile.in,
lib/libc/src/Makefile, lib/libc/src/Makefile.in,
lib/prstreams/Makefile, lib/prstreams/Makefile.in,
prinit.h, nspr.rc
Added files: plds.rc, plc.rc, prstrms.rc
Removed file: resource.h
1999-10-15 00:51:41 +00:00
srinivas@netscape.com
66276c1d95
Add autoconf for NSPR. Check in for cls@seawood.org. Buzill 11893
1999-10-14 15:09:11 +00:00
larryh@netscape.com
51fbf63e96
NSPR 3.5 landing
1999-10-13 18:32:42 +00:00
srinivas@netscape.com
bc7b6ffbaf
The "execute" permission bit needs to be set for shared libraries on HP-UX.
...
Bugzilla #10201 .
1999-07-27 01:52:19 +00:00
srinivas@netscape.com
18dbaad099
OpenVMS port; checkin for "Colin R. Blake" <colin@theblakes.com>.
1999-07-15 12:37:21 +00:00
wtc@netscape.com
0dc1c3537a
Bugzilla bug #9155 : use -library=iostream so that Sun Workshop
...
5.0 can work with old style iostreams. Thanks to
Tim McNerney <mumbly@netcom.com > for suggesting this fix.
1999-07-01 23:19:52 +00:00
wtc@netscape.com
6605891e50
Checked in BeOS changes contributed by Duncan Wilcox (duncan@be.com).
...
Modified files: plevent.c, prstreams/Makefile, prlink.c, bfile.c,
testfile.c, tmocon.c.
1999-06-26 01:07:12 +00:00
wtc@netscape.com
d19717c2ef
IRIX: -KPIC is the default and hence unnecessary. In o32 mode,
...
cc does not understand the -exceptions option, so specify that
option only for the C++ compiler. Thanks to Brian Ostrom
(briano@netscape.com ) for the bug report.
1999-06-21 21:52:52 +00:00
wtc@netscape.com
0bfa999748
Removed unused code, because +DA2.0W is specified in config/HP-UX.mk
...
already. Also there is a typo ($USE_64).
1999-06-21 21:35:11 +00:00
srinivas@netscape.com
c89e367a12
QNX port; checkin for briano@netscape.com. Bug #7276 .
1999-06-06 12:10:45 +00:00
wtc@netscape.com
55ef43b4d0
More OpenVMS changes from Colin R. Blake <colin@theblakes.com>.
...
Modified files: prstrms.cpp, pr/include/md/Makefile, _openvms.h,
and prmapopt.c.
1999-06-04 03:01:40 +00:00
wtc@netscape.com
9dfe0ea58c
Bugzilla bug #4842 : do not export private NSPR headers (private/pprmwait.h,
...
private/primpl.h, and md/*.h) to mozilla/dist. NSPR files will get
these headers from the source tree, via -I$(MOD_DEPTH)/pr/include and
-I$(MOD_DEPTH)/pr/include/private. Non-NSPR files must not include
these private NSPR headers and should get the exported NSPR headers
from mozilla/dist/<platform.OBJ>/include.
1999-06-03 22:35:44 +00:00
srinivas@netscape.com
d4ef92e26b
OpenVMS port; checkin for "Colin R. Blake" <colin@theblakes.com>.
1999-05-19 00:53:52 +00:00
dmose@mozilla.org
d5cea3bfc1
updating to license version 1.1 in boilerplate comments
1999-04-21 21:40:44 +00:00