]> cygwin.com Git - cygwin-apps/cygutils.git/blob - ChangeLog
Add col; regenerate autofiles
[cygwin-apps/cygutils.git] / ChangeLog
1 2002-05-23 Charles S. Wilson <cwilson@ece.gatech.edu>
2
3 * Makefile.in: regenerate
4 * src/Makefile.in: regenerate
5 * src/*/Makefile.in: regenerate
6 * configure: regenerate
7 * aclocal.m4: regenerate
8
9 2002-05-22 David A. Willis <dawillis1214@yahoo.com>
10
11 * src/col: new directory
12 * src/col/Makefile.am: new file
13 * src/col/Makefile.in: new file
14 * src/col/col.c: new file
15 * src/col/err.c: new file
16 * src/col/err.h: new file
17 * src/col/col.1: new file
18 * src/col/README.col: new file
19 * src/Makefile.am: add subdirectory col
20 * src/Makefile.in: regenerate
21 * AUTHORS: add David A. Willis for col
22 * PROGLIST: add col
23 * README: add col
24
25 2002-04-16 Chris January <chris@atomice.net>
26
27 * src/conv/conv.c (convert): Use correct type to store the
28 return value of fgetc()
29
30 2002-03-15 Charles Wilson <cwilson@ece.gatech.edu>
31
32 * Makefile.in: rebootstrap
33 * aclocal.m4: ditto
34 * configure: ditto
35 * src/Makefile.in: ditto
36 * src/ascii/Makefile.in: ditto
37 * src/banner/Makefile.in: ditto
38 * src/cal/Makefile.in: ditto
39 * src/clip/Makefile.in: ditto
40 * src/conv/Makefile.in: ditto
41 * src/ddate/Makefile.in: ditto
42 * src/dump/Makefile.in: ditto
43 * src/ipc/Makefile.in: ditto
44 * src/last/Makefile.in: ditto
45 * src/lpr/Makefile.in: ditto
46 * src/mkshortcut/Makefile.in: ditto
47 * src/namei/Makefile.in: ditto
48 * src/realpath/Makefile.in: ditto
49
50 2002-03-15 Michael Schaap <cygwin_start@mscha.org>
51
52 * src/cygstart: new directory
53 * src/cygstart/Makefile.am: new file
54 * src/cygstart/Makefile.in: new file
55 * src/cygstart/cygstart.c: new file
56 * src/cygstart/cygstart.1: new file
57 * src/Makefile.am: add subdirectory cygstart
58 * src/Makefile.in: regenerate
59 * AUTHORS: add Michael Schaap for cygstart
60 * PROGLIST: add cygstart
61 * README: add cygstart
62
63 2002-03-13 Charles Wilson <cwilson@ece.gatech.edu>
64
65 * HOW-TO-CONTRIBUTE: fix typos
66
67 2002-03-13 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
68
69 * src/mkshortcut/mkshortcut.c: fix NULL pointer problem
70
71 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
72
73 * TODO: remove 'reorg' note
74 * configure.ac: mark as version 1.0.0
75 * configure: regenerate
76 * HOW-TO-CONTRIBUTE: new file
77
78 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
79
80 * configure.ac: build Makefiles in new directories
81 * configure.in: regenerate
82 * Makefile.am: change subdirs
83 * Makefile.in: regenerate
84
85 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
86
87 * src: new directory
88 * src/Makefile.am: new file
89 * src/Makefile.in: new file
90 * src-gpl/Makefile.am: removed
91 * src-gpl/Makefile.in: removed
92 * src-pd/Makefile.am: removed
93 * src-pd/Makefile.in: removed
94 * src-bsd/Makefile.am: removed
95 * src-bsd/Makefile.in: removed
96
97 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
98
99 * src/ascii: new directory
100 * src-gpl/ascii.c: moved to src/ascii/ascii.c
101 * src/ascii/ascii.c: moved from src-gpl/ascii.c
102 * src/ascii/Makefile.am: new file
103 * src/ascii/Makefile.in: new file
104
105 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
106
107 * src/banner: new directory
108 * src-gpl/banner.c: moved to src/banner/banner.c
109 * src/banner/banner.c: moved from src-gpl/banner.c
110 * src/banner/Makefile.am: new file
111 * src/banner/Makefile.in: new file
112
113 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
114
115 * src/cal: new directory
116 * src-bsd/cal.c: moved to src/cal/cal.c
117 * src/cal/cal.c: moved from src-bsd/cal.c
118 * src-bsd/cal.1: moved to src/cal/cal.1
119 * src/cal/cal.1: moved from src-bsd/cal.1
120 * src-bsd/err.c: moved to src/cal/err.c
121 * src/cal/err.c: moved from src-bsd/err.c
122 * src-bsd/errs.h: moved to src/cal/errs.h
123 * src/cal/errs.h: moved from src-bsd/errs.h
124 * src-bsd/widechar.h: moved to src/cal/widechar.h
125 * src/cal/widechar.h: moved from src-bsd/widechar.h
126 * src-bsd/README.cal: moved to src/cal/README.cal
127 * src/cal/README.cal: moved from src-bsd/README.cal
128 * src/cal/Makefile.am: new file
129 * src/cal/Makefile.in: new file
130
131 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
132
133 * src/clip: new directory
134 * src-gpl/putclip.c: moved to src/clip/putclip.c
135 * src/clip/putclip.c: moved from src-gpl/putclip.c
136 * src-gpl/getclip.c: moved to src/clip/getclip.c
137 * src/clip/getclip.c: moved from src-gpl/getclip.c
138 * src/clip/Makefile.am: new file
139 * src/clip/Makefile.in: new file
140
141 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
142
143 * src/conv: new directory
144 * src-gpl/conv.c: moved to src/conv/conv.c
145 * src/conv/conv.c: moved from src-gpl/conv.c
146 * src/conv/Makefile.am: new file
147 * src/conv/Makefile.in: new file
148
149 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
150
151 * src/ddate: new directory
152 * src-pd/ddate.c: moved to src/ddate/ddate.c
153 * src/ddate/ddate.c: moved from src-pd/ddate.c
154 * src-pd/ddate.1: moved to src/ddate/ddate.1
155 * src/ddate/ddate.1: moved from src-pd/ddate.1
156 * src-pd/ddate.doc: moved to src/ddate/ddate.doc
157 * src/ddate/ddate.doc: moved from src-pd/ddate.doc
158 * src/ddate/Makefile.am: new file
159 * src/ddate/Makefile.in: new file
160
161 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
162
163 * src/dump: new directory
164 * src-gpl/dump.c: moved to src/dump/dump.c
165 * src/dump/dump.c: moved from src-gpl/dump.c
166 * src/dump/Makefile.am: new file
167 * src/dump/Makefile.in: new file
168
169 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
170
171 * src/ipc: new directory
172 * src-gpl/msgtool.c: moved to src/ipc/msgtool.c
173 * src/ipc/msgtool.c: moved from src-gpl/msgtool.c
174 * src-gpl/semstat.c: moved to src/ipc/semstat.c
175 * src/ipc/semstat.c: moved from src-gpl/semstat.c
176 * src-gpl/semtool.c: moved to src/ipc/semtool.c
177 * src/ipc/semtool.c: moved from src-gpl/semtool.c
178 * src-gpl/shmtool.c: moved to src/ipc/shmtool.c
179 * src/ipc/shmtool.c: moved from src-gpl/shmtool.c
180 * src/ipc/Makefile.am: new file
181 * src/ipc/Makefile.in: new file
182
183 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
184
185 * src/last: new directory
186 * src-gpl/last.c: moved to src/last/last.c
187 * src/last/last.c: moved from src-gpl/last.c
188 * src-gpl/last.1: moved to src/last/last.1
189 * src/last/last.1: moved from src-gpl/last.1
190 * src-gpl/lastb.1: moved to src/last/lastb.1
191 * src/last/lastb.1: moved from src-gpl/lastb.1
192 * src-gpl/oldutmp.h: moved to src/last/oldutmp.h
193 * src/last/oldutmp.h: moved from src-gpl/oldutmp.h
194 * src-gpl/utmpdump.c: moved to src/last/utmpdump.c
195 * src/last/utmpdump.c: moved from src-gpl/utmpdump.c
196 * src/last/Makefile.am: new file
197 * src/last/Makefile.in: new file
198
199 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
200
201 * src/lpr: new directory
202 * src-gpl/lpr.c: moved to src/lpr/lpr.c
203 * src/lpr/lpr.c: moved from src-gpl/lpr.c
204 * src/lpr/Makefile.am: new file
205 * src/lpr/Makefile.in: new file
206
207 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
208
209 * src/mkshortcut: new directory
210 * src-gpl/mkshortcut.c: moved to src/mkshortcut/mkshortcut.c
211 * src/mkshortcut/mkshortcut.c: moved from src-gpl/mkshortcut.c
212 * src-gpl/mkshortcut.1: moved to src/mkshortcut/mkshortcut.1
213 * src/mkshortcut/mkshortcut.1: moved from src-gpl/mkshortcut.1
214 * src/mkshortcut/Makefile.am: new file
215 * src/mkshortcut/Makefile.in: new file
216
217 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
218
219 * src/namei: new directory
220 * src-pd/namei.c: moved to src/namei/namei.c
221 * src/namei/namei.c: moved from src-pd/namei.c
222 * src-pd/namei.1: moved to src/namei/namei.1
223 * src/namei/namei.1: moved from src-pd/namei.1
224 * src-pd/README.namei: moved to src/namei/README.namei
225 * src/namei/README.namei: moved from src-pd/README.namei
226 * src-pd/README1.namei: moved to src/namei/README1.namei
227 * src/namei/README1.namei: moved from src-pd/README1.namei
228 * src/namei/Makefile.am: new file
229 * src/namei/Makefile.in: new file
230
231 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
232
233 * src/realpath: new directory
234 * src-gpl/realpath.c: moved to src/realpath/realpath.c
235 * src/realpath/realpath.c: moved from src-gpl/realpath.c
236 * src/realpath/Makefile.am: new file
237 * src/realpath/Makefile.in: new file
238
239
240 2002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
241
242 * src-gpl/Makefile.am: add lpr and mkshortcut
243 * src-gpl/Makefile.in: regenerate
244 * configure.ac: update version number
245 * configure: regenerate
246 * AUTHORS: add Rick and Joshua
247 * PROGLIST: add lpr and mkshortcut
248 * NEWS: add lpr and mkshortcut
249 * README: add lpr and mkshortcut
250 * TODO: add some notes...
251 * src-gpl/mkshortcut.c: Reformat comment block. Explicitly
252 include config.h and common.h. Move other #inludes to
253 common.h. Add some static strings for later use (version,
254 Id, copyright).
255 * src-gpl/lpr.c: Add license reference. Explicitly include
256 config.h and common.h. Move other #includes to common.h.
257 Add some static strings for later use (version, Id, copyright).
258 Change programName to program_name (to match style of other
259 programs). Strdup from argv[0] instead of hardcoding. Use
260 VA_START macro instead of va_start.
261
262 2002-02-23 Rick Rankin <rick_rankin@yahoo.com>
263
264 * src-gpl/lpr.c: new file
265
266 2002-02-23 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
267
268 * src-gpl/mkshortcut.c: new file
269 * src-gpl/mkshortcut.1: new file
270
271 2002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
272
273 * src-pd/ddate.c: add explicit license reference
274 and move #includes to common.h. Guard setlocale.
275 Explicitly include config.h, common.h
276 * src-pd/namei.c: ditto
277 * src-bsd/cal.c: ditto
278 * src-bsd/err.c: ditto
279 * src-bsd/errs.h: explicitly include config.h, common.h
280 * src-bsd/widechar.h: explicitly include config.h (NOT common.h)
281 * src-gpl/ascii.c: explicitly include config.h
282 * src-gpl/banner.c: reformat license notice. explicitly
283 include config.h
284 * src-gpl/conv.c: explictly include config.h
285 * src-gpl/dump.c: explictly include config.h; move other
286 includes into common.h
287 * src-gpl/getclip.c: explicitly include config.h
288 * src-gpl/last.c: reformat license notice. explicitly include
289 config.h. Move other #includes into common.h
290 * src-gpl/oldutmp.h: add explicit license reference.
291 * src-gpl/putclip.c: include config.h. Move other #includes
292 into common.h
293 * src-gpl/realpath.c: Reformat license reference. Explicitly
294 include config.h.
295 * src-gpl/msgtool.c: add explicit license reference. include
296 config.h. Guard ipc #includes. Move other includes into common.h
297 * src-gpl/semstat.c: ditto
298 * src-gpl/semtool.c: ditto
299 * src-gpl/shmtool.c: ditto
300 * src-gpl/utmpdump.c: Reformat license reference. Explicitly
301 include config.h. Move other includes into common.h.
302 * config.h.in: regenerate
303 * configure.ac: Add the new checks
304 * common.h: Migrate other includes from .c files here.
305 * configure: regenerate
306
307 2002-01-28 Charles Wilson <cwilson@ece.gatech.edu>
308
309 * src-bsd/cal.c: fix spelling
310
311 2002-01-27 Charles Wilson <cwilson@ece.gatech.edu>
312
313 * acinclude.m4: new file
314 * common.h: new file
315 * configure.ac: add conditionals for windows-only,
316 cygipc-only programs
317 * src-gpl/Makefile.am: use conditionals
318 * aclocal.m4: regenerate
319 * config.h.in: regenerate
320 * Makefile.in: regenerate
321 * src-gpl/Makefile.in: regenerate
322 * configure: regenerate
323 * README: minor changes
324 * src-bsd/cal.c: use common.h
325 * src-pd/ddate.c: use common.h
326 * src-pd/namei.c: use common.h
327 * src-gpl/ascii.c: use common.h
328 * src-gpl/banner.c: use common.h
329 * src-gpl/conv.c: use common.h
330 * src-gpl/dump.c: use common.h
331 * src-gpl/getclip.c: use common.h
332 * src-gpl/last.c: use common.h
333 * src-gpl/msgtool.c: use common.h
334 * src-gpl/putclip.c: use common.h
335 * src-gpl/realpath.c: use common.h
336 * src-gpl/semstat.c: use common.h
337 * src-gpl/semtool.c: use common.h
338 * src-gpl/shmtool.c: use common.h
339 * src-gpl/utmpdump.c: use common.h
340
341 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
342
343 * NEWS: add entries for 0.9.6, .7, and .8
344 * ChangeLog: fix tabs
345 * release version 0.9.8
346
347 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
348
349 * src-pd/ddate.c: new file
350 * src-pd/ddate.1: new file
351 * src-pd/ddate.doc: new file
352 * AUTHORS: add Druel the Chaotic
353 * PROGLIST: add ddate
354 * README: mention ddate
355 * src-pd/Makefile.am: add ddate to proglist, ddate.1
356 to manlist
357 * src-bsd/Makefile.in: regenerate
358
359 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
360
361 * src-gpl/realpath.c: new file
362 * AUTHORS: add Steven Barker
363 * PROGLIST: add realpath
364 * README: mention realpath
365 * src-gpl/Makefile.am: add realpath to proglist
366 * src-gpl/Makefile.in: regenerate
367
368 2002-01-18 Mark Bradshaw <bradshaw@staff.crosswalk.com>
369
370 * src-gpl/utmpdump.c: new file
371 * AUTHORS: add Mark Bradshaw
372 * PROGLIST: add utmpdump
373 * README: mention utmpdump
374 * src-gpl/Makefile.am: add utmpdump to proglist
375 * src-gpl/Makefile.in: regenerate
376
377 2002-01-16 Charles Wilson <cwilson@ece.gatech.edu>
378
379 * bootstrap: new file
380 * src-gpl/Makefile.am: add last to proglist
381 * src-gpl/Makefile.in: regenerate
382 * PROGLIST: add last
383 * README: mention last
384 * AUTHORS: add Mark Bradshaw
385
386 2002-01-16 Mark Bradshaw <bradshaw@staff.crosswalk.com>
387
388 * src-gpl/last.c: new file
389 * src-gpl/last.1: new file
390 * src-gpl/lastb.1: new file
391 * src-gpl/oldutmp.h: new file
392
393 2001-12-05 Joerg Schaible <joerg.schaible@gft.com>
394
395 * src-gpl/banner.c: fix the -c option, use ANSI
396 font to print the extended charset
397
398 2001-12-04 Charles Wilson <cwilson@ece.gatech.edu>
399
400 * licenses: new subdir
401 * licenses/COPYING.GPL: new file (GPL text)
402 * licenses/COPYING.BSD-no-advert: new file (BSD license,
403 without the advertising clause)
404 * src-pd: new subdir (for public domain source code that
405 I've taken, modified, and released under the GPL)
406 * src-bsd: new subdir (for source code that is covered
407 by the BSD-no-advert license) Note that BSD-w-advert
408 code is disallowed -- can't legally be linked to
409 cygwin1.dll.
410 * src: removed (renamed to src-gpl for consistency)
411 * src-gpl: new (renamed from src)
412 * PROGLIST: new file (contains descriptions of the
413 various programs)
414 * README: proglist stuff removed. README is more general.
415 * src-bsd/Makefile.am: new file
416 * src-bsd/Makefile.in: new file
417 * src-bsd/README.cal: new file
418 * src-bsd/cal.1: new file
419 * src-bsd/cal.c: new file
420 * src-bsd/err.c: new file
421 * src-bsd/errs.h: new file
422 * src-bsd/widechar.h: new file
423 * src-pd/Makefile.am: new file
424 * src-pd/Makefile.in: new file
425 * src-pd/README.namei: new file
426 * src-pd/README1.namei: new file
427 * src-pd/namei.1: new file
428 * src-pd/namei.c: new file
429 * configure.ac: add new tests to support namei and cal
430 * Makefile.am: add new subdirs
431 * config.h.in: regenerate
432 * aclocal.m4: regenerate
433 * Makefile.in: regenerate
434 * src/Makefile.in: regenerate
435
436 2001-11-28 Charles Wilson <cwilson@ece.gatech.edu>
437
438 * package renamed to 'cygutils'
439 * README: update
440 * NEWS: update
441 * AUTHORS: add Jorg Schaible
442 * configure.ac: package name change
443 * src/Makefile.am: add 'banner'
444 * src/banner.c: new file. Modified from Joerg's
445 original to use popt for argument processing.
446 * configure: regenerate
447 * config.h.in: regenerate
448 * aclocal.m4: regenerate
449 * Makefile.in: regenerate
450 * src/Makefile.in: regenerate
451
452 2001-11-26 Charles Wilson <cwilson@ece.gatech.edu>
453
454 * src/semtool.c: added
455 * src/semstat.c: added
456 * src/msgtool.c: added
457 * src/shmtool.c: added
458 * src/Makefile.am: add semtool, semstat, msgtool,
459 and shmtool targets.
460 * configure.ac: add check for cygipc, and for
461 ipc headers
462 * configure: regenerate
463 * config.h.in: regenerate
464 * aclocal.m4: regenerate
465 * Makefile.in: regenerate
466 * src/Makefile.in: regenerate
467
468 2001-11-25 Charles Wilson <cwilson@ece.gatech.edu>
469
470 * uuencode.1: deleted
471 * uuencode.c: deleted
472 * uudecode.1: deleted
473 * uudecond.c: deleted (get these from GNU sharutils)
474 * mktemp.1: deleted
475 * mktemp.c: deleted (get these from
476 http://www.courtesan.com/mktemp/)
477 * autoconfiscated -- lots of new files
478 * moved remaining .c files into src subdir
479 * src/conv.c: now recognize 'dos2unix.exe' and
480 'unix2dos.exe' as special argv[0] values, along
481 with 'd2u.exe' and 'u2d.exe'
482 * src/Makefile.in: install conv.exe as itself but
483 also as d2u.exe, u2d.exe, dos2unix.exe and unix2dos.exe
484
485 0.9.2
486
487 * link with /usr/lib/libpopt.a ('official' version)
488 * add mktemp implementation
489 * add friendly help/option handling to dump, putclip,
490 getclip, and ascii.
491
492 0.9.1 ---- baseline
493
This page took 0.056356 seconds and 5 git commands to generate.