We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This lists issues that came up when merging GC3 patches to GC4.
cobxref
bdb_close_cursor
fbdb.c:ix_bdb_write_internal
typeck.c:validate_move
CB_LITERAL_P
move.c:cob_move_display_to_edited
codegen.c:output_initialize
fileio.c:cob_file_save_status
common.h
fileio.h
INITIALIZE BY VALUE
#if 0
field.c:validate_field_value
last_exception_source
common.c:cob_set_exception
READ_WRITE_NEEDS_FLUSH
strcpy
memcpy
file_open_name
fileio.c:cob_open
const
open_mode
fileio.c
cob_open_file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This lists issues that came up when merging GC3 patches to GC4.
cobxref
(see here for details)bdb_close_cursor
infbdb.c:ix_bdb_write_internal
typeck.c:validate_move
and in particular why it was necessary to addCB_LITERAL_P
(checks to add in parser)move.c:cob_move_display_to_edited
(first in GC 3.x)codegen.c:output_initialize
fileio.c:cob_file_save_status
common.h
tofileio.h
as per TODOINITIALIZE BY VALUE
(currently under#if 0
) infield.c:validate_field_value
last_exception_source
(currently under#if 0
) incommon.c:cob_set_exception
fileio.c:cob_file_save_status
READ_WRITE_NEEDS_FLUSH
under MacOS ("LINE SEQUENTIAL COMMIT / ROLLBACK" test fails if not defined)strcpy
ormemcpy
with computed max-length forfile_open_name
infileio.c:cob_open
const
onopen_mode
infileio.c
and others (eg. incob_open_file
)The text was updated successfully, but these errors were encountered: