[gcc/devel/modula-2] Added change entries to the gcc/m2/ChangeLog and libgm2/ChangeLog.
Gaius Mulley
gaius@gcc.gnu.org
Wed Mar 2 14:30:07 GMT 2022
https://gcc.gnu.org/g:e20252827b249f0067882ebe0090c768fcc46a52
commit e20252827b249f0067882ebe0090c768fcc46a52
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date: Wed Mar 2 14:28:43 2022 +0000
Added change entries to the gcc/m2/ChangeLog and libgm2/ChangeLog.
Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Diff:
---
gcc/m2/ChangeLog | 17 +++++++++++++++++
libgm2/ChangeLog | 5 +++++
2 files changed, 22 insertions(+)
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index a201778b3b6..6d893fb88c6 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,20 @@
+2022-02-02 Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+ * gm2-libs/Args.def (GetArg): Corrected formatting.
+ * gm2-libs/Environment.def (GetEnvironment): Renamed parameter
+ a to dest. (PutEnvironment) New procedure function.
+ * gm2-libs/Environment.mod (GetEnvironment): Renamed parameter
+ a to dest. (PutEnvironment) New procedure function.
+ * gm2-libs/SEnvironment.def (GetEnvironment): Renamed parameter
+ a to dest. (PutEnvironment) New procedure function.
+ * gm2-libs/SEnvironment.mod (GetEnvironment): Renamed parameter
+ a to dest. (PutEnvironment) New procedure function.
+ * gm2-libs/libc.def: Export list introduced identifiers putenv, execv.
+ * m2/m2-link-support.h: Ensure that the scaffold program
+ is not deleted if the user specified -fmakeinit.
+ * mc-boot-ch/Glibc.c (libc_putenv): New function.
+ * ChangeLog-2021: (New file).
+
2022-01-25 Gaius Mulley <gaius.mulley@southwales.ac.uk>
* gm2spec.cc: Replaced save_switch by fe_save_switch.
diff --git a/libgm2/ChangeLog b/libgm2/ChangeLog
index 398da15668d..37379885b62 100644
--- a/libgm2/ChangeLog
+++ b/libgm2/ChangeLog
@@ -1,3 +1,8 @@
+2022-02-02 Gaius Mulley <gaius.mulley@southwales.ac.uk>
+
+ * libm2pim/sckt.c (tcpServerEstablishPort): Corrected spelling.
+ (tcpServerEstablish) Corrected spelling.
+
2021-06-27 Gaius Mulley <gaius.mulley@southwales.ac.uk>
* Makefile.am: renamed getopt.c to cgetopt.c.
More information about the Gcc-cvs
mailing list