aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-05-16 00:17:25 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-05-16 00:17:25 +0000
commit25456c0e6d18ecc40215a2ad945502edbab39e88 (patch)
treed99c2d416719a19ff8dfab17cfbe3b8dba282413 /gcc/m2/ChangeLog
parentd7e6fe0f72ad41b8361f927d2796dbc275347297 (diff)
downloadgcc-25456c0e6d18ecc40215a2ad945502edbab39e88.zip
gcc-25456c0e6d18ecc40215a2ad945502edbab39e88.tar.gz
gcc-25456c0e6d18ecc40215a2ad945502edbab39e88.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/m2/ChangeLog')
-rw-r--r--gcc/m2/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index a95f532..3ae6774 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,15 @@
+2024-05-15 Gaius Mulley <gaiusmod2@gmail.com>
+
+ PR modula2/115057
+ * gm2-libs-iso/TextIO.mod (ReadRestLine): Use ReadChar to
+ skip unwanted characters as this calls IOChan.Look and updates
+ the cid result status. A Skip without a Look does not update
+ the status. Skip always sets read result to allRight.
+ * gm2-libs-iso/TextUtil.def (SkipSpaces): Improve comments.
+ (CharAvailable): Improve comments.
+ * gm2-libs-iso/TextUtil.mod (SkipSpaces): Improve comments.
+ (CharAvailable): Improve comments.
+
2024-05-09 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/115003