summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Add support for generating PDB-format debug symbols with MSVC, by setting MOZ...MOZILLA_1_7_5_RELEASEbryner%brianryner.com2004-09-141-25/+33
* Add support for cross-compiling to i386-mingw32.cls%seawood.org2004-04-161-143/+137
* Update openbsd support for openbsd >= 3.4seawood%netscape.com2004-03-091-85/+215
* Bugzilla bug 232742: added Linux/amd64 support. The patch came from Gentoowchang0222%aol.com2004-03-091-25/+33
* 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-8/+10
* Bugzilla bug 224161: added support for Mac OS X Panther SDK. We assumewchang0222%aol.com2004-01-281-22/+28
* 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 228621: regenerated this file with the correct version ofwchang0222%aol.com2003-12-161-171/+69
* Bugzilla bug 226470: use a C compiler rather than a C++ compiler to compilewchang0222%aol.com2003-12-151-74/+173
* Bugzilla bug 219913: define _PR_HAVE_THREADSAFE_GETHOST for OS/2 so thatwchang0222%aol.com2003-11-161-35/+19
* Bugzilla bug 207803: added 64-bit UltraSPARC FreeBSD support to NSPR. Thewchang0222%aol.com2003-11-151-22/+26
* 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-29/+28
* When calling windres, use a temp file to work around resouce issues.seawood%netscape.com2003-09-151-23/+24
* 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-19/+38
* Bugzilla bug 217501: specify the standard AIX libpath (/usr/lib:/lib) whenwtc%netscape.com2003-08-301-4/+4
* Avoid pulling in libdl on OSX.seawood%netscape.com2003-07-171-63/+54
* Bug 204092: build NSPR on Solaris with -xO4 optimization. a=dbaron forwtc%netscape.com2003-05-191-19/+20
* Bug 203317: getipnodebyxxx routines are not thread-safe on OpenVMS, so wewtc%netscape.com2003-04-301-23/+27
* 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-5/+5
* 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-43/+44
* Bug 196004: support building with gcc on Solaris better, whether gcc useswtc%netscape.com2003-03-221-20/+25
* Do not use cygwin-wrapper if we are using MKS Korn Shell. We determinewtc%netscape.com2003-03-221-23/+25
* 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-4/+2
* Backed out the previous checkin. Just noticed that the Mozilla trunk iswtc%netscape.com2003-02-261-2/+4
* Sync up the NSPRPUB_PRE_4_2_CLIENT_BRANCH with the trunk.wtc%netscape.com2003-02-261-4/+2
* Bug 193380: added IPv6 support on HP-UX 11i or later. Cleaned up thewtc%netscape.com2003-02-261-25/+34
* Bug 193969: implemented atomic routines for Darwin PPC in assembly.wtc%netscape.com2003-02-221-22/+25
* Bug 188439: fixed a bug in the PR_Poll implementation forwtc%netscape.com2003-01-201-22/+42
* Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch iswtc%netscape.com2003-01-201-156/+87
* MACOS_DEPLOYMENT_TARGET only needs to be defined if we are building onwtc%netscape.com2003-01-151-15/+15
* 1. Use $(CC) (the compiler) to build shared libraries on Solaris. Addedwtc%netscape.com2003-01-091-22/+24
* A temporary fix for the Solaris gcc build. Removed the -z defs linker flagwtc%netscape.com2003-01-071-1/+1
* Brought the NSPRPUB_PRE_4_2_CLIENT_BRANCH in synch with the NSPR trunk.wtc%netscape.com2003-01-071-34/+55
* Bug 180293: moved the OpenVMS build from the POSIX subsystem to native VMSwtc%netscape.com2002-12-121-123/+115
* Fix egrep syntax.seawood%netscape.com2002-11-231-1/+1
* Properly detect OS_ARCH when building on Win32 ME.seawood%netscape.com2002-11-231-32/+29
* Add CFM, CFBundle and mach-o library loading support to OSX NSPR. Support is...seawood%netscape.com2002-11-061-23/+32
* Bug 165602: checked in Brian Ryner's changes to allow Mac OS X 10.2 buildsPHOENIX_0_3_RELEASEPHOENIX_0_2_RELEASEMOZILLA_1_2b_RELEASEwtc%netscape.com2002-09-261-101/+132
* Bug 169569: always use the Solaris ld (/usr/ccs/bin/ld) to link NSPRPHOENIX_0_1_RELEASEwtc%netscape.com2002-09-191-19/+20
* Bug 167375: configuration changes needed for building on BSD/OS 5.0.wtc%netscape.com2002-09-121-2/+2
* 1. Checked in the fix for bug 157241 to enable debugging with gcc/gdb onwtc%netscape.com2002-08-231-99/+109
* Fix build problem caused by having spaces in the username.SURESH_IM_STANDALONE_BASEseawood%netscape.com2002-08-101-102/+108