-
Notifications
You must be signed in to change notification settings - Fork 25
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
20 changed files
with
2,662 additions
and
583 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 |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
|
||
* configure.ac: replace AC_ARG_VAR by AC_SUBST where appropriate | ||
|
||
2023-04-05 Simon Sobisch <[email protected]> | ||
|
||
* configure.ac: pass --enable-debug to autoconf generated files as | ||
COB_ENABLE_DEBUG, currently used for running extra test cycles in | ||
the test suite | ||
|
||
2023-03-03 Simon Sobisch <[email protected]> | ||
|
||
* configure.ac: allow specification of XML2_CONFIG (only used if | ||
|
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 |
---|---|---|
|
@@ -82,6 +82,12 @@ | |
* typeck.c (cb_build_cond, cb_emit_divide, cb_build_move_literal): | ||
minor refactoring | ||
|
||
2023-04-04 Simon Sobisch <[email protected]> | ||
|
||
* tree.c (cb_build_picture): don't include leading Ps in digit count | ||
* typeck.c (validate_move): adjust checks for move from literal, fixing | ||
PPP edge cases; rewrote calculation for most and least significant places | ||
|
||
2023-03-29 Simon Sobisch <[email protected]> | ||
|
||
* typeck.c (count_pic_edited): renamed from count_pic_alphanumeric_edited | ||
|
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
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.