diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-07 00:16:39 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-07 00:16:39 +0000 |
commit | 44cab2d8fd777450953ee1c1dfeba6f67db13869 (patch) | |
tree | 469844211e5522b7059c363941b1353d21e8bb60 /libcpp | |
parent | 1a0f964e4d100a39eb388ea68b71d870f5de2049 (diff) | |
download | gcc-44cab2d8fd777450953ee1c1dfeba6f67db13869.zip gcc-44cab2d8fd777450953ee1c1dfeba6f67db13869.tar.gz gcc-44cab2d8fd777450953ee1c1dfeba6f67db13869.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index a4d6f10..4c603c2 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,14 @@ +2020-11-06 Nathan Sidwell <nathan@acm.org> + + * include/cpplib.h (enum class CPP_time_kind): New. + (cpp_get_date): Declare. + * internal.h (struct cpp_reader): Replace source_date_epoch with + time_stamp and time_stamp_kind. + * init.c (cpp_create_reader): Initialize them. + * macro.c (_cpp_builtin_macro_text): Use cpp_get_date. + (cpp_get_date): Broken out from _cpp_builtin_macro_text and + genericized. + 2020-11-03 Nathan Sidwell <nathan@acm.org> * lex.c (cpp_peek_token): Do not peek past CPP_PRAGMA. |