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