Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opensourcecobol/opensource-cobol
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b079403
Choose a base ref
...
head repository: opensourcecobol/opensource-cobol
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5dd19d9
Choose a head ref
  • 17 commits
  • 15 files changed
  • 7 contributors

Commits on Apr 19, 2019

  1. Merge tag 'v1.5.2J' into develop

    v1.5.2J
    n-isaka committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    4cf28db View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    ce17366 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Merge pull request #44 from Yamamame/develop

    コンパイルオプションの文字列連結を修正
    
    Fix problem that combining option strings when using many `-I` options.
    n-isaka authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    4ad50b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. fix(libcob): NATIONAL項目のMOVEのメモリ違反の修正

    DISPLAY以外の数値項目からNATIONAL項目へMOVEする際,
    不正なメモリへの書き込みが発生していたため,該当箇所を修正した.
    y-sakamoto committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    f19b85f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from opensourcecobol/feature/fix_national_move…

    …_error
    
    fix(libcob): NATIONAL項目のMOVEのメモリ違反の修正
    ytr-sakamoto authored Aug 9, 2019
    Configuration menu
    Copy the full SHA
    6f3a875 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. fix(call): cob_push_call_stack_list issue

    * Fixed an issue connecting to the wrong node when add new sister node at cob_push_call_stack_list function.
    n-isaka committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    196ff43 View commit details
    Browse the repository at this point in the history
  2. fix(call): Duplicate CANCEL issue when CANCEL ALL

    * Fixed the problem that the program was canceled in duplicate by the recurrence function and loop processing.
    n-isaka committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    cdd2ac2 View commit details
    Browse the repository at this point in the history
  3. test(*): Added case where parent calls multiple programs to test CANC…

    …EL ALL
    
    * Added tests related to modifying cob_push_call_stack_list
    n-isaka committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    c803e89 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    c7b9fa4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Improve workflow.yml

    yutaro-sakamoto authored May 12, 2022
    Configuration menu
    Copy the full SHA
    93def13 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    37a6aa5 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Merge pull request #46 from opensourcecobol/feature/fix_cob_push_call…

    …_stack_list
    
    複数プログラム実行時のCANCEL ALLに関する問題 / Problems with CANCEL ALL when running multiple programs
    
    親プログラムから3つ以上のプログラムを実行したのち、CANCEL ALLを実施した際に、正常にすべてのプログラムがCANCELされていなかった問題を修正した。
    
    Fixed the problem that not all programs were normally CANCELed when CANCEL ALL was executed after executing 3 or more programs from the parent program.
    n-isaka authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    166fcf8 View commit details
    Browse the repository at this point in the history
  2. fix(call): call stack cleanup when cancel all.

    * Fixed the program stack list to be initialized every time CANCEL ALL is executed.
    n-isaka committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    be47d1b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    d93d607 View commit details
    Browse the repository at this point in the history
  2. fix(tests): Errors occurring in the new version of GCC

    * Fixes the issue with multiple definitions of `cob_unifunc` when linking COBOL modules.
    * The following error occurred
    ```
    gcc -pipe  -Wl,--export-dynamic -o prog caller.o callee.o  -L/usr/local/lib -lcob -lm -lvbisam -lgmp -lncurses
    /usr/bin/ld: callee.o:(.bss+0x0): multiple definition of `cob_unifunc'; caller.o:(.bss+0x0): first defined here
    collect2: error: ld returned 1 exit status
    ```
    n-isaka committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    c3d9146 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #59 from n-isaka/develop

    fix(tests): Errors occurring in the new version of GCC
    n-isaka authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    2d6e62f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #58 from n-isaka/fix/cancel_all_clear

    Clear the program stack when executing CANCEL ALL.
    n-isaka authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    5dd19d9 View commit details
    Browse the repository at this point in the history
Loading