~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to missing_d/ChangeLog

  • 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-01-09         John E. Malmberg     <wb8tyw@qsl.net>
2
 
 
3
 
        * timegm.c (timegm): Remove static attribute from function.
4
 
 
5
 
2018-12-12         Andrew J. Schorr     <aschorr@telemetry-investments.com>
6
 
 
7
 
        * timegm.c (timegm): Add comment indicating that this came from
8
 
        the Linux man page.
9
 
 
10
 
2018-12-12         Andrew J. Schorr     <aschorr@telemetry-investments.com>
11
 
 
12
 
        * timegm.c: New file implementing timegm.
13
 
 
14
 
2018-10-03         Arnold D. Robbins     <arnold@skeeve.com>
15
 
 
16
 
        * intprops.h, verify.h: Removed. The copy in ../support is
17
 
        good enough. Thanks to Bruno Haible for the tip.
18
 
 
19
 
2018-09-21         Arnold D. Robbins     <arnold@skeeve.com>
20
 
 
21
 
        * intprops.h, mktime.c, verify.h: Updated from GNULIB.
22
 
        * mktime-internal.h: New file, imported from GNULIB.
23
 
 
24
 
2018-09-07         Arnold D. Robbins     <arnold@skeeve.com>
25
 
 
26
 
        * intprops.h, mktime.c: Updated from GNULIB.
27
 
 
28
 
2018-08-24         Arnold D. Robbins     <arnold@skeeve.com>
29
 
 
30
 
        * mktime.c.old: Removed.
31
 
 
32
 
2018-08-17         Arnold D. Robbins     <arnold@skeeve.com>
33
 
 
34
 
        * mktime.c: Updated from GNULIB.
35
 
        * verify.h, intprops.h: Copied from supprt, for mktime.c
36
 
        * mktime.c.old: Original version, just in case.
37
 
 
38
 
2018-03-13         Arnold D. Robbins     <arnold@skeeve.com>
39
 
 
40
 
        * snprintf.c: Update copyright year.
41
 
 
42
 
2018-02-25         Arnold D. Robbins     <arnold@skeeve.com>
43
 
 
44
 
        * 4.2.1: Release tar ball made.
45
 
 
46
 
2017-11-07         John E. Malmberg      <wb8tyw@qsl.net>
47
 
 
48
 
        * Remove varargs.h usage in snprintf.c
49
 
 
50
 
2017-10-19         Arnold D. Robbins     <arnold@skeeve.com>
51
 
 
52
 
        * 4.2.0: Release tar ball made.
53
 
 
54
 
2017-10-13         Arnold D. Robbins     <arnold@skeeve.com>
55
 
 
56
 
        * gawkbool.h: Removed.
57
 
 
58
 
2017-10-08         Arnold D. Robbins     <arnold@skeeve.com>
59
 
 
60
 
        * strncasecmp.c: Fix FSF's address.
61
 
 
62
 
2017-06-21         Andrew J. Schorr     <aschorr@telemetry-investments.com>
63
 
 
64
 
        * getaddrinfo.c (getaddrinfo): Replace malloc+memset with calloc.
65
 
 
66
 
2016-10-23         Arnold D. Robbins     <arnold@skeeve.com>
67
 
 
68
 
        * General: Remove trailing whitespace from all relevant files.
69
 
 
70
 
2016-09-07         Arnold D. Robbins     <arnold@skeeve.com>
71
 
 
72
 
        * setenv.c: Update license text in setenv.c. Thanks
73
 
        to David Kaspar <dkaspar@redhat.com> for pointing out
74
 
        the necessity.
75
 
 
76
 
2016-08-25         Arnold D. Robbins     <arnold@skeeve.com>
77
 
 
78
 
        * 4.1.4: Release tar ball made.
79
 
 
80
 
2015-05-19         Arnold D. Robbins     <arnold@skeeve.com>
81
 
 
82
 
        * 4.1.3: Release tar ball made.
83
 
 
84
 
2015-04-29         Arnold D. Robbins     <arnold@skeeve.com>
85
 
 
86
 
        * 4.1.2: Release tar ball made.
87
 
 
88
 
2015-02-27         Arnold D. Robbins     <arnold@skeeve.com>
89
 
 
90
 
        * getaddrinfo.h (gai_strerror): Add declaration.
91
 
        * getaddrinfo.c (gai_strerror): New function.
92
 
        (getaddrinfo): Return errno values instead of just -1.
93
 
 
94
 
2014-04-08         Arnold D. Robbins     <arnold@skeeve.com>
95
 
 
96
 
        * 4.1.1: Release tar ball made.
97
 
 
98
 
2013-05-09         Arnold D. Robbins     <arnold@skeeve.com>
99
 
 
100
 
        * 4.1.0: Release tar ball made.
101
 
 
102
 
2013-02-11         Arnold D. Robbins     <arnold@skeeve.com>
103
 
 
104
 
        * fnmatch.h, fnmatch.c: New files, from GNU Make.
105
 
 
106
 
2012-12-24         Arnold D. Robbins     <arnold@skeeve.com>
107
 
 
108
 
        * 4.0.2: Release tar ball made.
109
 
 
110
 
2012-09-13         Arnold D. Robbins     <arnold@skeeve.com>
111
 
 
112
 
        * snprintf.c, strtoul.c: Remove TRUE/FALSE in favor of true/false.
113
 
 
114
 
2012-05-04         Arnold D. Robbins     <arnold@skeeve.com>
115
 
 
116
 
        * snprintf.c [DJGPP]: Change to __DJGPP__.
117
 
 
118
 
2012-03-28         Arnold D. Robbins     <arnold@skeeve.com>
119
 
 
120
 
        * 4.0.1: Release tar ball made.
121
 
 
122
 
2011-11-02      Pat Rankin      <r.pat.rankin@gmail.com>
123
 
 
124
 
        * wcmisc.c: Make code be conditional upon corresponding !HAVE_WCxxx.
125
 
 
126
 
2011-11-01         Arnold D. Robbins     <arnold@skeeve.com>
127
 
 
128
 
        * wcmisc.c: New file.
129
 
 
130
 
2011-06-23         Arnold D. Robbins     <arnold@skeeve.com>
131
 
 
132
 
        * ChangeLog.0: Rotated ChangeLog into this file.
133
 
        * ChangeLog: Created anew for gawk 4.0.0 and on.
134
 
        * 4.0.0: Release tar ball made.