Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions libcob/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

2025-11-19 Chuck Haatvedt <chuck.haatvedt+cobol@gmail.com>

* mlio.c (xml_startDocument, myStructuredErrorHandler, xml_parse):
compat for LIBXML_VERSION < 21400

2025-11-13 Simon Sobisch <simonsobisch@gnu.org>

* coblocal.h [__GNUC__]: only use C11's _Thread_local for gcc 5+
Expand Down Expand Up @@ -52,6 +57,22 @@
* intrinsic.c (cob_intr_char): raise COB_EC_ARGUMENT_FUNCTION
when calling CHAR with an argument outside the collation range

2025-08-15 Chuck Haatvedt <chuck.haatvedt+cobol@gmail.com>

* mlio.c: modified to support xml parse with xmlss.
eliminated the xml_event_data structure and moved that data
into the xml_event structure. Created a new enum cob_xml_registers
and added it to the add_xml_event_data function. This function was
modified to update the xml_event structure. All of the context parser
callback functions were modified to use the add_xml_event_data function.
the cob_xml_parse and xml_parse functions were modified to support
the new end_of_input event required by xmlss. a new eof variable
was added to the xml_state structure so that the endDocument callback
function could be triggered by the parser in the xml_parse funtction.

TODO ==> logic needs to be added to support returning NATIONAL data
this needs to support the RETURNING NATIONAL phrase.

2025-07-28 Simon Sobisch <simonsobisch@gnu.org>

* common.h, fileio.c: new externalized typedef EXTFH_FUNC used in
Expand Down
Loading
Loading