diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-12-16 00:16:31 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-12-16 00:16:31 +0000 |
commit | 6e9d865119a1077081de3d4ea9d2caf641c8dcb7 (patch) | |
tree | 49f89a6a7ca7e0c41deec2b3ed74d1595eb85ffa /libcody | |
parent | 42181708da1908bf7ea792d1a2bc6d12ff82148f (diff) | |
download | gcc-6e9d865119a1077081de3d4ea9d2caf641c8dcb7.zip gcc-6e9d865119a1077081de3d4ea9d2caf641c8dcb7.tar.gz gcc-6e9d865119a1077081de3d4ea9d2caf641c8dcb7.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcody')
-rw-r--r-- | libcody/ChangeLog | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/libcody/ChangeLog b/libcody/ChangeLog index 8c10b9e..ea3d161 100644 --- a/libcody/ChangeLog +++ b/libcody/ChangeLog @@ -1,3 +1,61 @@ +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 Free Software Foundation, Inc. |