[gcc r16-2177] cobol: Add PUSH and POP to CDF.

2025-07-10 Thread James K. Lowden via Gcc-cvs
https://gcc.gnu.org/g:3f59a1cac717f8af84e884e9ec0f6ef14e102e6e commit r16-2177-g3f59a1cac717f8af84e884e9ec0f6ef14e102e6e Author: James K. Lowden Date: Wed Jul 9 18:14:40 2025 -0400 cobol: Add PUSH and POP to CDF. Introduce cdf_directives_t class to centralize management of CDF

[gcc r16-1902] cobol: Respect error in cobol.install-common.

2025-07-01 Thread James K. Lowden via Gcc-cvs
https://gcc.gnu.org/g:ffe49d47a8452cee7865c96bd58565b9c2153b0e commit r16-1902-gffe49d47a8452cee7865c96bd58565b9c2153b0e Author: James K. Lowden Date: Tue Jul 1 13:51:44 2025 -0400 cobol: Respect error in cobol.install-common. If GCOBOL_INSTALL_NAME fails to install, do not instal

[gcc r16-1836] cobol: Revise diagnostic linemap management.

2025-06-30 Thread James K. Lowden via Gcc-cvs
https://gcc.gnu.org/g:612c4c104ac0c2726d2de27f350040ad5f8d5776 commit r16-1836-g612c4c104ac0c2726d2de27f350040ad5f8d5776 Author: James K. Lowden Date: Mon Jun 30 16:51:49 2025 -0400 cobol: Revise diagnostic linemap management. Update linemap filename before location in both parser

[gcc r16-1595] cobol: Correct diagnostic strings for 32-bit builds.

2025-06-20 Thread James K. Lowden via Gcc-cvs
https://gcc.gnu.org/g:007392c0f93cf46b9e87aebdd04e123e3381fc07 commit r16-1595-g007392c0f93cf46b9e87aebdd04e123e3381fc07 Author: James K. Lowden Date: Fri Jun 20 12:43:51 2025 -0400 cobol: Correct diagnostic strings for 32-bit builds. Avoid %z for printf-family. Cast pid_t to lon

[gcc r16-1592] libgcobol: Add license.

2025-06-20 Thread James K. Lowden via Gcc-cvs
https://gcc.gnu.org/g:632a50abc3a99cace8abc6ed3817f7eb1312c9d2 commit r16-1592-g632a50abc3a99cace8abc6ed3817f7eb1312c9d2 Author: James K. Lowden Date: Fri Jun 20 10:16:26 2025 -0400 libgcobol: Add license. libgcobol/ChangeLog: * LICENSE: New file. Diff: --- libg

[gcc r16-1559] cobol: Correct diagnostic strings to rectify bootstrap build

2025-06-18 Thread James K. Lowden via Gcc-cvs
https://gcc.gnu.org/g:14b8f077e4409ca0d188f0ed55891a18ba2ecd7d commit r16-1559-g14b8f077e4409ca0d188f0ed55891a18ba2ecd7d Author: James K. Lowden Date: Tue Jun 17 18:31:33 2025 -0400 cobol: Correct diagnostic strings to rectify bootstrap build Apply patch from Jakub to enable diagn

[gcc r16-1396] cobol: Variety of small changes in answer to cppcheck diagnostics.

2025-06-10 Thread James K. Lowden via Gcc-cvs
https://gcc.gnu.org/g:70c3dd9a81cdefcaf24a66ec0c1ceddf5d3984dd commit r16-1396-g70c3dd9a81cdefcaf24a66ec0c1ceddf5d3984dd Author: James K. Lowden Date: Tue Jun 10 10:34:28 2025 -0400 cobol: Variety of small changes in answer to cppcheck diagnostics. Remove non-ASCII input and blank

[gcc r15-8688] MAINTAINERS: Add myself

2025-03-28 Thread James K. Lowden via Gcc-cvs
https://gcc.gnu.org/g:eda74cd05447475d385b8a8216e3412da96a46da commit r15-8688-geda74cd05447475d385b8a8216e3412da96a46da Author: James K. Lowden Date: Sun Mar 23 16:24:36 2025 -0400 MAINTAINERS: Add myself ChangeLog: * MAINTAINERS: Add myself. Diff: --- MAINTAIN

[gcc r15-8940] libgcobol: Use auto for container iterator types

2025-03-26 Thread James K. Lowden via Gcc-cvs
https://gcc.gnu.org/g:96b048329c828d29ab5e3ac67da6bdc841eb608b commit r15-8940-g96b048329c828d29ab5e3ac67da6bdc841eb608b Author: Jonathan Wakely Date: Tue Mar 18 21:21:28 2025 + libgcobol: Use auto for container iterator types libgcobol/ChangeLog: * charmaps.c

[gcc r15-8941] cobol: Replace quadratic loop removing std::set elements

2025-03-26 Thread James K. Lowden via Gcc-cvs
https://gcc.gnu.org/g:57d711ba58f8a69dce22b2a543d8e6c668680865 commit r15-8941-g57d711ba58f8a69dce22b2a543d8e6c668680865 Author: Jonathan Wakely Date: Wed Mar 19 20:33:36 2025 + cobol: Replace quadratic loop removing std::set elements There's no need to keep using std::find_if

[gcc r15-8939] libgcobol: Fix uses of tolower and toupper with std::transform

2025-03-26 Thread James K. Lowden via Gcc-cvs
https://gcc.gnu.org/g:e2c93a07d739034e5375e69da38091efc87d56e9 commit r15-8939-ge2c93a07d739034e5375e69da38091efc87d56e9 Author: Jonathan Wakely Date: Tue Mar 18 21:17:03 2025 + libgcobol: Fix uses of tolower and toupper with std::transform As explained in the libstdc++ manual

[gcc r15-8938] libgcobol: Simplify assignment operator by defaulting it

2025-03-26 Thread James K. Lowden via Gcc-cvs
https://gcc.gnu.org/g:b1a58dcb238c5a48e24f226c89287595ef7a9225 commit r15-8938-gb1a58dcb238c5a48e24f226c89287595ef7a9225 Author: Jonathan Wakely Date: Tue Mar 18 21:16:46 2025 + libgcobol: Simplify assignment operator by defaulting it libgcobol/ChangeLog: * co