forked from Jc2k/hello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.O
178 lines (112 loc) · 5.47 KB
/
ChangeLog.O
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
177
178
Sat May 22 20:36:28 1993 The King ([email protected])
* Version 1.3 released.
* Makefile.in (DISTFILES): Add hello.?? and hello.??s.
(dist): Use tar's o flag to make compatible archives.
* hello.c (main): Exit with 0, not 1, under -h and -v.
* Makefile.in (DISTFILES): Add mkinstalldirs.
* Makefile.in (binprefix): New variable.
(install): Use it.
* Makefile.in (all): Don't depend on info.
Fri May 21 20:04:14 1993 The King ([email protected])
* Version 1.2 released.
Wed May 19 21:54:02 1993 The King ([email protected])
* hello.c: Insert standard alloca #ifdef spooge.
* hello.c: Include <errno.h> and declare errno.
(main): Don't assume getenv ("USER") works. If it
fails, use getpwuid (getuid ()).
Don't hard-code /usr/spool/mail. New static variable DIRS
lists directories to try. When MAILNAME is nil, run through
there until we find one that exists.
* hello.c (progname): New static variable.
(main): Set it to ARGV[0]. Use it in error message fprintfs.
(xmalloc): New function.
* hello.c [HAVE_FCNTL_H]: Include <fcntl.h>.
[HAVE_SYS_FILE_H]: Protect #include <sys/file.h> with this.
* configure.in (AC_HAVE_HEADERS): Check for fcntl.h and sys/file.h.
* hello.c (main): Under -v, exit after printing version info,
unless also under -h.
* hello.c [HAVE_STRING_H]: Include <string.h> for strcmp.
[! HAVE_STRING_H]: Include <strings.h> instead.
* configure.in: Use AC_HAVE_HEADERS to check for string.h.
* Makefile.in (Makefile): Use $(SHELL) to run config.status.
* testdata: Updated capitalization and punctuation.
* Makefile.in (all): Depend on info, not hello.info.
(info, dvi): New targets.
(.c.o): Put $(CFLAGS) last.
(install): Depend on hello and hello.info, not on all.
(all, install, check, clean, mostlyclean, distclean,
realclean, dist): Declare as phony targets.
(configure): Target removed.
(srcdir): Set to $(VPATH), not @srcdir@.
(MAKEINFO, TEXI2DVI): New variables.
(hello.info, hello.dvi): Use them.
(clean): Remove hello.dvi hello.?? hello.??s.
(realclean): Remove hello.info*.
(installdirs): New target.
(install): Depend on it first.
(dist): Create a .z file instead of a .Z file.
Mon Nov 9 18:38:08 1992 Michael I Bushnell ([email protected])
* hello.c (main): added mail-printing feature.
Wed Sep 16 19:30:08 1992 The King ([email protected])
* Version 1.1 released.
* Makefile.in (DISTFILES): Add TAGS.
* Makefile.in (DISTFILES): Remove COPYING.LIB.
* COPYING.LIB: Removed.
* hello.c (main): Shortened verbose variable name.
Robustified and simplified argument test.
Wed Sep 2 23:45:10 1992 Noah Friedman ([email protected])
* hello.c (main): added zork output compatibility.
Wed Sep 2 22:58:15 1992 The King ([email protected])
* Makefile.in (config.status): Find configure in $(srcdir).
* Makefile.in: Regularize spacing after colons.
Tue Aug 11 16:48:21 1992 The King ([email protected])
* NEWS: New file.
* Makefile.in (DISTFILES): Add NEWS.
* hello.c (usage): Capitalize first word.
* Makefile.in (DISTFILES): Add COPYING.LIB.
Wed Jul 1 02:43:47 1992 The King ([email protected])
* Makefile.in (hello.dvi): New rule.
(doc): New rule.
(check): Depend on hello, not all.
* hello.texi (Instructions): Add important warning to all our readers.
(Sample): Show new greeting msg, and --traditional option.
(Invoking hello): Document --traditional.
(Problems): Invite users to ask questions of the maintainer.
* hello.c (longopts, main): Add new option --traditional/-t.
(main): When not under --traditional, use proper capitalization,
appropriate punctuation, and the most suited output function.
Under --traditional, retain compatibility with old implementations.
* hello.c (main): Notice switches in flag variables and act on
them after the getopt loop is finished.
* ChangeLog (3-1-78): Correct name.
Sun Jun 28 12:54:28 1992 The King ([email protected])
* Makefile.in: Add emacs mode cookie.
(DISTFILES): Indent contiuation lines reasonably.
* hello.texi (Instructions): Properly capitalize title.
Fri Jun 26 23:44:03 1992 Noah Friedman ([email protected])
* hello.texi: new node "how to read this manual".
Fri Jun 26 18:15:53 1992 David J. MacKenzie ([email protected])
* Makefile.in (check): Look for testdata in $(srcdir).
From david d `zoo' zuhn ([email protected]).
Fri Jun 26 18:03:09 1992 Charles Hannum ([email protected])
* hello.texi: Fix grammo in first line.
Fri Jun 26 02:55:44 1992 The King ([email protected])
* Version 1.0 released.
Fri Jun 26 01:02:04 1992 David J. MacKenzie ([email protected])
* Makefile.in, configure.in, hello.texi: New files.
Fri Jun 26 00:57:54 1992 Jan Brittenson ([email protected])
* hello.c (version): Declare it.
Fri Jun 26 00:47:03 1992 Roland McGrath ([email protected])
* hello.c (longopts, main): Add -h/--help option.
[STDC_HEADERS]: #include <stdlib.h>
[! STDC_HEADERS] (exit): Declare it.
Fri Jun 26 00:44:27 1992 Charles Hannum ([email protected])
* hello.c (longopts): New variable.
(main): Use it.
Fri Jun 26 00:43:46 1992 Mike Haertel ([email protected])
* version.c: New file.
Thu Nov 24 00:00:01 1983 Richard M. Stallman (rms at prep)
* Begin GNU project; add copyleft.
Sat Apr 1 00:27:19 1978 Brian Kernighan (bwk at research)
* Initial version.
ChangeLog.O ends here