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.
- Loading branch information
Showing
4 changed files
with
53 additions
and
23 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,10 @@ | |
|
||
* configure.ac: replace AC_ARG_VAR by AC_SUBST where appropriate | ||
|
||
2023-07-24 Simon Sobisch <[email protected]> | ||
|
||
* configure.ac: fix for resolving COBCRUN_NAME | ||
|
||
2024-05-14 David Declerck <[email protected]> | ||
|
||
* configure.ac: update flags for building dynamic libraries on macOS | ||
|
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,16 @@ | |
|
||
* cobfile.c, gcdiff.c: fixed some warnings about unsigned char | ||
|
||
2023-07-24 Simon Sobisch <[email protected]> | ||
|
||
* cob-config.in: prevent warning to use datadir, but not datarootdir; | ||
allow abbreviated commands (blatantly copied from configure script) | ||
|
||
2023-07-01 Fabrice Le Fessant <[email protected]> | ||
|
||
* cob-config.in: echo in same order as arguments; add missing | ||
arguments (--bindir,--libdir,--datadir,--mandir,--includedir) | ||
|
||
2023-01-21 Simon Sobisch <[email protected]> | ||
|
||
* cobfile.c, gcdiff.c: fixed some warnings about signed char | ||
|
@@ -11,11 +21,6 @@ | |
|
||
* cobcrun.c: use libcob's cob_getenv_direct instead of getenv | ||
|
||
2023-07-01 Fabrice Le Fessant <[email protected]> | ||
|
||
* cob-config: echo in same order as arguments. Add missing | ||
arguments (--bindir,--libdir,--datadir,--mandir,--includedir) | ||
|
||
2022-10-18 Simon Sobisch <[email protected]> | ||
|
||
* cobcrun.c: minor validation - check for empty parameters | ||
|
@@ -349,7 +354,7 @@ | |
then you can switch easily. | ||
|
||
|
||
Copyright 2004-2008,2010,2012,2014-2022 Free Software Foundation, Inc. | ||
Copyright 2004-2008,2010,2012,2014-2023 Free Software Foundation, Inc. | ||
|
||
Copying and distribution of this file, with or without modification, are | ||
permitted provided the copyright notice and this notice are preserved. |
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