summaryrefslogtreecommitdiffstats
path: root/contrib/awk/doc/ChangeLog
blob: 2d8e520854adc3433bd7d6f07794587c1b569ca4 (plain)
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
Mon Aug  7 15:23:00 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Release 3.0.6: Release tar file made.

Sun Jun 25 15:08:19 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Release 3.0.5: Release tar file made.

Wed May 17 19:04:54 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi, gawk.1, awkcard.in: Documented %u.  Ooops.

Tue May  2 11:44:13 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* texinfo.tex: Updated to version 1999-10-01.07.
	* gawk.texi: Redid page breaking for new texinfo.tex.

Thu Apr  6 12:32:49 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi: Change info dir file entry to `(gawk)' from
	  `(gawk.info)'.
	* Makefile.in [$(infodir)/gawk.info]: Fix grep test is
	  accordance with above.

Sun Feb 13 15:36:32 2000  Paul Eggert  <eggert@twinsun.com>

	* gawk.texi: Mention that arithmetic is done in double
	  precision floating point, and point to Goldberg's paper for
	  people who want to know more.  Fix some other minor floating
	  point discussion issues.

Wed Nov  3 17:04:35 1999  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.1: Lots of troff ``lint'' from Paul Eggert.  Not all
	  of his changes, just the ones I thought worth doing.

Mon Oct 11 16:53:54 1999  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (gawk.dvi): Put $(srcdir) first in TEXINPUTS,
	  and also just use texi2dvi, don't run texindex and tex
	  manually.  Doing so is no longer necessary.

Mon Aug  9 13:06:01 1999  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi: New node `Array Efficiency' on the best use
	  of subscripting to avoid memory bloat.

Thu Jul 29 23:15:34 1999  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in ($(infodir)/gawk.info): Removed loop around
	  $(INSTALL_DATA), since there's only one Info file to install,
	  install it directly.

Wed Jun 30 16:14:36 1999  Arnold D. Robbins  <arnold@gnu.org>

	* Release 3.0.4: Release tar file made.  This time for sure.

Wed Oct  7 21:59:33 1998  Arnold D. Robbins  <arnold@gnu.org>

	* texinfo.tex: Updated to version 2.227, from Texinfo 3.12.

Sun Oct 19 12:26:08 1997  Arnold D. Robbins  <arnold@gnu.org>

	* ALL: change references to arnold@gnu.ai.mit.edu to arnold@gnu.org.

Tue Sep 23 10:31:17 1997  Arnold D. Robbins  <arnold@gnu.org>

	* texinfo.tex: Updated to version 2.218, from Texinfo 3.11.

Fri Jul  4 08:19:00 1997  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in ($(infodir)/gawk.info): Don't make dependent upon
	  gawk.info, in case installed one is newer. Instead, check that
	  an installed gawk.info exists and is identical to current one.
	  If so, just exit; otherwise do the install.

Wed Jul  2 14:55:12 1997  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in ($(infodir)/gawk.info): typo fix.

Thu May 15 12:49:08 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Release 3.0.3: Release tar file made.

Fri Apr 18 07:55:47 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* BETA Release 3.0.34: Release tar file made.

Sun Apr 13 15:39:20 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in ($(infodir)/gawk.info): exit 0 in case install-info
	  fails.

Thu Jan  2 23:17:53 1997  Fred Fish  <fnf@ninemoons.com>

	* Makefile.in (awkcard.tr): Use ':' chars to separate parts of
	  sed command, since $(srcdir) may expand to something with '/'
	  characters in it, which confuses sed terribly.
	* gawk.texi (Amiga Installation): Note change of configuration
	  from "m68k-cbm-amigados" to "m68k-amigaos".  Point ftp users
	  towards current ADE distribution and not obsolete Aminet
	  "gcc" distribution.  Change "FreshFish" to "Geek Gadgets".

Wed Dec 25 11:25:22 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Release 3.0.2: Release tar file made.

Wed Dec 25 11:17:32 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in ($(mandir)/igawk$(manext),$(mandir)/gawk$(manext)):
	  remove chmod command; let $(INSTALL_DATA) use -m.

Tue Dec 17 22:38:28 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (gawk.info,gawk.dvi,postscript): run makeinfo, TeX,
	  and/or troff against files in $(srcdir). Thanks to Ulrich Drepper.
	  ($(infodir)/gawk.info): use --info-dir to install-info, not
	  --infodir.

Tue Dec 10 23:09:26 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Release 3.0.1: Release tar file made.

Mon Dec  9 12:48:54 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* no.colors: new file from Michal for old troffs.
	* Makefile.in [AWKCARD]: changes to parameterize old/new troff.

Sun Dec  1 15:04:56 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* texinfo.tex: Updated to version 2.193, from Karl Berry.

Tue Nov 26 22:57:15 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in ($(infodir)/gawk.info): Change option in call
	  to `install-info' to `--info-dir' from `--infodir'.

Mon Nov  4 13:30:39 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in: updates for reference card.
	  (ad.block, awkcard.in, cardfonts, colors, macros, setter.outline):
	  new files for reference card.

Wed Oct 16 12:43:02 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* texinfo.tex: Updated to version 2.185, from texinfo-3.9 dist.

Sun Aug 11 23:12:08 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in ($(infodir)/gawk.info): correct use of
	  $(INSTALL_DATA) and remove chmod command.

Thu Jul 11 22:06:50 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in ($(mandir)/gawk.$(ext), $(mandir)/igawk.$(ext)):
	  made dependant on files in $(srcdir).

Fri Mar 15 06:45:35 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (clean): add `*~' to list of files to be removed.

Thu Jan 25 23:40:15 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (dvi): run texindex and tex an extra time.
	  This gets the cross references right. Sigh.

Wed Jan 24 11:51:54 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (maintainer-clean):
	  Depend on distclean, not the other way around.
	  Output warning message as per GNU standards.
OpenPOWER on IntegriCloud