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