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