aboutsummaryrefslogtreecommitdiff
path: root/libgcobol/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libgcobol/ChangeLog')
-rw-r--r--libgcobol/ChangeLog49
1 files changed, 49 insertions, 0 deletions
diff --git a/libgcobol/ChangeLog b/libgcobol/ChangeLog
index 31fed56..89315ee 100644
--- a/libgcobol/ChangeLog
+++ b/libgcobol/ChangeLog
@@ -1,3 +1,52 @@
+2025-03-28 Bob Dubner <rdubner@symas.com>
+
+ * charmaps.cc:Eliminate "#include libgcobol.h".
+ Change comment about _Float128.
+ * common-defs.h: Change comment about _Float128. Receive
+ #defines from libgcobol.h.
+ * constants.cc: Eliminate #include libgcobol.h. Eliminate other
+ unneeded #includes.
+ * ec.h: Receive declarations from libgcobol.h.
+ * gcobolio.h: Likewise.
+ * gfileio.cc: (__gg__file_init): Use file_flag_none_e instead of
+ zero in assignment. (__gg__file_reopen): Likewise.
+ (__io__file_open): Likewise.
+ * gfileio.h: Receive declarations from libgcobol.h.
+ * libgcobol.h: Numerous declarations moved elsewhere.
+
+2025-03-26 Jonathan Wakely <jwakely@redhat.com>
+
+ * charmaps.cc (__gg__raw_to_ascii): Use auto for complicated
+ nested type.
+ (__gg__raw_to_ebcdic): Likewise.
+ (__gg__console_to_ascii): Likewise.
+ (__gg__console_to_ebcdic): Likewise.
+
+2025-03-26 Jonathan Wakely <jwakely@redhat.com>
+
+ * intrinsic.cc (is_zulu_format): Qualify toupper and cast
+ argument to unsigned char.
+ (fill_cobol_tm): Likewise.
+ (iscasematch): Likewise for to lower.
+ (numval): Qualify calls to tolower.
+ (__gg__lower_case): Use lambda expression for
+ tolower call.
+ (__gg__upper_case): Likewise for toupper call.
+ * libgcobol.cc (mangler_core): Cast tolower argument to unsigned
+ char.
+ * valconv.cc (__gg__string_to_numeric_edited): Cast to upper
+ arguments to unsigned char.
+
+2025-03-26 Jonathan Wakely <jwakely@redhat.com>
+
+ * common-defs.h (cbl_enabled_exceptions_t::operator=): Define as
+ defaulted.
+
+2025-03-23 Bob Dubner <rdubner@symas.com>
+
+ * Makefile.am: Incorporate AM_CXXFLAGS = $(CXXFLAGS_FOR_TARGET).
+ * Makefile.in: Regenerated.
+
2025-03-20 Iain Sandoe <iain@sandoe.co.uk>
* Makefile.am: Use LIBICONV.