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