changeset in /hg/icedtea: 2008-02-15 Lillian Angel <langel at red...
Lillian Angel
langel at redhat.com
Thu May 29 14:10:46 PDT 2008
changeset 1ea2191a666f in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=1ea2191a666f
description:
2008-02-15 Lillian Angel <langel at redhat.com>
* configure.ac: Added conditional check for libffi.
* configure: Regenerated.
diffstat:
3 files changed, 3631 insertions(+), 2 deletions(-)
ChangeLog | 3629 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure | 2
configure.ac | 2
diffs (truncated from 3660 to 500 lines):
diff -r b351056c0169 -r 1ea2191a666f ChangeLog
--- a/ChangeLog Fri Feb 15 16:05:51 2008 -0500
+++ b/ChangeLog Sun Feb 17 12:44:22 2008 -0500
@@ -3626,3 +3626,3632 @@ 2007-06-07 Andrew Haley <aph at redhat.co
* Makefile.am (ICEDTEA_ENV): Unset LD_LIBRARY_PATH.
+
+2008-02-15 Lillian Angel <langel at redhat.com>
+
+ * configure.ac: Added conditional check for libffi.
+ * configure: Regenerated.
+
+2008-02-15 Lillian Angel <langel at redhat.com>
+
+ * INSTALL: Updated
+ * Makefile.am: Added new patch.
+ * Makefile.in: Regenerated.
+ * patches/icedtea-version.patch: Fixed
+ * patches/icedtea-lesstif-64.patch: New patch.
+
+2008-02-15 Lillian Angel <langel at redhat.com>
+
+ * configure.ac: Updated version.
+ * configure: Regenerated.
+ * patches/icedtea-version.patch: Removed instances of "OpenJDK" in
+ hotspot.
+
+2008-02-15 Mark Wielaard <mark at klomp.org>
+
+ * Makefile.am (OPENJDK_URL): Add promoted version.
+ * Makefile.in: Regenerated.
+
+2008-02-15 Lillian Angel <langel at redhat.com>
+
+ * INSTALL: Updated.
+ * Makefile.am: Updated patches. Added download target, added extract
+ and extract-ecj targets. Removed clone and clone-ecj targets. Updated
+ all paths and targets appropriately.
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+ * configure.ac: Added new tools: tar, md5sum.
+ * gcjwebplugin.cc: Updated for 1.6.0.
+ * generated/sun/awt/X11/generator/sizer.32: Regenerated.
+ * generated/sun/awt/X11/generator/sizer.32.c: Regenerated.
+ * patches/icedtea-ant.patch: Updated.
+ * patches/icedtea-bytebuffer-compact.patch: Updated.
+ * patches/icedtea-certbundle.patch: Updated.
+ * patches/icedtea-copy-plugs.patch: Updated.
+ * patches/icedtea-core-build.patch: Updated.
+ * patches/icedtea-ecj.patch: Updated.
+ * patches/icedtea-gcc-4.3.patch: Updated.
+ * patches/icedtea-headers.patch: Updated.
+ * patches/icedtea-lib64.patch: Updated.
+ * patches/icedtea-libraries.patch: Updated.
+ * patches/icedtea-linker-options.patch: Updated.
+ * patches/icedtea-memory-limits.patch: Updated.
+ * patches/icedtea-plugin.patch: Updated.
+ * patches/icedtea-ports.patch: Updated.
+ * patches/icedtea-signature-iterator.patch: Updated.
+ * patches/icedtea-signed-types.patch: Updated.
+ * patches/icedtea-ssl.patch: Updated.
+ * patches/icedtea-test-atomic-operations.patch: Updated.
+ * patches/icedtea-use-system-tzdata.patch: Updated.
+ * patches/icedtea-version.patch: Updated.
+ * patches/icedtea-zero.patch: Updated.
+ * patches/icedtea-bytecodeInterpreter.patch: Removed.
+ * patches/icedtea-bytecodeInterpreterWithChecks.patch: Removed.
+ * rt/java/io/PushbackReader.java: Removed.
+
+2008-02-15 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/src/cpu/zero/vm/stubRoutines_zero.hpp: Build on x86.
+ * ports/hotspot/src/cpu/zero/vm/stubRoutines_zero.cpp: Likewise.
+
+2008-02-15 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/build/linux/makefiles/arm.make: New file.
+ * ports/hotspot/build/linux/makefiles/ia64.make: Likewise.
+ * ports/hotspot/build/linux/makefiles/s390.make: Likewise.
+ * ports/hotspot/build/linux/makefiles/s390x.make: Likewise.
+ * ports/hotspot/build/linux/platform_arm: Likewise.
+ * ports/hotspot/build/linux/platform_ia64: Likewise.
+ * ports/hotspot/build/linux/platform_s390: Likewise.
+ * ports/hotspot/build/linux/platform_s390x: Likewise.
+
+2008-02-14 Gary Benson <gbenson at redhat.com>
+
+ * patches/icedtea-always-zero.patch: New file.
+ * acinclude.m4
+ (ENABLE_ZERO_BUILD): New macro.
+ (SET_CORE_BUILD): Rewritten to accomodate the above.
+ * configure.ac: Call ENABLE_ZERO_BUILD, and move the
+ call to SET_CORE_BUILD so it's after it.
+ * Makefile.am
+ (ICEDTEA_CORE_BUILD): Rearrange slightly.
+ (ICEDTEA_PATCHES): Conditionally add zero build patch.
+ * Makefile.in, configure: Regenerate.
+
+2008-02-13 Lillian Angel <langel at redhat.com>
+
+ * configure.ac: Updated IcedTea version.
+ * configure: Regenerate.
+
+2008-02-13 Gary Benson <gbenson at redhat.com>
+
+ * patches/icedtea-core-build.patch: Fixed broken JVM location.
+
+2008-02-13 Lillian Angel <langel at redhat.com>
+
+ * NEWS: Updated.
+
+2008-02-13 Gary Benson <gbenson at redhat.com>
+
+ * acinclude.m4 (SET_CORE_BUILD): New check.
+ * configure.ac: Call the above.
+ * Makefile.am
+ (ICEDTEA_ENV, ICEDTEA_ENV_ECJ): Add ICEDTEA_CORE_BUILD.
+ (hotspot): Updated libjvm.so location.
+ * configure, Makefile.in: Regenerated.
+
+ * patches/icedtea-ports.patch: Use zero on ppc and ppc64.
+ Removed everything relating to the ppc-specific port.
+ Moved several hunks into icedtea-core-build.patch.
+ * patches/icedtea-core-build.patch: Completely reworked.
+
+ * ports/hotspot/build/linux/makefiles/ppc.make: Use zero.
+ * ports/hotspot/build/linux/makefiles/ppc64.make: Likewise.
+ * ports/hotspot/build/linux/platform_ppc: Likewise.
+ * ports/hotspot/build/linux/platform_ppc64: Likewise.
+
+ * ports/jdk/src/solaris/bin/alpha/jvm.cfg: Change default to core.
+ * ports/jdk/src/solaris/bin/arm/jvm.cfg: Likewise.
+ * ports/jdk/src/solaris/bin/mips/jvm.cfg: Likewise.
+ * ports/jdk/src/solaris/bin/ppc/jvm.cfg: Likewise.
+ * ports/jdk/src/solaris/bin/ppc64/jvm.cfg: Likewise.
+ * ports/jdk/src/solaris/bin/s390/jvm.cfg: Likewise.
+ * ports/jdk/src/solaris/bin/s390x/jvm.cfg: Likewise.
+
+2008-02-11 Lillian Angel <langel at redhat.com>
+
+ * patches/icedtea-libraries.patch: Changed to dlopen libjpeg.so.62
+ instead of libjpeg.so.
+ * INSTALL: Added libjpeg version 6b to build requirements.
+
+2008-02-11 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am: Changed cp -a arg to -dpPR.
+ * Makefile.in: Regenerate.
+
+2008-02-07 Lillian Angel <langel at redhat.com>
+
+ * Makefile.in: Regenerate.
+ * acinclude.m4: Removed FIND_FREETYPE2 and CHECK_HEADERS block.
+ * configure: Regenerate.
+ * configure.ac: Added pkg-config check for all packages using
+ pkg-config.
+
+2008-02-07 Joshua Sumali <jsumali at redhat.com>
+
+ * README: Updated NetX information.
+
+2008-02-05 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am: Changed LIBGCJ_OLD to GCC_OLD.
+ * Makefile.in: Regenerate.
+ * acinclude.m4: Renamed LIBGCJ_OLD to GCC_OLD.
+ * configure: Regenerate.
+ * configure.ac: Renamed LIBGCJ_OLD to GCC_OLD.
+
+2008-02-05 Joshua Sumali <jsumali at redhat.com>
+
+ * tools/netx/jnlp/Launcher.java: Removed unused line.
+ * tools/netx/jnlp/resources/Messages.properties: Added security messages
+ for security dialogs.
+ * tools/netx/jnlp/runtime/ApplicationInstance.java: Added signing field.
+ * tools/netx/jnlp/runtime/Boot.java: Use jar root default.jnlp
+ * tools/netx/jnlp/runtime/JNLPClassLoader.java: Added security warning
+ dialogs when running signed code.
+ * tools/netx/jnlp/runtime/JNLPRuntime.java: Enable code signing
+ verification by default.
+ * tools/netx/jnlp/services/ServiceUtil.java: Added enum for different
+ access types that may need permissions.
+ (checkAccess(AccessType)): New method.
+ * tools/netx/jnlp/services/XDownloadService.java: Fixed typo.
+ * tools/netx/jnlp/services/XExtensionInstallerService.java: Likewise.
+ * tools/netx/jnlp/services/XServiceManagerStub.java: Added support for new
+ services.
+ * tools/netx/jnlp/tools/JarSigner.java:
+ (verifyJars): New method.
+ (allVerified): Likewise.
+ (anyJarsSigned): Likewise.
+ (getDetails): Likewise.
+ (getCerts): Likewise.
+ (verifyJar): Keep track of CertPaths used for CertsInfoPane
+ * tools/netx/jnlp/security/CertsInfoPane.java: New file.
+ * tools/netx/jnlp/security/MoreInfoPane.java: Likewise.
+ * tools/netx/jnlp/security/SecurityDialogUI.java: Likewise.
+ * tools/netx/jnlp/security/SecurityWarningDialog.java: Likewise.
+ * tools/netx/jnlp/security/SecurityWarningOptionPane.java: Likewise.
+ * tools/netx/jnlp/services/XClipboardService.java: Likewise.
+ * tools/netx/jnlp/services/XFileOpenService.java: Likewise.
+ * tools/netx/jnlp/services/XFileSaveService.java: Likewise.
+ * tools/netx/jnlp/tools/CharacterEncoder.java: Likewise.
+ * tools/netx/jnlp/tools/HexDumpEncoder.java: Likewise.
+ * ChangeLog: Added fkung's 2 latest ChangeLog entries.
+
+2008-02-05 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am
+ (EXTRA_DIST): Added tools and gcc patch.
+ * Makefile.in: Regenerate.
+
+2008-02-05 Lillian Angel <langel at redhat.com>
+
+ * acinclude.m4: Moved conditional to beginning of LIBGCJ block.
+ * configure: Regenerate.
+ * configure.ac: Set LIBGCJ_OLD conditional to false if --with-icedtea
+ option is used. If building with icedtea, gcc 4.3 must be installed.
+
+2008-02-05 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am: Only apply patches/icedtea-gcc-4.3.patch if
+ libgcj-4.3.0.jar is installed.
+ * Makefile.in: Regenerate.
+ * acinclude.m4: If libgcj-4.3*.jar is not found, then search for
+ libgcj-4.1*.jar and set LIBGCJ_OLD.
+ * configure: Regenerate.
+
+2008-02-05 Bernhard Rosenkränzer <bero at arklinux.org>
+
+ * configure.ac: Added check for jar. If fastjar is not found, then jar
+ is used.
+ * configure: Regenerate.
+ * patches/icedtea-gcc-4.3.patch: New patch for gcc 4.3.
+
+2008-02-05 Lillian Angel <langel at redhat.com>
+
+ Fixes Bug #96
+ * Makefile.am
+ (clean-tools): Added clean-hotspot-tools to dependencies.
+ (ICEDTEA_PATCHES): Added gcc 4.3 patches.
+ (INSTALL): Updated for libgcj-4.3.0.
+ * Makefile.in: Regenerate.
+ * acinclude.m4: Updated for libgcj-4.3.0.jar.
+ * AUTHORS: Added Bernhard Rosenkränzer.
+
+2008-02-02 Francis Kung <fkung at redhat.com>
+
+ * tools/netx/jnlp/Parser.java: Re-added Node class.
+ * tools/netx/jnlp/runtime/AppletEnvironment.java: Removed unused import.
+
+2008-02-02 Francis Kung <fkung at redhat.com>
+
+ * tools/netx/jnlp/JNLPFile.java: Added empty protected constructor.
+ * tools/netx/jnlp/Launcher.java
+ (launch(JNLPFile)): Delegate to new method.
+ (launch(JNLPFile, Container)): New method.
+ (launchApplet): Added Container parameter.
+ (createApplet): Likewise.
+ (TgThread): Added private Container field.
+ (TgThread.constructor(JNLPFile)): Delegate to new constructor.
+ (TgThread.constructor(JNLPFile, Container)): New method.
+ (TgThread.run): Launch applet with container argument.
+ * tools/netx/jnlp/runtime/AppletEnvironment.java
+ (Frame): Renamed field to...
+ (Container): New field.
+ (AppletEnvironment(JNLPFile, AppletInstance, Container)): New method.
+ (AppletEnvironment(JNLPFile, AppletInstance)): Delegate to new method.
+ (getAppletFrame): Return Container instead of Frame.
+ (startApplet): Replace Frame with Container.
+ (appletResize): Likewise.
+ (getParameter): Add lower-case check.
+ * tools/netx/jnlp/runtime/AppletInstance.java
+ (AppletInstance(JNLPFile, ThreadGroup, ClassLoader, Applet, Container)):
+ New method.
+ (setResizable): Only resize if the container is a Frame.
+ (isResizable): Return false if container is not a Frame.
+
+2008-02-01 Gary Benson <gbenson at redhat.com>
+
+ * patches/icedtea-lib64.patch: Fixed to silence warning.
+
+2008-01-31 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp
+ (LOTS_OF_REGS): Define as appropriate for lots of targets.
+
+2008-01-31 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/src/cpu/zero/vm/bytes_zero.hpp
+ (get_native_u2): Implement for little endian machines.
+ (get_native_u4): Likewise.
+ (get_native_u8): Likewise.
+ (put_native_u2): Likewise.
+ (put_native_u4): Likewise.
+ (put_native_u8): Likewise.
+
+ * ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
+ (accessor_entry): Work on little endian machines.
+
+2008-01-31 Gary Benson <gbenson at redhat.com>
+
+ * Makefile.am (hotspot, hotspot-helper): New rules.
+ * Makefile.in: Regenerated.
+
+2008-01-29 Gary Benson <gbenson at redhat.com>
+
+ * patches/icedtea-c1-unimplemented.patch: Removed file.
+ * Makefile.am (ICEDTEA_PATCHES): Removed the above.
+ * Makefile.in: Regenerated.
+
+ * patches/icedtea-ports.patch: Removed some cruft.
+
+2008-01-29 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/src/cpu/zero/vm/assembler_zero.cpp: New file.
+ * ports/hotspot/src/cpu/zero/vm/assembler_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/assembler_zero.inline.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.inline.hpp:
+ Likewise.
+ * ports/hotspot/src/cpu/zero/vm/bytecodes_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/bytecodes_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/bytes_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/codeBuffer_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/copy_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/cppInterpreterGenerator_zero.hpp:
+ Likewise.
+ * ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/debug_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/depChecker_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/depChecker_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/disassembler_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/disassembler_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/dump_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/entryFrame_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/frame_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/frame_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/globalDefinitions_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/globals_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/icBuffer_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/icache_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/icache_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/interp_masm_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/interp_masm_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/interpreterFrame_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/interpreterGenerator_zero.hpp:
+ Likewise.
+ * ports/hotspot/src/cpu/zero/vm/interpreterRT_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/interpreterRT_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/interpreter_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/interpreter_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/javaFrameAnchor_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/javaStack_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/jniFastGetField_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/jniTypes_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/jni_zero.h: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/nativeInst_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/nativeInst_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/registerMap_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/register_definitions_zero.cpp:
+ Likewise.
+ * ports/hotspot/src/cpu/zero/vm/register_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/register_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/relocInfo_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/relocInfo_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/sharedRuntime_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/stackPrinter_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/stubGenerator_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/stubRoutines_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/stubRoutines_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/templateInterpreterGenerator_zero.hpp:
+ Likewise.
+ * ports/hotspot/src/cpu/zero/vm/templateInterpreter_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/templateInterpreter_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/templateTable_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/templateTable_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/vmStructs_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/vm_version_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/vm_version_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/vmreg_zero.cpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/vmreg_zero.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/vmreg_zero.inline.hpp: Likewise.
+ * ports/hotspot/src/cpu/zero/vm/vtableStubs_zero.cpp: Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/assembler_linux_zero.cpp:
+ Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp:
+ Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/bytes_linux_zero.inline.hpp:
+ Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp:
+ Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp:
+ Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp: Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.hpp: Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/prefetch_linux_zero.inline.hpp:
+ Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/threadLS_linux_zero.cpp:
+ Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/threadLS_linux_zero.hpp:
+ Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.cpp:
+ Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp:
+ Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/vmStructs_linux_zero.hpp:
+ Likewise.
+ * ports/hotspot/src/os_cpu/linux_zero/vm/vm_version_linux_zero.cpp:
+ Likewise.
+
+ * patches/icedtea-core-build.patch: Change how architecture-specific
+ conditionals are evaluated to allow for other architectures.
+ * patches/icedtea-text-relocations.patch: Likewise.
+ * patches/icedtea-ports.patch: Likewise. Also added conditions for zero.
+ * patches/icedtea-signature-iterator.patch: Apply changes on zero.
+
+ * patches/icedtea-zero.patch: New file.
+ * Makefile.am (ICEDTEA_PATCHES): Add the above.
+ * Makefile.in: Regenerate.
+
+2008-01-28 Gary Benson <gbenson at redhat.com>
+
+ * patches/icedtea-lib64.patch: Added other multilib systems.
+
+2008-01-18 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am: Added new env var ICEDTEA_BOOT_DIR.
+ (env): Updated to use ICEDTEA_BOOT_DIR.
+ (env-ecj): Likewise.
+ (stamps/hotspot-tools-class-files.stamp): Added check. If
+ stamps/icedtea-ecj.stamp doesn't exist, use JAVAC. Otherwise, use
+ ICEDTEA_BOOT_DIR/bin/javac.
+ (bootstrap/jdk1.7.0/jre/lib/tools.jar): Added check. If
+ stamps/icedtea-ecj.stamp doesn't exist, use JAR. Otherwise,
+ use ICEDTEA_BOOT_DIR/bin/jar.
+ (bootstrap/jdk1.7.0/jre/lib/rt-closed.jar): Likewise.
+ (stamps/rt-class-files.stamp): Added check. If
+ stamps/icedtea-ecj.stamp doesn't exist, use JAVAC. Otherwise,
+ use ICEDTEA_BOOT_DIR/bin/javac.
+ (stamps/tools-class-files.stamp): Likewise.
+ * Makefile.in: Regenerate.
+
+2008-01-16 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am: Fixed typo.
+ * Makefile.in: Regenerate.
+
+2008-01-16 Lillian Angel <langel at redhat.com>
+
+ * patches/icedtea-ecj.patch
+ (langtools/make/Makefile): Removed JAVAC, and added javac.executable
+ to ANT_OPTIONS. The correct javac is now used when ant is run.
+ (jaxws/make/Makefile): Likewise.
+ (jaxp/make/Makefile): Likewise.
+ (langtools/make/build.xml): Added executable arg to all javac
+ instances.
+ (jaxp/make/build.xml): Likewise.
+ (jaxws/make/build.xml): Likewise.
+
+2008-01-14 Lillian Angel <langel at redhat.com>
+
+ * patches/icedtea-libraries.patch
+ (jpegdecoder.c): Changed dlopen calls to use full-paths and to check
+ /usr/lib64, if libjpeg.so is not found in /usr/lib. Cannot depend on
+ default search paths in this case.
+ (imageioJPEG.c): Likewise.
+
+2008-01-13 Lillian Angel <langel at redhat.com>
+
+ Fixes Bug #98
+ * patches/icedtea-libraries.patch
+ (jpegdecoder.c): Fixed paths in dlopen calls.
+ (imageioJPEG.c): Likewise.
+
+2008-01-11 Lillian Angel <langel at redhat.com>
+
+ * patches/icedtea-lib64.patch: New patch. Properly sets system
+ property java.library.path on 64-bit.
+ * Makefile.am: Added new patch to the list.
+ * Makefile.in: Regenerated.
+ * .hgignore: Updated.
+
+2008-01-11 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am
+ (icedtea): Added missing target. No longer failing.
+ * Makefile.in: Likewise.
+
+2008-01-10 Lillian Angel <langel at redhat.com>
+
+ * .hgignore: Updated.
+
+2008-01-10 Matthias Klose <doko at ubuntu.com>
+
+ * patches/icedtea-generated.patch: New patch.
More information about the distro-pkg-dev
mailing list