]> cygwin.com Git - cygwin-apps/cygutils.git/blob - ChangeLog
c4ba86bff07c0197dd2e3cf52fd5777233511771
[cygwin-apps/cygutils.git] / ChangeLog
1 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
2
3 Add 'colrm' program. Tag "v1_1_1c"
4
5 * src/colrm: new directory
6 * src/colrm/colrm.c: new file
7 * src/colrm/colrm.1: new file
8 * src/colrm/widechar.h: new file
9 * Makefile.am: add program 'colrm'
10 * Makefile.in: regenerate
11 * PROGLIST: add colrm
12 * README: add colrm
13 * NEWS: hasn't been updated in a while...
14
15 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
16
17 Add 'colcrt' program. Tag "v1_1_1b"
18
19 * src/colcrt: new directory
20 * src/colcrt/colcrt.c: new file
21 * src/colcrt/colcrt.1: new file
22 * src/colcrt/widechar.h: new file
23 * Makefile.am: add program 'colcrt'
24 * Makefile.in: regenerate
25 * PROGLIST: add colcrt
26 * README: add colcrt
27
28 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
29
30 Add 'column' program. Tag "v1_1_1a"
31
32 * src/column: new directory
33 * src/column/column.c: new file
34 * src/column/column.1: new file
35 * src/column/err.c: new file
36 * src/column/errs.h: new file
37 * src/column/widechar.h: new file
38 * Makefile.am: add program 'column'
39 * configure.ac: add check for TIOCGWINSZ, termios.h, and ioctl.h.
40 * common.h: use TIOCGWINSZ to include sys/termios.h or sys/ioctl.h.
41 * Makefile.in: regenerate
42 * config.h.in: regenerate
43 * configure: regenerate
44 * PROGLIST: add column
45 * README: add column
46
47 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
48
49 * TODO: remove gettext reminder
50 * HOW-TO-CONTRIBUTE: explain how to handle programs
51 that need -lintl, given the gettextize changes below.
52 * Makefile.in: regenerate
53
54 2002-07-12 gettextize <bug-gnu-gettext@gnu.org>
55
56 Bug in automake means that we have to gettextize -- even tho
57 we will never actually build gettext ourselves ('external'
58 option in AM_GNU_GETTEXT). Reported to automake list.
59
60 Bug in gettext means that we have to explicitly set and AC_SUBST
61 BUILD_INCLUDED_LIBINTL and USE_INCLUDED_LIBINTL in configure.ac.
62 Reported to Bruno.
63
64 * Makefile.am (SUBDIRS): Add intl, m4.
65 (ACLOCAL_AMFLAGS): New variable.
66 (EXTRA_DIST): Add config.rpath.
67 * configure.ac (AC_CONFIG_FILES): Add intl/Makefile, po/Makefile.in,
68 m4/Makefile.
69 * intl/: new directory
70 * intl/*: new files
71 * po/: new directory
72 * po/*: new files
73 * m4/: new directory
74 * m4/*: new files
75 * config.rpath: new file
76 * ABOUT-NLS: new file
77 * aclocal.m4: regenerate
78 * Makefile.in: regenerate
79 * configure: regenerate
80 * bootstrap: add -I m4 to aclocal command; copy files
81 * config.guess: new file
82 * config.sub: new file
83 * compile: new file
84 * config.h.in: regenerate
85 * TODO: note to remove all this garbage when it becomes
86 possible; need bugfix to automake and gettext.m4
87
88 2002-07-12 Charles S. Wilson <cwilson@ece.gatech.edu>
89
90 Adjust to cygwin's libintl library now depending on libiconv.
91 Easiest way: remove explicit search for -lintl and libintl.h;
92 instead use AM_GNU_GETTEXT.
93
94 Add 'rev' program
95
96 * configure.ac: don't look for -lintl and libintl.h 'by hand';
97 use AM_GNU_GETTEXT instead. Unfortunately, even 'external'
98 option requires po/ and intl/ directories. See gettextize above.
99 * src/rev: new directory
100 * src/rev/rev.c: new file
101 * src/rev/rev.1: new file
102 * src/rev/widechar.h: new file
103 * Makefile.am: add program 'rev'. Add LDADD variables for
104 the programs that use gettext, since -lintl is no longer
105 automatically included in LIBS (use @INTLLIBS@)
106 * Makefile.in: regenerate
107 * PROGLIST: add rev
108 * README: add rev
109
110 2002-06-06 Charles S. Wilson <cwilson@ece.gatech.edu>
111 Egor Duda
112
113 Add getopt.exe, readlink.exe. Bump to 1.1.1.
114
115 * AUTHORS: add Egor, Kenneth Stailey, and Frodo Looijaard
116 * configure.ac: bump to 1.1.1
117 * Makefile.am: add getopt and readlink
118 * PROGLIST: ditto
119 * README: ditto
120 * Makefile.in: regenerate
121 * configure: regenerate
122 * src/Makefile.am: delete (forgot to do so in previous commit)
123 * src/Makefile.in: delete (ditto)
124 * src/readlink/readlink.1: new file
125 * src/readlink/readlink.c: new file
126 * src/getopt/getopt.1: new file
127 * src/getopt/getopt.c: new file
128 * src/getopt/parse.bash: new file
129 * src/getopt/parse.tcsh: new file
130 * src/getopt/test.bash: new file
131 * src/getopt/test.tcsh: new file
132
133 2002-06-05 Charles S. Wilson <cwilson@ece.gatech.edu>
134 Robert Collins <robert.collins@itdomain.com.au>
135
136 Convert to one-big-makefile style. cf "Recursive make
137 considered harmful". Bump to 1.1.0
138
139 * HOW-TO-CONTRIBUTE: update to reflect one-big-makefile style.
140 * Makefile.am: consolidate from src/*/Makefile.am
141 * configure.ac: remove src/*/Makefile from AC_CONFIG_FILES list.
142 bump version.
143 * NEWS: Note one-file-to-build-them-all
144 * TODO: update
145 * aclocal.m4: regenerate
146 * Makefile.in: regenerate
147 * configure: regenerate
148 * /src/realpath/Makefile.in: delete
149 * /src/realpath/Makefile.am: delete
150 * /src/namei/Makefile.in: delete
151 * /src/namei/Makefile.am: delete
152 * /src/mkshortcut/Makefile.in: delete
153 * /src/mkshortcut/Makefile.am: delete
154 * /src/lpr/Makefile.in: delete
155 * /src/lpr/Makefile.am: delete
156 * /src/last/Makefile.in: delete
157 * /src/last/Makefile.am: delete
158 * /src/ipc/Makefile.in: delete
159 * /src/ipc/Makefile.am: delete
160 * /src/dump/Makefile.in: delete
161 * /src/dump/Makefile.am: delete
162 * /src/ddate/Makefile.in: delete
163 * /src/ddate/Makefile.am: delete
164 * /src/cygstart/Makefile.in: delete
165 * /src/cygstart/Makefile.am: delete
166 * /src/conv/Makefile.in: delete
167 * /src/conv/Makefile.am: delete
168 * /src/col/Makefile.in: delete
169 * /src/col/Makefile.am: delete
170 * /src/cal/Makefile.in: delete
171 * /src/cal/Makefile.am: delete
172 * /src/banner/Makefile.in: delete
173 * /src/banner/Makefile.am: delete
174 * /src/ascii/Makefile.in: delete
175 * /src/ascii/Makefile.am: delete
176 * /src/Makefile.in: delete
177 * /src/Makefile.am: delete
178
179 2002-05-23 Charles S. Wilson <cwilson@ece.gatech.edu>
180
181 * Makefile.in: regenerate
182 * src/Makefile.in: regenerate
183 * src/*/Makefile.in: regenerate
184 * configure: regenerate
185 * aclocal.m4: regenerate
186
187 2002-05-22 David A. Willis <dawillis1214@yahoo.com>
188
189 * src/col: new directory
190 * src/col/Makefile.am: new file
191 * src/col/Makefile.in: new file
192 * src/col/col.c: new file
193 * src/col/err.c: new file
194 * src/col/err.h: new file
195 * src/col/col.1: new file
196 * src/col/README.col: new file
197 * src/Makefile.am: add subdirectory col
198 * src/Makefile.in: regenerate
199 * AUTHORS: add David A. Willis for col
200 * PROGLIST: add col
201 * README: add col
202
203 2002-04-16 Chris January <chris@atomice.net>
204
205 * src/conv/conv.c (convert): Use correct type to store the
206 return value of fgetc()
207
208 2002-03-15 Charles Wilson <cwilson@ece.gatech.edu>
209
210 * Makefile.in: rebootstrap
211 * aclocal.m4: ditto
212 * configure: ditto
213 * src/Makefile.in: ditto
214 * src/ascii/Makefile.in: ditto
215 * src/banner/Makefile.in: ditto
216 * src/cal/Makefile.in: ditto
217 * src/clip/Makefile.in: ditto
218 * src/conv/Makefile.in: ditto
219 * src/ddate/Makefile.in: ditto
220 * src/dump/Makefile.in: ditto
221 * src/ipc/Makefile.in: ditto
222 * src/last/Makefile.in: ditto
223 * src/lpr/Makefile.in: ditto
224 * src/mkshortcut/Makefile.in: ditto
225 * src/namei/Makefile.in: ditto
226 * src/realpath/Makefile.in: ditto
227
228 2002-03-15 Michael Schaap <cygwin_start@mscha.org>
229
230 * src/cygstart: new directory
231 * src/cygstart/Makefile.am: new file
232 * src/cygstart/Makefile.in: new file
233 * src/cygstart/cygstart.c: new file
234 * src/cygstart/cygstart.1: new file
235 * src/Makefile.am: add subdirectory cygstart
236 * src/Makefile.in: regenerate
237 * AUTHORS: add Michael Schaap for cygstart
238 * PROGLIST: add cygstart
239 * README: add cygstart
240
241 2002-03-13 Charles Wilson <cwilson@ece.gatech.edu>
242
243 * HOW-TO-CONTRIBUTE: fix typos
244
245 2002-03-13 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
246
247 * src/mkshortcut/mkshortcut.c: fix NULL pointer problem
248
249 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
250
251 * TODO: remove 'reorg' note
252 * configure.ac: mark as version 1.0.0
253 * configure: regenerate
254 * HOW-TO-CONTRIBUTE: new file
255
256 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
257
258 * configure.ac: build Makefiles in new directories
259 * configure.in: regenerate
260 * Makefile.am: change subdirs
261 * Makefile.in: regenerate
262
263 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
264
265 * src: new directory
266 * src/Makefile.am: new file
267 * src/Makefile.in: new file
268 * src-gpl/Makefile.am: removed
269 * src-gpl/Makefile.in: removed
270 * src-pd/Makefile.am: removed
271 * src-pd/Makefile.in: removed
272 * src-bsd/Makefile.am: removed
273 * src-bsd/Makefile.in: removed
274
275 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
276
277 * src/ascii: new directory
278 * src-gpl/ascii.c: moved to src/ascii/ascii.c
279 * src/ascii/ascii.c: moved from src-gpl/ascii.c
280 * src/ascii/Makefile.am: new file
281 * src/ascii/Makefile.in: new file
282
283 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
284
285 * src/banner: new directory
286 * src-gpl/banner.c: moved to src/banner/banner.c
287 * src/banner/banner.c: moved from src-gpl/banner.c
288 * src/banner/Makefile.am: new file
289 * src/banner/Makefile.in: new file
290
291 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
292
293 * src/cal: new directory
294 * src-bsd/cal.c: moved to src/cal/cal.c
295 * src/cal/cal.c: moved from src-bsd/cal.c
296 * src-bsd/cal.1: moved to src/cal/cal.1
297 * src/cal/cal.1: moved from src-bsd/cal.1
298 * src-bsd/err.c: moved to src/cal/err.c
299 * src/cal/err.c: moved from src-bsd/err.c
300 * src-bsd/errs.h: moved to src/cal/errs.h
301 * src/cal/errs.h: moved from src-bsd/errs.h
302 * src-bsd/widechar.h: moved to src/cal/widechar.h
303 * src/cal/widechar.h: moved from src-bsd/widechar.h
304 * src-bsd/README.cal: moved to src/cal/README.cal
305 * src/cal/README.cal: moved from src-bsd/README.cal
306 * src/cal/Makefile.am: new file
307 * src/cal/Makefile.in: new file
308
309 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
310
311 * src/clip: new directory
312 * src-gpl/putclip.c: moved to src/clip/putclip.c
313 * src/clip/putclip.c: moved from src-gpl/putclip.c
314 * src-gpl/getclip.c: moved to src/clip/getclip.c
315 * src/clip/getclip.c: moved from src-gpl/getclip.c
316 * src/clip/Makefile.am: new file
317 * src/clip/Makefile.in: new file
318
319 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
320
321 * src/conv: new directory
322 * src-gpl/conv.c: moved to src/conv/conv.c
323 * src/conv/conv.c: moved from src-gpl/conv.c
324 * src/conv/Makefile.am: new file
325 * src/conv/Makefile.in: new file
326
327 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
328
329 * src/ddate: new directory
330 * src-pd/ddate.c: moved to src/ddate/ddate.c
331 * src/ddate/ddate.c: moved from src-pd/ddate.c
332 * src-pd/ddate.1: moved to src/ddate/ddate.1
333 * src/ddate/ddate.1: moved from src-pd/ddate.1
334 * src-pd/ddate.doc: moved to src/ddate/ddate.doc
335 * src/ddate/ddate.doc: moved from src-pd/ddate.doc
336 * src/ddate/Makefile.am: new file
337 * src/ddate/Makefile.in: new file
338
339 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
340
341 * src/dump: new directory
342 * src-gpl/dump.c: moved to src/dump/dump.c
343 * src/dump/dump.c: moved from src-gpl/dump.c
344 * src/dump/Makefile.am: new file
345 * src/dump/Makefile.in: new file
346
347 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
348
349 * src/ipc: new directory
350 * src-gpl/msgtool.c: moved to src/ipc/msgtool.c
351 * src/ipc/msgtool.c: moved from src-gpl/msgtool.c
352 * src-gpl/semstat.c: moved to src/ipc/semstat.c
353 * src/ipc/semstat.c: moved from src-gpl/semstat.c
354 * src-gpl/semtool.c: moved to src/ipc/semtool.c
355 * src/ipc/semtool.c: moved from src-gpl/semtool.c
356 * src-gpl/shmtool.c: moved to src/ipc/shmtool.c
357 * src/ipc/shmtool.c: moved from src-gpl/shmtool.c
358 * src/ipc/Makefile.am: new file
359 * src/ipc/Makefile.in: new file
360
361 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
362
363 * src/last: new directory
364 * src-gpl/last.c: moved to src/last/last.c
365 * src/last/last.c: moved from src-gpl/last.c
366 * src-gpl/last.1: moved to src/last/last.1
367 * src/last/last.1: moved from src-gpl/last.1
368 * src-gpl/lastb.1: moved to src/last/lastb.1
369 * src/last/lastb.1: moved from src-gpl/lastb.1
370 * src-gpl/oldutmp.h: moved to src/last/oldutmp.h
371 * src/last/oldutmp.h: moved from src-gpl/oldutmp.h
372 * src-gpl/utmpdump.c: moved to src/last/utmpdump.c
373 * src/last/utmpdump.c: moved from src-gpl/utmpdump.c
374 * src/last/Makefile.am: new file
375 * src/last/Makefile.in: new file
376
377 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
378
379 * src/lpr: new directory
380 * src-gpl/lpr.c: moved to src/lpr/lpr.c
381 * src/lpr/lpr.c: moved from src-gpl/lpr.c
382 * src/lpr/Makefile.am: new file
383 * src/lpr/Makefile.in: new file
384
385 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
386
387 * src/mkshortcut: new directory
388 * src-gpl/mkshortcut.c: moved to src/mkshortcut/mkshortcut.c
389 * src/mkshortcut/mkshortcut.c: moved from src-gpl/mkshortcut.c
390 * src-gpl/mkshortcut.1: moved to src/mkshortcut/mkshortcut.1
391 * src/mkshortcut/mkshortcut.1: moved from src-gpl/mkshortcut.1
392 * src/mkshortcut/Makefile.am: new file
393 * src/mkshortcut/Makefile.in: new file
394
395 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
396
397 * src/namei: new directory
398 * src-pd/namei.c: moved to src/namei/namei.c
399 * src/namei/namei.c: moved from src-pd/namei.c
400 * src-pd/namei.1: moved to src/namei/namei.1
401 * src/namei/namei.1: moved from src-pd/namei.1
402 * src-pd/README.namei: moved to src/namei/README.namei
403 * src/namei/README.namei: moved from src-pd/README.namei
404 * src-pd/README1.namei: moved to src/namei/README1.namei
405 * src/namei/README1.namei: moved from src-pd/README1.namei
406 * src/namei/Makefile.am: new file
407 * src/namei/Makefile.in: new file
408
409 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
410
411 * src/realpath: new directory
412 * src-gpl/realpath.c: moved to src/realpath/realpath.c
413 * src/realpath/realpath.c: moved from src-gpl/realpath.c
414 * src/realpath/Makefile.am: new file
415 * src/realpath/Makefile.in: new file
416
417
418 2002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
419
420 * src-gpl/Makefile.am: add lpr and mkshortcut
421 * src-gpl/Makefile.in: regenerate
422 * configure.ac: update version number
423 * configure: regenerate
424 * AUTHORS: add Rick and Joshua
425 * PROGLIST: add lpr and mkshortcut
426 * NEWS: add lpr and mkshortcut
427 * README: add lpr and mkshortcut
428 * TODO: add some notes...
429 * src-gpl/mkshortcut.c: Reformat comment block. Explicitly
430 include config.h and common.h. Move other #inludes to
431 common.h. Add some static strings for later use (version,
432 Id, copyright).
433 * src-gpl/lpr.c: Add license reference. Explicitly include
434 config.h and common.h. Move other #includes to common.h.
435 Add some static strings for later use (version, Id, copyright).
436 Change programName to program_name (to match style of other
437 programs). Strdup from argv[0] instead of hardcoding. Use
438 VA_START macro instead of va_start.
439
440 2002-02-23 Rick Rankin <rick_rankin@yahoo.com>
441
442 * src-gpl/lpr.c: new file
443
444 2002-02-23 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
445
446 * src-gpl/mkshortcut.c: new file
447 * src-gpl/mkshortcut.1: new file
448
449 2002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
450
451 * src-pd/ddate.c: add explicit license reference
452 and move #includes to common.h. Guard setlocale.
453 Explicitly include config.h, common.h
454 * src-pd/namei.c: ditto
455 * src-bsd/cal.c: ditto
456 * src-bsd/err.c: ditto
457 * src-bsd/errs.h: explicitly include config.h, common.h
458 * src-bsd/widechar.h: explicitly include config.h (NOT common.h)
459 * src-gpl/ascii.c: explicitly include config.h
460 * src-gpl/banner.c: reformat license notice. explicitly
461 include config.h
462 * src-gpl/conv.c: explictly include config.h
463 * src-gpl/dump.c: explictly include config.h; move other
464 includes into common.h
465 * src-gpl/getclip.c: explicitly include config.h
466 * src-gpl/last.c: reformat license notice. explicitly include
467 config.h. Move other #includes into common.h
468 * src-gpl/oldutmp.h: add explicit license reference.
469 * src-gpl/putclip.c: include config.h. Move other #includes
470 into common.h
471 * src-gpl/realpath.c: Reformat license reference. Explicitly
472 include config.h.
473 * src-gpl/msgtool.c: add explicit license reference. include
474 config.h. Guard ipc #includes. Move other includes into common.h
475 * src-gpl/semstat.c: ditto
476 * src-gpl/semtool.c: ditto
477 * src-gpl/shmtool.c: ditto
478 * src-gpl/utmpdump.c: Reformat license reference. Explicitly
479 include config.h. Move other includes into common.h.
480 * config.h.in: regenerate
481 * configure.ac: Add the new checks
482 * common.h: Migrate other includes from .c files here.
483 * configure: regenerate
484
485 2002-01-28 Charles Wilson <cwilson@ece.gatech.edu>
486
487 * src-bsd/cal.c: fix spelling
488
489 2002-01-27 Charles Wilson <cwilson@ece.gatech.edu>
490
491 * acinclude.m4: new file
492 * common.h: new file
493 * configure.ac: add conditionals for windows-only,
494 cygipc-only programs
495 * src-gpl/Makefile.am: use conditionals
496 * aclocal.m4: regenerate
497 * config.h.in: regenerate
498 * Makefile.in: regenerate
499 * src-gpl/Makefile.in: regenerate
500 * configure: regenerate
501 * README: minor changes
502 * src-bsd/cal.c: use common.h
503 * src-pd/ddate.c: use common.h
504 * src-pd/namei.c: use common.h
505 * src-gpl/ascii.c: use common.h
506 * src-gpl/banner.c: use common.h
507 * src-gpl/conv.c: use common.h
508 * src-gpl/dump.c: use common.h
509 * src-gpl/getclip.c: use common.h
510 * src-gpl/last.c: use common.h
511 * src-gpl/msgtool.c: use common.h
512 * src-gpl/putclip.c: use common.h
513 * src-gpl/realpath.c: use common.h
514 * src-gpl/semstat.c: use common.h
515 * src-gpl/semtool.c: use common.h
516 * src-gpl/shmtool.c: use common.h
517 * src-gpl/utmpdump.c: use common.h
518
519 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
520
521 * NEWS: add entries for 0.9.6, .7, and .8
522 * ChangeLog: fix tabs
523 * release version 0.9.8
524
525 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
526
527 * src-pd/ddate.c: new file
528 * src-pd/ddate.1: new file
529 * src-pd/ddate.doc: new file
530 * AUTHORS: add Druel the Chaotic
531 * PROGLIST: add ddate
532 * README: mention ddate
533 * src-pd/Makefile.am: add ddate to proglist, ddate.1
534 to manlist
535 * src-bsd/Makefile.in: regenerate
536
537 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
538
539 * src-gpl/realpath.c: new file
540 * AUTHORS: add Steven Barker
541 * PROGLIST: add realpath
542 * README: mention realpath
543 * src-gpl/Makefile.am: add realpath to proglist
544 * src-gpl/Makefile.in: regenerate
545
546 2002-01-18 Mark Bradshaw <bradshaw@staff.crosswalk.com>
547
548 * src-gpl/utmpdump.c: new file
549 * AUTHORS: add Mark Bradshaw
550 * PROGLIST: add utmpdump
551 * README: mention utmpdump
552 * src-gpl/Makefile.am: add utmpdump to proglist
553 * src-gpl/Makefile.in: regenerate
554
555 2002-01-16 Charles Wilson <cwilson@ece.gatech.edu>
556
557 * bootstrap: new file
558 * src-gpl/Makefile.am: add last to proglist
559 * src-gpl/Makefile.in: regenerate
560 * PROGLIST: add last
561 * README: mention last
562 * AUTHORS: add Mark Bradshaw
563
564 2002-01-16 Mark Bradshaw <bradshaw@staff.crosswalk.com>
565
566 * src-gpl/last.c: new file
567 * src-gpl/last.1: new file
568 * src-gpl/lastb.1: new file
569 * src-gpl/oldutmp.h: new file
570
571 2001-12-05 Joerg Schaible <joerg.schaible@gft.com>
572
573 * src-gpl/banner.c: fix the -c option, use ANSI
574 font to print the extended charset
575
576 2001-12-04 Charles Wilson <cwilson@ece.gatech.edu>
577
578 * licenses: new subdir
579 * licenses/COPYING.GPL: new file (GPL text)
580 * licenses/COPYING.BSD-no-advert: new file (BSD license,
581 without the advertising clause)
582 * src-pd: new subdir (for public domain source code that
583 I've taken, modified, and released under the GPL)
584 * src-bsd: new subdir (for source code that is covered
585 by the BSD-no-advert license) Note that BSD-w-advert
586 code is disallowed -- can't legally be linked to
587 cygwin1.dll.
588 * src: removed (renamed to src-gpl for consistency)
589 * src-gpl: new (renamed from src)
590 * PROGLIST: new file (contains descriptions of the
591 various programs)
592 * README: proglist stuff removed. README is more general.
593 * src-bsd/Makefile.am: new file
594 * src-bsd/Makefile.in: new file
595 * src-bsd/README.cal: new file
596 * src-bsd/cal.1: new file
597 * src-bsd/cal.c: new file
598 * src-bsd/err.c: new file
599 * src-bsd/errs.h: new file
600 * src-bsd/widechar.h: new file
601 * src-pd/Makefile.am: new file
602 * src-pd/Makefile.in: new file
603 * src-pd/README.namei: new file
604 * src-pd/README1.namei: new file
605 * src-pd/namei.1: new file
606 * src-pd/namei.c: new file
607 * configure.ac: add new tests to support namei and cal
608 * Makefile.am: add new subdirs
609 * config.h.in: regenerate
610 * aclocal.m4: regenerate
611 * Makefile.in: regenerate
612 * src/Makefile.in: regenerate
613
614 2001-11-28 Charles Wilson <cwilson@ece.gatech.edu>
615
616 * package renamed to 'cygutils'
617 * README: update
618 * NEWS: update
619 * AUTHORS: add Jorg Schaible
620 * configure.ac: package name change
621 * src/Makefile.am: add 'banner'
622 * src/banner.c: new file. Modified from Joerg's
623 original to use popt for argument processing.
624 * configure: regenerate
625 * config.h.in: regenerate
626 * aclocal.m4: regenerate
627 * Makefile.in: regenerate
628 * src/Makefile.in: regenerate
629
630 2001-11-26 Charles Wilson <cwilson@ece.gatech.edu>
631
632 * src/semtool.c: added
633 * src/semstat.c: added
634 * src/msgtool.c: added
635 * src/shmtool.c: added
636 * src/Makefile.am: add semtool, semstat, msgtool,
637 and shmtool targets.
638 * configure.ac: add check for cygipc, and for
639 ipc headers
640 * configure: regenerate
641 * config.h.in: regenerate
642 * aclocal.m4: regenerate
643 * Makefile.in: regenerate
644 * src/Makefile.in: regenerate
645
646 2001-11-25 Charles Wilson <cwilson@ece.gatech.edu>
647
648 * uuencode.1: deleted
649 * uuencode.c: deleted
650 * uudecode.1: deleted
651 * uudecond.c: deleted (get these from GNU sharutils)
652 * mktemp.1: deleted
653 * mktemp.c: deleted (get these from
654 http://www.courtesan.com/mktemp/)
655 * autoconfiscated -- lots of new files
656 * moved remaining .c files into src subdir
657 * src/conv.c: now recognize 'dos2unix.exe' and
658 'unix2dos.exe' as special argv[0] values, along
659 with 'd2u.exe' and 'u2d.exe'
660 * src/Makefile.in: install conv.exe as itself but
661 also as d2u.exe, u2d.exe, dos2unix.exe and unix2dos.exe
662
663 0.9.2
664
665 * link with /usr/lib/libpopt.a ('official' version)
666 * add mktemp implementation
667 * add friendly help/option handling to dump, putclip,
668 getclip, and ascii.
669
670 0.9.1 ---- baseline
671
This page took 0.065714 seconds and 5 git commands to generate.