1 2022-11-23 Marek Polacek <polacek@redhat.com>
4 2022-11-23 Marek Polacek <polacek@redhat.com>
6 * Makefile.in: Pass LD_PICFLAG to LDFLAGS.
7 * configure.ac (--enable-host-shared): Don't set PICFLAG here.
8 (--enable-host-pie): New check. Set PICFLAG and LD_PICFLAG after this
10 * configure: Regenerate.
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
18 * configure: Regenerate.
20 2022-06-03 Alexandre Oliva <oliva@adacore.com>
22 * Makefile.in (revision.stamp): Replace $() and += with more
23 portable shell constructs.
25 2022-03-18 Iain Sandoe <iain@sandoe.co.uk>
27 * netclient.cc (OpenInet6): Do not provide a dummy port number
28 in the getaddrinfo() call.
30 2021-11-01 Martin Liska <mliska@suse.cz>
33 * Makefile.in: Add mostlyclean Makefile target.
35 2021-10-21 Jonathan Wakely <jwakely@redhat.com>
37 * netserver.cc (ListenInet6): Set pointer to null after
40 2021-04-06 Nathan Sidwell <nathan@acm.org>
42 * LICENSE.gcc: Delete.
44 2021-01-12 Nathan Sidwell <nathan@acm.org>
46 * Makefile.in: Remove auto parallelize, swallow Makesub.in. Don't
47 check compiler name here.
49 * build-aux/config.guess: Delete.
50 * build-aux/config.sub: Delete.
51 * build-aux/install-sh: Delete.
54 * internal.hh (BuildNote): Delete.
55 * fatal.cc (BuildNote): Delete.
56 * config.m4: Remove unneeded fns.
57 * configure.ac: Remove unneccessary checks and configures.
59 * config.h.in: Rebuilt.
61 2021-01-06 John David Anglin <danglin@gcc.gnu.org>
64 * resolver.cc: Only use fstatat when _POSIX_C_SOURCE >= 200809L.
66 2021-01-04 Nathan Sidwell <nathan@acm.org>
68 * client.cc (Client::ProcessResponse): Remove std::move
71 2021-01-04 Mateusz Wajchęprzełóż <mati271828@gmail.com>
73 * resolver.cc (IsAbsDir): Fix string indexing.
75 2020-12-23 Nathan Sidwell <nathan@acm.org>
77 * Makefile.in (LDFLAGS): Drop -L..
78 * tests/01-serialize/connect.cc: Delete.
79 * tests/01-serialize/decoder.cc: Delete.
80 * tests/01-serialize/encoder.cc: Delete.
81 * tests/02-comms/client-1.cc: Delete.
82 * tests/02-comms/pivot-1.cc: Delete.
83 * tests/02-comms/server-1.cc: Delete.
84 * tests/Makesub.in: Delete.
85 * tests/jouster: Delete.
87 2020-12-21 Nathan Sidwell <nathan@acm.org>
90 * client.cc: Include cstdlib.
91 * server.cc: Include cstdlib.
93 2020-12-21 Gerald Pfeifer <gerald@pfeifer.com>
95 * netserver.cc: Include <netinet/in.h>.
97 2020-12-21 Nathan Sidwell <nathan@acm.org>
99 * Makefile.in (RANLIB): New var.
100 * Makesub.in (libcody.a): Apply RANLIB.
101 * configure.ac: Call AC_PROG_RANLIB.
102 * configure: Rebuilt.
104 2020-12-21 Nathan Sidwell <nathan@acm.org>
106 * buffer.cc (MessageBuffer::AppendInteger): Workaround
107 to_string's non-ubiquity.
109 2020-12-21 Nathan Sidwell <nathan@acm.org>
111 * netclient.cc: Add netinet.h.
113 2020-12-17 Nathan Sidwell <nathan@acm.org>
115 * configure.ac: Add --enable-host-shared.
116 * Makefile.in: Add FLAGPIC.
117 * configure: Regenerated.
119 2020-12-17 Nathan Sidwell <nathan@acm.org>
121 * fatal.cc (HCF): Remove nop breakpoint lander.
123 2020-12-16 Nathan Sidwell <nathan@acm.org>
125 * cody.hh: Allow user to set CODY_NETWORKING.
127 2020-12-16 Jakub Jelinek <jakub@redhat.com>
129 * configure.ac: Compute is_release.
130 (NMS_ENABLE_CHECKING): Simplify but not computing ac_assert_checking
131 and ac_valgrind_checking the code doesn't use.
132 * configure: Regenerated.
134 2020-12-16 Jonathan Wakely <jwakely@redhat.com>
136 * internal.hh: Define fallback macros for __has_builtin and
137 __has_include. Use __has_builtin for __builtin_FILE and
138 __builtin_LINE. Define alias for std::source_location.
140 2020-12-16 Nathan Sidwell <nathan@acm.org>
142 * configure.ac: Use libcpp's enable-checking code.
143 * configure: Rebuilt.
145 2020-12-16 Nathan Sidwell <nathan@acm.org>
147 * config.m4: Replace V+="..." with V="$V..."
148 * configure: Rebuilt.
150 2020-12-15 Marek Polacek <polacek@redhat.com>
152 * buffer.cc (MessageBuffer::Lex): Remove unused variable.
154 2020-12-15 Nathan Sidwell <nathan@acm.org>
156 * Makefile.in: Disable some flags.
158 2020-12-15 Nathan Sidwell <nathan@acm.org>
160 * config.m4: Avoid var+=...
163 2020-12-15 Nathan Sidwell <nathan@acm.org>
165 * config.m4: Avoid non-dash idiom
166 * configure: Rebuilt.
168 2020-12-15 Nathan Sidwell <nathan@acm.org>
171 * CMakeLists.txt: New.
180 * build-aux/config.guess: New.
181 * build-aux/config.sub: New.
182 * build-aux/install-sh: New.
184 * cmake/libcody-config-ix.cmake
199 * tests/01-serialize/connect.cc: New.
200 * tests/01-serialize/decoder.cc: New.
201 * tests/01-serialize/encoder.cc: New.
202 * tests/02-comms/client-1.cc: New.
203 * tests/02-comms/pivot-1.cc: New.
204 * tests/02-comms/server-1.cc: New.
205 * tests/Makesub.in: New.
206 * tests/jouster: New.
209 Copyright (C) 2020-2023 Free Software Foundation, Inc.
211 Copying and distribution of this file, with or without modification,
212 are permitted in any medium without royalty provided the copyright
213 notice and this notice are preserved.