summaryrefslogtreecommitdiff
path: root/libcody/ChangeLog
blob: 3f3d3a8916c70602eb29514ee303f1b07e90d94a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
2021-04-27  Release Manager

	* GCC 11.1.0 released.

2021-04-06  Nathan Sidwell  <nathan@acm.org>

	* LICENSE.gcc: Delete.

2021-01-12  Nathan Sidwell  <nathan@acm.org>

	* Makefile.in: Remove auto parallelize, swallow Makesub.in. Don't
	check compiler name here.
	* Makesub.in: Delete.
	* build-aux/config.guess: Delete.
	* build-aux/config.sub: Delete.
	* build-aux/install-sh: Delete.
	* dox.cfg.in: Delete.
	* gdbinit.in: Delete.
	* internal.hh (BuildNote): Delete.
	* fatal.cc (BuildNote): Delete.
	* config.m4: Remove unneeded fns.
	* configure.ac: Remove unneccessary checks and configures.
	* configure: Rebuilt.
	* config.h.in: Rebuilt.

2021-01-06  John David Anglin  <danglin@gcc.gnu.org>

	PR bootstrap/98506
	* resolver.cc: Only use fstatat when _POSIX_C_SOURCE >= 200809L.

2021-01-04  Nathan Sidwell  <nathan@acm.org>

	* client.cc (Client::ProcessResponse): Remove std::move
	inside ?:

2021-01-04  Mateusz Wajchęprzełóż  <mati271828@gmail.com>

	* resolver.cc (IsAbsDir): Fix string indexing.

2020-12-23  Nathan Sidwell  <nathan@acm.org>

	* Makefile.in (LDFLAGS): Drop -L..
	* tests/01-serialize/connect.cc: Delete.
	* tests/01-serialize/decoder.cc: Delete.
	* tests/01-serialize/encoder.cc: Delete.
	* tests/02-comms/client-1.cc: Delete.
	* tests/02-comms/pivot-1.cc: Delete.
	* tests/02-comms/server-1.cc: Delete.
	* tests/Makesub.in: Delete.
	* tests/jouster: Delete.

2020-12-21  Nathan Sidwell  <nathan@acm.org>

	PR bootstrap/98412
	* client.cc: Include cstdlib.
	* server.cc: Include cstdlib.

2020-12-21  Gerald Pfeifer  <gerald@pfeifer.com>

	* netserver.cc: Include <netinet/in.h>.

2020-12-21  Nathan Sidwell  <nathan@acm.org>

	* Makefile.in (RANLIB): New var.
	* Makesub.in (libcody.a): Apply RANLIB.
	* configure.ac: Call AC_PROG_RANLIB.
	* configure: Rebuilt.

2020-12-21  Nathan Sidwell  <nathan@acm.org>

	* buffer.cc (MessageBuffer::AppendInteger): Workaround
	to_string's non-ubiquity.

2020-12-21  Nathan Sidwell  <nathan@acm.org>

	* netclient.cc: Add netinet.h.

2020-12-17  Nathan Sidwell  <nathan@acm.org>

	* configure.ac: Add --enable-host-shared.
	* Makefile.in: Add FLAGPIC.
	* configure: Regenerated.

2020-12-17  Nathan Sidwell  <nathan@acm.org>

	* fatal.cc (HCF): Remove nop breakpoint lander.

2020-12-16  Nathan Sidwell  <nathan@acm.org>

	* cody.hh: Allow user to set CODY_NETWORKING.

2020-12-16  Jakub Jelinek  <jakub@redhat.com>

	* configure.ac: Compute is_release.
	(NMS_ENABLE_CHECKING): Simplify but not computing ac_assert_checking
	and ac_valgrind_checking the code doesn't use.
	* configure: Regenerated.

2020-12-16  Jonathan Wakely  <jwakely@redhat.com>

	* internal.hh: Define fallback macros for __has_builtin and
	__has_include. Use __has_builtin for __builtin_FILE and
	__builtin_LINE. Define alias for std::source_location.

2020-12-16  Nathan Sidwell  <nathan@acm.org>

	* configure.ac: Use libcpp's enable-checking code.
	* configure: Rebuilt.

2020-12-16  Nathan Sidwell  <nathan@acm.org>

	* config.m4: Replace V+="..." with V="$V..."
	* configure: Rebuilt.

2020-12-15  Marek Polacek  <polacek@redhat.com>

	* buffer.cc (MessageBuffer::Lex): Remove unused variable.

2020-12-15  Nathan Sidwell  <nathan@acm.org>

	* Makefile.in: Disable some flags.

2020-12-15  Nathan Sidwell  <nathan@acm.org>

	* config.m4: Avoid var+=...
	* configure: Rebuilt

2020-12-15  Nathan Sidwell  <nathan@acm.org>

	* config.m4: Avoid non-dash idiom
	* configure: Rebuilt.

2020-12-15  Nathan Sidwell  <nathan@acm.org>

	* configure.ac: New.
	* CMakeLists.txt: New.
	* CODING.md: New.
	* CONTRIB.md: New.
	* LICENSE: New.
	* LICENSE.gcc: New.
	* Makefile.in: New.
	* Makesub.in: New.
	* README.md: New.
	* buffer.cc: New.
	* build-aux/config.guess: New.
	* build-aux/config.sub: New.
	* build-aux/install-sh: New.
	* client.cc: New.
	* cmake/libcody-config-ix.cmake
	* cody.hh: New.
	* config.h.in: New.
	* config.m4: New.
	* configure: New.
	* configure.ac: New.
	* dox.cfg.in: New.
	* fatal.cc: New.
	* gdbinit.in: New.
	* internal.hh: New.
	* netclient.cc: New.
	* netserver.cc: New.
	* packet.cc: New.
	* resolver.cc: New.
	* server.cc: New.
	* tests/01-serialize/connect.cc: New.
	* tests/01-serialize/decoder.cc: New.
	* tests/01-serialize/encoder.cc: New.
	* tests/02-comms/client-1.cc: New.
	* tests/02-comms/pivot-1.cc: New.
	* tests/02-comms/server-1.cc: New.
	* tests/Makesub.in: New.
	* tests/jouster: New.


Copyright (C) 2020-2021 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.