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