2f192dba8dd918b5196dc044d15ae14fff1755e3
[gcc.git] / libphobos / ChangeLog
1 2019-01-01 Jakub Jelinek <jakub@redhat.com>
2
3 Update copyright years.
4
5 2018-12-14 Iain Buclaw <ibuclaw@gdcproject.org>
6
7 * src/std/internal/digest: Remove empty directory.
8
9 2018-12-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10
11 * Makefile.am (AM_MAKEFLAGS): Pass CCASFLAGS, GDCFLAGS.
12 * Makefile.in: Regenerate.
13
14 2018-11-28 Iain Buclaw <ibuclaw@gdcproject.org>
15
16 * Makefile.in: Rebuild.
17 * configure: Rebuild.
18 * configure.ac (DRUNTIME_SOVERSION): Remove.
19 (PHOBOS_SOVERSION): Remove.
20 (libtool_VERSION): Add.
21 * libdruntime/Makefile.am: Use libtool_VERSION.
22 * libdruntime/Makefile.in: Rebuild.
23 * src/Makefile.am: Use libtool_VERSION.
24 * src/Makefile.in: Rebuild.
25 * testsuite/Makefile.in: Rebuild.
26
27 2018-11-22 Johannes Pfau <johannespfau@gmail.com>
28
29 PR d/87824
30 * testsuite/libphobos.shared/shared.exp: Set proper path to phobos
31 library for multilib builds.
32
33 2018-11-19 Iain Buclaw <ibuclaw@gdcproject.org>
34
35 * src/Makefile.am: Remove std.internal.digest.sha_SSSE3 and
36 std.internal.math.biguintx86 modules.
37 * src/Makefile.in: Rebuild.
38 * src/std/internal/digest/sha_SSSE3.d: Remove.
39 * src/std/internal/math/biguintx86.d: Remove.
40
41 2018-11-02 Iain Buclaw <ibuclaw@gdcproject.org>
42
43 PR d/87827
44 * Makefile.in: Rebuild.
45 * configure: Rebuild.
46 * configure.ac: Properly set MULTISUBDIR.
47 * d_rules.am: Set toolexecdir and toolexeclibdir.
48 * libdruntime/Makefile.in: Rebuild.
49 * m4/druntime.m4 (DRUNTIME_INSTALL_DIRECTORIES): Add
50 --enable-version-specific-runtime-libs.
51 * src/Makefile.in: Rebuild.
52 * testsuite/Makefile.in: Rebuild.
53
54 2018-10-31 Joseph Myers <joseph@codesourcery.com>
55
56 PR bootstrap/82856
57 * Makefile.am: Include multilib.am.
58 * configure.ac: Remove AC_PREREQ. Use -Wno-override in
59 AM_INIT_AUTOMAKE call.
60 * m4/autoconf.m4: Add extra argument to AC_LANG_DEFINE call.
61 * m4/druntime/os.m4: Use AC_LANG_SOURCE.
62 * testsuite/Makefile.am (RUNTEST): Remove quotes.
63 * Makefile.in, aclocal.m4, configure, libdruntime/Makefile.in,
64 src/Makefile.in, testsuite/Makefile.in: Regenerate.
65
66 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
67
68 PR bootstrap/87789
69 PR d/87818
70 PR d/87819
71 * configure.tgt: New file.
72
73 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
74
75 * Makefile.am: New file.
76 * Makefile.in: New file.
77 * acinclude.m4: New file.
78 * aclocal.m4: New file.
79 * config.h.in: New file.
80 * configure: New file.
81 * configure.ac: New file.
82 * d_rules.am: New file.
83 * libdruntime/Makefile.am: New file.
84 * libdruntime/Makefile.in: New file.
85 * libdruntime/__entrypoint.di: New file.
86 * libdruntime/__main.di: New file.
87 * libdruntime/gcc/attribute.d: New file.
88 * libdruntime/gcc/backtrace.d: New file.
89 * libdruntime/gcc/builtins.d: New file.
90 * libdruntime/gcc/config.d.in: New file.
91 * libdruntime/gcc/deh.d: New file.
92 * libdruntime/gcc/libbacktrace.d.in: New file.
93 * libdruntime/gcc/unwind/arm.d: New file.
94 * libdruntime/gcc/unwind/arm_common.d: New file.
95 * libdruntime/gcc/unwind/c6x.d: New file.
96 * libdruntime/gcc/unwind/generic.d: New file.
97 * libdruntime/gcc/unwind/package.d: New file.
98 * libdruntime/gcc/unwind/pe.d: New file.
99 * m4/autoconf.m4: New file.
100 * m4/druntime.m4: New file.
101 * m4/druntime/cpu.m4: New file.
102 * m4/druntime/libraries.m4: New file.
103 * m4/druntime/os.m4: New file.
104 * m4/gcc_support.m4: New file.
105 * m4/gdc.m4: New file.
106 * m4/libtool.m4: New file.
107 * src/Makefile.am: New file.
108 * src/Makefile.in: New file.
109 * src/libgphobos.spec.in: New file.
110 * testsuite/Makefile.am: New file.
111 * testsuite/Makefile.in: New file.
112 * testsuite/config/default.exp: New file.
113 * testsuite/lib/libphobos-dg.exp: New file.
114 * testsuite/lib/libphobos.exp: New file.
115 * testsuite/testsuite_flags.in: New file.
116
117 \f
118 Copyright (C) 2018-2019 Free Software Foundation, Inc.
119
120 Copying and distribution of this file, with or without modification,
121 are permitted in any medium without royalty provided the copyright
122 notice and this notice are preserved.