1 2021-11-01 Martin Liska <mliska@suse.cz>
4 * Makefile.in: Add mostlyclean Makefile target.
6 2021-10-21 Jonathan Wakely <jwakely@redhat.com>
8 * netserver.cc (ListenInet6): Set pointer to null after
11 2021-04-06 Nathan Sidwell <nathan@acm.org>
13 * LICENSE.gcc: Delete.
15 2021-01-12 Nathan Sidwell <nathan@acm.org>
17 * Makefile.in: Remove auto parallelize, swallow Makesub.in. Don't
18 check compiler name here.
20 * build-aux/config.guess: Delete.
21 * build-aux/config.sub: Delete.
22 * build-aux/install-sh: 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.
30 * config.h.in: Rebuilt.
32 2021-01-06 John David Anglin <danglin@gcc.gnu.org>
35 * resolver.cc: Only use fstatat when _POSIX_C_SOURCE >= 200809L.
37 2021-01-04 Nathan Sidwell <nathan@acm.org>
39 * client.cc (Client::ProcessResponse): Remove std::move
42 2021-01-04 Mateusz Wajchęprzełóż <mati271828@gmail.com>
44 * resolver.cc (IsAbsDir): Fix string indexing.
46 2020-12-23 Nathan Sidwell <nathan@acm.org>
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.
58 2020-12-21 Nathan Sidwell <nathan@acm.org>
61 * client.cc: Include cstdlib.
62 * server.cc: Include cstdlib.
64 2020-12-21 Gerald Pfeifer <gerald@pfeifer.com>
66 * netserver.cc: Include <netinet/in.h>.
68 2020-12-21 Nathan Sidwell <nathan@acm.org>
70 * Makefile.in (RANLIB): New var.
71 * Makesub.in (libcody.a): Apply RANLIB.
72 * configure.ac: Call AC_PROG_RANLIB.
75 2020-12-21 Nathan Sidwell <nathan@acm.org>
77 * buffer.cc (MessageBuffer::AppendInteger): Workaround
78 to_string's non-ubiquity.
80 2020-12-21 Nathan Sidwell <nathan@acm.org>
82 * netclient.cc: Add netinet.h.
84 2020-12-17 Nathan Sidwell <nathan@acm.org>
86 * configure.ac: Add --enable-host-shared.
87 * Makefile.in: Add FLAGPIC.
88 * configure: Regenerated.
90 2020-12-17 Nathan Sidwell <nathan@acm.org>
92 * fatal.cc (HCF): Remove nop breakpoint lander.
94 2020-12-16 Nathan Sidwell <nathan@acm.org>
96 * cody.hh: Allow user to set CODY_NETWORKING.
98 2020-12-16 Jakub Jelinek <jakub@redhat.com>
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.
105 2020-12-16 Jonathan Wakely <jwakely@redhat.com>
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.
111 2020-12-16 Nathan Sidwell <nathan@acm.org>
113 * configure.ac: Use libcpp's enable-checking code.
114 * configure: Rebuilt.
116 2020-12-16 Nathan Sidwell <nathan@acm.org>
118 * config.m4: Replace V+="..." with V="$V..."
119 * configure: Rebuilt.
121 2020-12-15 Marek Polacek <polacek@redhat.com>
123 * buffer.cc (MessageBuffer::Lex): Remove unused variable.
125 2020-12-15 Nathan Sidwell <nathan@acm.org>
127 * Makefile.in: Disable some flags.
129 2020-12-15 Nathan Sidwell <nathan@acm.org>
131 * config.m4: Avoid var+=...
134 2020-12-15 Nathan Sidwell <nathan@acm.org>
136 * config.m4: Avoid non-dash idiom
137 * configure: Rebuilt.
139 2020-12-15 Nathan Sidwell <nathan@acm.org>
142 * CMakeLists.txt: New.
151 * build-aux/config.guess: New.
152 * build-aux/config.sub: New.
153 * build-aux/install-sh: New.
155 * cmake/libcody-config-ix.cmake
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.
180 Copyright (C) 2020-2022 Free Software Foundation, Inc.
182 Copying and distribution of this file, with or without modification,
183 are permitted in any medium without royalty provided the copyright
184 notice and this notice are preserved.