[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-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-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-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

[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