~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to support/ChangeLog.0

  • Committer: Arnold D. Robbins
  • Date: 2019-04-12 09:28:05 UTC
  • Revision ID: git-v1:846375cf4aa711be438d5da3a0ac00ef6acbf836
Update gettext version in the doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2019-03-24         Arnold D. Robbins     <arnold@skeeve.com>
 
2
 
 
3
        * cdefs.h, dfa.c, dfa.h, intprops.h, libc-config.h, localeinfo.c,
 
4
        localeinfo.h, regcomp.c, regex.c, regex.h, regex_internal.c,
 
5
        regex_internal.h, regexec.c, verify.h, xalloc.h: Partial or
 
6
        complete sync from GNULIB.
 
7
 
 
8
2019-02-01         Arnold D. Robbins     <arnold@skeeve.com>
 
9
 
 
10
        * regexec.c (proceed_next_node): Sync with GNULIB.
 
11
 
 
12
2019-01-28         Arnold D. Robbins     <arnold@skeeve.com>
 
13
 
 
14
        * Makefile.am, regexec.c: Update copyright year.
 
15
 
 
16
2019-01-26         Arnold D. Robbins     <arnold@skeeve.com>
 
17
 
 
18
        * Makefile.am (EXTRA_DIST): Add cdefs.h and libc-config.h.
 
19
 
 
20
2019-01-21         Paul Eggert           <eggert@cs.ucla.edu>
 
21
 
 
22
        regex: fix read overrun
 
23
        Problem found by AddressSanitizer, reported by Hongxu Chen in:
 
24
        https://debbugs.gnu.org/cgi/34140
 
25
        * regexec.c (proceed_next_node): Do not read past end of input buffer.
 
26
 
 
27
2019-01-09         John E. Malmberg      <wb8tyw@qsl.net>
 
28
 
 
29
        * cdefs.h, xalloc.h: For non GCC, have
 
30
        __attribute__ definition match regex_internal.h exactly.
 
31
 
 
32
2018-12-26         Arnold D. Robbins     <arnold@skeeve.com>
 
33
 
 
34
        In a spirit of depressed resignation, synced regex
 
35
        files with GNULIB and added new files needed to
 
36
        get it to continue to compile. I lose.
 
37
 
 
38
        * regcomp.c, regex.c, regex_internal.c, regex_internal.h,
 
39
        regexec.c: Sync with GNULIB.
 
40
        * libc-config.h, cdefs.h: New files.
 
41
        
 
42
2018-12-21         Arnold D. Robbins     <arnold@skeeve.com>
 
43
 
 
44
        * dfa.c; Sync with GNULIB, bugfix for \b (\y in gawk)
 
45
        in the C locale.
 
46
 
 
47
2018-12-18         Arnold D. Robbins     <arnold@skeeve.com>
 
48
 
 
49
        * Makefile.am (distclean-local): Remove .deps directory.
 
50
 
 
51
2018-12-15         Arnold D. Robbins     <arnold@skeeve.com>
 
52
 
 
53
        * dfa.h, dfa.c: Sync with GNULIB.
 
54
 
 
55
2018-10-31         Arnold D. Robbins     <arnold@skeeve.com>
 
56
 
 
57
        * dfa.c (charclass_context): Remove unused function.
 
58
 
 
59
2018-10-22         Arnold D. Robbins     <arnold@skeeve.com>
 
60
 
 
61
        * dfa.c: Update from GNULIB.
 
62
 
 
63
2018-09-21         Arnold D. Robbins     <arnold@skeeve.com>
 
64
 
 
65
        * dfa.c, intprops.h: Sync from GNULIB.
 
66
 
 
67
2018-09-16         Arnold D. Robbins     <arnold@skeeve.com>
 
68
 
 
69
        * Makefile.in: Regenerated, using Automake 1.16.1.
 
70
 
 
71
2018-09-07         Arnold D. Robbins     <arnold@skeeve.com>
 
72
 
 
73
        * intprops.h, verify.h: Updated from GNULIB.
 
74
 
 
75
2018-08-26         Arnold D. Robbins     <arnold@skeeve.com>
 
76
 
 
77
        * regex_internal.c: Sync with GNULIB.
 
78
 
 
79
2018-08-22         Daniel Richard G.     <skunk@iSKUNK.ORG>
 
80
 
 
81
        * regex_internal.h: Undefine additional macros in order
 
82
        to compile on z/OS.
 
83
 
 
84
2018-08-10         Arnold D. Robbins     <arnold@skeeve.com>
 
85
 
 
86
        * dfa.c: Sync with GNULIB.
 
87
        * regcomp.c: Updated from GNULIB and proposed fix applied.
 
88
 
 
89
2018-07-26         Arnold D. Robbins     <arnold@skeeve.com>
 
90
 
 
91
        * regcomp.c, regex.c, regex.h, regex_internal.c, regex_internal.h,
 
92
        regexec.c: Replaced with versions from GNULIB.
 
93
 
 
94
2018-06-27         Arnold D. Robbins     <arnold@skeeve.com>
 
95
 
 
96
        * dfa.c, intprops.h, localeinfo.c, localeinfo.h,
 
97
        verify.h: Sync with GNULIB.
 
98
 
 
99
2018-06-21         Arnold D. Robbins     <arnold@skeeve.com>
 
100
 
 
101
        * regex_internal.h: Simplify undefining inline and defining to empty.
 
102
        Thanks to Florian Weimer <fweimer@redhat.com> for the suggestion.
 
103
 
 
104
2018-03-13         Arnold D. Robbins     <arnold@skeeve.com>
 
105
 
 
106
        * getopt.c: Update copyright year.
 
107
 
 
108
2018-02-25         Arnold D. Robbins     <arnold@skeeve.com>
 
109
 
 
110
        * 4.2.1: Release tar ball made.
 
111
 
 
112
2017-12-24         Arnold D. Robbins     <arnold@skeeve.com>
 
113
 
 
114
        * getopt.c: Include <stdlib.h> to get declarations of
 
115
        malloc and free.
 
116
 
 
117
2017-12-20         Arnold D. Robbins     <arnold@skeeve.com>
 
118
 
 
119
        * regex.h: Restore GLIBC's use of '__' in parameter names. They
 
120
        have to be that way since public headers can't use identifiers that
 
121
        users might define as macros.  At least now I understand why
 
122
        things are the way they are.
 
123
 
 
124
2017-12-19  Paul Eggert  <eggert@cs.ucla.edu>
 
125
 
 
126
        Small sync with gnulib based on mails in libc-alpha@sourceware.com.
 
127
 
 
128
        Use re_malloc etc. consistently.
 
129
 
 
130
        * regcomp.c (re_comp, analyze): Use re_malloc/re_free instead of
 
131
        malloc/free.
 
132
        * regexec.c (push_fail_stack): Use re_realloc instead of realloc.
 
133
 
 
134
        Other changes:
 
135
 
 
136
        * regex_internal.h: Synchronize on __libc_lock_define usage.
 
137
 
 
138
2017-12-05         Arnold D. Robbins     <arnold@skeeve.com>
 
139
 
 
140
        * regex.h: Yes define __USE_GNU. Needed for non-GLIBC systems.
 
141
 
 
142
2017-12-01         Arnold D. Robbins     <arnold@skeeve.com>
 
143
 
 
144
        * intprops.h: Sync with GNULIB.
 
145
        * regcomp.c (init_word): Move general_case label inside ifdef.
 
146
        * regex.h: Don't define __USE_GNU. Brings closer to GLIBC regex.
 
147
        * regex.c: Don't include gawkbool.h, we don't use it anymore.
 
148
        * dfa.h: Ditto.
 
149
 
 
150
2017-11-26         Arnold D. Robbins     <arnold@skeeve.com>
 
151
 
 
152
        * regcomp.c regex_internal.c, regex_internal.h, regexec.c: Sync
 
153
        with GLIBC.
 
154
        * verfiy.h: Sync with GNULIB.
 
155
 
 
156
2017-10-19         Arnold D. Robbins     <arnold@skeeve.com>
 
157
 
 
158
        * 4.2.0: Release tar ball made.
 
159
 
 
160
2017-10-08         Arnold D. Robbins     <arnold@skeeve.com>
 
161
 
 
162
        * regex_internal.h: Minor fix from Andreas for OS/2.
 
163
 
 
164
2017-08-27         Juan Manuel Guerrero  <juan.guerrero@gmx.de>
 
165
 
 
166
        * localeinfo.c [__DJGPP__]: Include mbsupport.h.
 
167
 
 
168
2017-06-25         Andrew J. Schorr      <aschorr@telemetry-investments.com>
 
169
 
 
170
        * dfa.c (dfaalloc): Replace xmalloc+memset with xzalloc.
 
171
        * xalloc.h (xmalloc): New function moved here from gawkmisc.c.
 
172
        (xcalloc): Replace xmalloc+memset with calloc.
 
173
        (xzalloc): Replace xmalloc+memset with xcalloc.
 
174
 
 
175
2017-06-22         Arnold D. Robbins     <arnold@skeeve.com>
 
176
 
 
177
        * regcomp.c, regex.c, regex.h, regex_internal.c, regex_internal.h,
 
178
        regexec.c: Sync with GLIBC.
 
179
 
 
180
2017-06-18         Arnold D. Robbins     <arnold@skeeve.com>
 
181
 
 
182
        * intprops.h: Sync with GNULIB.
 
183
 
 
184
2017-05-22         Arnold D. Robbins     <arnold@skeeve.com>
 
185
 
 
186
        * dfa.c, dfa.h, intprops.h, verify.h: Sync with GNULIB.
 
187
 
 
188
2017-03-23         Arnold D. Robbins     <arnold@skeeve.com>
 
189
 
 
190
        * dfa.c: Sync with GNULIB.
 
191
        
 
192
2017-01-19         Arnold D. Robbins     <arnold@skeeve.com>
 
193
 
 
194
        * localeinfo.h: Sync with GNULIB.
 
195
        * localeinfo.c: Ditto.
 
196
        * dfa.c: Ditto, to fix a memory leak.
 
197
 
 
198
2017-01-16         Arnold D. Robbins     <arnold@skeeve.com>
 
199
 
 
200
        * dfa.c: Sync with GNULIB.
 
201
 
 
202
2017-01-10         Arnold D. Robbins     <arnold@skeeve.com>
 
203
 
 
204
        * dfa.c: Sync with GNULIB.
 
205
        Twice in one day!  Sigh.
 
206
 
 
207
2017-01-03         Arnold D. Robbins     <arnold@skeeve.com>
 
208
 
 
209
        * dfa.c: Sync with GNULIB.
 
210
 
 
211
2016-12-27         Juergen Kahrs         <Juergen.Kahrs@googlemail.com>
 
212
 
 
213
        * CMakeLists.txt: New file.
 
214
 
 
215
2016-12-22         John E. Malmberg      <wb8tyw@qsl.net>
 
216
 
 
217
        * dfa.c fixes for OpenVMS
 
218
 
 
219
2016-12-22         Arnold D. Robbins     <arnold@skeeve.com>
 
220
 
 
221
        * ChangeLog: Created.
 
222
        * Makefile.am: New file.
 
223
        * dfa.c, dfa.h, getopt.c, getopt.h, getopt1.c, getopt_int.h,
 
224
        intprops.h, localeinfo.c, localeinfo.h, random.c, random.h,
 
225
        regcomp.c, regex.c, regex.h, regex_internal.c, regex_internal.h,
 
226
        regexec.c, verify.h, xalloc.h: Moved here from parent directory.