Define STAGE1_LIBS to link against libcl.a in stage1 on hpux.
[official-gcc.git] / libcody / ChangeLog
blob05826962dba2bf8c309353bf09978aa66823db66
1 2021-04-06  Nathan Sidwell  <nathan@acm.org>
3         * LICENSE.gcc: Delete.
5 2021-01-12  Nathan Sidwell  <nathan@acm.org>
7         * Makefile.in: Remove auto parallelize, swallow Makesub.in. Don't
8         check compiler name here.
9         * Makesub.in: Delete.
10         * build-aux/config.guess: Delete.
11         * build-aux/config.sub: Delete.
12         * build-aux/install-sh: Delete.
13         * dox.cfg.in: Delete.
14         * gdbinit.in: Delete.
15         * internal.hh (BuildNote): Delete.
16         * fatal.cc (BuildNote): Delete.
17         * config.m4: Remove unneeded fns.
18         * configure.ac: Remove unneccessary checks and configures.
19         * configure: Rebuilt.
20         * config.h.in: Rebuilt.
22 2021-01-06  John David Anglin  <danglin@gcc.gnu.org>
24         PR bootstrap/98506
25         * resolver.cc: Only use fstatat when _POSIX_C_SOURCE >= 200809L.
27 2021-01-04  Nathan Sidwell  <nathan@acm.org>
29         * client.cc (Client::ProcessResponse): Remove std::move
30         inside ?:
32 2021-01-04  Mateusz Wajchęprzełóż  <mati271828@gmail.com>
34         * resolver.cc (IsAbsDir): Fix string indexing.
36 2020-12-23  Nathan Sidwell  <nathan@acm.org>
38         * Makefile.in (LDFLAGS): Drop -L..
39         * tests/01-serialize/connect.cc: Delete.
40         * tests/01-serialize/decoder.cc: Delete.
41         * tests/01-serialize/encoder.cc: Delete.
42         * tests/02-comms/client-1.cc: Delete.
43         * tests/02-comms/pivot-1.cc: Delete.
44         * tests/02-comms/server-1.cc: Delete.
45         * tests/Makesub.in: Delete.
46         * tests/jouster: Delete.
48 2020-12-21  Nathan Sidwell  <nathan@acm.org>
50         PR bootstrap/98412
51         * client.cc: Include cstdlib.
52         * server.cc: Include cstdlib.
54 2020-12-21  Gerald Pfeifer  <gerald@pfeifer.com>
56         * netserver.cc: Include <netinet/in.h>.
58 2020-12-21  Nathan Sidwell  <nathan@acm.org>
60         * Makefile.in (RANLIB): New var.
61         * Makesub.in (libcody.a): Apply RANLIB.
62         * configure.ac: Call AC_PROG_RANLIB.
63         * configure: Rebuilt.
65 2020-12-21  Nathan Sidwell  <nathan@acm.org>
67         * buffer.cc (MessageBuffer::AppendInteger): Workaround
68         to_string's non-ubiquity.
70 2020-12-21  Nathan Sidwell  <nathan@acm.org>
72         * netclient.cc: Add netinet.h.
74 2020-12-17  Nathan Sidwell  <nathan@acm.org>
76         * configure.ac: Add --enable-host-shared.
77         * Makefile.in: Add FLAGPIC.
78         * configure: Regenerated.
80 2020-12-17  Nathan Sidwell  <nathan@acm.org>
82         * fatal.cc (HCF): Remove nop breakpoint lander.
84 2020-12-16  Nathan Sidwell  <nathan@acm.org>
86         * cody.hh: Allow user to set CODY_NETWORKING.
88 2020-12-16  Jakub Jelinek  <jakub@redhat.com>
90         * configure.ac: Compute is_release.
91         (NMS_ENABLE_CHECKING): Simplify but not computing ac_assert_checking
92         and ac_valgrind_checking the code doesn't use.
93         * configure: Regenerated.
95 2020-12-16  Jonathan Wakely  <jwakely@redhat.com>
97         * internal.hh: Define fallback macros for __has_builtin and
98         __has_include. Use __has_builtin for __builtin_FILE and
99         __builtin_LINE. Define alias for std::source_location.
101 2020-12-16  Nathan Sidwell  <nathan@acm.org>
103         * configure.ac: Use libcpp's enable-checking code.
104         * configure: Rebuilt.
106 2020-12-16  Nathan Sidwell  <nathan@acm.org>
108         * config.m4: Replace V+="..." with V="$V..."
109         * configure: Rebuilt.
111 2020-12-15  Marek Polacek  <polacek@redhat.com>
113         * buffer.cc (MessageBuffer::Lex): Remove unused variable.
115 2020-12-15  Nathan Sidwell  <nathan@acm.org>
117         * Makefile.in: Disable some flags.
119 2020-12-15  Nathan Sidwell  <nathan@acm.org>
121         * config.m4: Avoid var+=...
122         * configure: Rebuilt
124 2020-12-15  Nathan Sidwell  <nathan@acm.org>
126         * config.m4: Avoid non-dash idiom
127         * configure: Rebuilt.
129 2020-12-15  Nathan Sidwell  <nathan@acm.org>
131         * configure.ac: New.
132         * CMakeLists.txt: New.
133         * CODING.md: New.
134         * CONTRIB.md: New.
135         * LICENSE: New.
136         * LICENSE.gcc: New.
137         * Makefile.in: New.
138         * Makesub.in: New.
139         * README.md: New.
140         * buffer.cc: New.
141         * build-aux/config.guess: New.
142         * build-aux/config.sub: New.
143         * build-aux/install-sh: New.
144         * client.cc: New.
145         * cmake/libcody-config-ix.cmake
146         * cody.hh: New.
147         * config.h.in: New.
148         * config.m4: New.
149         * configure: New.
150         * configure.ac: New.
151         * dox.cfg.in: New.
152         * fatal.cc: New.
153         * gdbinit.in: New.
154         * internal.hh: New.
155         * netclient.cc: New.
156         * netserver.cc: New.
157         * packet.cc: New.
158         * resolver.cc: New.
159         * server.cc: New.
160         * tests/01-serialize/connect.cc: New.
161         * tests/01-serialize/decoder.cc: New.
162         * tests/01-serialize/encoder.cc: New.
163         * tests/02-comms/client-1.cc: New.
164         * tests/02-comms/pivot-1.cc: New.
165         * tests/02-comms/server-1.cc: New.
166         * tests/Makesub.in: New.
167         * tests/jouster: New.
170 Copyright (C) 2020-2021 Free Software Foundation, Inc.
172 Copying and distribution of this file, with or without modification,
173 are permitted in any medium without royalty provided the copyright
174 notice and this notice are preserved.