-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: opensourcecobol/opensource-cobol
base: b079403
head repository: opensourcecobol/opensource-cobol
compare: 5dd19d9
- 17 commits
- 15 files changed
- 7 contributors
Commits on Apr 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4cf28db - Browse repository at this point
Copy the full SHA 4cf28dbView commit details
Commits on Jul 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ce17366 - Browse repository at this point
Copy the full SHA ce17366View commit details
Commits on Jul 17, 2019
-
Merge pull request #44 from Yamamame/develop
コンパイルオプションの文字列連結を修正 Fix problem that combining option strings when using many `-I` options.
Configuration menu - View commit details
-
Copy full SHA for 4ad50b8 - Browse repository at this point
Copy the full SHA 4ad50b8View commit details
Commits on Aug 9, 2019
-
fix(libcob): NATIONAL項目のMOVEのメモリ違反の修正
DISPLAY以外の数値項目からNATIONAL項目へMOVEする際, 不正なメモリへの書き込みが発生していたため,該当箇所を修正した.
y-sakamoto committedAug 9, 2019 Configuration menu - View commit details
-
Copy full SHA for f19b85f - Browse repository at this point
Copy the full SHA f19b85fView commit details -
Merge pull request #45 from opensourcecobol/feature/fix_national_move…
…_error fix(libcob): NATIONAL項目のMOVEのメモリ違反の修正
Configuration menu - View commit details
-
Copy full SHA for 6f3a875 - Browse repository at this point
Copy the full SHA 6f3a875View commit details
Commits on Jul 27, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 196ff43 - Browse repository at this point
Copy the full SHA 196ff43View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cdd2ac2 - Browse repository at this point
Copy the full SHA cdd2ac2View commit details -
test(*): Added case where parent calls multiple programs to test CANC…
…EL ALL * Added tests related to modifying cob_push_call_stack_list
Configuration menu - View commit details
-
Copy full SHA for c803e89 - Browse repository at this point
Copy the full SHA c803e89View commit details
Commits on May 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c7b9fa4 - Browse repository at this point
Copy the full SHA c7b9fa4View commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 93def13 - Browse repository at this point
Copy the full SHA 93def13View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37a6aa5 - Browse repository at this point
Copy the full SHA 37a6aa5View commit details
Commits on Jul 31, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 166fcf8 - Browse repository at this point
Copy the full SHA 166fcf8View commit details -
fix(call): call stack cleanup when cancel all.
* Fixed the program stack list to be initialized every time CANCEL ALL is executed.
Configuration menu - View commit details
-
Copy full SHA for be47d1b - Browse repository at this point
Copy the full SHA be47d1bView commit details
Commits on Aug 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d93d607 - Browse repository at this point
Copy the full SHA d93d607View commit details -
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 ```
Configuration menu - View commit details
-
Copy full SHA for c3d9146 - Browse repository at this point
Copy the full SHA c3d9146View commit details -
Merge pull request #59 from n-isaka/develop
fix(tests): Errors occurring in the new version of GCC
Configuration menu - View commit details
-
Copy full SHA for 2d6e62f - Browse repository at this point
Copy the full SHA 2d6e62fView commit details -
Merge pull request #58 from n-isaka/fix/cancel_all_clear
Clear the program stack when executing CANCEL ALL.
Configuration menu - View commit details
-
Copy full SHA for 5dd19d9 - Browse repository at this point
Copy the full SHA 5dd19d9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff b079403...5dd19d9