summaryrefslogtreecommitdiff
path: root/security/coreconf
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla id: 314583, removed linking of JVM to JSS library and replacedsandeep.konchady%sun.com2005-11-031-144/+6
* Bugzilla bug 314089: On HP-UX, use rt.jar instead of classes.zip; for JDKwtchang%redhat.com2005-10-281-4/+8
* Bugzilla Bug 302212: set DARWIN_SDK_DSOFLAGS and pass -F arguments to ldwtchang%redhat.com2005-10-281-3/+5
* Bugzilla Bug 302212: allow Mac OS X x86 builds to target SDKs. The patchwtchang%redhat.com2005-10-261-17/+22
* Bugzilla bug 312774: support building with IBM JDK on Linux. Added -Lwtchang%redhat.com2005-10-181-2/+10
* Bugzilla Bug 312202: checked in HP-UX IPF (Itanium) porting changeswtchang%redhat.com2005-10-122-0/+63
* Bugzilla Bug 311074: cvs removed the unused nfspwd.pl script (which onlywtchang%redhat.com2005-10-105-120/+2
* Bugzilla Bug 311074: removed the unused nfspwd Perl script from TARGETS,wtchang%redhat.com2005-10-051-3/+1
* Bugzilla Bug 310336: support building on Windows Server 2003.wtchang%redhat.com2005-09-281-0/+73
* Bugzilla Bug 303508: enhanced the makefile rule for $(MAPFILE). Addedwtchang%redhat.com2005-09-1628-28/+31
* Modified import.pl, jdk.mk and release.pl under coreconf and all.pl undersandeep.konchady%sun.com2005-09-163-21/+38
* Bug 303508: Add freebl shared libs that do 64-bit integer math. Bug 274984: ...saul.edwards%sun.com2005-09-072-26/+9
* Bugzilla Bug 303507: changed GCC's default OPTIMIZER back to -O2.wtchang%redhat.com2005-09-022-3/+3
* Fix for 297802 . r=wtchang . Add $(OS_LIBS) to MKSHLIB rules.julien.pierre.bugs%sun.com2005-08-263-3/+4
* Bugzilla bug 302212: backed out the previous checkin. The correspondingwtchang%redhat.com2005-08-251-11/+16
* Addendum to 303507 - set default OPTIMIZER for Linux and Solaris gcc buildssaul.edwards%sun.com2005-08-247-19/+7
* Bugzilla bug 302670: backed out the use of system zlib because some Linuxwtchang%redhat.com2005-08-201-4/+1
* Bugzilla Bug 266123: support 64-bit PowerPC builds for Linux distributionswtchang%redhat.com2005-08-181-4/+7
* Bugzilla Bug 302670: enable NSS to use system zlib and do that on Linux.wtchang%redhat.com2005-08-161-0/+3
* Bugzilla Bug 302212: enable Mac OS X x86 builds to target SDKs. The patchwtchang%redhat.com2005-08-151-16/+11
* Bugzilla Bug 266123: added ppc64 support. The patch is contributed bywtchang%redhat.com2005-08-091-1/+6
* Bugzilla Bug 288647: enable building NSS with an NSPR binary distribution.wtchang%redhat.com2005-07-213-17/+8
* Bugzilla Bug 294122: support building with MSYS (a set of Unix utilitieswtchang%redhat.com2005-07-072-3/+23
* Fix for 297849 . Allow x86 build on Linux x86_64 machine. r=wtchangjulien.pierre.bugs%sun.com2005-07-056-7/+14
* Bugzilla Bug 298532: use -fPIC explicitly (which is the default). Thewtchang%redhat.com2005-07-011-0/+1
* Bugzilla Bug 298532: updated for Mac 10.4u ("universal") SDK, which addswtchang%redhat.com2005-06-281-7/+2
* Bugzilla Bug 297826: add the -Zmap flag to create .map files for DLLs. Thewtchang%redhat.com2005-06-231-1/+1
* Mozilla Tiger build changes. Currently the mozilla branch is brokenrelyea%netscape.com2005-06-012-2/+40
|\
| * Bugzilla Bug 294333: enable building on Windows Me with Cygwin. Thankswtchang%redhat.com2005-05-171-0/+4
|/
* Fix for 290120. r=wtchangjulien.pierre.bugs%sun.com2005-04-151-1/+1
* Back out fix for 290121 temporarily (until Christophe upgrades build tools)julien.pierre.bugs%sun.com2005-04-141-1/+1
* Fix for bug 290120 - compile source files with absolute pathnames on AIX. r=w...julien.pierre.bugs%sun.com2005-04-131-1/+1
* Bugzilla Bug 193164: do not use nfspwd.pl, which only works on the oldwtchang%redhat.com2005-02-051-3/+2
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2005-02-021-32/+35
* Bugzilla Bug 279542: removed -L/lib. It's not necessary, and producedwtchang%redhat.com2005-02-011-1/+1
* Bugzilla Bug 279621: added a note explaining what HCL is.wtchang%redhat.com2005-01-271-2/+3
* Bugzilla bug 267839: use $< and $@ in makefile rules where appropriate.wchang0222%aol.com2004-12-221-8/+8
* Bugzilla bug 93206: allow $(CC) to contain multiple words. coreconf itselfwchang0222%aol.com2004-11-091-2/+2
* Bugzilla bug 240784: removed the temporary workaround added in rev. 1.55.wchang0222%aol.com2004-11-061-3/+0
* Removed a comment and the commented-out code it described.wchang0222%aol.com2004-11-051-2/+0
* Combined two lines into one.wchang0222%aol.com2004-11-051-2/+1
* Although we do use the native compilers by default on most platforms, itwchang0222%aol.com2004-11-051-1/+1
* ALL_TRASH should be defined with = rather than := because some of itswchang0222%aol.com2004-11-051-1/+1
* Use the $< variable in the rule to build a program from a single object.wchang0222%aol.com2004-11-051-2/+2
* Need to pass $(CFLAGS) to $(MKPROG) when building a program from a singlewchang0222%aol.com2004-11-041-1/+1
* Bugzilla bug 240784: checked in a temporary workaround for the fix forwchang0222%aol.com2004-10-201-0/+3
* Fix for 259003 - port NSS to Solaris AMD64 . r=wtcjulien.pierre.bugs%sun.com2004-10-112-15/+31
* Bugzilla bug 244231: white space changes to conform to NSS's coding style.wchang0222%aol.com2004-08-276-7/+6
* Bugzilla bug 244231: added new make variable MOZ_DEBUG_SYMBOLS whichwchang0222%aol.com2004-08-267-9/+37
* Fix for 240784 - FIPS doesn't work on OS/2 . r=mkaply,wtcjpierre%netscape.com2004-05-111-1/+2