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
7 * configure: Regenerate.
9 2022-11-23 Marek Polacek <polacek@redhat.com>
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-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
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>
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
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.
57 * build-aux/config.guess: Delete.
58 * build-aux/config.sub: Delete.
59 * build-aux/install-sh: 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.
67 * config.h.in: Rebuilt.
69 2021-01-06 John David Anglin <danglin@gcc.gnu.org>
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
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>
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+=...
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>
179 * CMakeLists.txt: New.
188 * build-aux/config.guess: New.
189 * build-aux/config.sub: New.
190 * build-aux/install-sh: New.
192 * cmake/libcody-config-ix.cmake
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-2023 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.