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
7 changes: 7 additions & 0 deletions cobc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

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

* codegen.c (output_report_control): add a loop to check if the variable
exist (bug: #863)
* cobc.c, tree.h : rewrite partialy the copy replacing in listing
mode (bug: #831)

2023-02-21 Simon Sobisch <[email protected]>

* codegen.c, flag.def [COBC_HAS_CUTOFF_FLAG]: fix compile errors,
Expand Down
Loading