From 0ffc0b3be55a977b6208b64d58cf2a28b99d973c Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 2 Jan 2014 22:56:58 +0100 Subject: Small ChangeLog fixes. From-SVN: r206287 --- libjava/ChangeLog | 5 +-- libjava/ChangeLog-2013 | 68 +++++++++++++++++++++++++++++++++++++++++ libjava/classpath/ChangeLog.gcj | 6 ++++ 3 files changed, 75 insertions(+), 4 deletions(-) create mode 100644 libjava/ChangeLog-2013 (limited to 'libjava') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 10d434c..d9b59aa 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,8 +1,5 @@ 2014-01-02 Tobias Burnus - * classpath/gnu/java/rmi/registry/RegistryImpl.java (version): Update - copyright notice dates. - * classpath/tools/gnu/classpath/tools/orbd/Main.java (run): Ditto. * gnu/gcj/convert/Convert.java (version): Update copyright notice dates. * gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto. @@ -70,7 +67,7 @@ dates. * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise. -Copyright (C) 2013 Free Software Foundation, Inc. +Copyright (C) 2014 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libjava/ChangeLog-2013 b/libjava/ChangeLog-2013 new file mode 100644 index 0000000..005b168 --- /dev/null +++ b/libjava/ChangeLog-2013 @@ -0,0 +1,68 @@ +2013-12-09 Andreas Schwab + + * Makefile.am (toolexeclib_LTLIBRARIES) [USE_LIBGCJ_BC]: Use + install/libgcj_bc.la instead of libgcj_bc.la. + (noinst_LTLIBRARIES) [USE_LIBGCJ_BC]: Define. + (install_libgcj_bc_la_SOURCES): Define. + (install/libgcj_bc.la): New rule. + * Makefile.in: Regenerate. + +2013-09-20 Alan Modra + + * configure: Regenerate. + +2013-06-20 Roland Lutz + + * contrib/aot-compile.in: Fix typo in option list. + +2013-06-20 Matthias Klose + + * pkg.m4 (PKG_CHECK_MODULES): Use AC_PATH_TOOL to check for pkg-config. + * classpath/m4/pkg.m4 (PKG_CHECK_MODULES): Likewise. + * configure: Regenerate. + * classpath/configure: Regenerate. + +2013-06-20 Matthias Klose + + * libtool-version: Bump soversion. + +2013-05-22 Mark Mitchell + Sandra Loosemore + + * configure.ac (dbexecdir): Base on $(toolexeclibdir), not + $(libdir). + * Makefile.am (pkgconfigdir): Likewise. + * configure: Regenerated. + * Makefile.in: Regenerated. + * gcj/Makefile.in: Regenerated. + * include/Makefile.in: Regenerated. + * testsuite/Makefile.in: Regenerated. + +2013-04-16 Andreas Schwab + + * configure.host: Add support for aarch64. + * sysdep/aarch64/locks.h: New file. + +2013-03-12 Andrew John Hughes + + * include/posix-threads.h: + (_Jv_MutexCheckMonitor(_Jv_Mutex_t)): Use + pthread_equal rather than !=. + +2013-01-07 H.J. Lu + + * Makefile.am (lib_gnu_awt_xlib_la_LDFLAGS): Replace + LIBSTDCXX_RAW_CXX_LDLAGS with LIBSTDCXX_RAW_CXX_LDFLAGS. + * Makefile.in: Regenerated. + +2013-01-03 Jakub Jelinek + + * gnu/gcj/convert/Convert.java (version): Update copyright notice + dates. + * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise. + +Copyright (C) 2013 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/libjava/classpath/ChangeLog.gcj b/libjava/classpath/ChangeLog.gcj index 62e985b..0561093 100644 --- a/libjava/classpath/ChangeLog.gcj +++ b/libjava/classpath/ChangeLog.gcj @@ -1,3 +1,9 @@ +2014-01-02 Tobias Burnus + + * gnu/java/rmi/registry/RegistryImpl.java (version): Update + copyright notice dates. + * tools/gnu/classpath/tools/orbd/Main.java (run): Ditto. + 2013-11-29 Matthias Klose * native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c, -- cgit v1.1