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
|
2014-04-08 Arnold D. Robbins <arnold@skeeve.com>
* 4.1.1: Release tar ball made.
2014-03-11 Arnold D. Robbins <arnold@skeeve.com>
* readline.m4: Add manual check for *bsd* OS and add -ltermcap
if so. Hack, slash. Can you say "quick and dirty" boys and girls?
I knew you could.
2013-10-16 Arnold D. Robbins <arnold@skeeve.com>
* readline.m4: Add check for NULL return from readline() in
call to printf() for results. Thanks to Dagobert Michelsen
<dam@opencsw.org> for the report.
2013-08-29 Arnold D. Robbins <arnold@skeeve.com>
* readline.m4: Add additional code to check for history_list()
function. Patterned after checks in:
http://ftp.samba.org/pub/unpacked/samba_3_current/source4/lib/smbreadline/readline.m4
Thanks to Larry Baker (larry.baker@stanfordalumni.org) for the
pointer.
2013-05-09 Arnold D. Robbins <arnold@skeeve.com>
* 4.1.0: Release tar ball made.
2013-01-31 Arnold D. Robbins <arnold@skeeve.com>
* readline.m4: Add cross-compiling action.
2013-01-25 Arnold D. Robbins <arnold@skeeve.com>
* readline.m4 (GAWK_CHECK_READLINE): Renamed from GNUPG_CHECK_READLINE.
Test program changed and test changed to try to run the built program
since some systems don't notice a link dependency between libreadline
and other libs until runtime. Isn't that fun?
2012-12-24 Arnold D. Robbins <arnold@skeeve.com>
* 4.0.2: Release tar ball made.
2012-10-27 Arnold D. Robbins <arnold@skeeve.com>
* po.m4, intl.m4: Fix droppings left over from a git merge.
2012-05-21 Andrew J. Schorr <aschorr@telemetry-investments.com>
* libtool.m4, ltoptions.m4, ltsugar.m4, ltversion.m4, lt~obsolete.m4:
Remove files related to libtool support. Libtool usage has been
pushed down into the extension directory.
2012-04-01 John Haque <j.eh@mchsi.com>
* mpfr.m4: New file.
2012-04-27 Arnold D. Robbins <arnold@skeeve.com>
Update to autoconf 2.69, automake 1.12.
* codeset.m4, glibc2.m4, glibc21.m4, intdiv0.m4, intl.m4, intldir.m4,
intlmacosx.m4, intmax.m4, inttypes-pri.m4, inttypes_h.m4, lcmessage.m4,
lock.m4, longlong.m4, printf-posix.m4, size_max.m4, stdint_h.m4,
uintmax_t.m4, visibility.m4, wchar_t.m4, wint_t.m4, xsize.m4: Updated.
2012-03-30 Arnold D. Robbins <arnold@skeeve.com>
* noreturn.m4: New file.
2012-03-28 Arnold D. Robbins <arnold@skeeve.com>
* 4.0.1: Release tar ball made.
2011-06-23 Arnold D. Robbins <arnold@skeeve.com>
* ChangeLog.0: Rotated ChangeLog into this file.
* ChangeLog: Created anew for gawk 4.0.0 and on.
* 4.0.0: Release tar ball made.
|