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
6 changes: 6 additions & 0 deletions cobc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@
* typeck.c (cb_build_move_literal): optimized output for literals to
fields with BLANK WHEN ZERO and SIGN LEADING


GitMensch marked this conversation as resolved.
Show resolved Hide resolved
2023-04-26 Samuel Belondrade <[email protected]>

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

2023-04-25 Simon Sobisch <[email protected]>

* codegen.c (output_so_load_version_check): new function to generate
Expand Down
Loading
Loading