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