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