Remove xfail for hppa*-*-hpux* from stdatomic-flag.c and stdatomic-flag-2.c
[official-gcc.git] / libcody / ChangeLog
blob51bcb0c853a24d58cb54d694fd646684652bb996
1 2023-06-15  Marek Polacek  <polacek@redhat.com>
3         * Makefile.in: Pass LD_PICFLAG to LDFLAGS.
4         * configure.ac (--enable-host-shared): Don't set PICFLAG here.
5         (--enable-host-pie): New check.  Set PICFLAG and LD_PICFLAG after this
6         check.
7         * configure: Regenerate.
9 2022-11-23  Marek Polacek  <polacek@redhat.com>
11         Revert:
12         2022-11-23  Marek Polacek  <polacek@redhat.com>
14         * Makefile.in: Pass LD_PICFLAG to LDFLAGS.
15         * configure.ac (--enable-host-shared): Don't set PICFLAG here.
16         (--enable-host-pie): New check.  Set PICFLAG and LD_PICFLAG after this
17         check.
18         * configure: Regenerate.
20 2022-11-23  Marek Polacek  <polacek@redhat.com>
22         * Makefile.in: Pass LD_PICFLAG to LDFLAGS.
23         * configure.ac (--enable-host-shared): Don't set PICFLAG here.
24         (--enable-host-pie): New check.  Set PICFLAG and LD_PICFLAG after this
25         check.
26         * configure: Regenerate.
28 2022-06-03  Alexandre Oliva  <oliva@adacore.com>
30         * Makefile.in (revision.stamp): Replace $() and += with more
31         portable shell constructs.
33 2022-03-18  Iain Sandoe  <iain@sandoe.co.uk>
35         * netclient.cc (OpenInet6): Do not provide a dummy port number
36         in the getaddrinfo() call.
38 2021-11-01  Martin Liska  <mliska@suse.cz>
40         PR other/102657
41         * Makefile.in: Add mostlyclean Makefile target.
43 2021-10-21  Jonathan Wakely  <jwakely@redhat.com>
45         * netserver.cc (ListenInet6): Set pointer to null after
46         deallocation.
48 2021-04-06  Nathan Sidwell  <nathan@acm.org>
50         * LICENSE.gcc: Delete.
52 2021-01-12  Nathan Sidwell  <nathan@acm.org>
54         * Makefile.in: Remove auto parallelize, swallow Makesub.in. Don't
55         check compiler name here.
56         * Makesub.in: Delete.
57         * build-aux/config.guess: Delete.
58         * build-aux/config.sub: Delete.
59         * build-aux/install-sh: Delete.
60         * dox.cfg.in: Delete.
61         * gdbinit.in: Delete.
62         * internal.hh (BuildNote): Delete.
63         * fatal.cc (BuildNote): Delete.
64         * config.m4: Remove unneeded fns.
65         * configure.ac: Remove unneccessary checks and configures.
66         * configure: Rebuilt.
67         * config.h.in: Rebuilt.
69 2021-01-06  John David Anglin  <danglin@gcc.gnu.org>
71         PR bootstrap/98506
72         * resolver.cc: Only use fstatat when _POSIX_C_SOURCE >= 200809L.
74 2021-01-04  Nathan Sidwell  <nathan@acm.org>
76         * client.cc (Client::ProcessResponse): Remove std::move
77         inside ?:
79 2021-01-04  Mateusz Wajchęprzełóż  <mati271828@gmail.com>
81         * resolver.cc (IsAbsDir): Fix string indexing.
83 2020-12-23  Nathan Sidwell  <nathan@acm.org>
85         * Makefile.in (LDFLAGS): Drop -L..
86         * tests/01-serialize/connect.cc: Delete.
87         * tests/01-serialize/decoder.cc: Delete.
88         * tests/01-serialize/encoder.cc: Delete.
89         * tests/02-comms/client-1.cc: Delete.
90         * tests/02-comms/pivot-1.cc: Delete.
91         * tests/02-comms/server-1.cc: Delete.
92         * tests/Makesub.in: Delete.
93         * tests/jouster: Delete.
95 2020-12-21  Nathan Sidwell  <nathan@acm.org>
97         PR bootstrap/98412
98         * client.cc: Include cstdlib.
99         * server.cc: Include cstdlib.
101 2020-12-21  Gerald Pfeifer  <gerald@pfeifer.com>
103         * netserver.cc: Include <netinet/in.h>.
105 2020-12-21  Nathan Sidwell  <nathan@acm.org>
107         * Makefile.in (RANLIB): New var.
108         * Makesub.in (libcody.a): Apply RANLIB.
109         * configure.ac: Call AC_PROG_RANLIB.
110         * configure: Rebuilt.
112 2020-12-21  Nathan Sidwell  <nathan@acm.org>
114         * buffer.cc (MessageBuffer::AppendInteger): Workaround
115         to_string's non-ubiquity.
117 2020-12-21  Nathan Sidwell  <nathan@acm.org>
119         * netclient.cc: Add netinet.h.
121 2020-12-17  Nathan Sidwell  <nathan@acm.org>
123         * configure.ac: Add --enable-host-shared.
124         * Makefile.in: Add FLAGPIC.
125         * configure: Regenerated.
127 2020-12-17  Nathan Sidwell  <nathan@acm.org>
129         * fatal.cc (HCF): Remove nop breakpoint lander.
131 2020-12-16  Nathan Sidwell  <nathan@acm.org>
133         * cody.hh: Allow user to set CODY_NETWORKING.
135 2020-12-16  Jakub Jelinek  <jakub@redhat.com>
137         * configure.ac: Compute is_release.
138         (NMS_ENABLE_CHECKING): Simplify but not computing ac_assert_checking
139         and ac_valgrind_checking the code doesn't use.
140         * configure: Regenerated.
142 2020-12-16  Jonathan Wakely  <jwakely@redhat.com>
144         * internal.hh: Define fallback macros for __has_builtin and
145         __has_include. Use __has_builtin for __builtin_FILE and
146         __builtin_LINE. Define alias for std::source_location.
148 2020-12-16  Nathan Sidwell  <nathan@acm.org>
150         * configure.ac: Use libcpp's enable-checking code.
151         * configure: Rebuilt.
153 2020-12-16  Nathan Sidwell  <nathan@acm.org>
155         * config.m4: Replace V+="..." with V="$V..."
156         * configure: Rebuilt.
158 2020-12-15  Marek Polacek  <polacek@redhat.com>
160         * buffer.cc (MessageBuffer::Lex): Remove unused variable.
162 2020-12-15  Nathan Sidwell  <nathan@acm.org>
164         * Makefile.in: Disable some flags.
166 2020-12-15  Nathan Sidwell  <nathan@acm.org>
168         * config.m4: Avoid var+=...
169         * configure: Rebuilt
171 2020-12-15  Nathan Sidwell  <nathan@acm.org>
173         * config.m4: Avoid non-dash idiom
174         * configure: Rebuilt.
176 2020-12-15  Nathan Sidwell  <nathan@acm.org>
178         * configure.ac: New.
179         * CMakeLists.txt: New.
180         * CODING.md: New.
181         * CONTRIB.md: New.
182         * LICENSE: New.
183         * LICENSE.gcc: New.
184         * Makefile.in: New.
185         * Makesub.in: New.
186         * README.md: New.
187         * buffer.cc: New.
188         * build-aux/config.guess: New.
189         * build-aux/config.sub: New.
190         * build-aux/install-sh: New.
191         * client.cc: New.
192         * cmake/libcody-config-ix.cmake
193         * cody.hh: New.
194         * config.h.in: New.
195         * config.m4: New.
196         * configure: New.
197         * configure.ac: New.
198         * dox.cfg.in: New.
199         * fatal.cc: New.
200         * gdbinit.in: New.
201         * internal.hh: New.
202         * netclient.cc: New.
203         * netserver.cc: New.
204         * packet.cc: New.
205         * resolver.cc: New.
206         * server.cc: New.
207         * tests/01-serialize/connect.cc: New.
208         * tests/01-serialize/decoder.cc: New.
209         * tests/01-serialize/encoder.cc: New.
210         * tests/02-comms/client-1.cc: New.
211         * tests/02-comms/pivot-1.cc: New.
212         * tests/02-comms/server-1.cc: New.
213         * tests/Makesub.in: New.
214         * tests/jouster: New.
217 Copyright (C) 2020-2024 Free Software Foundation, Inc.
219 Copying and distribution of this file, with or without modification,
220 are permitted in any medium without royalty provided the copyright
221 notice and this notice are preserved.