]> git.ipfire.org Git - thirdparty/gcc.git/blame - libcody/ChangeLog
Daily bump.
[thirdparty/gcc.git] / libcody / ChangeLog
CommitLineData
8ca61ad1
GA
12022-03-18 Iain Sandoe <iain@sandoe.co.uk>
2
3 * netclient.cc (OpenInet6): Do not provide a dummy port number
4 in the getaddrinfo() call.
5
cf82e8d9
GA
62021-11-01 Martin Liska <mliska@suse.cz>
7
8 PR other/102657
9 * Makefile.in: Add mostlyclean Makefile target.
10
ae5c5406
GA
112021-10-21 Jonathan Wakely <jwakely@redhat.com>
12
13 * netserver.cc (ListenInet6): Set pointer to null after
14 deallocation.
15
8cac6af6
GA
162021-04-06 Nathan Sidwell <nathan@acm.org>
17
18 * LICENSE.gcc: Delete.
19
6851dda2
GA
202021-01-12 Nathan Sidwell <nathan@acm.org>
21
22 * Makefile.in: Remove auto parallelize, swallow Makesub.in. Don't
23 check compiler name here.
24 * Makesub.in: Delete.
25 * build-aux/config.guess: Delete.
26 * build-aux/config.sub: Delete.
27 * build-aux/install-sh: Delete.
28 * dox.cfg.in: Delete.
29 * gdbinit.in: Delete.
30 * internal.hh (BuildNote): Delete.
31 * fatal.cc (BuildNote): Delete.
32 * config.m4: Remove unneeded fns.
33 * configure.ac: Remove unneccessary checks and configures.
34 * configure: Rebuilt.
35 * config.h.in: Rebuilt.
36
942ae5be
GA
372021-01-06 John David Anglin <danglin@gcc.gnu.org>
38
39 PR bootstrap/98506
40 * resolver.cc: Only use fstatat when _POSIX_C_SOURCE >= 200809L.
41
7e73f511
GA
422021-01-04 Nathan Sidwell <nathan@acm.org>
43
44 * client.cc (Client::ProcessResponse): Remove std::move
45 inside ?:
46
472021-01-04 Mateusz Wajchęprzełóż <mati271828@gmail.com>
48
49 * resolver.cc (IsAbsDir): Fix string indexing.
50
85d8ebcf
GA
512020-12-23 Nathan Sidwell <nathan@acm.org>
52
53 * Makefile.in (LDFLAGS): Drop -L..
54 * tests/01-serialize/connect.cc: Delete.
55 * tests/01-serialize/decoder.cc: Delete.
56 * tests/01-serialize/encoder.cc: Delete.
57 * tests/02-comms/client-1.cc: Delete.
58 * tests/02-comms/pivot-1.cc: Delete.
59 * tests/02-comms/server-1.cc: Delete.
60 * tests/Makesub.in: Delete.
61 * tests/jouster: Delete.
62
1a5e728a
GA
632020-12-21 Nathan Sidwell <nathan@acm.org>
64
65 PR bootstrap/98412
66 * client.cc: Include cstdlib.
67 * server.cc: Include cstdlib.
68
692020-12-21 Gerald Pfeifer <gerald@pfeifer.com>
70
71 * netserver.cc: Include <netinet/in.h>.
72
732020-12-21 Nathan Sidwell <nathan@acm.org>
74
75 * Makefile.in (RANLIB): New var.
76 * Makesub.in (libcody.a): Apply RANLIB.
77 * configure.ac: Call AC_PROG_RANLIB.
78 * configure: Rebuilt.
79
802020-12-21 Nathan Sidwell <nathan@acm.org>
81
82 * buffer.cc (MessageBuffer::AppendInteger): Workaround
83 to_string's non-ubiquity.
84
852020-12-21 Nathan Sidwell <nathan@acm.org>
86
87 * netclient.cc: Add netinet.h.
88
cd69e3d5
GA
892020-12-17 Nathan Sidwell <nathan@acm.org>
90
91 * configure.ac: Add --enable-host-shared.
92 * Makefile.in: Add FLAGPIC.
93 * configure: Regenerated.
94
952020-12-17 Nathan Sidwell <nathan@acm.org>
96
97 * fatal.cc (HCF): Remove nop breakpoint lander.
98
eefe499f
GA
992020-12-16 Nathan Sidwell <nathan@acm.org>
100
101 * cody.hh: Allow user to set CODY_NETWORKING.
102
1032020-12-16 Jakub Jelinek <jakub@redhat.com>
104
105 * configure.ac: Compute is_release.
106 (NMS_ENABLE_CHECKING): Simplify but not computing ac_assert_checking
107 and ac_valgrind_checking the code doesn't use.
108 * configure: Regenerated.
109
1102020-12-16 Jonathan Wakely <jwakely@redhat.com>
111
112 * internal.hh: Define fallback macros for __has_builtin and
113 __has_include. Use __has_builtin for __builtin_FILE and
114 __builtin_LINE. Define alias for std::source_location.
115
1162020-12-16 Nathan Sidwell <nathan@acm.org>
117
118 * configure.ac: Use libcpp's enable-checking code.
119 * configure: Rebuilt.
120
1212020-12-16 Nathan Sidwell <nathan@acm.org>
122
123 * config.m4: Replace V+="..." with V="$V..."
124 * configure: Rebuilt.
125
6e9d8651
GA
1262020-12-15 Marek Polacek <polacek@redhat.com>
127
128 * buffer.cc (MessageBuffer::Lex): Remove unused variable.
129
1302020-12-15 Nathan Sidwell <nathan@acm.org>
131
132 * Makefile.in: Disable some flags.
133
1342020-12-15 Nathan Sidwell <nathan@acm.org>
135
136 * config.m4: Avoid var+=...
137 * configure: Rebuilt
138
1392020-12-15 Nathan Sidwell <nathan@acm.org>
140
141 * config.m4: Avoid non-dash idiom
142 * configure: Rebuilt.
143
1442020-12-15 Nathan Sidwell <nathan@acm.org>
145
146 * configure.ac: New.
147 * CMakeLists.txt: New.
148 * CODING.md: New.
149 * CONTRIB.md: New.
150 * LICENSE: New.
151 * LICENSE.gcc: New.
152 * Makefile.in: New.
153 * Makesub.in: New.
154 * README.md: New.
155 * buffer.cc: New.
156 * build-aux/config.guess: New.
157 * build-aux/config.sub: New.
158 * build-aux/install-sh: New.
159 * client.cc: New.
160 * cmake/libcody-config-ix.cmake
161 * cody.hh: New.
162 * config.h.in: New.
163 * config.m4: New.
164 * configure: New.
165 * configure.ac: New.
166 * dox.cfg.in: New.
167 * fatal.cc: New.
168 * gdbinit.in: New.
169 * internal.hh: New.
170 * netclient.cc: New.
171 * netserver.cc: New.
172 * packet.cc: New.
173 * resolver.cc: New.
174 * server.cc: New.
175 * tests/01-serialize/connect.cc: New.
176 * tests/01-serialize/decoder.cc: New.
177 * tests/01-serialize/encoder.cc: New.
178 * tests/02-comms/client-1.cc: New.
179 * tests/02-comms/pivot-1.cc: New.
180 * tests/02-comms/server-1.cc: New.
181 * tests/Makesub.in: New.
182 * tests/jouster: New.
183
30c41abc 184\f
877e3c2a 185Copyright (C) 2020-2022 Free Software Foundation, Inc.
30c41abc
JJ
186
187Copying and distribution of this file, with or without modification,
188are permitted in any medium without royalty provided the copyright
189notice and this notice are preserved.