Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for bug #831: COPY REPLACING in listing #92

Open
wants to merge 14 commits into
base: gcos4gnucobol-3.x
Choose a base branch
from
Open
5 changes: 5 additions & 0 deletions cobc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
* cobc.c (print_fields): leave a hint to field being TYPEDEF
* cobc.c (xref_fields): dont output references for TYPEDEF sub items

2023-07-20 Samuel Belondrade <[email protected]>

* cobc.c : rewrite partialy the copy replacing in listing
mode (bug: #831)

2023-07-19 Simon Sobisch <[email protected]>

* typeck.c (refmod_checks): extracted from (cb_build_identifier)
Expand Down
Loading