diff options
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 7 | ||||
-rw-r--r-- | libcpp/po/ChangeLog | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index f1abcbd..0a1892e 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2020-07-20 Nathan Sidwell <nathan@acm.org> + + * line-map.c (linemap_add): Simplify column overflow calculation. + Add comment about range and column bit init. + (linemap_ordinary_map_lookup): Refactor for RAII + (linemap_macro_map_lookup): Likewise. + 2020-07-14 Lewis Hyatt <lhyatt@gmail.com> PR preprocessor/49973 diff --git a/libcpp/po/ChangeLog b/libcpp/po/ChangeLog index 6241652..ef050aa 100644 --- a/libcpp/po/ChangeLog +++ b/libcpp/po/ChangeLog @@ -1,3 +1,7 @@ +2020-07-20 Joseph Myers <joseph@codesourcery.com> + + * cpplib.pot: Regenerate. + 2020-05-15 Joseph Myers <joseph@codesourcery.com> * sv.po: Update. |