]> cygwin.com Git - cygwin-apps/cygutils.git/blob - ChangeLog
efeb5e342875511fbc417da16aa539a6327283e8
[cygwin-apps/cygutils.git] / ChangeLog
1 2003-05-20 Charles Wilson <cwilson@ece.gatech.edu>
2
3 * NEWS: update lpr entry
4
5 2003-05-20 Rick Rankin <rick_rankin@yahoo.com>
6 * src/lpr/lpr.c: removed file
7 * src/lpr/Printer.cc: new file
8 * src/lpr/Printer.hh: new file
9 * src/lpr/PrinterException.hh: new file
10 * src/lpr/README: new file
11 * src/lpr/Win32Utils.cc: new file
12 * src/lpr/Win32Utils.hh: new file
13 * src/lpr/lpr.1: new file
14 * src/lpr/lpr.cc: new file
15 * Makefile.am: add macro src_lpr_lpr_SOURCES
16 updated macros noinst_HEADERS, man_MANS
17 * configure.ac: added AC_PROG_CXX to compile C++ files
18
19 2003-05-17 Charles Wilson <cwilson@ece.gatech.edu>
20
21 * configure.ac: correct a problem with newer
22 autoconf
23 * config.h.in: regenerate
24
25 2003-02-05 Charles Wilson <cwilson@ece.gatech.edu>
26
27 * NEWS: announce mkshortcut changes
28
29 2003-02-05 David G. Baur <dgbaur@idmicro.com>
30
31 Added --workdir option to mkshortcut to set working directory
32 specified directory.
33
34 * mkshortcut.c (main): added dir_name_arg to opts
35 set dir_name to dir_name_arg if option was set
36 otherwise obtained from exe_name.
37 * mkshortcut.1: update
38
39 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
40
41 Convert mkshortcut to popt. Bump to version 1.1.3
42
43 * mkshortcut.c (license): new function
44 (version): popt version() function
45 (version): static variable renamed to versionStr
46 (help): new function
47 (usage): popt usage() function; the old usage()
48 function eliminated
49 (printLicense): new function
50 (printBottomDescription): new function
51 (printTopDescription): new function
52 (getVersion): new function
53 (mkshortcut): new function, contains core code
54 (print_version): removed.
55 (main): almost completely rewritten to use popt
56 instead of getopt
57 * TODO: remove note about mkshortcut.
58
59 2002-11-10 Charles Wilson <cwilson@ece.gatech.edu>
60
61 Fix things so that 'make dist' works
62
63 * Makefile.am: split up EXTRA_DIST into several
64 variables. Add a lot of files. Remove reference
65 to the m4/ directory.
66 * HOW-TO-CONTRIBUTE: correct a few things affected
67 by the above change.
68
69 2002-11-10 Charles Wilson <cwilson@ece.gatech.edu>
70
71 Tired of long 'cvs diff' times over my modem, I
72 removed the files generated by bootstrap from
73 CVS. tarballs will have them, but cvs checkouts
74 will need to always run bootstrap. Since gettextize
75 is too intrusive, leave ABOUT-NLS and config.rpath
76 so we don't have to include gettext in bootstrap.
77 Also, don't bother with autoheader, so leave config.h.in
78 in CVS as well.
79
80 * missing: remove
81 * mkinstalldirs: remove
82 * install-sh: remove
83 * config.guess: remove
84 * config.sub: remove
85 * depcomp: remove
86 * compile: remove
87 * Makefile.in: remove
88 * aclocal.m4: remove
89 * configure: remove
90 * stamp-h.in: remove (not used by newer autotools)
91
92 2002-11-10 Charles Wilson <cwilson@ece.gatech.edu>
93
94 Because utmpdump and last are now provided by the new
95 sysvinit package, those programs have been removed
96 from cygutils. Also, update to recent autotools &
97 gettext, plus a few cleanups.
98
99 * src/last/last.c: remove
100 * src/last/utmpdump.c: remove
101 * src/last/oldutmp.h: remove
102 * src/last/last.1: remove
103 * src/last/lastb.1: remove
104 * src/last/: remove directory
105 * intl/Makefile.in: remove
106 * intl/: remove directory
107
108 * src/cal/cal.c: cygwin provides langinfo.h, but
109 not the nl_langinfo function. Make sure both exist
110 before calling nl_langinfo.
111 * configure.ac: remove references to system header files
112 needed only by utmpdump or last. Don't try to generate
113 intl/Makefile.
114 * Makefile.am: remove intl/ directory; add po/ directory
115 to make new gettext happy. Remove last and utmpdump from
116 bin_PROGRAMS; remove last.1 and lastb.1 from man_MANS.
117 change _LDADD vars from @INTLLIBS@ to @LIBINTL@. Remove
118 references to last and utmpdump _SOURCES.
119 * po/LINGUAS: new file (needed by new gettext)
120 * po/POTFILES.in: new file (needed by new gettext)
121 * common.h: remove references to system header files used
122 only by utmpdump or last
123 * bootstrap: add `force' options
124 * NEWS: docu update
125 * PROGLIST: docu update
126 * README: dpcu update
127 * TODO: docu update
128 * HOW-TO-CONTRIBUTE: docu update
129
130 * aclocal.m4: regenerate
131 * configure: regenerate
132 * Makefile.in: regenerate
133 * config.h.in: regenerate
134 * ABOUT-NLS: new version
135 * COPYING: new version
136 * INSTALL: new version
137 * mkinstalldirs: new version
138 * missing: new version
139 * install-sh: new version
140 * depcomp: new version
141 * config.sub: new version
142 * config.guess: new version
143
144 2002-07-17 Charles Wilson <cwilson@ece.gatech.edu>
145
146 At Bruno Haible's suggestion, don't include all of
147 gettext. Just have an intl/ directory with a null
148 Makefile.in, and a populated po/ directory. m4/
149 is no longer necessary. Later, when automake bug
150 is fixed, we can remove the intl/ directory entirely,
151 but we'll still need the po/ directory and the ABOUT-NLS
152 file.
153
154 * intl/*: remove
155 * intl/Makefile.in: turn this into a null file
156 * m4/*: remove
157 * configure.ac: remove m4/Makefile from AC_CONFIG_FILES
158 * Makefile.am: remove m4/ from SUBDIRS
159 * Makefile.in: regenerate
160 * configure: regenerate
161
162 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
163
164 * configure.ac: bump version to 1.1.2
165 * configure: regenerate
166
167 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
168
169 Add 'mcookie' program. Tag "v1_1_1d"
170
171 * src/mcookie: new directory
172 * src/mcookie/mcookie.c: new file
173 * src/mcookie/mcookie.1: new file
174 * src/mcookie/md5.h: new file
175 * src/mcookie/md5.c: new file
176 * Makefile.am: add program 'mcookie'
177 * configure.ac: add test for gettimeofday
178 * config.h.in: regenerate
179 * Makefile.in: regenerate
180 * PROGLIST: add mcookie
181 * README: add mcookie
182 * NEWS: mention mcookie
183
184 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
185
186 Add 'colrm' program. Tag "v1_1_1c"
187
188 * src/colrm: new directory
189 * src/colrm/colrm.c: new file
190 * src/colrm/colrm.1: new file
191 * src/colrm/widechar.h: new file
192 * Makefile.am: add program 'colrm'
193 * Makefile.in: regenerate
194 * PROGLIST: add colrm
195 * README: add colrm
196 * NEWS: hasn't been updated in a while...
197
198 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
199
200 Add 'colcrt' program. Tag "v1_1_1b"
201
202 * src/colcrt: new directory
203 * src/colcrt/colcrt.c: new file
204 * src/colcrt/colcrt.1: new file
205 * src/colcrt/widechar.h: new file
206 * Makefile.am: add program 'colcrt'
207 * Makefile.in: regenerate
208 * PROGLIST: add colcrt
209 * README: add colcrt
210
211 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
212
213 Add 'column' program. Tag "v1_1_1a"
214
215 * src/column: new directory
216 * src/column/column.c: new file
217 * src/column/column.1: new file
218 * src/column/err.c: new file
219 * src/column/errs.h: new file
220 * src/column/widechar.h: new file
221 * Makefile.am: add program 'column'
222 * configure.ac: add check for TIOCGWINSZ, termios.h, and ioctl.h.
223 * common.h: use TIOCGWINSZ to include sys/termios.h or sys/ioctl.h.
224 * Makefile.in: regenerate
225 * config.h.in: regenerate
226 * configure: regenerate
227 * PROGLIST: add column
228 * README: add column
229
230 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
231
232 * TODO: remove gettext reminder
233 * HOW-TO-CONTRIBUTE: explain how to handle programs
234 that need -lintl, given the gettextize changes below.
235 * Makefile.in: regenerate
236
237 2002-07-12 gettextize <bug-gnu-gettext@gnu.org>
238
239 Bug in automake means that we have to gettextize -- even tho
240 we will never actually build gettext ourselves ('external'
241 option in AM_GNU_GETTEXT). Reported to automake list.
242
243 Bug in gettext means that we have to explicitly set and AC_SUBST
244 BUILD_INCLUDED_LIBINTL and USE_INCLUDED_LIBINTL in configure.ac.
245 Reported to Bruno.
246
247 * Makefile.am (SUBDIRS): Add intl, m4.
248 (ACLOCAL_AMFLAGS): New variable.
249 (EXTRA_DIST): Add config.rpath.
250 * configure.ac (AC_CONFIG_FILES): Add intl/Makefile, po/Makefile.in,
251 m4/Makefile.
252 * intl/: new directory
253 * intl/*: new files
254 * po/: new directory
255 * po/*: new files
256 * m4/: new directory
257 * m4/*: new files
258 * config.rpath: new file
259 * ABOUT-NLS: new file
260 * aclocal.m4: regenerate
261 * Makefile.in: regenerate
262 * configure: regenerate
263 * bootstrap: add -I m4 to aclocal command; copy files
264 * config.guess: new file
265 * config.sub: new file
266 * compile: new file
267 * config.h.in: regenerate
268 * TODO: note to remove all this garbage when it becomes
269 possible; need bugfix to automake and gettext.m4
270
271 2002-07-12 Charles S. Wilson <cwilson@ece.gatech.edu>
272
273 Adjust to cygwin's libintl library now depending on libiconv.
274 Easiest way: remove explicit search for -lintl and libintl.h;
275 instead use AM_GNU_GETTEXT.
276
277 Add 'rev' program
278
279 * configure.ac: don't look for -lintl and libintl.h 'by hand';
280 use AM_GNU_GETTEXT instead. Unfortunately, even 'external'
281 option requires po/ and intl/ directories. See gettextize above.
282 * src/rev: new directory
283 * src/rev/rev.c: new file
284 * src/rev/rev.1: new file
285 * src/rev/widechar.h: new file
286 * Makefile.am: add program 'rev'. Add LDADD variables for
287 the programs that use gettext, since -lintl is no longer
288 automatically included in LIBS (use @INTLLIBS@)
289 * Makefile.in: regenerate
290 * PROGLIST: add rev
291 * README: add rev
292
293 2002-06-06 Charles S. Wilson <cwilson@ece.gatech.edu>
294 Egor Duda
295
296 Add getopt.exe, readlink.exe. Bump to 1.1.1.
297
298 * AUTHORS: add Egor, Kenneth Stailey, and Frodo Looijaard
299 * configure.ac: bump to 1.1.1
300 * Makefile.am: add getopt and readlink
301 * PROGLIST: ditto
302 * README: ditto
303 * Makefile.in: regenerate
304 * configure: regenerate
305 * src/Makefile.am: delete (forgot to do so in previous commit)
306 * src/Makefile.in: delete (ditto)
307 * src/readlink/readlink.1: new file
308 * src/readlink/readlink.c: new file
309 * src/getopt/getopt.1: new file
310 * src/getopt/getopt.c: new file
311 * src/getopt/parse.bash: new file
312 * src/getopt/parse.tcsh: new file
313 * src/getopt/test.bash: new file
314 * src/getopt/test.tcsh: new file
315
316 2002-06-05 Charles S. Wilson <cwilson@ece.gatech.edu>
317 Robert Collins <robert.collins@itdomain.com.au>
318
319 Convert to one-big-makefile style. cf "Recursive make
320 considered harmful". Bump to 1.1.0
321
322 * HOW-TO-CONTRIBUTE: update to reflect one-big-makefile style.
323 * Makefile.am: consolidate from src/*/Makefile.am
324 * configure.ac: remove src/*/Makefile from AC_CONFIG_FILES list.
325 bump version.
326 * NEWS: Note one-file-to-build-them-all
327 * TODO: update
328 * aclocal.m4: regenerate
329 * Makefile.in: regenerate
330 * configure: regenerate
331 * /src/realpath/Makefile.in: delete
332 * /src/realpath/Makefile.am: delete
333 * /src/namei/Makefile.in: delete
334 * /src/namei/Makefile.am: delete
335 * /src/mkshortcut/Makefile.in: delete
336 * /src/mkshortcut/Makefile.am: delete
337 * /src/lpr/Makefile.in: delete
338 * /src/lpr/Makefile.am: delete
339 * /src/last/Makefile.in: delete
340 * /src/last/Makefile.am: delete
341 * /src/ipc/Makefile.in: delete
342 * /src/ipc/Makefile.am: delete
343 * /src/dump/Makefile.in: delete
344 * /src/dump/Makefile.am: delete
345 * /src/ddate/Makefile.in: delete
346 * /src/ddate/Makefile.am: delete
347 * /src/cygstart/Makefile.in: delete
348 * /src/cygstart/Makefile.am: delete
349 * /src/conv/Makefile.in: delete
350 * /src/conv/Makefile.am: delete
351 * /src/col/Makefile.in: delete
352 * /src/col/Makefile.am: delete
353 * /src/cal/Makefile.in: delete
354 * /src/cal/Makefile.am: delete
355 * /src/banner/Makefile.in: delete
356 * /src/banner/Makefile.am: delete
357 * /src/ascii/Makefile.in: delete
358 * /src/ascii/Makefile.am: delete
359 * /src/Makefile.in: delete
360 * /src/Makefile.am: delete
361
362 2002-05-23 Charles S. Wilson <cwilson@ece.gatech.edu>
363
364 * Makefile.in: regenerate
365 * src/Makefile.in: regenerate
366 * src/*/Makefile.in: regenerate
367 * configure: regenerate
368 * aclocal.m4: regenerate
369
370 2002-05-22 David A. Willis <dawillis1214@yahoo.com>
371
372 * src/col: new directory
373 * src/col/Makefile.am: new file
374 * src/col/Makefile.in: new file
375 * src/col/col.c: new file
376 * src/col/err.c: new file
377 * src/col/err.h: new file
378 * src/col/col.1: new file
379 * src/col/README.col: new file
380 * src/Makefile.am: add subdirectory col
381 * src/Makefile.in: regenerate
382 * AUTHORS: add David A. Willis for col
383 * PROGLIST: add col
384 * README: add col
385
386 2002-04-16 Chris January <chris@atomice.net>
387
388 * src/conv/conv.c (convert): Use correct type to store the
389 return value of fgetc()
390
391 2002-03-15 Charles Wilson <cwilson@ece.gatech.edu>
392
393 * Makefile.in: rebootstrap
394 * aclocal.m4: ditto
395 * configure: ditto
396 * src/Makefile.in: ditto
397 * src/ascii/Makefile.in: ditto
398 * src/banner/Makefile.in: ditto
399 * src/cal/Makefile.in: ditto
400 * src/clip/Makefile.in: ditto
401 * src/conv/Makefile.in: ditto
402 * src/ddate/Makefile.in: ditto
403 * src/dump/Makefile.in: ditto
404 * src/ipc/Makefile.in: ditto
405 * src/last/Makefile.in: ditto
406 * src/lpr/Makefile.in: ditto
407 * src/mkshortcut/Makefile.in: ditto
408 * src/namei/Makefile.in: ditto
409 * src/realpath/Makefile.in: ditto
410
411 2002-03-15 Michael Schaap <cygwin_start@mscha.org>
412
413 * src/cygstart: new directory
414 * src/cygstart/Makefile.am: new file
415 * src/cygstart/Makefile.in: new file
416 * src/cygstart/cygstart.c: new file
417 * src/cygstart/cygstart.1: new file
418 * src/Makefile.am: add subdirectory cygstart
419 * src/Makefile.in: regenerate
420 * AUTHORS: add Michael Schaap for cygstart
421 * PROGLIST: add cygstart
422 * README: add cygstart
423
424 2002-03-13 Charles Wilson <cwilson@ece.gatech.edu>
425
426 * HOW-TO-CONTRIBUTE: fix typos
427
428 2002-03-13 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
429
430 * src/mkshortcut/mkshortcut.c: fix NULL pointer problem
431
432 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
433
434 * TODO: remove 'reorg' note
435 * configure.ac: mark as version 1.0.0
436 * configure: regenerate
437 * HOW-TO-CONTRIBUTE: new file
438
439 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
440
441 * configure.ac: build Makefiles in new directories
442 * configure.in: regenerate
443 * Makefile.am: change subdirs
444 * Makefile.in: regenerate
445
446 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
447
448 * src: new directory
449 * src/Makefile.am: new file
450 * src/Makefile.in: new file
451 * src-gpl/Makefile.am: removed
452 * src-gpl/Makefile.in: removed
453 * src-pd/Makefile.am: removed
454 * src-pd/Makefile.in: removed
455 * src-bsd/Makefile.am: removed
456 * src-bsd/Makefile.in: removed
457
458 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
459
460 * src/ascii: new directory
461 * src-gpl/ascii.c: moved to src/ascii/ascii.c
462 * src/ascii/ascii.c: moved from src-gpl/ascii.c
463 * src/ascii/Makefile.am: new file
464 * src/ascii/Makefile.in: new file
465
466 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
467
468 * src/banner: new directory
469 * src-gpl/banner.c: moved to src/banner/banner.c
470 * src/banner/banner.c: moved from src-gpl/banner.c
471 * src/banner/Makefile.am: new file
472 * src/banner/Makefile.in: new file
473
474 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
475
476 * src/cal: new directory
477 * src-bsd/cal.c: moved to src/cal/cal.c
478 * src/cal/cal.c: moved from src-bsd/cal.c
479 * src-bsd/cal.1: moved to src/cal/cal.1
480 * src/cal/cal.1: moved from src-bsd/cal.1
481 * src-bsd/err.c: moved to src/cal/err.c
482 * src/cal/err.c: moved from src-bsd/err.c
483 * src-bsd/errs.h: moved to src/cal/errs.h
484 * src/cal/errs.h: moved from src-bsd/errs.h
485 * src-bsd/widechar.h: moved to src/cal/widechar.h
486 * src/cal/widechar.h: moved from src-bsd/widechar.h
487 * src-bsd/README.cal: moved to src/cal/README.cal
488 * src/cal/README.cal: moved from src-bsd/README.cal
489 * src/cal/Makefile.am: new file
490 * src/cal/Makefile.in: new file
491
492 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
493
494 * src/clip: new directory
495 * src-gpl/putclip.c: moved to src/clip/putclip.c
496 * src/clip/putclip.c: moved from src-gpl/putclip.c
497 * src-gpl/getclip.c: moved to src/clip/getclip.c
498 * src/clip/getclip.c: moved from src-gpl/getclip.c
499 * src/clip/Makefile.am: new file
500 * src/clip/Makefile.in: new file
501
502 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
503
504 * src/conv: new directory
505 * src-gpl/conv.c: moved to src/conv/conv.c
506 * src/conv/conv.c: moved from src-gpl/conv.c
507 * src/conv/Makefile.am: new file
508 * src/conv/Makefile.in: new file
509
510 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
511
512 * src/ddate: new directory
513 * src-pd/ddate.c: moved to src/ddate/ddate.c
514 * src/ddate/ddate.c: moved from src-pd/ddate.c
515 * src-pd/ddate.1: moved to src/ddate/ddate.1
516 * src/ddate/ddate.1: moved from src-pd/ddate.1
517 * src-pd/ddate.doc: moved to src/ddate/ddate.doc
518 * src/ddate/ddate.doc: moved from src-pd/ddate.doc
519 * src/ddate/Makefile.am: new file
520 * src/ddate/Makefile.in: new file
521
522 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
523
524 * src/dump: new directory
525 * src-gpl/dump.c: moved to src/dump/dump.c
526 * src/dump/dump.c: moved from src-gpl/dump.c
527 * src/dump/Makefile.am: new file
528 * src/dump/Makefile.in: new file
529
530 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
531
532 * src/ipc: new directory
533 * src-gpl/msgtool.c: moved to src/ipc/msgtool.c
534 * src/ipc/msgtool.c: moved from src-gpl/msgtool.c
535 * src-gpl/semstat.c: moved to src/ipc/semstat.c
536 * src/ipc/semstat.c: moved from src-gpl/semstat.c
537 * src-gpl/semtool.c: moved to src/ipc/semtool.c
538 * src/ipc/semtool.c: moved from src-gpl/semtool.c
539 * src-gpl/shmtool.c: moved to src/ipc/shmtool.c
540 * src/ipc/shmtool.c: moved from src-gpl/shmtool.c
541 * src/ipc/Makefile.am: new file
542 * src/ipc/Makefile.in: new file
543
544 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
545
546 * src/last: new directory
547 * src-gpl/last.c: moved to src/last/last.c
548 * src/last/last.c: moved from src-gpl/last.c
549 * src-gpl/last.1: moved to src/last/last.1
550 * src/last/last.1: moved from src-gpl/last.1
551 * src-gpl/lastb.1: moved to src/last/lastb.1
552 * src/last/lastb.1: moved from src-gpl/lastb.1
553 * src-gpl/oldutmp.h: moved to src/last/oldutmp.h
554 * src/last/oldutmp.h: moved from src-gpl/oldutmp.h
555 * src-gpl/utmpdump.c: moved to src/last/utmpdump.c
556 * src/last/utmpdump.c: moved from src-gpl/utmpdump.c
557 * src/last/Makefile.am: new file
558 * src/last/Makefile.in: new file
559
560 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
561
562 * src/lpr: new directory
563 * src-gpl/lpr.c: moved to src/lpr/lpr.c
564 * src/lpr/lpr.c: moved from src-gpl/lpr.c
565 * src/lpr/Makefile.am: new file
566 * src/lpr/Makefile.in: new file
567
568 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
569
570 * src/mkshortcut: new directory
571 * src-gpl/mkshortcut.c: moved to src/mkshortcut/mkshortcut.c
572 * src/mkshortcut/mkshortcut.c: moved from src-gpl/mkshortcut.c
573 * src-gpl/mkshortcut.1: moved to src/mkshortcut/mkshortcut.1
574 * src/mkshortcut/mkshortcut.1: moved from src-gpl/mkshortcut.1
575 * src/mkshortcut/Makefile.am: new file
576 * src/mkshortcut/Makefile.in: new file
577
578 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
579
580 * src/namei: new directory
581 * src-pd/namei.c: moved to src/namei/namei.c
582 * src/namei/namei.c: moved from src-pd/namei.c
583 * src-pd/namei.1: moved to src/namei/namei.1
584 * src/namei/namei.1: moved from src-pd/namei.1
585 * src-pd/README.namei: moved to src/namei/README.namei
586 * src/namei/README.namei: moved from src-pd/README.namei
587 * src-pd/README1.namei: moved to src/namei/README1.namei
588 * src/namei/README1.namei: moved from src-pd/README1.namei
589 * src/namei/Makefile.am: new file
590 * src/namei/Makefile.in: new file
591
592 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
593
594 * src/realpath: new directory
595 * src-gpl/realpath.c: moved to src/realpath/realpath.c
596 * src/realpath/realpath.c: moved from src-gpl/realpath.c
597 * src/realpath/Makefile.am: new file
598 * src/realpath/Makefile.in: new file
599
600
601 2002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
602
603 * src-gpl/Makefile.am: add lpr and mkshortcut
604 * src-gpl/Makefile.in: regenerate
605 * configure.ac: update version number
606 * configure: regenerate
607 * AUTHORS: add Rick and Joshua
608 * PROGLIST: add lpr and mkshortcut
609 * NEWS: add lpr and mkshortcut
610 * README: add lpr and mkshortcut
611 * TODO: add some notes...
612 * src-gpl/mkshortcut.c: Reformat comment block. Explicitly
613 include config.h and common.h. Move other #inludes to
614 common.h. Add some static strings for later use (version,
615 Id, copyright).
616 * src-gpl/lpr.c: Add license reference. Explicitly include
617 config.h and common.h. Move other #includes to common.h.
618 Add some static strings for later use (version, Id, copyright).
619 Change programName to program_name (to match style of other
620 programs). Strdup from argv[0] instead of hardcoding. Use
621 VA_START macro instead of va_start.
622
623 2002-02-23 Rick Rankin <rick_rankin@yahoo.com>
624
625 * src-gpl/lpr.c: new file
626
627 2002-02-23 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
628
629 * src-gpl/mkshortcut.c: new file
630 * src-gpl/mkshortcut.1: new file
631
632 2002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
633
634 * src-pd/ddate.c: add explicit license reference
635 and move #includes to common.h. Guard setlocale.
636 Explicitly include config.h, common.h
637 * src-pd/namei.c: ditto
638 * src-bsd/cal.c: ditto
639 * src-bsd/err.c: ditto
640 * src-bsd/errs.h: explicitly include config.h, common.h
641 * src-bsd/widechar.h: explicitly include config.h (NOT common.h)
642 * src-gpl/ascii.c: explicitly include config.h
643 * src-gpl/banner.c: reformat license notice. explicitly
644 include config.h
645 * src-gpl/conv.c: explictly include config.h
646 * src-gpl/dump.c: explictly include config.h; move other
647 includes into common.h
648 * src-gpl/getclip.c: explicitly include config.h
649 * src-gpl/last.c: reformat license notice. explicitly include
650 config.h. Move other #includes into common.h
651 * src-gpl/oldutmp.h: add explicit license reference.
652 * src-gpl/putclip.c: include config.h. Move other #includes
653 into common.h
654 * src-gpl/realpath.c: Reformat license reference. Explicitly
655 include config.h.
656 * src-gpl/msgtool.c: add explicit license reference. include
657 config.h. Guard ipc #includes. Move other includes into common.h
658 * src-gpl/semstat.c: ditto
659 * src-gpl/semtool.c: ditto
660 * src-gpl/shmtool.c: ditto
661 * src-gpl/utmpdump.c: Reformat license reference. Explicitly
662 include config.h. Move other includes into common.h.
663 * config.h.in: regenerate
664 * configure.ac: Add the new checks
665 * common.h: Migrate other includes from .c files here.
666 * configure: regenerate
667
668 2002-01-28 Charles Wilson <cwilson@ece.gatech.edu>
669
670 * src-bsd/cal.c: fix spelling
671
672 2002-01-27 Charles Wilson <cwilson@ece.gatech.edu>
673
674 * acinclude.m4: new file
675 * common.h: new file
676 * configure.ac: add conditionals for windows-only,
677 cygipc-only programs
678 * src-gpl/Makefile.am: use conditionals
679 * aclocal.m4: regenerate
680 * config.h.in: regenerate
681 * Makefile.in: regenerate
682 * src-gpl/Makefile.in: regenerate
683 * configure: regenerate
684 * README: minor changes
685 * src-bsd/cal.c: use common.h
686 * src-pd/ddate.c: use common.h
687 * src-pd/namei.c: use common.h
688 * src-gpl/ascii.c: use common.h
689 * src-gpl/banner.c: use common.h
690 * src-gpl/conv.c: use common.h
691 * src-gpl/dump.c: use common.h
692 * src-gpl/getclip.c: use common.h
693 * src-gpl/last.c: use common.h
694 * src-gpl/msgtool.c: use common.h
695 * src-gpl/putclip.c: use common.h
696 * src-gpl/realpath.c: use common.h
697 * src-gpl/semstat.c: use common.h
698 * src-gpl/semtool.c: use common.h
699 * src-gpl/shmtool.c: use common.h
700 * src-gpl/utmpdump.c: use common.h
701
702 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
703
704 * NEWS: add entries for 0.9.6, .7, and .8
705 * ChangeLog: fix tabs
706 * release version 0.9.8
707
708 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
709
710 * src-pd/ddate.c: new file
711 * src-pd/ddate.1: new file
712 * src-pd/ddate.doc: new file
713 * AUTHORS: add Druel the Chaotic
714 * PROGLIST: add ddate
715 * README: mention ddate
716 * src-pd/Makefile.am: add ddate to proglist, ddate.1
717 to manlist
718 * src-bsd/Makefile.in: regenerate
719
720 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
721
722 * src-gpl/realpath.c: new file
723 * AUTHORS: add Steven Barker
724 * PROGLIST: add realpath
725 * README: mention realpath
726 * src-gpl/Makefile.am: add realpath to proglist
727 * src-gpl/Makefile.in: regenerate
728
729 2002-01-18 Mark Bradshaw <bradshaw@staff.crosswalk.com>
730
731 * src-gpl/utmpdump.c: new file
732 * AUTHORS: add Mark Bradshaw
733 * PROGLIST: add utmpdump
734 * README: mention utmpdump
735 * src-gpl/Makefile.am: add utmpdump to proglist
736 * src-gpl/Makefile.in: regenerate
737
738 2002-01-16 Charles Wilson <cwilson@ece.gatech.edu>
739
740 * bootstrap: new file
741 * src-gpl/Makefile.am: add last to proglist
742 * src-gpl/Makefile.in: regenerate
743 * PROGLIST: add last
744 * README: mention last
745 * AUTHORS: add Mark Bradshaw
746
747 2002-01-16 Mark Bradshaw <bradshaw@staff.crosswalk.com>
748
749 * src-gpl/last.c: new file
750 * src-gpl/last.1: new file
751 * src-gpl/lastb.1: new file
752 * src-gpl/oldutmp.h: new file
753
754 2001-12-05 Joerg Schaible <joerg.schaible@gft.com>
755
756 * src-gpl/banner.c: fix the -c option, use ANSI
757 font to print the extended charset
758
759 2001-12-04 Charles Wilson <cwilson@ece.gatech.edu>
760
761 * licenses: new subdir
762 * licenses/COPYING.GPL: new file (GPL text)
763 * licenses/COPYING.BSD-no-advert: new file (BSD license,
764 without the advertising clause)
765 * src-pd: new subdir (for public domain source code that
766 I've taken, modified, and released under the GPL)
767 * src-bsd: new subdir (for source code that is covered
768 by the BSD-no-advert license) Note that BSD-w-advert
769 code is disallowed -- can't legally be linked to
770 cygwin1.dll.
771 * src: removed (renamed to src-gpl for consistency)
772 * src-gpl: new (renamed from src)
773 * PROGLIST: new file (contains descriptions of the
774 various programs)
775 * README: proglist stuff removed. README is more general.
776 * src-bsd/Makefile.am: new file
777 * src-bsd/Makefile.in: new file
778 * src-bsd/README.cal: new file
779 * src-bsd/cal.1: new file
780 * src-bsd/cal.c: new file
781 * src-bsd/err.c: new file
782 * src-bsd/errs.h: new file
783 * src-bsd/widechar.h: new file
784 * src-pd/Makefile.am: new file
785 * src-pd/Makefile.in: new file
786 * src-pd/README.namei: new file
787 * src-pd/README1.namei: new file
788 * src-pd/namei.1: new file
789 * src-pd/namei.c: new file
790 * configure.ac: add new tests to support namei and cal
791 * Makefile.am: add new subdirs
792 * config.h.in: regenerate
793 * aclocal.m4: regenerate
794 * Makefile.in: regenerate
795 * src/Makefile.in: regenerate
796
797 2001-11-28 Charles Wilson <cwilson@ece.gatech.edu>
798
799 * package renamed to 'cygutils'
800 * README: update
801 * NEWS: update
802 * AUTHORS: add Jorg Schaible
803 * configure.ac: package name change
804 * src/Makefile.am: add 'banner'
805 * src/banner.c: new file. Modified from Joerg's
806 original to use popt for argument processing.
807 * configure: regenerate
808 * config.h.in: regenerate
809 * aclocal.m4: regenerate
810 * Makefile.in: regenerate
811 * src/Makefile.in: regenerate
812
813 2001-11-26 Charles Wilson <cwilson@ece.gatech.edu>
814
815 * src/semtool.c: added
816 * src/semstat.c: added
817 * src/msgtool.c: added
818 * src/shmtool.c: added
819 * src/Makefile.am: add semtool, semstat, msgtool,
820 and shmtool targets.
821 * configure.ac: add check for cygipc, and for
822 ipc headers
823 * configure: regenerate
824 * config.h.in: regenerate
825 * aclocal.m4: regenerate
826 * Makefile.in: regenerate
827 * src/Makefile.in: regenerate
828
829 2001-11-25 Charles Wilson <cwilson@ece.gatech.edu>
830
831 * uuencode.1: deleted
832 * uuencode.c: deleted
833 * uudecode.1: deleted
834 * uudecond.c: deleted (get these from GNU sharutils)
835 * mktemp.1: deleted
836 * mktemp.c: deleted (get these from
837 http://www.courtesan.com/mktemp/)
838 * autoconfiscated -- lots of new files
839 * moved remaining .c files into src subdir
840 * src/conv.c: now recognize 'dos2unix.exe' and
841 'unix2dos.exe' as special argv[0] values, along
842 with 'd2u.exe' and 'u2d.exe'
843 * src/Makefile.in: install conv.exe as itself but
844 also as d2u.exe, u2d.exe, dos2unix.exe and unix2dos.exe
845
846 0.9.2
847
848 * link with /usr/lib/libpopt.a ('official' version)
849 * add mktemp implementation
850 * add friendly help/option handling to dump, putclip,
851 getclip, and ascii.
852
853 0.9.1 ---- baseline
854
855
856 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
857
858 Convert mkshortcut to popt. Bump to version 1.1.3
859
860 * mkshortcut.c (license): new function
861 (version): popt version() function
862 (version): static variable renamed to versionStr
863 (help): new function
864 (usage): popt usage() function; the old usage()
865 function eliminated
866 (printLicense): new function
867 (printBottomDescription): new function
868 (printTopDescription): new function
869 (getVersion): new function
870 (mkshortcut): new function, contains core code
871 (print_version): removed.
872 (main): almost completely rewritten to use popt
873 instead of getopt
874 * TODO: remove note about mkshortcut.
875
876 2002-11-10 Charles Wilson <cwilson@ece.gatech.edu>
877
878 Fix things so that 'make dist' works
879
880 * Makefile.am: split up EXTRA_DIST into several
881 variables. Add a lot of files. Remove reference
882 to the m4/ directory.
883 * HOW-TO-CONTRIBUTE: correct a few things affected
884 by the above change.
885
886 2002-11-10 Charles Wilson <cwilson@ece.gatech.edu>
887
888 Tired of long 'cvs diff' times over my modem, I
889 removed the files generated by bootstrap from
890 CVS. tarballs will have them, but cvs checkouts
891 will need to always run bootstrap. Since gettextize
892 is too intrusive, leave ABOUT-NLS and config.rpath
893 so we don't have to include gettext in bootstrap.
894 Also, don't bother with autoheader, so leave config.h.in
895 in CVS as well.
896
897 * missing: remove
898 * mkinstalldirs: remove
899 * install-sh: remove
900 * config.guess: remove
901 * config.sub: remove
902 * depcomp: remove
903 * compile: remove
904 * Makefile.in: remove
905 * aclocal.m4: remove
906 * configure: remove
907 * stamp-h.in: remove (not used by newer autotools)
908
909 2002-11-10 Charles Wilson <cwilson@ece.gatech.edu>
910
911 Because utmpdump and last are now provided by the new
912 sysvinit package, those programs have been removed
913 from cygutils. Also, update to recent autotools &
914 gettext, plus a few cleanups.
915
916 * src/last/last.c: remove
917 * src/last/utmpdump.c: remove
918 * src/last/oldutmp.h: remove
919 * src/last/last.1: remove
920 * src/last/lastb.1: remove
921 * src/last/: remove directory
922 * intl/Makefile.in: remove
923 * intl/: remove directory
924
925 * src/cal/cal.c: cygwin provides langinfo.h, but
926 not the nl_langinfo function. Make sure both exist
927 before calling nl_langinfo.
928 * configure.ac: remove references to system header files
929 needed only by utmpdump or last. Don't try to generate
930 intl/Makefile.
931 * Makefile.am: remove intl/ directory; add po/ directory
932 to make new gettext happy. Remove last and utmpdump from
933 bin_PROGRAMS; remove last.1 and lastb.1 from man_MANS.
934 change _LDADD vars from @INTLLIBS@ to @LIBINTL@. Remove
935 references to last and utmpdump _SOURCES.
936 * po/LINGUAS: new file (needed by new gettext)
937 * po/POTFILES.in: new file (needed by new gettext)
938 * common.h: remove references to system header files used
939 only by utmpdump or last
940 * bootstrap: add `force' options
941 * NEWS: docu update
942 * PROGLIST: docu update
943 * README: dpcu update
944 * TODO: docu update
945 * HOW-TO-CONTRIBUTE: docu update
946
947 * aclocal.m4: regenerate
948 * configure: regenerate
949 * Makefile.in: regenerate
950 * config.h.in: regenerate
951 * ABOUT-NLS: new version
952 * COPYING: new version
953 * INSTALL: new version
954 * mkinstalldirs: new version
955 * missing: new version
956 * install-sh: new version
957 * depcomp: new version
958 * config.sub: new version
959 * config.guess: new version
960
961 2002-07-17 Charles Wilson <cwilson@ece.gatech.edu>
962
963 At Bruno Haible's suggestion, don't include all of
964 gettext. Just have an intl/ directory with a null
965 Makefile.in, and a populated po/ directory. m4/
966 is no longer necessary. Later, when automake bug
967 is fixed, we can remove the intl/ directory entirely,
968 but we'll still need the po/ directory and the ABOUT-NLS
969 file.
970
971 * intl/*: remove
972 * intl/Makefile.in: turn this into a null file
973 * m4/*: remove
974 * configure.ac: remove m4/Makefile from AC_CONFIG_FILES
975 * Makefile.am: remove m4/ from SUBDIRS
976 * Makefile.in: regenerate
977 * configure: regenerate
978
979 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
980
981 * configure.ac: bump version to 1.1.2
982 * configure: regenerate
983
984 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
985
986 Add 'mcookie' program. Tag "v1_1_1d"
987
988 * src/mcookie: new directory
989 * src/mcookie/mcookie.c: new file
990 * src/mcookie/mcookie.1: new file
991 * src/mcookie/md5.h: new file
992 * src/mcookie/md5.c: new file
993 * Makefile.am: add program 'mcookie'
994 * configure.ac: add test for gettimeofday
995 * config.h.in: regenerate
996 * Makefile.in: regenerate
997 * PROGLIST: add mcookie
998 * README: add mcookie
999 * NEWS: mention mcookie
1000
1001 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1002
1003 Add 'colrm' program. Tag "v1_1_1c"
1004
1005 * src/colrm: new directory
1006 * src/colrm/colrm.c: new file
1007 * src/colrm/colrm.1: new file
1008 * src/colrm/widechar.h: new file
1009 * Makefile.am: add program 'colrm'
1010 * Makefile.in: regenerate
1011 * PROGLIST: add colrm
1012 * README: add colrm
1013 * NEWS: hasn't been updated in a while...
1014
1015 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1016
1017 Add 'colcrt' program. Tag "v1_1_1b"
1018
1019 * src/colcrt: new directory
1020 * src/colcrt/colcrt.c: new file
1021 * src/colcrt/colcrt.1: new file
1022 * src/colcrt/widechar.h: new file
1023 * Makefile.am: add program 'colcrt'
1024 * Makefile.in: regenerate
1025 * PROGLIST: add colcrt
1026 * README: add colcrt
1027
1028 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1029
1030 Add 'column' program. Tag "v1_1_1a"
1031
1032 * src/column: new directory
1033 * src/column/column.c: new file
1034 * src/column/column.1: new file
1035 * src/column/err.c: new file
1036 * src/column/errs.h: new file
1037 * src/column/widechar.h: new file
1038 * Makefile.am: add program 'column'
1039 * configure.ac: add check for TIOCGWINSZ, termios.h, and ioctl.h.
1040 * common.h: use TIOCGWINSZ to include sys/termios.h or sys/ioctl.h.
1041 * Makefile.in: regenerate
1042 * config.h.in: regenerate
1043 * configure: regenerate
1044 * PROGLIST: add column
1045 * README: add column
1046
1047 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1048
1049 * TODO: remove gettext reminder
1050 * HOW-TO-CONTRIBUTE: explain how to handle programs
1051 that need -lintl, given the gettextize changes below.
1052 * Makefile.in: regenerate
1053
1054 2002-07-12 gettextize <bug-gnu-gettext@gnu.org>
1055
1056 Bug in automake means that we have to gettextize -- even tho
1057 we will never actually build gettext ourselves ('external'
1058 option in AM_GNU_GETTEXT). Reported to automake list.
1059
1060 Bug in gettext means that we have to explicitly set and AC_SUBST
1061 BUILD_INCLUDED_LIBINTL and USE_INCLUDED_LIBINTL in configure.ac.
1062 Reported to Bruno.
1063
1064 * Makefile.am (SUBDIRS): Add intl, m4.
1065 (ACLOCAL_AMFLAGS): New variable.
1066 (EXTRA_DIST): Add config.rpath.
1067 * configure.ac (AC_CONFIG_FILES): Add intl/Makefile, po/Makefile.in,
1068 m4/Makefile.
1069 * intl/: new directory
1070 * intl/*: new files
1071 * po/: new directory
1072 * po/*: new files
1073 * m4/: new directory
1074 * m4/*: new files
1075 * config.rpath: new file
1076 * ABOUT-NLS: new file
1077 * aclocal.m4: regenerate
1078 * Makefile.in: regenerate
1079 * configure: regenerate
1080 * bootstrap: add -I m4 to aclocal command; copy files
1081 * config.guess: new file
1082 * config.sub: new file
1083 * compile: new file
1084 * config.h.in: regenerate
1085 * TODO: note to remove all this garbage when it becomes
1086 possible; need bugfix to automake and gettext.m4
1087
1088 2002-07-12 Charles S. Wilson <cwilson@ece.gatech.edu>
1089
1090 Adjust to cygwin's libintl library now depending on libiconv.
1091 Easiest way: remove explicit search for -lintl and libintl.h;
1092 instead use AM_GNU_GETTEXT.
1093
1094 Add 'rev' program
1095
1096 * configure.ac: don't look for -lintl and libintl.h 'by hand';
1097 use AM_GNU_GETTEXT instead. Unfortunately, even 'external'
1098 option requires po/ and intl/ directories. See gettextize above.
1099 * src/rev: new directory
1100 * src/rev/rev.c: new file
1101 * src/rev/rev.1: new file
1102 * src/rev/widechar.h: new file
1103 * Makefile.am: add program 'rev'. Add LDADD variables for
1104 the programs that use gettext, since -lintl is no longer
1105 automatically included in LIBS (use @INTLLIBS@)
1106 * Makefile.in: regenerate
1107 * PROGLIST: add rev
1108 * README: add rev
1109
1110 2002-06-06 Charles S. Wilson <cwilson@ece.gatech.edu>
1111 Egor Duda
1112
1113 Add getopt.exe, readlink.exe. Bump to 1.1.1.
1114
1115 * AUTHORS: add Egor, Kenneth Stailey, and Frodo Looijaard
1116 * configure.ac: bump to 1.1.1
1117 * Makefile.am: add getopt and readlink
1118 * PROGLIST: ditto
1119 * README: ditto
1120 * Makefile.in: regenerate
1121 * configure: regenerate
1122 * src/Makefile.am: delete (forgot to do so in previous commit)
1123 * src/Makefile.in: delete (ditto)
1124 * src/readlink/readlink.1: new file
1125 * src/readlink/readlink.c: new file
1126 * src/getopt/getopt.1: new file
1127 * src/getopt/getopt.c: new file
1128 * src/getopt/parse.bash: new file
1129 * src/getopt/parse.tcsh: new file
1130 * src/getopt/test.bash: new file
1131 * src/getopt/test.tcsh: new file
1132
1133 2002-06-05 Charles S. Wilson <cwilson@ece.gatech.edu>
1134 Robert Collins <robert.collins@itdomain.com.au>
1135
1136 Convert to one-big-makefile style. cf "Recursive make
1137 considered harmful". Bump to 1.1.0
1138
1139 * HOW-TO-CONTRIBUTE: update to reflect one-big-makefile style.
1140 * Makefile.am: consolidate from src/*/Makefile.am
1141 * configure.ac: remove src/*/Makefile from AC_CONFIG_FILES list.
1142 bump version.
1143 * NEWS: Note one-file-to-build-them-all
1144 * TODO: update
1145 * aclocal.m4: regenerate
1146 * Makefile.in: regenerate
1147 * configure: regenerate
1148 * /src/realpath/Makefile.in: delete
1149 * /src/realpath/Makefile.am: delete
1150 * /src/namei/Makefile.in: delete
1151 * /src/namei/Makefile.am: delete
1152 * /src/mkshortcut/Makefile.in: delete
1153 * /src/mkshortcut/Makefile.am: delete
1154 * /src/lpr/Makefile.in: delete
1155 * /src/lpr/Makefile.am: delete
1156 * /src/last/Makefile.in: delete
1157 * /src/last/Makefile.am: delete
1158 * /src/ipc/Makefile.in: delete
1159 * /src/ipc/Makefile.am: delete
1160 * /src/dump/Makefile.in: delete
1161 * /src/dump/Makefile.am: delete
1162 * /src/ddate/Makefile.in: delete
1163 * /src/ddate/Makefile.am: delete
1164 * /src/cygstart/Makefile.in: delete
1165 * /src/cygstart/Makefile.am: delete
1166 * /src/conv/Makefile.in: delete
1167 * /src/conv/Makefile.am: delete
1168 * /src/col/Makefile.in: delete
1169 * /src/col/Makefile.am: delete
1170 * /src/cal/Makefile.in: delete
1171 * /src/cal/Makefile.am: delete
1172 * /src/banner/Makefile.in: delete
1173 * /src/banner/Makefile.am: delete
1174 * /src/ascii/Makefile.in: delete
1175 * /src/ascii/Makefile.am: delete
1176 * /src/Makefile.in: delete
1177 * /src/Makefile.am: delete
1178
1179 2002-05-23 Charles S. Wilson <cwilson@ece.gatech.edu>
1180
1181 * Makefile.in: regenerate
1182 * src/Makefile.in: regenerate
1183 * src/*/Makefile.in: regenerate
1184 * configure: regenerate
1185 * aclocal.m4: regenerate
1186
1187 2002-05-22 David A. Willis <dawillis1214@yahoo.com>
1188
1189 * src/col: new directory
1190 * src/col/Makefile.am: new file
1191 * src/col/Makefile.in: new file
1192 * src/col/col.c: new file
1193 * src/col/err.c: new file
1194 * src/col/err.h: new file
1195 * src/col/col.1: new file
1196 * src/col/README.col: new file
1197 * src/Makefile.am: add subdirectory col
1198 * src/Makefile.in: regenerate
1199 * AUTHORS: add David A. Willis for col
1200 * PROGLIST: add col
1201 * README: add col
1202
1203 2002-04-16 Chris January <chris@atomice.net>
1204
1205 * src/conv/conv.c (convert): Use correct type to store the
1206 return value of fgetc()
1207
1208 2002-03-15 Charles Wilson <cwilson@ece.gatech.edu>
1209
1210 * Makefile.in: rebootstrap
1211 * aclocal.m4: ditto
1212 * configure: ditto
1213 * src/Makefile.in: ditto
1214 * src/ascii/Makefile.in: ditto
1215 * src/banner/Makefile.in: ditto
1216 * src/cal/Makefile.in: ditto
1217 * src/clip/Makefile.in: ditto
1218 * src/conv/Makefile.in: ditto
1219 * src/ddate/Makefile.in: ditto
1220 * src/dump/Makefile.in: ditto
1221 * src/ipc/Makefile.in: ditto
1222 * src/last/Makefile.in: ditto
1223 * src/lpr/Makefile.in: ditto
1224 * src/mkshortcut/Makefile.in: ditto
1225 * src/namei/Makefile.in: ditto
1226 * src/realpath/Makefile.in: ditto
1227
1228 2002-03-15 Michael Schaap <cygwin_start@mscha.org>
1229
1230 * src/cygstart: new directory
1231 * src/cygstart/Makefile.am: new file
1232 * src/cygstart/Makefile.in: new file
1233 * src/cygstart/cygstart.c: new file
1234 * src/cygstart/cygstart.1: new file
1235 * src/Makefile.am: add subdirectory cygstart
1236 * src/Makefile.in: regenerate
1237 * AUTHORS: add Michael Schaap for cygstart
1238 * PROGLIST: add cygstart
1239 * README: add cygstart
1240
1241 2002-03-13 Charles Wilson <cwilson@ece.gatech.edu>
1242
1243 * HOW-TO-CONTRIBUTE: fix typos
1244
1245 2002-03-13 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
1246
1247 * src/mkshortcut/mkshortcut.c: fix NULL pointer problem
1248
1249 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1250
1251 * TODO: remove 'reorg' note
1252 * configure.ac: mark as version 1.0.0
1253 * configure: regenerate
1254 * HOW-TO-CONTRIBUTE: new file
1255
1256 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1257
1258 * configure.ac: build Makefiles in new directories
1259 * configure.in: regenerate
1260 * Makefile.am: change subdirs
1261 * Makefile.in: regenerate
1262
1263 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1264
1265 * src: new directory
1266 * src/Makefile.am: new file
1267 * src/Makefile.in: new file
1268 * src-gpl/Makefile.am: removed
1269 * src-gpl/Makefile.in: removed
1270 * src-pd/Makefile.am: removed
1271 * src-pd/Makefile.in: removed
1272 * src-bsd/Makefile.am: removed
1273 * src-bsd/Makefile.in: removed
1274
1275 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1276
1277 * src/ascii: new directory
1278 * src-gpl/ascii.c: moved to src/ascii/ascii.c
1279 * src/ascii/ascii.c: moved from src-gpl/ascii.c
1280 * src/ascii/Makefile.am: new file
1281 * src/ascii/Makefile.in: new file
1282
1283 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1284
1285 * src/banner: new directory
1286 * src-gpl/banner.c: moved to src/banner/banner.c
1287 * src/banner/banner.c: moved from src-gpl/banner.c
1288 * src/banner/Makefile.am: new file
1289 * src/banner/Makefile.in: new file
1290
1291 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1292
1293 * src/cal: new directory
1294 * src-bsd/cal.c: moved to src/cal/cal.c
1295 * src/cal/cal.c: moved from src-bsd/cal.c
1296 * src-bsd/cal.1: moved to src/cal/cal.1
1297 * src/cal/cal.1: moved from src-bsd/cal.1
1298 * src-bsd/err.c: moved to src/cal/err.c
1299 * src/cal/err.c: moved from src-bsd/err.c
1300 * src-bsd/errs.h: moved to src/cal/errs.h
1301 * src/cal/errs.h: moved from src-bsd/errs.h
1302 * src-bsd/widechar.h: moved to src/cal/widechar.h
1303 * src/cal/widechar.h: moved from src-bsd/widechar.h
1304 * src-bsd/README.cal: moved to src/cal/README.cal
1305 * src/cal/README.cal: moved from src-bsd/README.cal
1306 * src/cal/Makefile.am: new file
1307 * src/cal/Makefile.in: new file
1308
1309 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1310
1311 * src/clip: new directory
1312 * src-gpl/putclip.c: moved to src/clip/putclip.c
1313 * src/clip/putclip.c: moved from src-gpl/putclip.c
1314 * src-gpl/getclip.c: moved to src/clip/getclip.c
1315 * src/clip/getclip.c: moved from src-gpl/getclip.c
1316 * src/clip/Makefile.am: new file
1317 * src/clip/Makefile.in: new file
1318
1319 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1320
1321 * src/conv: new directory
1322 * src-gpl/conv.c: moved to src/conv/conv.c
1323 * src/conv/conv.c: moved from src-gpl/conv.c
1324 * src/conv/Makefile.am: new file
1325 * src/conv/Makefile.in: new file
1326
1327 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1328
1329 * src/ddate: new directory
1330 * src-pd/ddate.c: moved to src/ddate/ddate.c
1331 * src/ddate/ddate.c: moved from src-pd/ddate.c
1332 * src-pd/ddate.1: moved to src/ddate/ddate.1
1333 * src/ddate/ddate.1: moved from src-pd/ddate.1
1334 * src-pd/ddate.doc: moved to src/ddate/ddate.doc
1335 * src/ddate/ddate.doc: moved from src-pd/ddate.doc
1336 * src/ddate/Makefile.am: new file
1337 * src/ddate/Makefile.in: new file
1338
1339 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1340
1341 * src/dump: new directory
1342 * src-gpl/dump.c: moved to src/dump/dump.c
1343 * src/dump/dump.c: moved from src-gpl/dump.c
1344 * src/dump/Makefile.am: new file
1345 * src/dump/Makefile.in: new file
1346
1347 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1348
1349 * src/ipc: new directory
1350 * src-gpl/msgtool.c: moved to src/ipc/msgtool.c
1351 * src/ipc/msgtool.c: moved from src-gpl/msgtool.c
1352 * src-gpl/semstat.c: moved to src/ipc/semstat.c
1353 * src/ipc/semstat.c: moved from src-gpl/semstat.c
1354 * src-gpl/semtool.c: moved to src/ipc/semtool.c
1355 * src/ipc/semtool.c: moved from src-gpl/semtool.c
1356 * src-gpl/shmtool.c: moved to src/ipc/shmtool.c
1357 * src/ipc/shmtool.c: moved from src-gpl/shmtool.c
1358 * src/ipc/Makefile.am: new file
1359 * src/ipc/Makefile.in: new file
1360
1361 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1362
1363 * src/last: new directory
1364 * src-gpl/last.c: moved to src/last/last.c
1365 * src/last/last.c: moved from src-gpl/last.c
1366 * src-gpl/last.1: moved to src/last/last.1
1367 * src/last/last.1: moved from src-gpl/last.1
1368 * src-gpl/lastb.1: moved to src/last/lastb.1
1369 * src/last/lastb.1: moved from src-gpl/lastb.1
1370 * src-gpl/oldutmp.h: moved to src/last/oldutmp.h
1371 * src/last/oldutmp.h: moved from src-gpl/oldutmp.h
1372 * src-gpl/utmpdump.c: moved to src/last/utmpdump.c
1373 * src/last/utmpdump.c: moved from src-gpl/utmpdump.c
1374 * src/last/Makefile.am: new file
1375 * src/last/Makefile.in: new file
1376
1377 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1378
1379 * src/lpr: new directory
1380 * src-gpl/lpr.c: moved to src/lpr/lpr.c
1381 * src/lpr/lpr.c: moved from src-gpl/lpr.c
1382 * src/lpr/Makefile.am: new file
1383 * src/lpr/Makefile.in: new file
1384
1385 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1386
1387 * src/mkshortcut: new directory
1388 * src-gpl/mkshortcut.c: moved to src/mkshortcut/mkshortcut.c
1389 * src/mkshortcut/mkshortcut.c: moved from src-gpl/mkshortcut.c
1390 * src-gpl/mkshortcut.1: moved to src/mkshortcut/mkshortcut.1
1391 * src/mkshortcut/mkshortcut.1: moved from src-gpl/mkshortcut.1
1392 * src/mkshortcut/Makefile.am: new file
1393 * src/mkshortcut/Makefile.in: new file
1394
1395 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1396
1397 * src/namei: new directory
1398 * src-pd/namei.c: moved to src/namei/namei.c
1399 * src/namei/namei.c: moved from src-pd/namei.c
1400 * src-pd/namei.1: moved to src/namei/namei.1
1401 * src/namei/namei.1: moved from src-pd/namei.1
1402 * src-pd/README.namei: moved to src/namei/README.namei
1403 * src/namei/README.namei: moved from src-pd/README.namei
1404 * src-pd/README1.namei: moved to src/namei/README1.namei
1405 * src/namei/README1.namei: moved from src-pd/README1.namei
1406 * src/namei/Makefile.am: new file
1407 * src/namei/Makefile.in: new file
1408
1409 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1410
1411 * src/realpath: new directory
1412 * src-gpl/realpath.c: moved to src/realpath/realpath.c
1413 * src/realpath/realpath.c: moved from src-gpl/realpath.c
1414 * src/realpath/Makefile.am: new file
1415 * src/realpath/Makefile.in: new file
1416
1417
1418 2002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
1419
1420 * src-gpl/Makefile.am: add lpr and mkshortcut
1421 * src-gpl/Makefile.in: regenerate
1422 * configure.ac: update version number
1423 * configure: regenerate
1424 * AUTHORS: add Rick and Joshua
1425 * PROGLIST: add lpr and mkshortcut
1426 * NEWS: add lpr and mkshortcut
1427 * README: add lpr and mkshortcut
1428 * TODO: add some notes...
1429 * src-gpl/mkshortcut.c: Reformat comment block. Explicitly
1430 include config.h and common.h. Move other #inludes to
1431 common.h. Add some static strings for later use (version,
1432 Id, copyright).
1433 * src-gpl/lpr.c: Add license reference. Explicitly include
1434 config.h and common.h. Move other #includes to common.h.
1435 Add some static strings for later use (version, Id, copyright).
1436 Change programName to program_name (to match style of other
1437 programs). Strdup from argv[0] instead of hardcoding. Use
1438 VA_START macro instead of va_start.
1439
1440 2002-02-23 Rick Rankin <rick_rankin@yahoo.com>
1441
1442 * src-gpl/lpr.c: new file
1443
1444 2002-02-23 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
1445
1446 * src-gpl/mkshortcut.c: new file
1447 * src-gpl/mkshortcut.1: new file
1448
1449 2002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
1450
1451 * src-pd/ddate.c: add explicit license reference
1452 and move #includes to common.h. Guard setlocale.
1453 Explicitly include config.h, common.h
1454 * src-pd/namei.c: ditto
1455 * src-bsd/cal.c: ditto
1456 * src-bsd/err.c: ditto
1457 * src-bsd/errs.h: explicitly include config.h, common.h
1458 * src-bsd/widechar.h: explicitly include config.h (NOT common.h)
1459 * src-gpl/ascii.c: explicitly include config.h
1460 * src-gpl/banner.c: reformat license notice. explicitly
1461 include config.h
1462 * src-gpl/conv.c: explictly include config.h
1463 * src-gpl/dump.c: explictly include config.h; move other
1464 includes into common.h
1465 * src-gpl/getclip.c: explicitly include config.h
1466 * src-gpl/last.c: reformat license notice. explicitly include
1467 config.h. Move other #includes into common.h
1468 * src-gpl/oldutmp.h: add explicit license reference.
1469 * src-gpl/putclip.c: include config.h. Move other #includes
1470 into common.h
1471 * src-gpl/realpath.c: Reformat license reference. Explicitly
1472 include config.h.
1473 * src-gpl/msgtool.c: add explicit license reference. include
1474 config.h. Guard ipc #includes. Move other includes into common.h
1475 * src-gpl/semstat.c: ditto
1476 * src-gpl/semtool.c: ditto
1477 * src-gpl/shmtool.c: ditto
1478 * src-gpl/utmpdump.c: Reformat license reference. Explicitly
1479 include config.h. Move other includes into common.h.
1480 * config.h.in: regenerate
1481 * configure.ac: Add the new checks
1482 * common.h: Migrate other includes from .c files here.
1483 * configure: regenerate
1484
1485 2002-01-28 Charles Wilson <cwilson@ece.gatech.edu>
1486
1487 * src-bsd/cal.c: fix spelling
1488
1489 2002-01-27 Charles Wilson <cwilson@ece.gatech.edu>
1490
1491 * acinclude.m4: new file
1492 * common.h: new file
1493 * configure.ac: add conditionals for windows-only,
1494 cygipc-only programs
1495 * src-gpl/Makefile.am: use conditionals
1496 * aclocal.m4: regenerate
1497 * config.h.in: regenerate
1498 * Makefile.in: regenerate
1499 * src-gpl/Makefile.in: regenerate
1500 * configure: regenerate
1501 * README: minor changes
1502 * src-bsd/cal.c: use common.h
1503 * src-pd/ddate.c: use common.h
1504 * src-pd/namei.c: use common.h
1505 * src-gpl/ascii.c: use common.h
1506 * src-gpl/banner.c: use common.h
1507 * src-gpl/conv.c: use common.h
1508 * src-gpl/dump.c: use common.h
1509 * src-gpl/getclip.c: use common.h
1510 * src-gpl/last.c: use common.h
1511 * src-gpl/msgtool.c: use common.h
1512 * src-gpl/putclip.c: use common.h
1513 * src-gpl/realpath.c: use common.h
1514 * src-gpl/semstat.c: use common.h
1515 * src-gpl/semtool.c: use common.h
1516 * src-gpl/shmtool.c: use common.h
1517 * src-gpl/utmpdump.c: use common.h
1518
1519 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
1520
1521 * NEWS: add entries for 0.9.6, .7, and .8
1522 * ChangeLog: fix tabs
1523 * release version 0.9.8
1524
1525 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
1526
1527 * src-pd/ddate.c: new file
1528 * src-pd/ddate.1: new file
1529 * src-pd/ddate.doc: new file
1530 * AUTHORS: add Druel the Chaotic
1531 * PROGLIST: add ddate
1532 * README: mention ddate
1533 * src-pd/Makefile.am: add ddate to proglist, ddate.1
1534 to manlist
1535 * src-bsd/Makefile.in: regenerate
1536
1537 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
1538
1539 * src-gpl/realpath.c: new file
1540 * AUTHORS: add Steven Barker
1541 * PROGLIST: add realpath
1542 * README: mention realpath
1543 * src-gpl/Makefile.am: add realpath to proglist
1544 * src-gpl/Makefile.in: regenerate
1545
1546 2002-01-18 Mark Bradshaw <bradshaw@staff.crosswalk.com>
1547
1548 * src-gpl/utmpdump.c: new file
1549 * AUTHORS: add Mark Bradshaw
1550 * PROGLIST: add utmpdump
1551 * README: mention utmpdump
1552 * src-gpl/Makefile.am: add utmpdump to proglist
1553 * src-gpl/Makefile.in: regenerate
1554
1555 2002-01-16 Charles Wilson <cwilson@ece.gatech.edu>
1556
1557 * bootstrap: new file
1558 * src-gpl/Makefile.am: add last to proglist
1559 * src-gpl/Makefile.in: regenerate
1560 * PROGLIST: add last
1561 * README: mention last
1562 * AUTHORS: add Mark Bradshaw
1563
1564 2002-01-16 Mark Bradshaw <bradshaw@staff.crosswalk.com>
1565
1566 * src-gpl/last.c: new file
1567 * src-gpl/last.1: new file
1568 * src-gpl/lastb.1: new file
1569 * src-gpl/oldutmp.h: new file
1570
1571 2001-12-05 Joerg Schaible <joerg.schaible@gft.com>
1572
1573 * src-gpl/banner.c: fix the -c option, use ANSI
1574 font to print the extended charset
1575
1576 2001-12-04 Charles Wilson <cwilson@ece.gatech.edu>
1577
1578 * licenses: new subdir
1579 * licenses/COPYING.GPL: new file (GPL text)
1580 * licenses/COPYING.BSD-no-advert: new file (BSD license,
1581 without the advertising clause)
1582 * src-pd: new subdir (for public domain source code that
1583 I've taken, modified, and released under the GPL)
1584 * src-bsd: new subdir (for source code that is covered
1585 by the BSD-no-advert license) Note that BSD-w-advert
1586 code is disallowed -- can't legally be linked to
1587 cygwin1.dll.
1588 * src: removed (renamed to src-gpl for consistency)
1589 * src-gpl: new (renamed from src)
1590 * PROGLIST: new file (contains descriptions of the
1591 various programs)
1592 * README: proglist stuff removed. README is more general.
1593 * src-bsd/Makefile.am: new file
1594 * src-bsd/Makefile.in: new file
1595 * src-bsd/README.cal: new file
1596 * src-bsd/cal.1: new file
1597 * src-bsd/cal.c: new file
1598 * src-bsd/err.c: new file
1599 * src-bsd/errs.h: new file
1600 * src-bsd/widechar.h: new file
1601 * src-pd/Makefile.am: new file
1602 * src-pd/Makefile.in: new file
1603 * src-pd/README.namei: new file
1604 * src-pd/README1.namei: new file
1605 * src-pd/namei.1: new file
1606 * src-pd/namei.c: new file
1607 * configure.ac: add new tests to support namei and cal
1608 * Makefile.am: add new subdirs
1609 * config.h.in: regenerate
1610 * aclocal.m4: regenerate
1611 * Makefile.in: regenerate
1612 * src/Makefile.in: regenerate
1613
1614 2001-11-28 Charles Wilson <cwilson@ece.gatech.edu>
1615
1616 * package renamed to 'cygutils'
1617 * README: update
1618 * NEWS: update
1619 * AUTHORS: add Jorg Schaible
1620 * configure.ac: package name change
1621 * src/Makefile.am: add 'banner'
1622 * src/banner.c: new file. Modified from Joerg's
1623 original to use popt for argument processing.
1624 * configure: regenerate
1625 * config.h.in: regenerate
1626 * aclocal.m4: regenerate
1627 * Makefile.in: regenerate
1628 * src/Makefile.in: regenerate
1629
1630 2001-11-26 Charles Wilson <cwilson@ece.gatech.edu>
1631
1632 * src/semtool.c: added
1633 * src/semstat.c: added
1634 * src/msgtool.c: added
1635 * src/shmtool.c: added
1636 * src/Makefile.am: add semtool, semstat, msgtool,
1637 and shmtool targets.
1638 * configure.ac: add check for cygipc, and for
1639 ipc headers
1640 * configure: regenerate
1641 * config.h.in: regenerate
1642 * aclocal.m4: regenerate
1643 * Makefile.in: regenerate
1644 * src/Makefile.in: regenerate
1645
1646 2001-11-25 Charles Wilson <cwilson@ece.gatech.edu>
1647
1648 * uuencode.1: deleted
1649 * uuencode.c: deleted
1650 * uudecode.1: deleted
1651 * uudecond.c: deleted (get these from GNU sharutils)
1652 * mktemp.1: deleted
1653 * mktemp.c: deleted (get these from
1654 http://www.courtesan.com/mktemp/)
1655 * autoconfiscated -- lots of new files
1656 * moved remaining .c files into src subdir
1657 * src/conv.c: now recognize 'dos2unix.exe' and
1658 'unix2dos.exe' as special argv[0] values, along
1659 with 'd2u.exe' and 'u2d.exe'
1660 * src/Makefile.in: install conv.exe as itself but
1661 also as d2u.exe, u2d.exe, dos2unix.exe and unix2dos.exe
1662
1663 0.9.2
1664
1665 * link with /usr/lib/libpopt.a ('official' version)
1666 * add mktemp implementation
1667 * add friendly help/option handling to dump, putclip,
1668 getclip, and ascii.
1669
1670 0.9.1 ---- baseline
1671
This page took 1.802732 seconds and 5 git commands to generate.