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