Module Name: src Committed By: wiz Date: Sat Jan 11 11:47:17 UTC 2025
Modified Files: src/external/bsd/mdocml/dist: mdoc.7 st.c Log Message: Remove .St -isoC-2018 support. Not accepted by upstream (seen as a corrigendum, not a proper new version), and no users in the source tree. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/bsd/mdocml/dist/mdoc.7 cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/st.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/mdocml/dist/mdoc.7 diff -u src/external/bsd/mdocml/dist/mdoc.7:1.8 src/external/bsd/mdocml/dist/mdoc.7:1.9 --- src/external/bsd/mdocml/dist/mdoc.7:1.8 Sun Nov 24 18:49:47 2024 +++ src/external/bsd/mdocml/dist/mdoc.7 Sat Jan 11 11:47:17 2025 @@ -2327,10 +2327,6 @@ Edition 2 of the C language standard. .br Edition 3 of the C language standard. .Pp -.It \-isoC-2018 -.St -isoC-2018 -.br -Edition 4 of the C language standard. .It \-isoC-2023 .St -isoC-2023 .br Index: src/external/bsd/mdocml/dist/st.c diff -u src/external/bsd/mdocml/dist/st.c:1.5 src/external/bsd/mdocml/dist/st.c:1.6 --- src/external/bsd/mdocml/dist/st.c:1.5 Sun Nov 24 18:49:47 2024 +++ src/external/bsd/mdocml/dist/st.c Sat Jan 11 11:47:17 2025 @@ -54,7 +54,6 @@ LINE("-isoC-tcor1", "ISO/IEC 9899/TCOR1: LINE("-isoC-tcor2", "ISO/IEC 9899/TCOR2:1995 (\\(lqISO\\~C90, Technical Corrigendum 2\\(rq)") LINE("-isoC-99", "ISO/IEC 9899:1999 (\\(lqISO\\~C99\\(rq)") LINE("-isoC-2011", "ISO/IEC 9899:2011 (\\(lqISO\\~C11\\(rq)") -LINE("-isoC-2018", "ISO/IEC 9899:2018 (\\(lqISO\\~C18\\(rq)") LINE("-isoC-2023", "ISO/IEC 9899:2024 (\\(lqISO\\~C23\\(rq)") LINE("-iso9945-1-90", "ISO/IEC 9945-1:1990 (\\(lqPOSIX.1\\(rq)") LINE("-iso9945-1-96", "ISO/IEC 9945-1:1996 (\\(lqPOSIX.1\\(rq)")