diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-12-17 00:16:37 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-12-17 00:16:37 +0000 |
commit | eefe499fdf772573342110185e131f8e4b998997 (patch) | |
tree | f045f2e75f4b58b587fa8c7536c1eeb264804725 /libcody | |
parent | 0b76990a9d75d97b84014e37519086b81824c307 (diff) | |
download | gcc-eefe499fdf772573342110185e131f8e4b998997.zip gcc-eefe499fdf772573342110185e131f8e4b998997.tar.gz gcc-eefe499fdf772573342110185e131f8e4b998997.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcody')
-rw-r--r-- | libcody/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/libcody/ChangeLog b/libcody/ChangeLog index ea3d161..f5aa2de 100644 --- a/libcody/ChangeLog +++ b/libcody/ChangeLog @@ -1,3 +1,30 @@ +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. |