]> git.ipfire.org Git - thirdparty/gcc.git/blob - libcody/ChangeLog
Daily bump.
[thirdparty/gcc.git] / libcody / ChangeLog
1 2020-12-23 Nathan Sidwell <nathan@acm.org>
2
3 * Makefile.in (LDFLAGS): Drop -L..
4 * tests/01-serialize/connect.cc: Delete.
5 * tests/01-serialize/decoder.cc: Delete.
6 * tests/01-serialize/encoder.cc: Delete.
7 * tests/02-comms/client-1.cc: Delete.
8 * tests/02-comms/pivot-1.cc: Delete.
9 * tests/02-comms/server-1.cc: Delete.
10 * tests/Makesub.in: Delete.
11 * tests/jouster: Delete.
12
13 2020-12-21 Nathan Sidwell <nathan@acm.org>
14
15 PR bootstrap/98412
16 * client.cc: Include cstdlib.
17 * server.cc: Include cstdlib.
18
19 2020-12-21 Gerald Pfeifer <gerald@pfeifer.com>
20
21 * netserver.cc: Include <netinet/in.h>.
22
23 2020-12-21 Nathan Sidwell <nathan@acm.org>
24
25 * Makefile.in (RANLIB): New var.
26 * Makesub.in (libcody.a): Apply RANLIB.
27 * configure.ac: Call AC_PROG_RANLIB.
28 * configure: Rebuilt.
29
30 2020-12-21 Nathan Sidwell <nathan@acm.org>
31
32 * buffer.cc (MessageBuffer::AppendInteger): Workaround
33 to_string's non-ubiquity.
34
35 2020-12-21 Nathan Sidwell <nathan@acm.org>
36
37 * netclient.cc: Add netinet.h.
38
39 2020-12-17 Nathan Sidwell <nathan@acm.org>
40
41 * configure.ac: Add --enable-host-shared.
42 * Makefile.in: Add FLAGPIC.
43 * configure: Regenerated.
44
45 2020-12-17 Nathan Sidwell <nathan@acm.org>
46
47 * fatal.cc (HCF): Remove nop breakpoint lander.
48
49 2020-12-16 Nathan Sidwell <nathan@acm.org>
50
51 * cody.hh: Allow user to set CODY_NETWORKING.
52
53 2020-12-16 Jakub Jelinek <jakub@redhat.com>
54
55 * configure.ac: Compute is_release.
56 (NMS_ENABLE_CHECKING): Simplify but not computing ac_assert_checking
57 and ac_valgrind_checking the code doesn't use.
58 * configure: Regenerated.
59
60 2020-12-16 Jonathan Wakely <jwakely@redhat.com>
61
62 * internal.hh: Define fallback macros for __has_builtin and
63 __has_include. Use __has_builtin for __builtin_FILE and
64 __builtin_LINE. Define alias for std::source_location.
65
66 2020-12-16 Nathan Sidwell <nathan@acm.org>
67
68 * configure.ac: Use libcpp's enable-checking code.
69 * configure: Rebuilt.
70
71 2020-12-16 Nathan Sidwell <nathan@acm.org>
72
73 * config.m4: Replace V+="..." with V="$V..."
74 * configure: Rebuilt.
75
76 2020-12-15 Marek Polacek <polacek@redhat.com>
77
78 * buffer.cc (MessageBuffer::Lex): Remove unused variable.
79
80 2020-12-15 Nathan Sidwell <nathan@acm.org>
81
82 * Makefile.in: Disable some flags.
83
84 2020-12-15 Nathan Sidwell <nathan@acm.org>
85
86 * config.m4: Avoid var+=...
87 * configure: Rebuilt
88
89 2020-12-15 Nathan Sidwell <nathan@acm.org>
90
91 * config.m4: Avoid non-dash idiom
92 * configure: Rebuilt.
93
94 2020-12-15 Nathan Sidwell <nathan@acm.org>
95
96 * configure.ac: New.
97 * CMakeLists.txt: New.
98 * CODING.md: New.
99 * CONTRIB.md: New.
100 * LICENSE: New.
101 * LICENSE.gcc: New.
102 * Makefile.in: New.
103 * Makesub.in: New.
104 * README.md: New.
105 * buffer.cc: New.
106 * build-aux/config.guess: New.
107 * build-aux/config.sub: New.
108 * build-aux/install-sh: New.
109 * client.cc: New.
110 * cmake/libcody-config-ix.cmake
111 * cody.hh: New.
112 * config.h.in: New.
113 * config.m4: New.
114 * configure: New.
115 * configure.ac: New.
116 * dox.cfg.in: New.
117 * fatal.cc: New.
118 * gdbinit.in: New.
119 * internal.hh: New.
120 * netclient.cc: New.
121 * netserver.cc: New.
122 * packet.cc: New.
123 * resolver.cc: New.
124 * server.cc: New.
125 * tests/01-serialize/connect.cc: New.
126 * tests/01-serialize/decoder.cc: New.
127 * tests/01-serialize/encoder.cc: New.
128 * tests/02-comms/client-1.cc: New.
129 * tests/02-comms/pivot-1.cc: New.
130 * tests/02-comms/server-1.cc: New.
131 * tests/Makesub.in: New.
132 * tests/jouster: New.
133
134 \f
135 Copyright (C) 2020 Free Software Foundation, Inc.
136
137 Copying and distribution of this file, with or without modification,
138 are permitted in any medium without royalty provided the copyright
139 notice and this notice are preserved.