1 2022-06-03 Alexandre Oliva <oliva@adacore.com>
3 * Makefile.in (revision.stamp): Replace $() and += with more
4 portable shell constructs.
6 2022-03-18 Iain Sandoe <iain@sandoe.co.uk>
8 * netclient.cc (OpenInet6): Do not provide a dummy port number
9 in the getaddrinfo() call.
11 2021-11-01 Martin Liska <mliska@suse.cz>
14 * Makefile.in: Add mostlyclean Makefile target.
16 2021-10-21 Jonathan Wakely <jwakely@redhat.com>
18 * netserver.cc (ListenInet6): Set pointer to null after
21 2021-04-06 Nathan Sidwell <nathan@acm.org>
23 * LICENSE.gcc: Delete.
25 2021-01-12 Nathan Sidwell <nathan@acm.org>
27 * Makefile.in: Remove auto parallelize, swallow Makesub.in. Don't
28 check compiler name here.
30 * build-aux/config.guess: Delete.
31 * build-aux/config.sub: Delete.
32 * build-aux/install-sh: Delete.
35 * internal.hh (BuildNote): Delete.
36 * fatal.cc (BuildNote): Delete.
37 * config.m4: Remove unneeded fns.
38 * configure.ac: Remove unneccessary checks and configures.
40 * config.h.in: Rebuilt.
42 2021-01-06 John David Anglin <danglin@gcc.gnu.org>
45 * resolver.cc: Only use fstatat when _POSIX_C_SOURCE >= 200809L.
47 2021-01-04 Nathan Sidwell <nathan@acm.org>
49 * client.cc (Client::ProcessResponse): Remove std::move
52 2021-01-04 Mateusz Wajchęprzełóż <mati271828@gmail.com>
54 * resolver.cc (IsAbsDir): Fix string indexing.
56 2020-12-23 Nathan Sidwell <nathan@acm.org>
58 * Makefile.in (LDFLAGS): Drop -L..
59 * tests/01-serialize/connect.cc: Delete.
60 * tests/01-serialize/decoder.cc: Delete.
61 * tests/01-serialize/encoder.cc: Delete.
62 * tests/02-comms/client-1.cc: Delete.
63 * tests/02-comms/pivot-1.cc: Delete.
64 * tests/02-comms/server-1.cc: Delete.
65 * tests/Makesub.in: Delete.
66 * tests/jouster: Delete.
68 2020-12-21 Nathan Sidwell <nathan@acm.org>
71 * client.cc: Include cstdlib.
72 * server.cc: Include cstdlib.
74 2020-12-21 Gerald Pfeifer <gerald@pfeifer.com>
76 * netserver.cc: Include <netinet/in.h>.
78 2020-12-21 Nathan Sidwell <nathan@acm.org>
80 * Makefile.in (RANLIB): New var.
81 * Makesub.in (libcody.a): Apply RANLIB.
82 * configure.ac: Call AC_PROG_RANLIB.
85 2020-12-21 Nathan Sidwell <nathan@acm.org>
87 * buffer.cc (MessageBuffer::AppendInteger): Workaround
88 to_string's non-ubiquity.
90 2020-12-21 Nathan Sidwell <nathan@acm.org>
92 * netclient.cc: Add netinet.h.
94 2020-12-17 Nathan Sidwell <nathan@acm.org>
96 * configure.ac: Add --enable-host-shared.
97 * Makefile.in: Add FLAGPIC.
98 * configure: Regenerated.
100 2020-12-17 Nathan Sidwell <nathan@acm.org>
102 * fatal.cc (HCF): Remove nop breakpoint lander.
104 2020-12-16 Nathan Sidwell <nathan@acm.org>
106 * cody.hh: Allow user to set CODY_NETWORKING.
108 2020-12-16 Jakub Jelinek <jakub@redhat.com>
110 * configure.ac: Compute is_release.
111 (NMS_ENABLE_CHECKING): Simplify but not computing ac_assert_checking
112 and ac_valgrind_checking the code doesn't use.
113 * configure: Regenerated.
115 2020-12-16 Jonathan Wakely <jwakely@redhat.com>
117 * internal.hh: Define fallback macros for __has_builtin and
118 __has_include. Use __has_builtin for __builtin_FILE and
119 __builtin_LINE. Define alias for std::source_location.
121 2020-12-16 Nathan Sidwell <nathan@acm.org>
123 * configure.ac: Use libcpp's enable-checking code.
124 * configure: Rebuilt.
126 2020-12-16 Nathan Sidwell <nathan@acm.org>
128 * config.m4: Replace V+="..." with V="$V..."
129 * configure: Rebuilt.
131 2020-12-15 Marek Polacek <polacek@redhat.com>
133 * buffer.cc (MessageBuffer::Lex): Remove unused variable.
135 2020-12-15 Nathan Sidwell <nathan@acm.org>
137 * Makefile.in: Disable some flags.
139 2020-12-15 Nathan Sidwell <nathan@acm.org>
141 * config.m4: Avoid var+=...
144 2020-12-15 Nathan Sidwell <nathan@acm.org>
146 * config.m4: Avoid non-dash idiom
147 * configure: Rebuilt.
149 2020-12-15 Nathan Sidwell <nathan@acm.org>
152 * CMakeLists.txt: New.
161 * build-aux/config.guess: New.
162 * build-aux/config.sub: New.
163 * build-aux/install-sh: New.
165 * cmake/libcody-config-ix.cmake
180 * tests/01-serialize/connect.cc: New.
181 * tests/01-serialize/decoder.cc: New.
182 * tests/01-serialize/encoder.cc: New.
183 * tests/02-comms/client-1.cc: New.
184 * tests/02-comms/pivot-1.cc: New.
185 * tests/02-comms/server-1.cc: New.
186 * tests/Makesub.in: New.
187 * tests/jouster: New.
190 Copyright (C) 2020-2022 Free Software Foundation, Inc.
192 Copying and distribution of this file, with or without modification,
193 are permitted in any medium without royalty provided the copyright
194 notice and this notice are preserved.