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