]> cygwin.com Git - cygwin-apps/cygutils.git/blob - ChangeLog
Rearrange directory structure
[cygwin-apps/cygutils.git] / ChangeLog
1 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2
3 * src: new directory
4 * src/Makefile.am: new file
5 * src/Makefile.in: new file
6 * src-gpl/Makefile.am: removed
7 * src-gpl/Makefile.in: removed
8
9 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
10
11 * src/ascii: new directory
12 * src-gpl/ascii.c: moved to src/ascii/ascii.c
13 * src/ascii/ascii.c: moved from src-gpl/ascii.c
14 * src/ascii/Makefile.am: new file
15 * src/ascii/Makefile.in: new file
16
17 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
18
19 * src/banner: new directory
20 * src-gpl/banner.c: moved to src/banner/banner.c
21 * src/banner/banner.c: moved from src-gpl/banner.c
22 * src/banner/Makefile.am: new file
23 * src/banner/Makefile.in: new file
24
25 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
26
27 * src/cal: new directory
28 * src-bsd/cal.c: moved to src/cal/cal.c
29 * src/cal/cal.c: moved from src-bsd/cal.c
30 * src-bsd/cal.1: moved to src/cal/cal.1
31 * src/cal/cal.1: moved from src-bsd/cal.1
32 * src-bsd/err.c: moved to src/cal/err.c
33 * src/cal/err.c: moved from src-bsd/err.c
34 * src-bsd/errs.h: moved to src/cal/errs.h
35 * src/cal/errs.h: moved from src-bsd/errs.h
36 * src-bsd/widechar.h: moved to src/cal/widechar.h
37 * src/cal/widechar.h: moved from src-bsd/widechar.h
38 * src-bsd/README.cal: moved to src/cal/README.cal
39 * src/cal/README.cal: moved from src-bsd/README.cal
40 * src/cal/Makefile.am: new file
41 * src/cal/Makefile.in: new file
42
43 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
44
45 * src/clip: new directory
46 * src-gpl/putclip.c: moved to src/clip/putclip.c
47 * src/clip/putclip.c: moved from src-gpl/putclip.c
48 * src-gpl/getclip.c: moved to src/clip/getclip.c
49 * src/clip/getclip.c: moved from src-gpl/getclip.c
50 * src/clip/Makefile.am: new file
51 * src/clip/Makefile.in: new file
52
53 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
54
55 * src/conv: new directory
56 * src-gpl/conv.c: moved to src/conv/conv.c
57 * src/conv/conv.c: moved from src-gpl/conv.c
58 * src/conv/Makefile.am: new file
59 * src/conv/Makefile.in: new file
60
61 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
62
63 * src/ddate: new directory
64 * src-pd/ddate.c: moved to src/ddate/ddate.c
65 * src/ddate/ddate.c: moved from src-pd/ddate.c
66 * src-pd/ddate.1: moved to src/ddate/ddate.1
67 * src/ddate/ddate.1: moved from src-pd/ddate.1
68 * src-pd/ddate.doc: moved to src/ddate/ddate.doc
69 * src/ddate/ddate.doc: moved from src-pd/ddate.doc
70 * src/ddate/Makefile.am: new file
71 * src/ddate/Makefile.in: new file
72
73 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
74
75 * src/dump: new directory
76 * src-gpl/dump.c: moved to src/dump/dump.c
77 * src/dump/dump.c: moved from src-gpl/dump.c
78 * src/dump/Makefile.am: new file
79 * src/dump/Makefile.in: new file
80
81 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
82
83 * src/ipc: new directory
84 * src-gpl/msgtool.c: moved to src/ipc/msgtool.c
85 * src/ipc/msgtool.c: moved from src-gpl/msgtool.c
86 * src-gpl/semstat.c: moved to src/ipc/semstat.c
87 * src/ipc/semstat.c: moved from src-gpl/semstat.c
88 * src-gpl/semtool.c: moved to src/ipc/semtool.c
89 * src/ipc/semtool.c: moved from src-gpl/semtool.c
90 * src-gpl/shmtool.c: moved to src/ipc/shmtool.c
91 * src/ipc/shmtool.c: moved from src-gpl/shmtool.c
92 * src/ipc/Makefile.am: new file
93 * src/ipc/Makefile.in: new file
94
95 2002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
96
97 * src-gpl/Makefile.am: add lpr and mkshortcut
98 * src-gpl/Makefile.in: regenerate
99 * configure.ac: update version number
100 * configure: regenerate
101 * AUTHORS: add Rick and Joshua
102 * PROGLIST: add lpr and mkshortcut
103 * NEWS: add lpr and mkshortcut
104 * README: add lpr and mkshortcut
105 * TODO: add some notes...
106 * src-gpl/mkshortcut.c: Reformat comment block. Explicitly
107 include config.h and common.h. Move other #inludes to
108 common.h. Add some static strings for later use (version,
109 Id, copyright).
110 * src-gpl/lpr.c: Add license reference. Explicitly include
111 config.h and common.h. Move other #includes to common.h.
112 Add some static strings for later use (version, Id, copyright).
113 Change programName to program_name (to match style of other
114 programs). Strdup from argv[0] instead of hardcoding. Use
115 VA_START macro instead of va_start.
116
117 2002-02-23 Rick Rankin <rick_rankin@yahoo.com>
118
119 * src-gpl/lpr.c: new file
120
121 2002-02-23 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
122
123 * src-gpl/mkshortcut.c: new file
124 * src-gpl/mkshortcut.1: new file
125
126 2002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
127
128 * src-pd/ddate.c: add explicit license reference
129 and move #includes to common.h. Guard setlocale.
130 Explicitly include config.h, common.h
131 * src-pd/namei.c: ditto
132 * src-bsd/cal.c: ditto
133 * src-bsd/err.c: ditto
134 * src-bsd/errs.h: explicitly include config.h, common.h
135 * src-bsd/widechar.h: explicitly include config.h (NOT common.h)
136 * src-gpl/ascii.c: explicitly include config.h
137 * src-gpl/banner.c: reformat license notice. explicitly
138 include config.h
139 * src-gpl/conv.c: explictly include config.h
140 * src-gpl/dump.c: explictly include config.h; move other
141 includes into common.h
142 * src-gpl/getclip.c: explicitly include config.h
143 * src-gpl/last.c: reformat license notice. explicitly include
144 config.h. Move other #includes into common.h
145 * src-gpl/oldutmp.h: add explicit license reference.
146 * src-gpl/putclip.c: include config.h. Move other #includes
147 into common.h
148 * src-gpl/realpath.c: Reformat license reference. Explicitly
149 include config.h.
150 * src-gpl/msgtool.c: add explicit license reference. include
151 config.h. Guard ipc #includes. Move other includes into common.h
152 * src-gpl/semstat.c: ditto
153 * src-gpl/semtool.c: ditto
154 * src-gpl/shmtool.c: ditto
155 * src-gpl/utmpdump.c: Reformat license reference. Explicitly
156 include config.h. Move other includes into common.h.
157 * config.h.in: regenerate
158 * configure.ac: Add the new checks
159 * common.h: Migrate other includes from .c files here.
160 * configure: regenerate
161
162 2002-01-28 Charles Wilson <cwilson@ece.gatech.edu>
163
164 * src-bsd/cal.c: fix spelling
165
166 2002-01-27 Charles Wilson <cwilson@ece.gatech.edu>
167
168 * acinclude.m4: new file
169 * common.h: new file
170 * configure.ac: add conditionals for windows-only,
171 cygipc-only programs
172 * src-gpl/Makefile.am: use conditionals
173 * aclocal.m4: regenerate
174 * config.h.in: regenerate
175 * Makefile.in: regenerate
176 * src-gpl/Makefile.in: regenerate
177 * configure: regenerate
178 * README: minor changes
179 * src-bsd/cal.c: use common.h
180 * src-pd/ddate.c: use common.h
181 * src-pd/namei.c: use common.h
182 * src-gpl/ascii.c: use common.h
183 * src-gpl/banner.c: use common.h
184 * src-gpl/conv.c: use common.h
185 * src-gpl/dump.c: use common.h
186 * src-gpl/getclip.c: use common.h
187 * src-gpl/last.c: use common.h
188 * src-gpl/msgtool.c: use common.h
189 * src-gpl/putclip.c: use common.h
190 * src-gpl/realpath.c: use common.h
191 * src-gpl/semstat.c: use common.h
192 * src-gpl/semtool.c: use common.h
193 * src-gpl/shmtool.c: use common.h
194 * src-gpl/utmpdump.c: use common.h
195
196 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
197
198 * NEWS: add entries for 0.9.6, .7, and .8
199 * ChangeLog: fix tabs
200 * release version 0.9.8
201
202 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
203
204 * src-pd/ddate.c: new file
205 * src-pd/ddate.1: new file
206 * src-pd/ddate.doc: new file
207 * AUTHORS: add Druel the Chaotic
208 * PROGLIST: add ddate
209 * README: mention ddate
210 * src-pd/Makefile.am: add ddate to proglist, ddate.1
211 to manlist
212 * src-bsd/Makefile.in: regenerate
213
214 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
215
216 * src-gpl/realpath.c: new file
217 * AUTHORS: add Steven Barker
218 * PROGLIST: add realpath
219 * README: mention realpath
220 * src-gpl/Makefile.am: add realpath to proglist
221 * src-gpl/Makefile.in: regenerate
222
223 2002-01-18 Mark Bradshaw <bradshaw@staff.crosswalk.com>
224
225 * src-gpl/utmpdump.c: new file
226 * AUTHORS: add Mark Bradshaw
227 * PROGLIST: add utmpdump
228 * README: mention utmpdump
229 * src-gpl/Makefile.am: add utmpdump to proglist
230 * src-gpl/Makefile.in: regenerate
231
232 2002-01-16 Charles Wilson <cwilson@ece.gatech.edu>
233
234 * bootstrap: new file
235 * src-gpl/Makefile.am: add last to proglist
236 * src-gpl/Makefile.in: regenerate
237 * PROGLIST: add last
238 * README: mention last
239 * AUTHORS: add Mark Bradshaw
240
241 2002-01-16 Mark Bradshaw <bradshaw@staff.crosswalk.com>
242
243 * src-gpl/last.c: new file
244 * src-gpl/last.1: new file
245 * src-gpl/lastb.1: new file
246 * src-gpl/oldutmp.h: new file
247
248 2001-12-05 Joerg Schaible <joerg.schaible@gft.com>
249
250 * src-gpl/banner.c: fix the -c option, use ANSI
251 font to print the extended charset
252
253 2001-12-04 Charles Wilson <cwilson@ece.gatech.edu>
254
255 * licenses: new subdir
256 * licenses/COPYING.GPL: new file (GPL text)
257 * licenses/COPYING.BSD-no-advert: new file (BSD license,
258 without the advertising clause)
259 * src-pd: new subdir (for public domain source code that
260 I've taken, modified, and released under the GPL)
261 * src-bsd: new subdir (for source code that is covered
262 by the BSD-no-advert license) Note that BSD-w-advert
263 code is disallowed -- can't legally be linked to
264 cygwin1.dll.
265 * src: removed (renamed to src-gpl for consistency)
266 * src-gpl: new (renamed from src)
267 * PROGLIST: new file (contains descriptions of the
268 various programs)
269 * README: proglist stuff removed. README is more general.
270 * src-bsd/Makefile.am: new file
271 * src-bsd/Makefile.in: new file
272 * src-bsd/README.cal: new file
273 * src-bsd/cal.1: new file
274 * src-bsd/cal.c: new file
275 * src-bsd/err.c: new file
276 * src-bsd/errs.h: new file
277 * src-bsd/widechar.h: new file
278 * src-pd/Makefile.am: new file
279 * src-pd/Makefile.in: new file
280 * src-pd/README.namei: new file
281 * src-pd/README1.namei: new file
282 * src-pd/namei.1: new file
283 * src-pd/namei.c: new file
284 * configure.ac: add new tests to support namei and cal
285 * Makefile.am: add new subdirs
286 * config.h.in: regenerate
287 * aclocal.m4: regenerate
288 * Makefile.in: regenerate
289 * src/Makefile.in: regenerate
290
291 2001-11-28 Charles Wilson <cwilson@ece.gatech.edu>
292
293 * package renamed to 'cygutils'
294 * README: update
295 * NEWS: update
296 * AUTHORS: add Jorg Schaible
297 * configure.ac: package name change
298 * src/Makefile.am: add 'banner'
299 * src/banner.c: new file. Modified from Joerg's
300 original to use popt for argument processing.
301 * configure: regenerate
302 * config.h.in: regenerate
303 * aclocal.m4: regenerate
304 * Makefile.in: regenerate
305 * src/Makefile.in: regenerate
306
307 2001-11-26 Charles Wilson <cwilson@ece.gatech.edu>
308
309 * src/semtool.c: added
310 * src/semstat.c: added
311 * src/msgtool.c: added
312 * src/shmtool.c: added
313 * src/Makefile.am: add semtool, semstat, msgtool,
314 and shmtool targets.
315 * configure.ac: add check for cygipc, and for
316 ipc headers
317 * configure: regenerate
318 * config.h.in: regenerate
319 * aclocal.m4: regenerate
320 * Makefile.in: regenerate
321 * src/Makefile.in: regenerate
322
323 2001-11-25 Charles Wilson <cwilson@ece.gatech.edu>
324
325 * uuencode.1: deleted
326 * uuencode.c: deleted
327 * uudecode.1: deleted
328 * uudecond.c: deleted (get these from GNU sharutils)
329 * mktemp.1: deleted
330 * mktemp.c: deleted (get these from
331 http://www.courtesan.com/mktemp/)
332 * autoconfiscated -- lots of new files
333 * moved remaining .c files into src subdir
334 * src/conv.c: now recognize 'dos2unix.exe' and
335 'unix2dos.exe' as special argv[0] values, along
336 with 'd2u.exe' and 'u2d.exe'
337 * src/Makefile.in: install conv.exe as itself but
338 also as d2u.exe, u2d.exe, dos2unix.exe and unix2dos.exe
339
340 0.9.2
341
342 * link with /usr/lib/libpopt.a ('official' version)
343 * add mktemp implementation
344 * add friendly help/option handling to dump, putclip,
345 getclip, and ascii.
346
347 0.9.1 ---- baseline
348
This page took 0.687694 seconds and 6 git commands to generate.