| 2025-06-06 Robert Dubner <rdubner@symas.com> |
| James K. Lowden <jklowden@cobolworx.com> |
| |
| * common-defs.h (enum cbl_file_mode_t): Whitespace. |
| (enum file_stmt_t): Likewise. |
| (ec_cmp): Likewise. |
| (struct cbl_declarative_t): Add "explicit" keyword. |
| (class cbl_enabled_exceptions_t): Whitespace. |
| * gfileio.cc: Remove cppcheck comment. |
| * libgcobol.cc (class ec_status_t): Add "explicit" keyword. |
| (match_declarative): Remove %zu. |
| (default_exception_handler): Likwise. |
| (__gg__check_fatal_exception): Exception overhead. |
| (__gg__exception_push): Remove %zu. |
| (__gg__exception_pop): Likewise. |
| (cbl_enabled_exception_t::dump): Likewise. |
| (__gg__match_exception): Exception overhead; remove %zu. |
| (cbl_enabled_exceptions_t::dump): Remove %zu. |
| (__gg__set_exception_environment): Likewise. |
| |
| 2025-06-05 Robert Dubner <rdubner@symas.com> |
| |
| PR cobol/119975 |
| * configure.ac: AC_CHECK_LIB(rt, clock_gettime). |
| * config.h.in: Likewise. |
| * configure: Likewise. |
| * gfileio.cc: Remove in-line cppcheck-suppress. |
| * intrinsic.cc (timespec_to_string): Use guarded clock_gettime(). |
| (__gg__current_date): Likewise. |
| (__gg__seconds_past_midnight): Likewise. |
| (__gg__formatted_current_date): Likewise. |
| (__gg__random): Likewise. |
| (__gg__random_next): Likewise. |
| (__gg__when_compiled): Likewise. |
| * libgcobol.cc (cobol_time): Likewise. |
| (get_time_nanoseconds): Likewise. |
| (__gg__clock_gettime): Likewise. |
| (__gg__get_date_hhmmssff): Likewise. |
| * libgcobol.h (__gg__clock_gettime): Likewise. |
| (struct cbl_timespec): Likewise. |
| |
| 2025-06-04 Robert Dubner <rdubner@symas.com> |
| |
| PR cobol/119323 |
| * charmaps.cc (__gg__raw_to_ascii): Eliminate cppcheck warnings. |
| (__gg__raw_to_ebcdic): Likewise. |
| (__gg__ebcdic_to_console): Likewise. |
| (__gg__console_to_ascii): Likewise. |
| (__gg__console_to_ebcdic): Likewise. |
| * common-defs.h (struct cbl_declarative_t): Likewise. |
| * gfileio.cc (get_filename): Likewise. |
| (max_value): Likewise. |
| (relative_file_delete_varying): Likewise. |
| (relative_file_delete): Likewise. |
| (read_an_indexed_record): Likewise. |
| (position_state_restore): Likewise. |
| (indexed_file_delete): Likewise. |
| (indexed_file_start): Likewise. |
| (sequential_file_rewrite): Likewise. |
| (relative_file_write_varying): Likewise. |
| (relative_file_write): Likewise. |
| (sequential_file_write): Likewise. |
| (indexed_file_write): Likewise. |
| (__io__file_write): Likewise. |
| (line_sequential_file_read): Likewise. |
| (indexed_file_read): Likewise. |
| (file_indexed_open): Likewise. |
| (__gg__file_reopen): Likewise. |
| * gmath.cc (conditional_stash): Likewise. |
| (__gg__pow): Likewise. |
| (multiply_int256_by_int64): Likewise. |
| (add_int256_to_int256): Likewise. |
| (divide_int256_by_int64): Likewise. |
| (squeeze_int256): Likewise. |
| (get_int256_from_qualified_field): Likewise. |
| (__gg__add_fixed_phase1): Likewise. |
| (__gg__addf1_fixed_phase2): Likewise. |
| (__gg__fixed_phase2_assign_to_c): Likewise. |
| (__gg__add_float_phase1): Likewise. |
| (__gg__addf1_float_phase2): Likewise. |
| (__gg__float_phase2_assign_to_c): Likewise. |
| (__gg__addf3): Likewise. |
| (__gg__subtractf1_fixed_phase2): Likewise. |
| (__gg__subtractf2_fixed_phase1): Likewise. |
| (__gg__subtractf1_float_phase2): Likewise. |
| (__gg__subtractf2_float_phase1): Likewise. |
| (__gg__subtractf3): Likewise. |
| (__gg__multiplyf1_phase1): Likewise. |
| (multiply_int128_by_int128): Likewise. |
| (__gg__multiplyf1_phase2): Likewise. |
| (__gg__multiplyf2): Likewise. |
| (shift_in_place128): Likewise. |
| (divide_int128_by_int128): Likewise. |
| (__gg__dividef1_phase2): Likewise. |
| (__gg__dividef23): Likewise. |
| (__gg__dividef45): Likewise. |
| * intrinsic.cc (struct input_state): Likewise. |
| (get_value_as_double_from_qualified_field): Likewise. |
| (kahan_summation): Likewise. |
| (variance): Likewise. |
| (get_all_time): Likewise. |
| (populate_ctm_from_date): Likewise. |
| (populate_ctm_from_time): Likewise. |
| (ftime_replace): Likewise. |
| (__gg__abs): Likewise. |
| (__gg__acos): Likewise. |
| (__gg__annuity): Likewise. |
| (__gg__asin): Likewise. |
| (__gg__atan): Likewise. |
| (__gg__byte_length): Likewise. |
| (__gg__char): Likewise. |
| (__gg__combined_datetime): Likewise. |
| (__gg__cos): Likewise. |
| (__gg__date_of_integer): Likewise. |
| (__gg__date_to_yyyymmdd): Likewise. |
| (__gg__day_of_integer): Likewise. |
| (__gg__day_to_yyyyddd): Likewise. |
| (__gg__exp): Likewise. |
| (__gg__exp10): Likewise. |
| (__gg__factorial): Likewise. |
| (__gg__formatted_current_date): Likewise. |
| (__gg__formatted_date): Likewise. |
| (__gg__formatted_datetime): Likewise. |
| (__gg__formatted_time): Likewise. |
| (__gg__integer): Likewise. |
| (__gg__integer_of_date): Likewise. |
| (__gg__integer_of_day): Likewise. |
| (__gg__integer_part): Likewise. |
| (__gg__fraction_part): Likewise. |
| (__gg__log): Likewise. |
| (__gg__log10): Likewise. |
| (__gg__max): Likewise. |
| (__gg__lower_case): Likewise. |
| (__gg__median): Likewise. |
| (__gg__min): Likewise. |
| (numval): Likewise. |
| (numval_c): Likewise. |
| (__gg__numval): Likewise. |
| (__gg__test_numval): Likewise. |
| (__gg__numval_c): Likewise. |
| (__gg__test_numval_c): Likewise. |
| (__gg__ord): Likewise. |
| (__gg__rem): Likewise. |
| (__gg__trim): Likewise. |
| (__gg__random): Likewise. |
| (__gg__reverse): Likewise. |
| (__gg__sign): Likewise. |
| (__gg__sin): Likewise. |
| (__gg__sqrt): Likewise. |
| (__gg__tan): Likewise. |
| (__gg__test_date_yyyymmdd): Likewise. |
| (__gg__test_day_yyyyddd): Likewise. |
| (__gg__upper_case): Likewise. |
| (__gg__year_to_yyyy): Likewise. |
| (gets_int): Likewise. |
| (gets_year): Likewise. |
| (gets_month): Likewise. |
| (gets_day): Likewise. |
| (gets_day_of_week): Likewise. |
| (gets_day_of_year): Likewise. |
| (gets_week): Likewise. |
| (gets_hours): Likewise. |
| (gets_minutes): Likewise. |
| (gets_seconds): Likewise. |
| (gets_nanoseconds): Likewise. |
| (fill_cobol_tm): Likewise. |
| (__gg__test_formatted_datetime): Likewise. |
| (__gg__integer_of_formatted_date): Likewise. |
| (__gg__seconds_from_formatted_time): Likewise. |
| (__gg__hex_of): Likewise. |
| (__gg__highest_algebraic): Likewise. |
| (__gg__lowest_algebraic): Likewise. |
| (floating_format_tester): Likewise. |
| (__gg__numval_f): Likewise. |
| (__gg__test_numval_f): Likewise. |
| (ismatch): Likewise. |
| (iscasematch): Likewise. |
| (strstr): Likewise. |
| (strcasestr): Likewise. |
| (strlaststr): Likewise. |
| (strcaselaststr): Likewise. |
| (__gg__substitute): Likewise. |
| (__gg__locale_compare): Likewise. |
| (__gg__locale_date): Likewise. |
| (__gg__locale_time): Likewise. |
| (__gg__locale_time_from_seconds): Likewise. |
| * libgcobol.cc (class ec_status_t): Likewise. |
| (__gg__set_truncation_mode): Likewise. |
| (malloc): Likewise. |
| (__gg__mabort): Likewise. |
| (__gg__resize_int_p): Likewise. |
| (__gg__resize_treeplet): Likewise. |
| (var_is_refmod): Likewise. |
| (value_is_too_big): Likewise. |
| (__gg__string_to_alpha_edited_ascii): Likewise. |
| (int128_to_field): Likewise. |
| (edited_to_binary): Likewise. |
| (get_binary_value_local): Likewise. |
| (__gg__get_date_yymmdd): Likewise. |
| (__gg__get_date_yyyymmdd): Likewise. |
| (__gg__get_date_yyddd): Likewise. |
| (__gg__get_yyyyddd): Likewise. |
| (__gg__get_date_dow): Likewise. |
| (get_scaled_rdigits): Likewise. |
| (format_for_display_internal): Likewise. |
| (compare_88): Likewise. |
| (get_float128): Likewise. |
| (compare_field_class): Likewise. |
| (compare_strings): Likewise. |
| (__gg__compare_2): Likewise. |
| (__gg__sort_table): Likewise. |
| (init_var_both): Likewise. |
| (alpha_to_alpha_move_from_location): Likewise. |
| (alpha_to_alpha_move): Likewise. |
| (__gg__move): Likewise. |
| (__gg__move_literala): Likewise. |
| (__gg__sort_workfile): Likewise. |
| (__gg__merge_files): Likewise. |
| (normalize_id): Likewise. |
| (inspect_backward_format_1): Likewise. |
| (__gg__inspect_format_1): Likewise. |
| (inspect_backward_format_2): Likewise. |
| (__gg__inspect_format_2): Likewise. |
| (__gg__inspect_format_4): Likewise. |
| (move_string): Likewise. |
| (__gg__string): Likewise. |
| (display_both): Likewise. |
| (__gg__display_string): Likewise. |
| (__gg__accept): Likewise. |
| (__gg__binary_value_from_qualified_field): Likewise. |
| (__gg__float128_from_qualified_field): Likewise. |
| (float128_to_int128): Likewise. |
| (float128_to_location): Likewise. |
| (__gg__set_initial_switch_value): Likewise. |
| (is_numeric_display_numeric): Likewise. |
| (is_packed_numeric): Likewise. |
| (is_alpha_a_number): Likewise. |
| (__gg__classify): Likewise. |
| (__gg__accept_envar): Likewise. |
| (__gg__set_envar): Likewise. |
| (command_line_plan_b): Likewise. |
| (__gg__get_command_line): Likewise. |
| (__gg__set_pointer): Likewise. |
| (__gg__ascii_to_internal_field): Likewise. |
| (__gg__internal_to_console_in_place): Likewise. |
| (__gg__routine_to_call): Likewise. |
| (__gg__fetch_call_by_value_value): Likewise. |
| (__gg__assign_value_from_stack): Likewise. |
| (__gg__literaln_alpha_compare): Likewise. |
| (string_in): Likewise. |
| (__gg__unstring): Likewise. |
| (local_ec_type_of): Likewise. |
| (struct exception_descr_t): Likewise. |
| (struct cbl_exception_t): Likewise. |
| (cbl_enabled_exception_t: Likewise.: Likewise.dump): Likewise. |
| (__gg__match_exception): Likewise. |
| (__gg__float128_from_location): Likewise. |
| (__gg__integer_from_float128): Likewise. |
| (__gg__set_exception_file): Likewise. |
| (__gg__func_exception_file): Likewise. |
| (__gg__set_exception_code): Likewise. |
| (__gg__is_float_infinite): Likewise. |
| (__gg__float32_from_128): Likewise. |
| (__gg__float32_from_64): Likewise. |
| (__gg__float64_from_128): Likewise. |
| (__gg__copy_as_big_endian): Likewise. |
| (__gg__get_figconst_data): Likewise. |
| (find_in_dirs): Likewise. |
| (__gg__function_handle_from_cobpath): Likewise. |
| (__gg__just_mangle_name): Likewise. |
| (__gg__function_handle_from_literal): Likewise. |
| (__gg__function_handle_from_name): Likewise. |
| (__gg__mirror_range): Likewise. |
| (__gg__deallocate): Likewise. |
| (__gg__allocate): Likewise. |
| (__gg__module_name): Likewise. |
| (__gg__set_env_name): Likewise. |
| (__gg__set_env_value): Likewise. |
| * libgcobol.h (__gg__mabort): Likewise. |
| (massert): Likewise. |
| (PTRCAST): Likewise. |
| (__gg__float128_from_location): Likewise. |
| (__gg__set_exception_file): Likewise. |
| (__gg__binary_value_from_qualified_field): Likewise. |
| (__gg__float128_from_qualified_field): Likewise. |
| * valconv.cc (__gg__realloc_if_necessary): Likewise. |
| (__gg__alphabet_create): Likewise. |
| (__gg__string_to_numeric_edited): Likewise. |
| (__gg__string_to_alpha_edited): Likewise. |
| * valconv.h: Likewise. |
| |
| 2025-06-01 Robert Dubner <rdubner@symas.com> |
| |
| PR cobol/119524 |
| * libgcobol.cc (__gg__fprintf_stderr): New function. |
| |
| 2025-05-20 Robert Dubner <rdubner@symas.com> |
| James K. Lowden <jklowden@cobolworx.com> |
| |
| * charmaps.cc: Switch to C++ includes. |
| * common-defs.h: Likewise. |
| * constants.cc: Likewise. |
| * ec.h: Remove #include <assert.h>. |
| * gcobolio.h (GCOBOLIO_H_): Switch to C++ includes. |
| * gfileio.cc: Likewise. |
| * gmath.cc: Likewise. |
| * intrinsic.cc: Comment formatting; C++ includes. |
| * io.cc: C++ includes. |
| * libgcobol.cc: (__gg__stash_exceptions): Eliminate. |
| * valconv.cc: Switch to C++ includes. |
| |
| 2025-05-20 Robert Dubner <rdubner@symas.com> |
| |
| PR cobol/119885 |
| * intrinsic.cc: (__gg__sqrt): Change test from <= zero to < zero. |
| |
| 2025-05-16 Robert Dubner <rdubner@symas.com> |
| |
| * common-defs.h (struct cbl_declarative_t): Eliminate blobl. |
| * libgcobol.cc (__gg__set_env_name): Code for ENVIRONMENT-NAME/VALUE. |
| (__gg__set_env_value): Likewise. |
| |
| 2025-05-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| |
| * libgcobol.cc [!LOG_PERROR] (LOG_PERROR): Provide fallback. |
| |
| 2025-05-11 Robert Dubner <rdubner@symas.com> |
| |
| PR cobol/119377 |
| * common-defs.h: (struct cbl_declaratives_t): Change "bool global" to |
| "uint32_t global". |
| |
| 2025-05-10 Robert Dubner <rdubner@symas.com> |
| |
| * common-defs.h (ec_cmp): Delete "getenv("match_declarative")" calls. |
| (enabled_exception_match): Delete "getenv("match_declarative")" calls. |
| * libgcobol.cc: Eliminate __gg__odo_violation. |
| |
| 2025-05-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| |
| * configure.ac: Handle --enable-libgcobol. |
| Let it override LIBGCOBOL_SUPPORTED. |
| * configure: Regenerate. |
| |
| 2025-05-06 Iain Sandoe <iain@sandoe.co.uk> |
| |
| * config.h.in: Regenerate. |
| * configure: Regenerate. |
| * configure.ac: Check for program_invocation_short_name and |
| and getprogname(). |
| * libgcobol.cc (default_exception_handler): When the platform |
| has program_invocation_short_name, use it otherwise fall |
| back to using getprogname() or a constant string (if neither |
| interface is available). |
| |
| 2025-05-05 Robert Dubner <rdubner@symas.com> |
| |
| * charmaps.cc: Add #include <vector>. |
| * common-defs.h (COMMON_DEFS_H_): Add #include <stdio.h>. |
| (enum cbl_file_mode_t): Add file_mode_any_e. |
| (enum file_stmt_t): Created. |
| (cbl_file_mode_str): Add case for file_mode_any_e. |
| (ec_cmp): Exceptions. |
| (struct cbl_enabled_exception_t): Likewise. |
| (struct cbl_declarative_t): Likewise. |
| (class cbl_enabled_exceptions_array_t): Likewise. |
| (class cbl_enabled_exceptions_t): Likewise. |
| (struct cbl_enabled_exceptions_array_t): Likewise. |
| (enabled_exception_match): Likewise. |
| * constants.cc: Add #include <vector>. |
| * exceptl.h (struct cbl_exception_t): Removed. |
| (struct cbl_declarative_t): Removed. |
| (class ec_status_t): Removed. |
| * gcobolio.h: Add symbol_table_index to cblc_file_t. |
| * gfileio.cc: Add #include <vector> |
| (establish_status): Comment. |
| (__io__file_init): Handle symbol_table_index. |
| (__io__file_delete): Set file->prior_op. |
| (__io__file_rewrite): Likewise. |
| (__io__file_read): Likewise. |
| (__io__file_open): Likewise. |
| (__io__file_close): Likewise. |
| * gmath.cc: Include #include <vector>. |
| * intrinsic.cc: Include #include <vector>. |
| * libgcobol.cc: Multiple modifications for exceptions. |
| * valconv.cc: #include <vector>. |
| |
| 2025-05-02 Jakub Jelinek <jakub@redhat.com> |
| |
| PR cobol/119364 |
| * valconv.cc (__gg__realloc_if_necessary): Use (new_size>>16)>>16; |
| instead of new_size>>32; to avoid warnings on 32-bit hosts. |
| * common-defs.h (enum cbl_field_attr_t): Use uint64_t |
| as underlying type rather than size_t. |
| * gcobolio.h (cblc_field_t): Change attr member type from size_t |
| to unsigned long long. |
| |
| 2025-04-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| |
| * configure.ac: Check for struct tm.tm_zone. |
| * configure, config.h.in: Regenerate. |
| * intrinsic.cc (__gg__formatted_current_date): Guard tm.tm_zone |
| use with HAVE_STRUCT_TM_TM_ZONE. |
| |
| 2025-04-15 Andreas Schwab <schwab@suse.de> |
| |
| * configure.tgt: Set LIBGCOBOL_SUPPORTED for riscv64-*-linux* with |
| 64-bit multilib. |
| |
| 2025-04-15 Jakub Jelinek <jakub@redhat.com> |
| Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| |
| PR cobol/119244 |
| * acinclude.m4 (LIBGCOBOL_CHECK_FLOAT128): Ensure |
| libgcob_cv_have_float128 is not yes on targets with IEEE quad |
| long double. Don't check for --as-needed nor set LIBQUADSPEC |
| on targets which USE_IEC_60559. |
| * libgcobol-fp.h (FP128_FMT, strtofp128, strfromfp128): Define. |
| * intrinsic.cc (strtof128): Don't redefine. |
| (WEIRD_TRANSCENDENT_RETURN_VALUE): Use GCOB_FP128_LITERAL macro. |
| (__gg__numval_f): Use strtofp128 instead of strtof128. |
| * libgcobol.cc (strtof128): Don't redefine. |
| (format_for_display_internal): Use strfromfp128 instead of |
| strfromf128 or quadmath_snprintf and use FP128_FMT in the format |
| string. |
| (get_float128, __gg__compare_2, __gg__move, __gg__move_literala): |
| Use strtofp128 instead of strtof128. |
| * configure: Regenerate. |
| |
| 2025-04-14 Andreas Schwab <schwab@suse.de> |
| |
| * libgcobol.cc (__gg__float64_from_128): Mark literal as float128 |
| literal. |
| |
| 2025-04-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| |
| * valconv.cc (__gg__string_to_numeric_edited): Use strchr instead |
| of index. |
| |
| 2025-04-12 Bob Dubner <rdubner@symas.com> |
| |
| PR cobol/119694 |
| * gfileio.cc: Eliminate getenv() calls. |
| * libgcobol.cc: Likewise. |
| |
| 2025-04-10 Iain Sandoe <iain@sandoe.co.uk> |
| |
| * configure.tgt: Enable for x86_64 Darwin. |
| |
| 2025-04-10 Iain Sandoe <iain@sandoe.co.uk> |
| |
| PR cobol/119244 |
| * Makefile.am: Add support for libquadmath. |
| * Makefile.in: Regenerate. |
| * acinclude.m4: Add support for libquadmath. |
| * config.h.in: Regenerate. |
| * configure: Regenerate. |
| * configure.ac: Configure libquadmath support. |
| * gmath.cc: Use GCOB_FP128 to represent the configured |
| 128b floating point type. Use FP128_FUNC to represent |
| the naming of intrinsics in the configure 128b floating |
| point type. Render literals with GCOB_FP128_LITERAL. |
| * intrinsic.cc: Likewise. |
| * libgcobol.cc: Likewise. |
| * libgcobol.h: Likewise. |
| * libgcobol-fp.h: New file. |
| * gfileio.cc: Include libgcobol-fp.h. |
| * libgcobol.spec.in: Add libquadmath configure output. |
| |
| 2025-04-09 Bob Dubner <rdubner@symas.com> |
| |
| PR cobol/119682 |
| * common-defs.h: Define the REFER_T_REFMOD constant. |
| * intrinsic.cc: (__gg__max): Change the calls to __gg__compare_2(), |
| (__gg__min): Likewise, (__gg__ord_min): Likewise, |
| (__gg__ord_max): Likewise. |
| * libgcobol.cc: (__gg__compare_2): Change definition of calling |
| parameters, eliminate separate flag bit for ALL and ADDRESS_OF, |
| change comparison of alphanumeric to numeric when the numeric |
| is a refmod. |
| * libgcobol.h: Change declaration of __gg__compare_2. |
| |
| 2025-04-05 Iain Sandoe <iain@sandoe.co.uk> |
| |
| * Makefile.am: Add libgcobol.spec and dependency. |
| * Makefile.in: Regenerate. |
| * configure: Regenerate. |
| * configure.ac: Add libgcobol.spec handling. |
| * libgcobol.spec.in: New file. |
| |
| 2025-04-05 Iain Sandoe <iain@sandoe.co.uk> |
| |
| * aclocal.m4: Regenerate. |
| * config.h.in: Regenerate. |
| * Makefile.am: Use the configured LIBS and extra_ldflags. |
| * Makefile.in: Regenerate. |
| * configure: Regenerate. |
| * configure.ac: Shift configure to use c++. Order tests for tools |
| and environment before other tests. |
| |
| 2025-04-04 Iain Sandoe <iain@sandoe.co.uk> |
| |
| * Makefile.am: Use $(LIBM) to add the math lib when |
| it is needed. |
| * Makefile.in: Regenerate. |
| * configure: Regenerate. |
| * configure.ac: Check if the target wants libm. |
| |
| 2025-04-04 Bob Dubner <rdubner@symas.com> |
| |
| * charmaps.h: Change __gg__data_return_code to 'short' type. |
| * constants.cc: Likewise. |
| |
| 2025-04-03 Iain Sandoe <iain@sandoe.co.uk> |
| |
| * config.h.in: Regenerate. |
| * configure: Regenerate. |
| * configure.ac: Check for availability of strfromf32 and |
| strfromf64. |
| * libgcobol.cc (strfromf32, strfromf64): New. |
| |
| 2025-04-03 Iain Sandoe <iain@sandoe.co.uk> |
| |
| PR cobol/119295 |
| * config.h.in: Regenerate. |
| * configure: Regenerate. |
| * configure.ac: Configure random_r and friends |
| * intrinsic.cc (__gg__random): Use random_r when available. |
| (__gg__random_next): Likewise. |
| |
| 2025-04-03 Iain Sandoe <iain@sandoe.co.uk> |
| |
| * gfileio.cc: Include config.h. |
| * gmath.cc: Likewise. |
| * io.cc: Likewise. |
| * libgcobol.cc: Likewise. |
| |
| 2025-04-02 Bob Dubner <rdubner@symas.com> |
| |
| PR cobol/119521 |
| * intrinsic.cc: (__gg__reverse): Trim final result for intermediate_e. |
| * libgcobol.cc: (__gg__adjust_dest_size): Abort on attempt to increase |
| the size of a result. (__gg__module_name): Formatting. |
| __gg__reverse(): Resize only intermediates |
| |
| 2025-03-28 Bob Dubner <rdubner@symas.com> |
| |
| * charmaps.cc:Eliminate "#include libgcobol.h". |
| Change comment about _Float128. |
| * common-defs.h: Change comment about _Float128. Receive |
| #defines from libgcobol.h. |
| * constants.cc: Eliminate #include libgcobol.h. Eliminate other |
| unneeded #includes. |
| * ec.h: Receive declarations from libgcobol.h. |
| * gcobolio.h: Likewise. |
| * gfileio.cc: (__gg__file_init): Use file_flag_none_e instead of |
| zero in assignment. (__gg__file_reopen): Likewise. |
| (__io__file_open): Likewise. |
| * gfileio.h: Receive declarations from libgcobol.h. |
| * libgcobol.h: Numerous declarations moved elsewhere. |
| |
| 2025-03-26 Jonathan Wakely <jwakely@redhat.com> |
| |
| * charmaps.cc (__gg__raw_to_ascii): Use auto for complicated |
| nested type. |
| (__gg__raw_to_ebcdic): Likewise. |
| (__gg__console_to_ascii): Likewise. |
| (__gg__console_to_ebcdic): Likewise. |
| |
| 2025-03-26 Jonathan Wakely <jwakely@redhat.com> |
| |
| * intrinsic.cc (is_zulu_format): Qualify toupper and cast |
| argument to unsigned char. |
| (fill_cobol_tm): Likewise. |
| (iscasematch): Likewise for to lower. |
| (numval): Qualify calls to tolower. |
| (__gg__lower_case): Use lambda expression for |
| tolower call. |
| (__gg__upper_case): Likewise for toupper call. |
| * libgcobol.cc (mangler_core): Cast tolower argument to unsigned |
| char. |
| * valconv.cc (__gg__string_to_numeric_edited): Cast to upper |
| arguments to unsigned char. |
| |
| 2025-03-26 Jonathan Wakely <jwakely@redhat.com> |
| |
| * common-defs.h (cbl_enabled_exceptions_t::operator=): Define as |
| defaulted. |
| |
| 2025-03-23 Bob Dubner <rdubner@symas.com> |
| |
| * Makefile.am: Incorporate AM_CXXFLAGS = $(CXXFLAGS_FOR_TARGET). |
| * Makefile.in: Regenerated. |
| |
| 2025-03-20 Iain Sandoe <iain@sandoe.co.uk> |
| |
| * Makefile.am: Use LIBICONV. |
| * Makefile.in: Regenerate. |
| * aclocal.m4: Regenerate. |
| * config.h.in: Regenerate. |
| * configure: Regenerate. |
| * configure.ac: Check for iconv support. |
| |
| 2025-03-17 Bob Dubner <rdubner@symas.com> |
| |
| * charmaps.cc: Remove unused headers |
| * libgcobol.h: Likewise. |
| * valconv.cc: Likewise. |
| |
| 2025-03-14 Richard Biener <rguenther@suse.de> |
| |
| * Makefile.am: Define gcc_version. |
| * configure.ac: Execute GCC_BASE_VER. |
| * Makefile.in: Regenerated. |
| * configure: Likewise. |
| |
| 2025-03-12 Jonathan Wakely <jwakely@redhat.com> |
| |
| * charmaps.cc: Fix typo in comment. |
| |
| 2025-03-11 Jakub Jelinek <jakub@redhat.com> |
| |
| * config.h.in: Regenerate. |
| |
| 2025-03-11 Jakub Jelinek <jakub@redhat.com> |
| |
| PR cobol/119216 |
| * configure.tgt: On fully unsupported targets set UNSUPPORTED=1. |
| * configure.ac: Add AC_CHECK_SIZEOF([void *]), source in |
| configure.tgt and set BUILD_LIBGCOBOL also based on |
| LIBGCOBOL_SUPPORTED. |
| * Makefile.am (toolexeclib_LTLIBRARIES): Conditionalize on |
| BUILD_LIBGCOBOL. |
| (AM_CFLAGS): Rename to ... |
| (AM_CXXFLAGS): ... this. |
| (%.lo: %.cc): Use $(AM_CXXFLAGS) rather than $(AM_CFLAGS). |
| * configure: Regenerate. |
| * Makefile.in: Regenerate. |
| |
| 2025-03-11 Jakub Jelinek <jakub@redhat.com> |
| |
| * Makefile.am: Remove tons of VAR = @VAR@ style lines. |
| (libgcobol.la): Remove. |
| (libgcobol_la_LFLAGS): Remove. |
| (all): Remove. |
| (.PHONY): Remove. |
| (install): Remove. |
| (%.lo: %.c): Remove. |
| (doc): Remove. |
| (install-html install-pdf install-info): Remove. |
| * Makefile.in: Regenerate. |
| |
| 2025-03-11 Jakub Jelinek <jakub@redhat.com> |
| |
| * configure.tgt: Remove x86_64-*-linux*x32 special case. |
| |
| 2025-03-11 Jakub Jelinek <jakub@redhat.com> |
| |
| * configure.tgt: Only set LIBGCOBOL_SUPPORTED for lp64 |
| multilibs of powerpc64le-*-linux* and x86_64-*-linux*. Handle |
| i?86-*-linux* the same as x86_64-*-linux*. |
| |
| 2025-03-11 James K. Lowden <jklowden@symas.com> |
| |
| * Makefile.am: New file. |
| * Makefile.in: Autogenerate. |
| * acinclude.m4: Likewise. |
| * aclocal.m4: Likewise. |
| * configure.ac: New file. |
| * configure: Autogenerate. |
| * configure.tgt: New file. |
| * README: New file. |
| * charmaps.cc: New file. |
| * config.h.in: New file. |
| * constants.cc: New file. |
| * gfileio.cc: New file. |
| * gmath.cc: New file. |
| * io.cc: New file. |
| * valconv.cc: New file. |
| * charmaps.h: New file. |
| * common-defs.h: New file. |
| * ec.h: New file. |
| * exceptl.h: New file. |
| * gcobolio.h: New file. |
| * gfileio.h: New file. |
| * gmath.h: New file. |
| * io.h: New file. |
| * libgcobol.h: New file. |
| * valconv.h: New file. |
| * libgcobol.cc: New file. |
| * intrinsic.cc: New file. |
| |
| |
| Copyright (C) 2025 Free Software Foundation, Inc. |
| |
| Copying and distribution of this file, with or without modification, |
| are permitted in any medium without royalty provided the copyright |
| notice and this notice are preserved. |