diff --git a/libcxx/docs/Status/Cxx20Issues.csv b/libcxx/docs/Status/Cxx20Issues.csv --- a/libcxx/docs/Status/Cxx20Issues.csv +++ b/libcxx/docs/Status/Cxx20Issues.csv @@ -166,7 +166,7 @@ "`3190 `__","``std::allocator::allocate``\ sometimes returns too little storage","Belfast","|Complete|","14.0" "`3218 `__","Modifier for ``%d``\ parse flag does not match POSIX and ``format``\ specification","Belfast","","","|chrono| |format|" "`3224 `__","``zoned_time``\ constructor from ``TimeZonePtr``\ does not specify initialization of ``tp_``\ ","Belfast","","","|chrono|" -"`3230 `__","Format specifier ``%y/%Y``\ is missing locale alternative versions","Belfast","","","|chrono| |format|" +"`3230 `__","Format specifier ``%y/%Y``\ is missing locale alternative versions","Belfast","|Complete|","16.0","|chrono| |format|" "`3232 `__","Inconsistency in ``zoned_time``\ deduction guides","Belfast","","","|chrono|" "`3222 `__","P0574R1 introduced preconditions on non-existent parameters","Belfast","","" "`3221 `__","Result of ``year_month``\ arithmetic with ``months``\ is ambiguous","Belfast","|Complete|","8.0" @@ -253,7 +253,7 @@ "`3329 `__","``totally_ordered_with``\ both directly and indirectly requires ``common_reference_with``\ ","Prague","|Complete|","13.0" "`3330 `__","Include ````\ from most library headers","Prague","|Complete|","13.0","|spaceship|" "`3331 `__","Define ``totally_ordered/_with``\ in terms of ``partially-ordered-with``\ ","Prague","|Complete|","13.0" -"`3332 `__","Issue in |sect|\ [time.format]","Prague","","","|chrono| |format|" +"`3332 `__","Issue in |sect|\ [time.format]","Prague","|Complete|","16.0","|chrono| |format|" "`3334 `__","``basic_osyncstream``\ move assignment and destruction calls ``basic_syncbuf::emit()``\ twice","Prague","","" "`3335 `__","Resolve C++20 NB comments US 273 and GB 274","Prague","|Complete|","15.0","|ranges|" "`3338 `__","Rename ``default_constructible``\ to ``default_initializable``\ ","Prague","|Complete|","13.0" diff --git a/libcxx/docs/Status/Format.rst b/libcxx/docs/Status/Format.rst --- a/libcxx/docs/Status/Format.rst +++ b/libcxx/docs/Status/Format.rst @@ -13,7 +13,7 @@ Overview ======== -This document contains the status of the C++20 Format library in libc++. It is used to +This document contains the status of the Format library in libc++. It is used to track both the status of the sub-projects of the Format library and who is assigned to these sub-projects. This is imperative to effective implementation so that work is not duplicated and implementors are not blocked by each other. diff --git a/libcxx/docs/Status/FormatIssues.csv b/libcxx/docs/Status/FormatIssues.csv --- a/libcxx/docs/Status/FormatIssues.csv +++ b/libcxx/docs/Status/FormatIssues.csv @@ -8,7 +8,7 @@ "`P2093R14 `__","Formatted output","C++23" "`P2286R8 `__","Formatting Ranges","C++23","Mark de Wever","|In Progress|" "`P2508R1 `__","Exposing ``std::basic-format-string``","C++23","Mark de Wever","|Complete|", Clang 15 -"`P2585R0 `__","Improving default container formatting","C++23", +"`P2585R0 `__","Improving default container formatting","C++23","Mark de Wever","|In progress|" `P1361 `_,"Integration of chrono with text formatting","C++20",Mark de Wever,|In Progress|, `P2372 `__,"Fixing locale handling in chrono formatters","C++20",Mark de Wever,|In Progress|, diff --git a/libcxx/docs/Status/FormatPaper.csv b/libcxx/docs/Status/FormatPaper.csv --- a/libcxx/docs/Status/FormatPaper.csv +++ b/libcxx/docs/Status/FormatPaper.csv @@ -24,9 +24,9 @@ `[time.syn] `_,"Formatter ``chrono::year_month_weekday``",,Mark de Wever,|In Progress|, `[time.syn] `_,"Formatter ``chrono::year_month_weekday_last``",,Mark de Wever,|In Progress|, `[time.syn] `_,"Formatter ``chrono::hh_mm_ss>``",,Mark de Wever,|In Progress|, -`[time.syn] `_,"Formatter ``chrono::sys_info``",A ```` implementation,Not assigned,, -`[time.syn] `_,"Formatter ``chrono::local_info``",A ```` implementation,Not assigned,, -`[time.syn] `_,"Formatter ``chrono::zoned_time``",A ```` implementation,Not assigned,, +`[time.syn] `_,"Formatter ``chrono::sys_info``",A ```` implementation,Mark de Wever,, +`[time.syn] `_,"Formatter ``chrono::local_info``",A ```` implementation,Mark de Wever,, +`[time.syn] `_,"Formatter ``chrono::zoned_time``",A ```` implementation,Mark de Wever,, `P2286R8 `__,"Formatting ranges" `[format.syn] `_,"Concept ``formattable``",,Mark de Wever,|Complete|, Clang 16 `[format.string.std] `_,"std-format-spec ``type`` debug",,Mark de Wever,|Complete|,Clang 16