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