forked from opensourcecobol/opensource-cobol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
621 lines (350 loc) · 15.7 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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
2015-05-11 OSS Consortium <[email protected]>
* opensource COBOL Version 1.5.0J released.
2015-03-30 OSS Consortium <[email protected]>
* opensource COBOL Version 1.4.0J released.
2014-02-28 OSS Consortium <[email protected]>
* opensource COBOL Version 1.3.2J released.
2013-12-09 OSS Consortium <[email protected]>
* opensource COBOL Version 1.3.1J released.
2013-04-22 OSS Consortium <[email protected]>
* opensource COBOL Version 1.3J released.
2012-07-31 OSS Consortium <[email protected]>
* opensource COBOL Version 1.2J released.
2008-11-17 Roger While <[email protected]>
* configure.ac : Correct sed usage
2008-11-15 Roger While <[email protected]>
* configure.ac : Remove lfs64 option, reinstate --enable-debug
2008-11-01 Roger While <[email protected]>
* configure.ac : nanosleep on Solaris needs extra libs
2008-09-29 Roger While <[email protected]>
* Makefile.am : Revise format of tarstamp.h
2008-08-20 Roger While <[email protected]>
* configure.ac : Option changes for AIX
2008-08-16 Roger While <[email protected]>
* configure.ac : Fix AIX xlc
2008-08-08 Roger While <[email protected]>
* configure.ac : Take out --enable-debug
* Makefile.am : Force permissions when making dist
2008-07-05 Roger While <[email protected]>
* configure.ac : No need to check for regex or mvgetnstr
2008-04-16 Roger While <[email protected]>
* configure.ac : Add in "copy" directory for OC supplied COPY elements
2008-01-03 Roger While <[email protected]>
* configure.ac : Fix invalid usage of square brackets
2007-12-29 Roger While <[email protected]>
* Bump version to 1.1
2007-12-27 Roger While <[email protected]>
* Release 1.0
2007-12-21 Roger While <[email protected]>
* configure.ac : Change order of checking various things
2007-12-18 Roger While <[email protected]>
* configure.ac : Fix WITH_VARSEQ setting
2007-12-03 Roger While <[email protected]>
* configure.ac : Add checks for headers/libraries when using
CISAM/DISAM/VBISAM
2007-11-21 Roger While <[email protected]>
* configure.ac : Add --with-cisam, --with-disam, --with-vbisam
2007-11-09 Roger While <[email protected]>
* configure.ac : Check for sizeof long int == long long
2007-10-23 Roger While <[email protected]>
* configure.ac : Check for __attribute__((aligned))
2007-10-14 Roger While <[email protected]>
* libcob.h : Add gmp include for C++
2007-10-10 Roger While <[email protected]>
* General : bootstrap up to libtool 1.5.24
* configure.ac : HP specific options
2007-09-18 Roger While <[email protected]>
* configure.ac : Check for mvgetnstr in curses lib
2007-08-31 Roger While <[email protected]>
* configure.ac : Fix insufficient tests for enable/disable
2007-08-09 Roger While <[email protected]>
* configure.ac : Shared option for Solaris
New configure option --with-index-extfh, allows
usage of an external ISAM file handler
2007-07-14 Roger While <[email protected]>
* configure.ac : Changes for AIX
2007-06-27 Roger While <[email protected]>
* configure.ac : Check if we can use strftime to get timezone
2007-03-13 Roger While <[email protected]>
* configure.ac : Check for sys/time.h
2007-01-30 Roger While <[email protected]>
* configure.ac : Check for langinfo/iconv
* README : Update
2007-01-25 Roger While <[email protected]>
* All : Update Coypright info on all files
* README : Update - SORT does not require BDB; Fix typo
* cpucheck.c : Uck, Intel, in their infinite wisdom, decided
to assign the same family to Core 2 Duo as
Pentium (pro/2/3). Check the model number.
2006-10-25 Roger While <[email protected]>
* README : Update
2006-10-23 Roger While <[email protected]>
* configure.ac : Remove gcc specific options from the
Makefile templates and pull it back into configure.
This should make building on non-gcc systems somewhat easier.
2006-08-29 Roger While <[email protected]>
* General : FSF address change
* COPYING.DOC : New file, GNU Free Documentation license
2006-08-28 Roger While <[email protected]>
* configure.ac : Implement --disable-param-check
and --enable-experimental
2006-08-22 Roger While <[email protected]>
* configure.ac : BDB neeeds stdlib.h for 64-bit build
2006-08-03 Roger While <[email protected]>
* README update
2006-07-06 Roger While <[email protected]>
* configure.ac : Revise BDB >= 4.1 checking
2006-06-29 Roger While <[email protected]>
* configure.ac : Revise BDB >= 4.1 checking
2006-06-25 Roger While <[email protected]>
* configure.ac : Check for BDB version major/minor in db.h,
if >= 4.1 set extended BDB mode
2006-05-24 Roger While <[email protected]>
* configure.ac : Fix check for GMP
2006-05-05 Roger While <[email protected]>
* configure.ac : Fix default include in COB_CFLAGS
2006-03-31 Roger While <[email protected]>
* configure.ac : Fix AIX64 AR/NM
2006-02-18 Roger While <[email protected]>
* configure.ac : Define __USE_STRING_INLINES
2006-01-26 Roger While <[email protected]>
* configure.ac : Add (OpenCOBOL) to configure help text
so that OC parameters can be easily seen
2006-01-17 Roger While <[email protected]>
* configure.ac : Minor fixes
README : Put in a comment regarding spaces in path names
2006-01-05 Roger While <[email protected]>
* Bootstrap up to libtool 1.5.22 / automake 1.9.6
configure.ac : Changes for AIX/HP/Sun
Default to using system dynamic loading
Pass COB_LDFLAGS from LDFLAGS
2006-01-03 Roger While <[email protected]>
* configure.ac : Pass CFLAGS into COB_CFLAGS
Default to using system dynamic loading
2005-12-31 Roger While <[email protected]>
* Remove COBCRUN SHARE variable
2005-12-30 Roger While <[email protected]>
* configure.ac : Check timezone/gettimeofday
2005-12-21 Roger While <[email protected]>
* configure.ac : WITH_VARSEQ - Define the format of
variable length sequential files
2005-12-13 Roger While <[email protected]>
* cpucheck.c : Revert to i686 with -mcpu/tune=
2005-12-08 Roger While <[email protected]>
* configure.ac : Compile cpucheck with COB_CC.
Pass extra compile options as own define.
Put in a hack to stop CXX/F77 checking -
Anybody know a better way ?
2005-12-05 Roger While <[email protected]>
* configure.ac : Pass down EXEEXT
2005-11-25 Roger While <[email protected]>
* configure.ac : Fix typos, cater for DB 4.4 and 4.5
Check for signal.h and sys/types.h
Clean up getopt
2005-11-06 Roger While <[email protected]>
* configure.ac : minor help text cleanup
2005-11-04 Roger While <[email protected]>
* configure.ac : Fix COB_CC not equal CC
2005-11-01 Roger While <[email protected]>
* configure.ac : Fix missing EGREP
Check for various libdb's individually as libdb may
not be linked to newer version (or at all - Cygwin)
Check for ncurses.h in include/ncurses/ncurses.h
2005-10-31 Roger While <[email protected]>
* configure.ac : Pick up -Wno-pointer-sign
and the visibility attribute
2005-10-28 Roger While <[email protected]>
* configure.ac : Propagate endian value
2005-10-27 Roger While <[email protected]>
* configure.ac : MAC (Darwin) has different options when creating a
shared library as opposed to creating a loadable module.
Pick this up and export it to the Makefile's.
2005-10-26 Roger While <[email protected]>
* configure.ac : Fix DB checking again
* README : Minor corrections/additions
2005-10-14 Roger While <[email protected]>
* configure.ac : Specify srcdir for cpucheck (make distcheck)
2005-10-13 Roger While <[email protected]>
* configure.ac : Use basename for gcc
2005-10-06 Roger While <[email protected]>
* README : Typo for Bison
2005-10-01 Roger While <[email protected]>
* cpucheck.c : Some versions of GCC generate wrong SSE code
when compiling with P3/4 options. Stop this by also
specifying -mno-sse.
2005-07-31 Roger While <[email protected]>
* Change configure default options for db, lfs64, ltdl
Add --with-patch-level=<n>
* Add cpucheck.c to top level for configure
2005-06-28 Roger While <[email protected]>
* Finally FUNCTIONS
2005-06-13 Roger While <[email protected]>
* If ncurses not found, check for pdcurses
2005-06-11 Roger While <[email protected]>
* New m4 macro cattribute.m4, autoreconf run
2005-06-01 Roger While <[email protected]>
* configure.ac, configure : Change for MingW
2005-05-27 Roger While <[email protected]>
* DB headers can also be in db4/ db4.1/ db4.2/ db4.3/
2005-05-21 Roger While <[email protected]>
* Allow configure option --with-dl for native dynamic
linking instead of ltdl. This is a win eg. on Linux
as native dl is anyway used.
2005-05-17 Roger While <[email protected]>
* configure, configure.ac, all Makefile.in
Fix up COB_CFLAGS and COB_LIBS.
Cater for defining CPPFLAGS and LDFLAGS.
We have to propogate these to the compiler.
2005-05-13 Roger While <[email protected]>
* CVS Version bumped to 0.33
2005-05-12 Roger While <[email protected]>
* Version 0.32 released
2005-05-03 Roger While <[email protected]>
* configure.ac : Revert WORDS_BIGENDIAN. We do not need it.
configure.ac, configure, Mak** : Fix missing variables.
Run autoreconf
2005-04-15 Keisuke Nishida <[email protected]>
* configure.ac (WORDS_BIGENDIAN): New variable.
2005-04-13 Keisuke Nishida <[email protected]>
* configure.ac (LIBCOB_CFLAGS): Set -fPIC when necessary.
2005-03-03 Roger While <[email protected]>
* configure.ac, configure, config.h.in :
Version to 0.32
Pull out the hard-coded -shared from cobc.c
and define it in configure.
Get the strip command and put into config.h
* ltmain.sh : Latest version
2005-02-07 Roger While <[email protected]>
* configure.ac : Check for cygwin/mingw on
cobcrun make
2005-02-01 Roger While <[email protected]>
* Version 0.31 released
2005-01-13 Roger While <[email protected]>
* configure.ac, configure, config.h.in
* Generate compiler/linker options in config.h
for exporting symbols and PIC code.
Will eventually be used by cobc.c.
2004-11-29 Roger While <[email protected]>
* New directory bin for cobcrun driver program
* configure.ac, Makefile.am
2004-10-30 Roger While <[email protected]>
* configure.ac, configure (over autoconf) :
Change entry point name check from __db_dbopen
to __db_open. This fixes configuring against
the NPTL versions of DB (eg. Red Hat, Suse).
2004-08-02 Keisuke Nishida <[email protected]>
* Version 0.30 released.
2004-03-06 Keisuke Nishida <[email protected]>
* configure.ac: Checks for fcntl.
2003-08-22 Keisuke Nishida <[email protected]>
* libcob.conf: Removed.
2003-06-12 Keisuke Nishida <[email protected]>
* Version 0.23 released.
2003-06-08 Keisuke Nishida <[email protected]>
* Version 0.22 released.
2003-05-19 Keisuke Nishida <[email protected]>
* Version 0.21 released.
2003-04-26 Keisuke Nishida <[email protected]>
* Version 0.20 released.
2003-04-19 Keisuke Nishida <[email protected]>
* cob.pc.in: Removed.
* cobpp: Removed.
2002-03-01 Keisuke Nishida <[email protected]>
* Version 0.12 released.
2002-01-31 Keisuke Nishida <[email protected]>
* Version 0.11 released.
2002-12-10 Keisuke Nishida <[email protected]>
* Version 0.10 released.
* configure.ac: Updated for autoconf-2.57, and automake-1.7.2.
2002-12-01 Keisuke Nishida <[email protected]>
* configure.ac: Updated for autoconf-2.56, automake-1.7.1,
and libtool-1.4.3.
2002-11-08 Keisuke Nishida <[email protected]>
* libcob.h: Don't include support.h.
2002-10-14 Keisuke Nishida <[email protected]>
* Makefile.am: Install libcob.conf in $(sysconfdir), not in
$(sysconfdir)/open-cobol.
* configure.ac (COB_CONFIG_FILE): Updated.
2002-09-30 Keisuke Nishida <[email protected]>
* configure.ac: Updated for autoconf-2.54 and automake-1.7.
Do not generate libcob/cobconfig.h.
2002-09-24 Keisuke Nishida <[email protected]>
* configure.ac: Generate libcob/cobconfig.h using AM_CONFIG_HEADER.
Check db.h as well as db1/db.h.
2002-09-12 Keisuke Nishida <[email protected]>
* configure.ac: Add check for regex.
2002-09-09 Keisuke Nishida <[email protected]>
* Makefile.am (deb, rpm): Removed.
2002-09-06 Keisuke Nishida <[email protected]>
* configure.ac: Check for db1 instead of db2/db3.
2002-09-05 Keisuke Nishida <[email protected]>
* Use pkg-config scheme.
* cob.pc.in: New file.
* cob.m4, cob-config.in: Removed.
* Makefile.am, configure.ac: Add cob.pc. Remove cob-config and cob.m4.
2002-08-30 Keisuke Nishida <[email protected]>
* configure.ac (AM_INIT_AUTOMAKE): Option 'gnu' and 'no-texinfo.tex'.
(AC_FUNC_STAT, AC_HEADER_STAT): Removed.
(LTLIBINTL): Used instead of LIBINTL.
* Makefile.am (EXTRA_DIST): Don't include 'redhat' and 'debian'.
2002-08-28 Keisuke Nishida <[email protected]>
* configure.ac: Use AC_LIBOBJ scheme.
2002-08-27 Keisuke Nishida <[email protected]>
* HACKING: Use automake-1.6.3 and gettext-0.11.5.
* configure.ac (COB_COBPP): Don't set path.
(AM_GNU_GETTEXT_VERSION): Use gettext-0.11.5.
(AC_CONFIG_AUX_DIR): Set to 'config'.
2002-08-05 Keisuke Nishida <[email protected]>
* configure.ac (LIBCOB_LIBS): Add $LIBINTL.
2002-08-02 Keisuke Nishida <[email protected]>
* Version 0.9.7 released.
2002-07-30 Keisuke Nishida <[email protected]>
* configure.ac (LIBCOB_LIBS): Set one by one.
2002-07-29 Keisuke Nishida <[email protected]>
* configure.ac (COB_CONFIG_FILE): Use sysconfdir, not datadir.
* Makefile.am (libcob.conf): Install into pkgconfdir, not pkgdatadir.
2002-07-01 Keisuke Nishida <[email protected]>
* configure.ac: Checks for ncurses.
* libcob.h: #include <libcob/screenio.h>
2002-06-18 Keisuke Nishida <[email protected]>
* configure.ac (COB_MODULE_EXT): Convert dll.a to dll.
2002-06-17 Keisuke Nishida <[email protected]>
* Makefile.am (EXTRA_DIST): Don't include config.rpath.
2002-06-12 Keisuke Nishida <[email protected]>
* Version 0.9.6 released.
2002-06-11 Keisuke Nishida <[email protected]>
* configure.ac (COB_MODULE_EXT): New variable.
* Makefile.am (defaults.h): Output COB_MODULE_EXT.
2002-06-08 Keisuke Nishida <[email protected]>
* configure.ac: Check the existence of gcc (or cc).
2002-06-04 Keisuke Nishida <[email protected]>
* libcob.conf (ding-on-error): New option.
2002-06-02 Keisuke Nishida <[email protected]>
* testsuite: New directory.
2002-05-31 Keisuke Nishida <[email protected]>
* configure.ac (maintainer-mode): Do not define.
(LIBCOB_LIBS): Include '-lm'
* Makefile.am (DISTCLEANFILES): Renamed from CLEANFILES.
2002-05-29 Keisuke Nishida <[email protected]>
* README, AUTHORS: Add more information.
* HACKING: Renamed from README.CVS. Add more information.
* Makefile.am: Include HACKING in the distribution.
2002-05-29 Keisuke Nishida <[email protected]>
* configure.ac: Check readline only when --with-readline is given.
2002-05-29 Keisuke Nishida <[email protected]>
* libcob.conf: New file.
* configure.ac, Makefile.am: Add 'COB_CONFIG_FILE'.
2002-05-29 Keisuke Nishida <[email protected]>
* configure.ac, Makefile.am: Rename 'COB_LDADD' to 'COB_LIBS'
2002-05-19 Keisuke Nishida <[email protected]>
* Version 0.9.5 released.
2002-05-08 Keisuke Nishida <[email protected]>
* Version 0.9.4 released.
2002-03-10 Keisuke Nishida <[email protected]>
* Version 0.9.3 released.
2002-02-26 Keisuke Nishida <[email protected]>
* Version 0.9.2 released.
2002-02-03 Keisuke Nishida <[email protected]>
* Version 0.9.1 released.
2002-01-25 Keisuke Nishida <[email protected]>
* Version 0.9 released.