-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
176 lines (119 loc) · 6.49 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
2012-10-14 Andrew J. Schorr <[email protected]>
* configure.ac: Version 0.4.1.
2012-09-22 Andrew J. Schorr <[email protected]>
* configure.ac: Version 0.4.0.
2012-08-31 Andrew J. Schorr <[email protected]>
* configure.ac: Version 0.3.9.
(AC_INIT): Fix email address to say gawkextlib instead of xmlgawk.
* README: Fix git instructions to reflect rename from xmlgawk to
gawkextlib.
2012-08-27 Andrew J. Schorr <[email protected]>
* configure.ac: Version 0.3.8.
(AM_INIT_AUTOMAKE): Remove -Werror, since the new version of automake
is unhappy with AM_PROG_MKDIR_P used by gettext.
(AC_SYS_LARGEFILE): Add to make sure our version of struct stat matches
the gawk binary.
* README: Update recipe to build gawk, since extgawk has now been
merged into master.
* varinit.c: We now need to include <stdio.h> before <gawkapi.h>.
2012-08-09 Andrew J. Schorr <[email protected]>
* configure.ac: Version 0.3.7 to match minor changes in gawk API.
* strhash.c: Must now include <sys/stat.h>.
* varinit.c: Include <sys/stat.h>.
(gawk_api_varinit_array): After installing an array, it is no longer
necessary to call sym_lookup, since sym_update now updates the
array_cookie value.
2012-08-01 Andrew J. Schorr <[email protected]>
* configure.ac: Version 0.3.6. All checks now pass on Linux and Cygwin.
2012-07-31 Andrew J. Schorr <[email protected]>
* README: Fix address of sourceforge git repository after partially
successful project rename to gawkextlib.
2012-07-29 Andrew J. Schorr <[email protected]>
* configure.ac: Version 0.3.5.
2012-07-24 Andrew J. Schorr <[email protected]>
* configure.ac: Version 0.3.3.
2012-07-24 Andrew J. Schorr <[email protected]>
* README: Fix build instructions typo.
* configure.ac: Version 0.3.2.
2012-07-22 Andrew J. Schorr <[email protected]>
* configure.ac: Version 0.3.1.
2012-07-22 Andrew J. Schorr <[email protected]>
* gawklib.h: Rename to gawkextlib.h.
* gawkextlib.h: Rename _GAWK_LIB_H to _GAWKEXTLIB_H.
* strhash.c, varinit.c: Include gawkextlib.h instead of gawklib.h.
* README: Change package name, and add rpmbuild instructions.
* configure.ac: Change package name to gawkextlib.
* Makefile.am: Rename libgawklib to libgawkextlib, and rename
header file gawklib.h to gawkextlib.h.
2012-07-21 Andrew J. Schorr <[email protected]>
* configure.ac: Bump version.
2012-07-20 Andrew J. Schorr <[email protected]>
* configure.ac: Bump version.
2012-07-20 Andrew J. Schorr <[email protected]>
* README: Include build instructions.
2012-07-19 Andrew J. Schorr <[email protected]>
* configure.ac: Improve test for PostgreSQL connectivity.
2012-07-17 Andrew J. Schorr <[email protected]>
* configure.ac: Add --with-libpq-conninfo option to help test
pgsql extension. Set automake conditional TEST_PGSQL based on
whether we are able to connect to a PostgreSQL database server.
Use AS_HELP_STRING to improve formatting of the help message.
Bump the version.
2012-07-17 Andrew J. Schorr <[email protected]>
* configure.ac: Bump version.
* gawklib.h (gawk_api_varinit_constant): Declare new function.
(gawk_varinit_constant): New macro.
* varinit.c (gawk_api_varinit_constant): New function.
2012-07-13 Andrew J. Schorr <[email protected]>
* configure.ac: Bump version.
2012-07-12 Andrew J. Schorr <[email protected]>
* gawklib.h (gawk_api_varinit_scalar, gawk_api_varinit_array): New
helper functions for initializing variables. To do this, we need
to include gawkapi.h.
* strhash.c: Since gawklib.h now includes gawkapi.h, we must include
it after various system header files. Also, must undef emalloc
from gawkapi.h.
* varinit.c: New file to implement gawk_api_varinit_scalar and
gawk_api_varinit_array.
* Makefile.am (libgawklib_la_SOURCES): Add varinit.c.
* configure.ac (AC_INIT): Bump version.
2012-07-11 Andrew J. Schorr <[email protected]>
* gawklib.h: Remove dl_load_func_stub, since gawkapi.h dl_load_func
now has support for an initialization function.
Stop including config.h or unistd.h, since this goes in /usr/include.
Following the lead of gawkapi.h. It is the developer's responsibility
to have size_t defined.
* strhash.c: Include config.h and unistd.h before gawklib.h.
2012-07-11 Andrew J. Schorr <[email protected]>
* m4, build-aux, INSTALL: Remove stuff created by update-autotools.
* .gitignore: Ignore stuff created by update-autotools: m4, build-aux,
ABOUT-NLS, and INSTALL.
* .savannah: Remove cruft from xgawk project.
* update-autotools: Run autopoint for gettext stuff, exit on error,
and increase verbosity.
* configure.ac: Bump version, add AM_GNU_GETTEXT directives,
check for libintl.h, and restore po/Makefile.in to AC_CONFIG_FILES.
* Makefile.am (EXTRA_DIST): Add build-aux/config.rpath, and
remove m4/*ChangeLog.
(SUBDIRS): Add po.
2012-07-10 Andrew J. Schorr <[email protected]>
* configure.ac: Bump version.
2012-07-10 Andrew J. Schorr <[email protected]>
* configure.ac: Bump rev.
2012-07-10 Andrew J. Schorr <[email protected]>
* configure.ac: Fix bug related to EXEEXT.
2012-07-10 Andrew J. Schorr <[email protected]>
* configure.ac (AM_PROG_AR): Wrap this in m4_ifdef for better
compatibility with older versions.
2012-07-10 Andrew J. Schorr <[email protected]>
* configure.ac (AC_INIT): Change version from 1.0.0 to 0.1.0.
2012-07-09 Andrew J. Schorr <[email protected]>
* .gitignore: Ignore dist tar files.
2012-07-09 Andrew J. Schorr <[email protected]>
* ChangeLog: Purge entries carried over from gawk.
* gawklib.h: Remove gawk stuff and leave strhash API.
* strhash.c: Remove array stuff leaving only strhash functions.
* configure.ac, Makefile.am: Minimal config for gawklib.
* INSTALL, NEWS, README: New files.
* .gitignore: Add configh.in~, *.la, and *.lo.
* update-autotools: Run libtoolize before autoheader.