summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla bug 293438: use -fvisibility=hidden, without wrapped systemTHUNDERBIRD_1_1a1_RELEASEFIREFOX_1_1a1_RELEASEwtchang%redhat.com2005-05-191-2/+13
* Bugzilla Bug 273336: arguments to the test command should be quoted.wtchang%redhat.com2005-05-111-2/+2
* Bugzilla Bug 291631: changed MOD_MINOR_VERSION to 6 for NSPR 4.6.wtchang%redhat.com2005-04-281-1/+1
* Bugzilla bug 256508: make --with-pthreads the default on OpenBSD. Thewtchang%redhat.com2005-03-091-1/+3
* Fix bustage by working around shells that don't allow ! after &&. b=275674, ...PREFERENCES_20050101_BASEdbaron%dbaron.org2004-12-231-2/+4
* Add support for using gcc's visibility pragma to treat all function and metho...bryner%brianryner.com2004-12-151-0/+47
* 238319: Sun packaging changes.wchang0222%aol.com2004-12-061-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-261-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
* #239663mkaply%us.ibm.com2004-04-191-0/+2
* It is not necessary to define _THREAD_SAFE when using pthreads on OpenBSD.wchang0222%aol.com2004-04-131-1/+0
* Add support for cross-compiling to i386-mingw32.seawood%netscape.com2004-04-121-42/+35
* #231934mkaply%us.ibm.com2004-03-301-1/+2
* Update openbsd support for openbsd >= 3.4seawood%netscape.com2004-03-091-7/+10
* Bugzilla bug 232742: added Linux/amd64 support. The patch came from Gentoowchang0222%aol.com2004-03-091-3/+11
* Bugzilla bug 224161: fixed a regression that was introduced in the fixMOZILLA_1_7a_RELEASEwchang0222%aol.com2004-02-071-3/+3
* Bugzilla bug 232120: added support for NetBSD's pthread library. Thewchang0222%aol.com2004-02-041-1/+6
* Bugzilla bug 231504: made --disable-strip work. r=bryner.wchang0222%aol.com2004-01-291-2/+4
* Bugzilla bug 224161: added support for Mac OS X Panther SDK. We assumewchang0222%aol.com2004-01-281-0/+6
* Bugzilla bug 232226: use the -bnortllib linker flag when building AIXwchang0222%aol.com2004-01-271-1/+1
* Synched up the NSPRPUB_PRE_4_2_CLIENT_BRANCH with the tip.wchang0222%aol.com2003-12-231-1/+1
* Bugzilla bug 226470: use a C compiler rather than a C++ compiler to compilewchang0222%aol.com2003-12-151-5/+2
* Bugzilla bug 219913: define _PR_HAVE_THREADSAFE_GETHOST for OS/2 so thatwchang0222%aol.com2003-11-161-4/+0
* Bugzilla bug 207803: added 64-bit UltraSPARC FreeBSD support to NSPR. Thewchang0222%aol.com2003-11-151-0/+1
* Bugzilla bug 225260: link NSPR dynamic shared libraries with thewchang0222%aol.com2003-11-131-1/+1
* Bugzilla bug 215581: build with GCC 3.2.2 for OS/2. The patch iswtc%netscape.com2003-09-161-10/+6
* When calling windres, use a temp file to work around resouce issues.seawood%netscape.com2003-09-151-1/+2
* Brought the NSPRPUB_PRE_4_2_CLIENT_BRANCH in synch with the tip.wtc%netscape.com2003-09-131-1/+1
* Define _PR_INET6 on Solaris 8 or higher because they have IPv6.wtc%netscape.com2003-09-111-0/+16
* Bugzilla bug 217501: specify the standard AIX libpath (/usr/lib:/lib) whenwtc%netscape.com2003-08-301-1/+1
* Avoid pulling in libdl on OSX.seawood%netscape.com2003-07-171-3/+14
* Bug 204092: build NSPR on Solaris with -xO4 optimization. a=dbaron forwtc%netscape.com2003-05-191-0/+1
* Bug 203317: getipnodebyxxx routines are not thread-safe on OpenVMS, so wewtc%netscape.com2003-04-301-0/+1
* Change mksnt* checks to mks*seawood%netscape.com2003-04-191-6/+6
* Fix x86 checks so that they work for xeon processorsseawood%netscape.com2003-04-181-3/+3
* #201555mkaply%us.ibm.com2003-04-161-1/+1
* Removed the OS/2 compiler flag /Gx+, which is a C++ only flag.wtc%netscape.com2003-04-051-1/+1
* Bug 188246: support building NSPR with gcc 3.x on OS/2. also fixed thewtc%netscape.com2003-03-261-24/+25
* Bug 196004: support building with gcc on Solaris better, whether gcc useswtc%netscape.com2003-03-221-1/+5
* Do not use cygwin-wrapper if we are using MKS Korn Shell. We determinewtc%netscape.com2003-03-221-1/+3
* Renamed MOD_REVISION_VERSION to MOD_PATCH_VERSION.wtc%netscape.com2003-02-281-2/+2
* Sync up the NSPRPUB_PRE_4_2_CLIENT_BRANCH with the trunk.wtc%netscape.com2003-02-261-6/+2
* Backed out the previous checkin. Just noticed that the Mozilla trunk iswtc%netscape.com2003-02-261-2/+6
* Sync up the NSPRPUB_PRE_4_2_CLIENT_BRANCH with the trunk.wtc%netscape.com2003-02-261-6/+2