diff options
| author | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-01-04 14:03:35 +0100 |
|---|---|---|
| committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-01-04 14:03:35 +0100 |
| commit | 21fa2a29dc265ab54c957c37d8a9e9ab07d7cd66 (patch) | |
| tree | e5450f615af858d62b85900dd64fcc8c18e4ab4a /libjava/ChangeLog-2015 | |
| parent | 2fe0a2080e33f946fc685c1a0518e438f642d8f9 (diff) | |
| download | gcc-21fa2a29dc265ab54c957c37d8a9e9ab07d7cd66.tar.gz gcc-21fa2a29dc265ab54c957c37d8a9e9ab07d7cd66.tar.bz2 gcc-21fa2a29dc265ab54c957c37d8a9e9ab07d7cd66.zip | |
gcc.c (process_command): Update copyright notice dates.
gcc/
* gcc.c (process_command): Update copyright notice dates.
* gcov-dump.c (print_version): Ditto.
* gcov.c (print_version): Ditto.
* gcov-tool.c (print_version): Ditto.
* gengtype.c (create_file): Ditto.
* doc/cpp.texi: Bump @copying's copyright year.
* doc/cppinternals.texi: Ditto.
* doc/gcc.texi: Ditto.
* doc/gccint.texi: Ditto.
* doc/gcov.texi: Ditto.
* doc/install.texi: Ditto.
* doc/invoke.texi: Ditto.
gcc/ada/
* gnat_ugn.texi: Bump @copying's copyright year.
* gnat_rm.texi: Likewise.
gcc/fortran/
* gfortranspec.c (lang_specific_driver): Update copyright notice
dates.
* gfc-internals.texi: Bump @copying's copyright year.
* gfortran.texi: Ditto.
* intrinsic.texi: Ditto.
* invoke.texi: Ditto.
gcc/go/
* gccgo.texi: Bump @copyrights-go year.
gcc/java/
* jcf-dump.c (version): Update copyright notice dates.
libgomp/
* libgomp.texi: Bump @copying's copyright year.
libitm/
* libitm.texi: Bump @copying's copyright year.
libjava/
* 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.
libquadmath/
* libquadmath.texi: Bump @copying's copyright year.
From-SVN: r232053
Diffstat (limited to 'libjava/ChangeLog-2015')
| -rw-r--r-- | libjava/ChangeLog-2015 | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/libjava/ChangeLog-2015 b/libjava/ChangeLog-2015 new file mode 100644 index 00000000000..0d7519559e3 --- /dev/null +++ b/libjava/ChangeLog-2015 @@ -0,0 +1,69 @@ +2015-07-24 Michael Darling <darlingm@gmail.com> + + PR other/66259 + * configure: Reflects renaming of configure.in to configure.ac + +2015-05-28 Andreas Tobler <andreast@gcc.gnu.org> + + * configure.host: Add bits for FreeBSD amd64 and i386. + * configure.ac: Add signal handler for FreeBSD (amd64/i386) + * configure: Regenerate. + * include/freebsd-signal.h: New file. + +2015-05-26 Andreas Tobler <andreast@gcc.gnu.org> + + * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation): Add + libiconv for FreeBSD to cxxflags. + +2015-05-24 Eric Botcazou <ebotcazou@adacore.com> + + * configure: Regenerate. + +2015-05-13 Eric Botcazou <ebotcazou@adacore.com> + + * configure.ac: Include config/sjlj.m4. + Remove manual SJLJ check, add GCC_CHECK_SJLJ_EXCEPTIONS and adjust. + * include/config.h.in: Regenerate. + * exception.cc: Replace SJLJ_EXCEPTIONS by __USING_SJLJ_EXCEPTIONS__. + * stacktrace.cc: Likewise. + * include/default-signal.h: Likewise. + * sysdep/i386/backtrace.h: Likewise. + +2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com> + + * Makefile.in: Regenerated with automake-1.11.6. + * aclocal.m4: Likewise. + * configure: Likewise. + * gcj/Makefile.in: Likewise. + * include/Makefile.in: Likewise. + * testsuite/Makefile.in: Likewise. + +2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de> + + * libtool-version: Add a comment about cygwin. + +2015-01-21 Matthias Klose <doko@ubuntu.com> + + * libtool-version: Bump soversion. + +2015-01-13 Jakub Jelinek <jakub@redhat.com> + + PR libgcj/64219 + * Makefile.am (install-data-local): Use just the major version + from GCJVERSION instead of major.minor. + * Makefile.in: Regenerated. + +2015-01-05 Jakub Jelinek <jakub@redhat.com> + + * 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. + +Copyright (C) 2015 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. |
