]> git.ipfire.org Git - thirdparty/gcc.git/blob - libcody/ChangeLog
d1c7a82e2545d93ed1923bd07eccb05183c98d48
[thirdparty/gcc.git] / libcody / ChangeLog
1 2022-11-23 Marek Polacek <polacek@redhat.com>
2
3 Revert:
4 2022-11-23 Marek Polacek <polacek@redhat.com>
5
6 * Makefile.in: Pass LD_PICFLAG to LDFLAGS.
7 * configure.ac (--enable-host-shared): Don't set PICFLAG here.
8 (--enable-host-pie): New check. Set PICFLAG and LD_PICFLAG after this
9 check.
10 * configure: Regenerate.
11
12 2022-11-23 Marek Polacek <polacek@redhat.com>
13
14 * Makefile.in: Pass LD_PICFLAG to LDFLAGS.
15 * configure.ac (--enable-host-shared): Don't set PICFLAG here.
16 (--enable-host-pie): New check. Set PICFLAG and LD_PICFLAG after this
17 check.
18 * configure: Regenerate.
19
20 2022-06-03 Alexandre Oliva <oliva@adacore.com>
21
22 * Makefile.in (revision.stamp): Replace $() and += with more
23 portable shell constructs.
24
25 2022-03-18 Iain Sandoe <iain@sandoe.co.uk>
26
27 * netclient.cc (OpenInet6): Do not provide a dummy port number
28 in the getaddrinfo() call.
29
30 2021-11-01 Martin Liska <mliska@suse.cz>
31
32 PR other/102657
33 * Makefile.in: Add mostlyclean Makefile target.
34
35 2021-10-21 Jonathan Wakely <jwakely@redhat.com>
36
37 * netserver.cc (ListenInet6): Set pointer to null after
38 deallocation.
39
40 2021-04-06 Nathan Sidwell <nathan@acm.org>
41
42 * LICENSE.gcc: Delete.
43
44 2021-01-12 Nathan Sidwell <nathan@acm.org>
45
46 * Makefile.in: Remove auto parallelize, swallow Makesub.in. Don't
47 check compiler name here.
48 * Makesub.in: Delete.
49 * build-aux/config.guess: Delete.
50 * build-aux/config.sub: Delete.
51 * build-aux/install-sh: Delete.
52 * dox.cfg.in: Delete.
53 * gdbinit.in: Delete.
54 * internal.hh (BuildNote): Delete.
55 * fatal.cc (BuildNote): Delete.
56 * config.m4: Remove unneeded fns.
57 * configure.ac: Remove unneccessary checks and configures.
58 * configure: Rebuilt.
59 * config.h.in: Rebuilt.
60
61 2021-01-06 John David Anglin <danglin@gcc.gnu.org>
62
63 PR bootstrap/98506
64 * resolver.cc: Only use fstatat when _POSIX_C_SOURCE >= 200809L.
65
66 2021-01-04 Nathan Sidwell <nathan@acm.org>
67
68 * client.cc (Client::ProcessResponse): Remove std::move
69 inside ?:
70
71 2021-01-04 Mateusz Wajchęprzełóż <mati271828@gmail.com>
72
73 * resolver.cc (IsAbsDir): Fix string indexing.
74
75 2020-12-23 Nathan Sidwell <nathan@acm.org>
76
77 * Makefile.in (LDFLAGS): Drop -L..
78 * tests/01-serialize/connect.cc: Delete.
79 * tests/01-serialize/decoder.cc: Delete.
80 * tests/01-serialize/encoder.cc: Delete.
81 * tests/02-comms/client-1.cc: Delete.
82 * tests/02-comms/pivot-1.cc: Delete.
83 * tests/02-comms/server-1.cc: Delete.
84 * tests/Makesub.in: Delete.
85 * tests/jouster: Delete.
86
87 2020-12-21 Nathan Sidwell <nathan@acm.org>
88
89 PR bootstrap/98412
90 * client.cc: Include cstdlib.
91 * server.cc: Include cstdlib.
92
93 2020-12-21 Gerald Pfeifer <gerald@pfeifer.com>
94
95 * netserver.cc: Include <netinet/in.h>.
96
97 2020-12-21 Nathan Sidwell <nathan@acm.org>
98
99 * Makefile.in (RANLIB): New var.
100 * Makesub.in (libcody.a): Apply RANLIB.
101 * configure.ac: Call AC_PROG_RANLIB.
102 * configure: Rebuilt.
103
104 2020-12-21 Nathan Sidwell <nathan@acm.org>
105
106 * buffer.cc (MessageBuffer::AppendInteger): Workaround
107 to_string's non-ubiquity.
108
109 2020-12-21 Nathan Sidwell <nathan@acm.org>
110
111 * netclient.cc: Add netinet.h.
112
113 2020-12-17 Nathan Sidwell <nathan@acm.org>
114
115 * configure.ac: Add --enable-host-shared.
116 * Makefile.in: Add FLAGPIC.
117 * configure: Regenerated.
118
119 2020-12-17 Nathan Sidwell <nathan@acm.org>
120
121 * fatal.cc (HCF): Remove nop breakpoint lander.
122
123 2020-12-16 Nathan Sidwell <nathan@acm.org>
124
125 * cody.hh: Allow user to set CODY_NETWORKING.
126
127 2020-12-16 Jakub Jelinek <jakub@redhat.com>
128
129 * configure.ac: Compute is_release.
130 (NMS_ENABLE_CHECKING): Simplify but not computing ac_assert_checking
131 and ac_valgrind_checking the code doesn't use.
132 * configure: Regenerated.
133
134 2020-12-16 Jonathan Wakely <jwakely@redhat.com>
135
136 * internal.hh: Define fallback macros for __has_builtin and
137 __has_include. Use __has_builtin for __builtin_FILE and
138 __builtin_LINE. Define alias for std::source_location.
139
140 2020-12-16 Nathan Sidwell <nathan@acm.org>
141
142 * configure.ac: Use libcpp's enable-checking code.
143 * configure: Rebuilt.
144
145 2020-12-16 Nathan Sidwell <nathan@acm.org>
146
147 * config.m4: Replace V+="..." with V="$V..."
148 * configure: Rebuilt.
149
150 2020-12-15 Marek Polacek <polacek@redhat.com>
151
152 * buffer.cc (MessageBuffer::Lex): Remove unused variable.
153
154 2020-12-15 Nathan Sidwell <nathan@acm.org>
155
156 * Makefile.in: Disable some flags.
157
158 2020-12-15 Nathan Sidwell <nathan@acm.org>
159
160 * config.m4: Avoid var+=...
161 * configure: Rebuilt
162
163 2020-12-15 Nathan Sidwell <nathan@acm.org>
164
165 * config.m4: Avoid non-dash idiom
166 * configure: Rebuilt.
167
168 2020-12-15 Nathan Sidwell <nathan@acm.org>
169
170 * configure.ac: New.
171 * CMakeLists.txt: New.
172 * CODING.md: New.
173 * CONTRIB.md: New.
174 * LICENSE: New.
175 * LICENSE.gcc: New.
176 * Makefile.in: New.
177 * Makesub.in: New.
178 * README.md: New.
179 * buffer.cc: New.
180 * build-aux/config.guess: New.
181 * build-aux/config.sub: New.
182 * build-aux/install-sh: New.
183 * client.cc: New.
184 * cmake/libcody-config-ix.cmake
185 * cody.hh: New.
186 * config.h.in: New.
187 * config.m4: New.
188 * configure: New.
189 * configure.ac: New.
190 * dox.cfg.in: New.
191 * fatal.cc: New.
192 * gdbinit.in: New.
193 * internal.hh: New.
194 * netclient.cc: New.
195 * netserver.cc: New.
196 * packet.cc: New.
197 * resolver.cc: New.
198 * server.cc: New.
199 * tests/01-serialize/connect.cc: New.
200 * tests/01-serialize/decoder.cc: New.
201 * tests/01-serialize/encoder.cc: New.
202 * tests/02-comms/client-1.cc: New.
203 * tests/02-comms/pivot-1.cc: New.
204 * tests/02-comms/server-1.cc: New.
205 * tests/Makesub.in: New.
206 * tests/jouster: New.
207
208 \f
209 Copyright (C) 2020-2023 Free Software Foundation, Inc.
210
211 Copying and distribution of this file, with or without modification,
212 are permitted in any medium without royalty provided the copyright
213 notice and this notice are preserved.