summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Bug 401768: enable us to build with gcc 3.3 and an SDK on Mac OS X 10.5wtc%google.com2007-10-311-8/+23
* Bug 401813: Carried the fix for bug 363092 back to the NSPR_4_6_BRANCH.wtc%google.com2007-10-311-3/+3
* Set NSPR version to 4.6.8 Beta.christophe.ravel.bugs%sun.com2007-05-071-1/+1
* Set NSPR version to 4.6.7 Beta.wtc%google.com2007-04-271-1/+1
* Bug 329807: set USE_IPV6=1 (define _PR_INET6) on HP-UX B.11.23 or later,wtchang%redhat.com2007-01-181-2/+2
* Set NSPR version to 4.6.6 Beta.wtchang%redhat.com2007-01-181-1/+1
* Bug 329807: backed out the patch. It is incomplete and needs morewtchang%redhat.com2007-01-161-2/+2
* Bug 329807: set USE_IPV6=1 (define _PR_INET6) on HP-UX B.11.23 or later,wtchang%redhat.com2007-01-131-2/+2
* Set NSPR version to 4.6.5 (Beta).wtchang%redhat.com2006-12-011-1/+1
* Set NSPR version to 4.6.4.wtchang%redhat.com2006-11-141-1/+1
* Remove all generated Makefiles upon distclean.wtchang%redhat.com2006-07-141-0/+2
* Changed NSPR version to 4.6.3 Beta.wtchang%redhat.com2006-05-101-1/+1
* Changed NSPR version to 4.6.2.NSPR_4_6_2_RTMwtchang%redhat.com2006-04-281-1/+1
* Bugzilla Bug 322578: Support ppc<->x86 cross builds for Mac OS X. Thewtchang%redhat.com2006-02-221-1/+45
* Bugzilla bug 322427: do not compile NSPR with -ansi and with _POSIX_SOURCE,wtchang%redhat.com2006-02-071-38/+39
* Bugzilla bug 302212: enable Mac OS X x86 builds to target SDKs.wtchang%redhat.com2006-01-111-51/+94
* Bugzilla bug 312199 and bug 195219: ported the HP-UX IPF (Itanium) changeswtchang%redhat.com2006-01-031-3/+11
* Skip libpthread check in Darwin buildscls%seawood.org2005-09-021-10/+17
* Bugzilla Bug 266123: support 64-bit PowerPC builds on Linux distributionswtchang%redhat.com2005-08-181-0/+6
* Bugzilla Bug 304526: cleaned up the "configure --help" message: put defaultwtchang%redhat.com2005-08-181-4/+7
* Bugzilla bug 294122: made the changes I suggested and Howard Chu agreedwtchang%redhat.com2005-08-161-8/+1
* Set NSPR version to 4.6.1 Beta.wtchang%redhat.com2005-08-151-1/+1
* Bugzilla Bug 303169: worked around a link error with gcc on Solaris SPARCwtchang%redhat.com2005-08-041-2/+4
* Bugzilla Bug 290725: implement USE_64 for x86_64. Now we do a 32-bit x86wtchang%redhat.com2005-07-051-1/+8
* Bugzilla Bug 298674: initial checkin of the RISC OS port contributed bywtchang%redhat.com2005-07-011-0/+11
* Bugzilla Bug 298543: eliminated MACOS_DEPLOYMENT_TARGET. Replaced thewtchang%redhat.com2005-07-011-21/+20
* Bugzilla Bug 298531: updated for Mac 10.4u ("universal") SDK, which addswtchang%redhat.com2005-06-281-2/+7
* Path translation fixes for msys.cls%seawood.org2005-06-021-3/+6
|\
* | Add support for msys uname & cleanup OS_ARCH checks.cls%seawood.org2005-06-011-23/+29
* | Allow --enable-debug to accept compiler flags like --enable-optimizecls%seawood.org2005-06-011-3/+12
* | Update SDK support to build on OSX 10.4 (Tiger)cls%seawood.org2005-06-011-3/+42
|/
* Bugzilla bug 293438: use -fvisibility=hidden, without wrapped systemwtchang%redhat.com2005-05-191-2/+13
* Moved code that only applies to MSVC to the MSVC section. The patch iswtchang%redhat.com2005-05-181-5/+5
* Bugzilla Bug 273336: fixed an incorrect variable name.wtchang%redhat.com2005-05-131-1/+1
* Bugzilla Bug 273336: arguments to the test command should be quoted. r=cls.wtchang%redhat.com2005-05-111-2/+2
* Bugzilla Bug 273336: Checked in Brian Ryner's patch:wtchang%redhat.com2005-04-291-0/+48
* Bugzilla Bug 291631: changed MOD_MINOR_VERSION to 6 for NSPR 4.6.wtchang%redhat.com2005-04-271-1/+1
* Bugzilla bug 256508: make --with-pthreads the default on OpenBSD. Thewtchang%redhat.com2005-03-091-1/+3
* 238319: Sun packaging changes.christophe.ravel.bugs%sun.com2004-11-301-1/+1
* Bugzilla bug 249782: make NSPR compile with Microsoft Visual Studio 2005.wchang0222%aol.com2004-11-081-3/+3
* Bugzilla bug 265501: merged 32 and 64 bit versions of prcpucfg.h onwchang0222%aol.com2004-10-221-5/+1
* Bugzilla bug 259001: ported NSPR to Solaris on AMD64 architecture. Thewchang0222%aol.com2004-10-061-7/+22
* Add support for generating PDB-format debug symbols with MSVC, by setting MOZ...bryner%brianryner.com2004-08-261-3/+8
* Bugzilla bug 235381: use the -features=tmplife flag for Sun compilers towchang0222%aol.com2004-05-211-1/+1
* Use the proper flags when building with --enable-debug --enable-optimize.seawood%netscape.com2004-05-201-21/+17
* Bugzilla bug 242741: MSVC .NET 2003 does not support the /PDB:NONE linkerwchang0222%aol.com2004-05-061-1/+11
* Allow nspr to accept multiple --{enable,disable}-{debug,optimize} args.seawood%netscape.com2004-04-261-0/+4
* Bugzilla bug 239663wchang0222%aol.com2004-04-201-0/+2
* Add support for cross-compiling to i386-mingw32.seawood%netscape.com2004-04-121-42/+35
* Bugzilla bug 231934: OS/2 only - code from ganesh - generate map files onwchang0222%aol.com2004-04-031-1/+2