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