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.
Merge SVN 5038, 5039, 5040, 5041, 5043
- Loading branch information
Showing
11 changed files
with
465 additions
and
262 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
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 |
---|---|---|
|
@@ -83,6 +83,25 @@ | |
* fileio.c (cob_file_sort_options), common.h: new function to pass more | ||
options, so far only used to set flag_merge | ||
|
||
2023-05-09 Simon Sobisch <[email protected]> | ||
|
||
* cconv.c (cob_field_to_string): moved from common.c | ||
* cconv.c (cob_init_cconv), coblocal.h, common.c: added | ||
* cconv.c (cob_toupper, cob_tolower, cob_init_cconv), coblocal.h: | ||
included (copy from cobc/reserved.c) | ||
* coblocal.h (enum cob_case_modifier): new enum to select case-adjustment | ||
* cconv.c (cob_field_to_string), coblocal.h: adjusted function signature, | ||
allowing for optional change of case during copy and returning the size | ||
to process or negative error values in case of "no data to process" | ||
* cconv.c (cob_field_to_string): return error if truncating would be | ||
necessary | ||
* reportio.c, intrinsic.c, fileio.c->fextfh.c,fsqlxfd.c, common.c, call.c: adjusted for new | ||
signature of cob_field_to_string | ||
* intrinsic.c (locale_time, cob_intr_locale_date, cob_intr_locale_compare): | ||
always use full locale string passed, error handling improved | ||
* common.c (cob_set_locale, cob_get_environment, cob_display_env_value): | ||
use local buffer, error handling improved | ||
|
||
2023-04-28 Simon Sobisch <[email protected]> | ||
|
||
* common.c (explain_field_type): distinguish COMP-6 and unsigned packed | ||
|
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.