forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
236 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1028,6 +1028,19 @@ | |
'memcpy' to speed up the process | ||
If size is not known until run time then emit call to cob_init_table | ||
|
||
2020-11-20 Simon Sobisch <[email protected]> | ||
|
||
* pplex.l (ppinput): fixed processing after "line not terminated" | ||
|
||
2020-11-19 Simon Sobisch <[email protected]> | ||
|
||
FR #53 TURN directive and -fno-ec=NAME/-fec=NAME - finish | ||
* cobc.c (turn_ec_for_table): correct handling for EC-ALL | ||
* cobc.c (cobc_turn_ec): handling EC-USER as PENDING | ||
* cobc.c (process_command_line), cobc.h: handle -debug before all the | ||
flags and exception options it sets, allowing to remove its internal | ||
explicit_set flag | ||
|
||
2020-11-18 Ron Norman <[email protected]> | ||
|
||
* codegen.c,typeck.c: Generated code for INITIALIZE computes the actual | ||
|
@@ -1334,6 +1347,13 @@ | |
* cobc.c (compare_prepare): fixed bug #569: stop copying into cmp_line | ||
when line length exceeds CB_LINE_LENGTH. | ||
|
||
2020-06-30 Simon Sobisch <[email protected]> | ||
|
||
FR #53 TURN directive - finished command line variant as -fno-ec/-fec | ||
* cobc.c, flag.def, help.c: renamed -fdisable-ec/-fenable-ec | ||
* cobc.c: removed the need to use EC- prefix in the name for -f[no-]ec | ||
* flag.def, help.c: fixed some help output | ||
|
||
2020-06-30 Edward Hart <[email protected]> | ||
|
||
* typeck.c (validate_move): refactored. | ||
|
@@ -1381,14 +1401,15 @@ | |
2020-06-23 Edward Hart <[email protected]> | ||
|
||
FR #53 TURN directive | ||
* cobc.c, cobc.h: completed initial implementation on disabling ECs. | ||
* cobc.c, cobc.h: completed initial implementation on disabling ECs | ||
on command line with -fdisable-ec=NAME -fenable-ec=NAME | ||
* cobc.c, cobc.h, parser.y, ppparse.y, scanner.l: completed initial | ||
implementation of >>TURN. | ||
implementation of >>TURN | ||
|
||
2020-06-22 Simon Sobisch <[email protected]> | ||
|
||
* cobc.c, cobc.h, flag.def, ppparse.y: draft work on >>TURN and | ||
disabling exceptions (FR #53). | ||
disabling exceptions (FR #53) | ||
|
||
2020-06-22 Simon Sobisch <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1307,6 +1307,11 @@ | |
* fextfh.c (copy_file_to_fcd): use cob_cache_malloc instead of cob_strdup | ||
* fsqlxfd.c: if count_components > 1 then its a composite key | ||
|
||
2020-11-20 Simon Sobisch <[email protected]> | ||
|
||
* common.c (cob_stack_trace_internal): early exit if no data available | ||
* common.c (cob_check_version): test for minimal version 2.2 | ||
|
||
2020-11-18 Simon Sobisch <[email protected]> | ||
|
||
* common.c (cob_init): skip initialization again if already done as | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,10 +108,9 @@ | |
|
||
2020-11-20 Simon Sobisch <[email protected]> | ||
|
||
* general: pass AWK, GREP, SED to the testsuite | ||
* general: pass AWK, GREP, SED to the testsuite and use those | ||
* atlocal.in, atlocal_valgrind, atlocal_win: | ||
remove temporary file info.out after use | ||
* listings-sed.sh: replace both 2 and 3-part version numbers | ||
|
||
2020-11-12 Simon Sobisch <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.