gcc/libcody/ChangeLog
Jakub Jelinek c48514bea6 Update Copyright in ChangeLog files
Do this separately from all other Copyright updates, as ChangeLog files
can be modified only separately.
2021-01-04 09:35:45 +01:00

140 lines
3.5 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.