Module Name: src Committed By: wiz Date: Sun Nov 10 07:16:56 UTC 2024
Modified Files: src/external/bsd/mdocml/dist: mdoc.7 st.c Log Message: mandoc: support C23 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/dist/mdoc.7 cvs rdiff -u -r1.3 -r1.4 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.6 src/external/bsd/mdocml/dist/mdoc.7:1.7 --- src/external/bsd/mdocml/dist/mdoc.7:1.6 Thu Aug 15 03:53:34 2024 +++ src/external/bsd/mdocml/dist/mdoc.7 Sun Nov 10 07:16:56 2024 @@ -2331,6 +2331,10 @@ The third major version of the C languag .St -isoC-2018 .br The fourth major version of the C language standard. +.It \-isoC-2023 +.St -isoC-2023 +.br +The fifth major version of the C language standard. .El .It POSIX.1 before the Single UNIX Specification .Pp Index: src/external/bsd/mdocml/dist/st.c diff -u src/external/bsd/mdocml/dist/st.c:1.3 src/external/bsd/mdocml/dist/st.c:1.4 --- src/external/bsd/mdocml/dist/st.c:1.3 Thu Aug 15 03:53:34 2024 +++ src/external/bsd/mdocml/dist/st.c Sun Nov 10 07:16:56 2024 @@ -55,6 +55,7 @@ LINE("-isoC-tcor2", "ISO/IEC 9899/TCOR2: 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:2023 (\\(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)") LINE("-iso9945-2-93", "ISO/IEC 9945-2:1993 (\\(lqPOSIX.2\\(rq)")