forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
192 lines (123 loc) · 6.51 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
2024-09-02 Simon Sobisch <[email protected]>
* ar-lib, config.guess, config.rpath, config.sub, texinfo.tex: updated
to recent versions from
https://git.savannah.gnu.org/cgit/gnulib.git/tree/build-aux/
2023-06-03 Simon Sobisch <[email protected]>
* config.sub, texinfo.tex: updated to recent versions from
https://git.savannah.gnu.org/cgit/gnulib.git/tree/build-aux/
* create_mingw_bindist.sh: fix check for MSYS2/mingw environments
2023-02-06 Simon Sobisch <[email protected]>
* pre-inst-env.in: export COB_ON_CYGWIN for testsuite checks
2023-01-18 Simon Sobisch <[email protected]>
* bootstrap: use of $TMPDIR instead of /tmp
2022-12-09 Simon Sobisch <[email protected]>
* create_mingw_bindist.sh: optional installation of locales and manpages;
MSYS2 builds now working with use of previously added MINGWDIR
2022-12-01 Simon Sobisch <[email protected]>
* bootstrap: drop tarstamp.h generation, done via make
* config.guess, config.sub: updated to recent versions from
https://git.savannah.gnu.org/cgit/config.git
2022-06-30 Simon Sobisch <[email protected]>
* config.guess, config.rpath, install-sh, mkinstalldirs, texinfo.tex:
updated to recent versions from
https://git.savannah.gnu.org/cgit/config.git
2022-05-30 Simon Sobisch <[email protected]>
* create_mingw_bindist.sh: explicit call cobc.exe in the generated
set_env.cmd to allow wrapper scripts cobc.cmd/cobc.bat to call it;
add (untested) option to use this in MSYS2 builds
2022-03-29 Simon Sobisch <[email protected]>
* bootstrap: add "install" option to override all components
2022-01-07 Simon Sobisch <[email protected]>
* config.sub, config.guess: updated to recent versions from
https://git.savannah.gnu.org/cgit/config.git to solve build issues
on different machines
2021-10-11 Simon Sobisch <[email protected]>
* ar-lib: added from
https://git.savannah.gnu.org/cgit/gnulib.git/tree/build-aux/
2020-11-12 Simon Sobisch <[email protected]>
* pre-inst-env.in: added prefix
2020-11-11 Simon Sobisch <[email protected]>
* create_win_dist.sh: removed obsolete defaults.h
* pre-inst-env.in: exec_prefix as exec_prefix
2020-10-28 Simon Sobisch <[email protected]>
* create_mingw_bindist.sh: completely revised, now also copying
locales, usable from makefile, generating correct version info
into generated docs + set_env.cmd, set_env.cmd with "drop exe"
and double-click functionality, creating two output folders
(dbg and stripped)
2020-10-26 Simon Sobisch <[email protected]>
* pre-inst-env.in: prefix instead of overwriting COB_CFLAGS,
COB_LDFLAGS, COB_LIBS
2020-06-11 Simon Sobisch <[email protected]>
* compile, config.guess, config.sub, texinfo.tex:
updated to recent version from
https://git.savannah.gnu.org/cgit/gnulib.git/tree/build-aux/
2020-05-04 Simon Sobisch <[email protected]>
* pre-inst-env.in: portability update
2019-07-06 Simon Sobisch <[email protected]>
* create_mingw_bindist.sh: initial commit of script to generate binary
distribution from MinGW environments
* create_win_dist.sh: moved from top_srcdir
2019-05-05 Simon Sobisch <[email protected]>
* bootstrap: only set executable bit for current user,
suppress most error messages (that can also occur if
execution rights are already available but we can't set them)
2019-04-06 Simon Sobisch <[email protected]>
* pre-inst-env.in: new file, for launching programs
from build directory, after Mathieu Lirzin (automake)
2019-03-19 Simon Sobisch <[email protected]>
* config.guess, config.sub, texinfo.tex:
updated to recent version from
https://git.savannah.gnu.org/cgit/gnulib.git/tree/build-aux/
2019-02-18 Simon Sobisch <[email protected]>
* bootstrap: additional user hints,
reading GCMAINPATH to get clean main path (adjusted in autogen.sh)
2018-11-25 Simon Sobisch <[email protected]>
* bootstrap: added missing setting of LC_ALL for generating tarstamp.h,
added parts (currently commented out) to update files in build-aux,
refactoring
2018-10-22 Simon Sobisch <[email protected]>
* config.guess, config.sub, install-sh, texinfo.tex:
updated to recent version from
https://git.savannah.gnu.org/cgit/gnulib.git/tree/build-aux/
2018-06-04 Simon Sobisch <[email protected]>
* ltmain.sh [WIN32, !GCC]: local fix for libtool issue #109514 to
support building with configure using other Win32 compilers than MSC
2018-02-28 Simon Sobisch <[email protected]>
* bootstrap: ensure auxiliary scripts are executable before
running autoconf; only create tarstamp.h if missing
2017-12-06 Simon Sobisch <[email protected]>
* bootstrap: ensure auxiliary scripts are executable
2017-12-08 Simon Sobisch <[email protected]>
* compile, config.guess, config.sub, depcomp, install-sh, mdate-sh,
texinfo.tex: updated to recent version from
https://git.savannah.gnu.org/cgit/gnulib.git/tree/build-aux/
* ylwrap, missing: updated to recent version from
https://git.savannah.gnu.org/cgit/automake.git/tree/lib/
* missing: adjusted perl_URL and flex_URL
2017-08-13 Simon Sobisch <[email protected]>
* bootstrap: new script for creating missing files after checkout
* config.guess: updated to recent version
2017-07-15 Simon Sobisch <[email protected]>
* compile, config.guess, config.sub: updated to recent version from
http://git.savannah.gnu.org/cgit/gnulib.git/tree/build-aux/
* texinfo.tex: updated from https://ftp.gnu.org/gnu/texinfo
2017-04-28 Simon Sobisch <[email protected]>
* ylwrap: updated to recent version from
http://git.savannah.gnu.org/cgit/automake.git/tree/lib/ylwrap
2016-08-10 Simon Sobisch <[email protected]>
* general: updated to versions from automake 1.15
* ylwrap: added from automake 1.15
* config.sub, config.guess: updated to recent versions from
git.savannah.gnu.org/gitweb/?p=config.git, backported support
for "ancient" systems without uname(1)
2015-07-10 Simon Sobisch <[email protected]>
* general: moved additional build-scripts from rootdir to build_aux
* mdate-sh: added from automake 1.11.1
* config.sub, config.guess: updated to recent versions from
git.savannah.gnu.org/gitweb/?p=config.git to solve build issues
on different machines, but backported support for "ancient" systems
without uname(1) [removed 2014-01-25] from old version
Copyright 2015-2024 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.