]> cygwin.com Git - cygwin-apps/cygutils.git/blame - ChangeLog
Don't distribute dos2unix, unix2dos, u2d, or d2u
[cygwin-apps/cygutils.git] / ChangeLog
CommitLineData
5a3996fa
CW
12011-04-28 Charles Wilson <cwilson@...>
2
3 Don't distribute dos2unix, unix2dos, u2d, or d2u.
4 * Makefile.am: Don't install conv.exe as dos2unix,
5 unix2dos, d2u, or u2d any longer. Those programs are
6 now provided by the separate dos2unix package.
7 * PROGLIST: Remove references to dos2unix/unix2dos.
8 * README: Ditto.
9 * NEWS: Document changes.
10
5db1fa14
CW
112010-09-05 Charles Wilson <cwilson@...>
12
13 Change license for banner to GPLv3+
14 * src/banner/banner.c: Update license to GPLv3+.
15 * AUTHORS: Update licensing info for banner.
16 * NEWS: Ditto.
17 * PROGLIST: Ditto.
18 * README: Ditto.
19 * TODO: Ditto.
20
426acf63
CW
212010-08-18 Charles Wilson <cwilson@...>
22
23 Change license for cygicons.dll to GPLv3+
24 * src/cygicons/cygicons.rc.in: Update license to GPLv3+.
25 * AUTHORS: Update licensing info for cygicons.dll.
26 * NEWS: Ditto.
27 * PROGLIST: Ditto.
28 * README: Ditto.
29 * TODO: Ditto.
30
3a076f8e
CW
312010-08-18 Charles Wilson <cwilson@...>
32
33 Change license for mkshortcut to GPLv3+
34 * src/mkshortcut/mkshortcut.c: Update license to GPLv3+.
35 * src/mkshortcut/mkshortcut.1: Ditto.
36 * AUTHORS: Update licensing info for mkshortcut.
37 * NEWS: Ditto.
38 * PROGLIST: Ditto.
39 * README: Ditto.
40 * TODO: Ditto.
41
c91963aa
CW
422010-08-16 Charles Wilson <cwilson@...>
43
44 * cygstart.c (cygstart_posix_to_win_w): Use CCP_RELATIVE
45 when converting paths; enables 'cygstart calc'. Reported
46 by Ken Hirsch.
47 * NEWS: Document.
48
0a121f19
CW
492010-08-16 Charles Wilson <cwilson@...>
50
51 * cygstart.1: Update URL for reference to MS 'ShellExecute'
52 documentation.
53 * cygstart.c: Ditto (fixes --reference option).
54
55673fb0
CW
552010-08-16 Charles Wilson <cwilson@...>
56
57 Change license for cygdrop to GPLv3+
58 * src/cygdrop/cygdrop.cc: Update license to GPLv3+.
3a076f8e 59 * AUTHORS: Update licensing info for cygdrop.
55673fb0
CW
60 * NEWS: Ditto.
61 * PROGLIST: Ditto.
62 * README: Ditto.
63 * TODO: Ditto.
64
25a32756
CW
652010-08-16 Charles Wilson <cwilson@...>
66
67 Correct licensing oversights.
68 * clip/getclip.c (printLicense): Update internal license
69 text to GPLv3+.
70 * clip/putclip.c (printLicense): Ditto.
71 * conv/conv.c (printLicense): Ditto.
72 * cygstart/cygstart.c (printLicense): Ditto.
73 * realpath/realpath.c (printLicense): Ditto.
74 * readshortcut/readshortcut.c (printLicense): Ditto.
75 * dump/dump.c (printLicense): Ditto.
76 (printBottomDescription): Add reference to 'od'.
77 * readshortcut/readshortcut.1: Update license to GPLv3+.
78
4e224388
CW
792010-08-16 Charles Wilson <cwilson@...>
80
81 ascii: display only lower 128 chars by default.
82 * src/ascii/ascii.c (license): Update internal license
83 text to GPLv3+.
84 (main): Accept new option '--extended'; new option flag.
85 (ascii): Accept new option flag; only display characters
86 128..255 if enabled.
87 NEWS: Document.
88
25a7e4b9
CW
892010-08-16 Charles Wilson <cwilson@...>
90
f7e43063
CW
91 Change license for cygstart to GPLv3+
92 * src/cygstart/cygstart.c: Update license to GPLv3+.
93 * src/cygstart/cygstart.1: Ditto.
3a076f8e 94 * AUTHORS: Update licensing info for cygstart.
25a7e4b9
CW
95 * NEWS: Ditto.
96 * PROGLIST: Ditto.
97 * README: Ditto.
98 * TODO: Ditto.
99
3181ec72
CW
1002010-08-16 Charles Wilson <cwilson@...>
101
102 Change license for readshortcut to GPLv3+
103 * src/readshortcut/readshortcut.c: Update license
104 to GPLv3+.
105 * AUTHORS: Update licensing info for readshortcut.
106 * NEWS: Ditto.
107 * PROGLIST: Ditto.
108 * README: Ditto.
109 * TODO: Ditto.
110
d76073f1
CW
1112010-08-15 Charles Wilson <cwilson@...>
112
3181ec72 113 Change license for lpr to GPLv3+.
d76073f1
CW
114 * src/lpr/lpr.cc: Update license to GPLv3+.
115 * src/lpr/Printer.hh: Ditto.
116 * src/lpr/Printer.cc: Ditto.
117 * src/lpr/PrinterException.hh: Ditto.
118 * src/lpr/Win32Utils.hh: Ditto.
119 * src/lpr/Win32Utils.cc: Ditto.
120 * AUTHORS: Update licensing info for lpr.
121 * NEWS: Ditto.
122 * PROGLIST: Ditto.
123 * README: Ditto.
124 * TODO: Ditto.
125
eefafd90
CW
1262010-08-15 Charles Wilson <cwilson@...>
127
128 Devel 1.4.5
129 * configure.ac: Post-release version bump.
130
94b8dd6f
CW
1312010-08-15 Charles Wilson <cwilson@...>
132
133 Release 1.4.4 (tag moved to this checkin).
134 * BRANCHES: Update documentation.
135 * NEWS: Add entries for 1.4.4
136
7bc54602
CW
1372010-08-15 Charles Wilson <cwilson@...>
138
139 Release 1.4.4
140 * configure.ac: Bump version number to 1.4.4.
141
1422010-08-15 Charles Wilson <cwilson@...>
143
144 Add standard cmdline options to cygdrop:
145 * src/cygdrop/cygdrop.cc (license, version, help,
146 printLicense, printBottomDescription, printTopDescription,
147 getVersion): New functions.
148 (usage): Implementation moved to usageCore; this function
149 now delegates.
150 (usageCore): This, and signature changed to accept FILE*
151 and progname as arguments.
152 (main): Use getopt_long and new struct option to support
153 --version, --license, --usage, and --help.
154
c570c1f7
CW
1552010-08-15 Charles Wilson <cwilson@...>
156
157 * src/realpath/realpath.c: Correct licensing info.
158 Original code was GPLv2+, not GPLv2 only (see
159 http://lists.gnu.org/archive/html/bug-sh-utils/2001-10/msg00002.html)
160 As all subsequent modifications to this file were by
161 me, this reversion to the original licensing terms is OK.
162 * AUTHORS: Ditto.
163 * TODO: Ditto.
164
a4905427
CW
1652010-08-15 Charles Wilson <cwilson@...>
166
167 Various code cleanups
168 * Makefile.am: Hack to work around conflict between
169 /usr/lib/libuuid* and /usr/lib/w32api/libuuid.
170 * src/ascii/ascii.c (main): Make optCon a global static.
171 When information is explicitly requested by the user, it
172 is not an error: invoke usage, help, version, license with
173 stdout not stderr.
174 (usage, help, version, license): Remove optCon function
175 argument throughout.
176 * src/banner/banner.c: Ditto.
177 * src/clip/getclip.c: Ditto.
178 * src/clip/putclip.c: Ditto.
179 * src/conv/conv.c: Ditto.
180 * src/cygstart/cygstart.c: Ditto.
181 * src/dump/dump.c: Ditto.
182 * src/mkshortcut/mkshortcut.c: Ditto.
183 * src/readshortcut/readshortcut.c: Ditto.
184 * src/realpath/realpath.c: Ditto.
185
79a32f3a
CW
1862010-08-15 Charles Wilson <cwilson@...>
187
188 * INSTALL: Remove from source control.
189
3d86489d
CW
1902010-08-15 Andy Koppe <andy.koppe@gmail.com>
191
192 * src/mkshortcut/mkshortcut.c (mkshortcut):
193 Add missing return statement.
194
96090301
CW
1952009-12-28 Charles Wilson <cwilson@...>
196
197 Release 1.4.2
198 * configure.ac: Update version.
199 * BRANCHES: Update documentation.
200
2012009-12-28 Charles Wilson <cwilson@...>
7b4dda32
CW
202
203 Add hippo.ico to cygicons DLL.
204 * src/cygicons/hippo.svg: New file.
205 * src/cygicons/hippo.ico: New file.
206 * src/cygicons/README: Update documentation.
207 * src/cygicons/cygicons.h: Add hippo.ico.
208 * src/cygicons/cygicons.rc.in: Add hippo.ico. Update
209 copyright date.
210 * Makefile.am: Add hippo.svg and hippo.ico.
211 * NEWS: Update documentation.
212
88041160
CW
2132009-12-03 Dave Korn <dave.korn.cygwin@googlemail.com>
214
215 Fix mkshortcut bug.
216 * src/mkshortcut/mkshortcut.c (mkshortcut): Fix off-
217 by-one error.
218
1cb970ef
CW
2192009-11-21 Charles Wilson <cwilson@...>
220
221 Release 1.4.1
222 * configure.ac: Update version.
223 * NEWS: fix typo.
c05f12ec 224 * BRANCHES: Update documentation.
1cb970ef 225
6d7a7b82
CW
2262009-11-21 Charles Wilson <cwilson@...>
227
228 Convert many programs to GPLv3+.
229 * COPYING: Update to GPLv3 (applies to compilation).
230 * licenses/COPYING.GPL: Renamed to...
231 * licenses/COPYING.GPLv2: this.
232 * licenses/COPYING.GPLv3: New.
7156ebbc 233 * Makefile.am: Update file list.
6d7a7b82
CW
234 * ascii/ascii.c: Switch to GPLv3+. Update copyright years.
235 * clip/getclip.c: Ditto.
236 * clip/putclip.c: Ditto.
237 * conv/conv.c: Ditto.
238 * dump/dump.c: Ditto.
239 * ipc/ipck: Ditto.
240 * ipc/msgtool.c: Ditto.
241 * ipc/semstat.c: Ditto.
242 * ipc/semtool.c: Ditto.
243 * ipc/shmtool.c: Ditto.
244 * PROGLIST: Update license information for each utility.
245 * README: Ditto.
246 * AUTHORS: Ditto. Also reorganize.
247 * TODO: Add notes concerning utilities that have not
248 been converted to GPLv3+.
249 * NEWS: Note license change.
250
29197d74
CW
2512009-11-21 Charles Wilson <cwilson@...>
252
253 Only build cygdrop when $host is cygwin.
254 * configure.ac: Arrange to build cygdrop only when CYGWIN.
255 * Makefile.am: Ditto.
256 * NEWS: Add cygdrop.
257
40d43529
CW
2582009-11-21 Christian Franke <franke@computer.org>
259
260 Add cygdrop utility.
261 * src/cygdrop: New directory.
262 * src/cygdrop/cygdrop.cc: New file.
263 * Makefile.am: Add program cygdrop.
264 * AUTHORS: Add Christian Franke for cygdrop.
265 * PROGLIST: Add cygdrop.
266 * README: Add cygdrop.
267
7854241f
CW
2682009-09-13 Charles Wilson <cwilson@...>
269
270 * src/lpr/Printer.cc: Silence compiler warnings.
271
8043b054
CW
2722009-09-13 Charles Wilson <cwilson@...>
273
274 Branch-specific fixes for building on MinGW
275 * configure.ac: Only error if cygwin && !cygwin-1.7; it
276 is okay if !cygwin.
277 * src/cygstart/cygstart.c (cygStart): Refactor much
278 of this code to the following two functions. If !cygwin,
279 always use cygstart_mbs_to_wcs. Retain existing logic for
280 context-dependent use of the two functions, for cygwin.
281 (cygstart_mbs_to_wcs): New function.
282 (cygstart_posix_to_win_w): New function. Guard so that
283 it is only compiled on cygwin.
284 * NEWS: Update.
285
5ca59930
CW
2862009-09-13 Charles Wilson <cwilson@...>
287
288 Build and distribution fixes.
289 * Makefile.am: Support silent-rules when building
290 libicons. Don't distributed cygicons.rc.
291
a5139f37
CW
2922009-09-13 Charles Wilson <cwilson@...>
293
294 Import relevant changes from MinGW and MSYS port
295 * Makefile.am: Specify --major-image-version and
296 --minor-image-version for DLL and EXEs.
297 * common.h: Compatibility macros for cygwin-specific
298 functions on MinGW.
299 * configure.ac: Force automake-1.11, enable silent rules.
300 * src/conv/conv.c (convert): Use mkstemp instead of tmpnam
301 (the latter fails horribly on MinGW+Vista).
302 * src/conv/mkstemp.c: New file (ported from an old NetBSD
303 version: svn://svn.debian.org/svn/pkg-discover/discover/trunk/)
304 * src/cygstart/cygstart.c: Guard cygwin.h include, and
305 cygwin-specific function calls.
306 * src/realpath/realpath.c: Guard cygwin.h include.
307 * src/readshortcut/readshortcut.c: Guard cygwin-specific
308 function forward declarations.
309 * src/lpr/lpr.cc: Guard cygwin.h include. Fix typo in help
310 text; extend help and usage text to reflect new options.
311 (usage): Accept errcode instead of always exit(1).
312 (help): New function.
313 (scan_for_help): New function.
314 (main): Add support for -help|--help long options; search
315 first for these and exit early, before allowing getopt().
316 Fix handling of getopt error states.
317 * NEWS: Update.
318
3192009-05-06 Charles Wslson <cwilson@...>
21e2cd88
CW
320
321 Release 1.4.0
322 * BRANCHES: Document new branch information.
323 * TODO: Add new items.
324 * configure.ac: Check for cygwin_conv_path (which
325 exists only on cygwin-1.7); error if missing.
326 Bump version number.
327 * config.h.in: Regenerate.
328
fe3a7d70
CW
3292009-05-06 Charles Wilson <cwilson@...>
330
331 Make coding style consistent throughout.
332 * ascii/ascii.c: Format using 'indent -gnu
333 -nut -ppi 1'.
334 * banner/banner.c: Ditto.
335 * clip/getclip.c: Ditto.
336 * clip/putclip.c: Ditto.
337 * cygstart/cygstart.c: Ditto.
338 * dump/dump.c: Ditto.
339 * ipc/msgtool.c: Ditto.
340 * ipc/semstat.c: Ditto.
341 * ipc/semtool.c: Ditto.
342 * ipc/shmtool.c: Ditto.
343 * mkshortcut/mkshortcut.c: Ditto.
344 * readshortcut/readshortcut.c: Ditto.
345 * realpath/realpath.c: Ditto.
346 * Printer.hh: Format using 'astyle --style=gnu -c'.
347 Move 'using namespace' from hh to cc.
348 * Printer.cc: Ditto.
349 * Win32Utils.cc: Ditto.
350 * Win32Utils.hh: Ditto.
351 * PrinterException.hh: Format using 'astyle --style=gnu
352 -c'. Removed 'using namespace' statement.
353 * lpr.cc: Format using 'astyle --style=gnu -c'
354
b96d6602
CW
3552009-05-06 Charles Wilson <cwilson@...>
356
357 Ensure uniformity for --version option.
358 * src/ascii/ascii.c: Ensure --version output
359 reports package version; harmonize formats.
360 * src/banner/banner.c: Ditto.
361 * src/clip/getclip.c: Ditto.
362 * src/clip/putclip.c: Ditto.
363 * src/conv/conv.c: Ditto.
364 * src/cygstart/cygstart.c: Ditto.
365 * src/dump/dump.c: Ditto.
366 * src/mkshortcut/mkshortcut.c: Ditto.
367 * src/realpath/realpath.c: Ditto.
368 * src/readshortcut/readshortcut.c: Ditto, and
369 fix line endings.
370 * src/readshortcut/readshortcut.c: Fix line
371 endings.
372
b87221e3
CW
3732009-05-06 Charles Wilson <cwilson@...>
374
375 * PROGLIST: Fix typo.
376
608458df
CW
3772009-05-05 IWAMURO Motonori <deenheart@gmail.com>
378 Corinna Vinschen <corinna@vinschen.de>
379
380 Support UTF pathnames in cygstart
381 * src/cygstart/cygstart.c (mbstowcs_noerr): New.
382 (mbstowcs_dup): New.
383 (main): Changed *action and *args to wchar_t*.
384 Transcode and dup from argv, rather than strdup.
385 When constructing args, use appropriate wide
386 constants and transoding operations.
387 (skipLocalUNCPart): New.
388 (cygStart): Rewrite to handle wchar_t and new
389 cygwin-1.7 path conversion functions.
390 (winStart): Use ShellExecute[Ex]W, wprintf, and L""
391 throughout.
392
7245242a
CW
3932009-05-05 Charles Wilson <cwilson@...>
394
395 Branch for 1.3.x (cygwin-1.5 only)
396 * BRANCHES: Update documentation
397
b773d56f
CW
3982009-04-22 Charles Wilson <cwilson@...>
399
400 Release 1.3.4
401 * configure.ac: Bump version number.
402 * Makefile.am: Fix post-install.
403 * BRANCHES: Update.
404 * NEWS: Update.
405
6492d64c
CW
4062009-04-21 Charles Wilson <cwilson@...>
407
408 * src/cygicons/README: Remove trailing spaces.
409 * NEWS: Update.
410 * PROGLIST: Fix typos.
b773d56f 411 * BRANCHES: Update.
6492d64c 412 * configure.ac: Bump version number. Update
2798d970
CW
413 to libtool-2.2 idioms. Require ac-2.63. Require
414 gettext-0.17. Modify dist to use lzma.
b773d56f
CW
415 * ABOUT-NLS: Regenerate.
416 * INSTALL: Regenerate.
417 * config.h.in: Regenerate.
418 * po/Makefile.in.in: Regenerate.
6492d64c 419
fe23b761
CW
4202008-09-04 Alex Smith <madalexonline@yahoo.co.uk>
421
422 If cygstart -w, then propagate child exit status.
423 * src/cygstart/cygstart.c (main): exit with
424 value returned by cygStart().
425 (cygStart): If -w/--wait, then get exit status
426 of child process and return it.
427
11adee90
CW
4282008-08-10 Barry Kelly <bkelly.ie@gmail.com>
429
fe23b761 430 Add -w/--wait option to cygstart.
11adee90
CW
431 * src/cygstart/cygstart.c: New enum StartFlags.
432 (main): Add startup options category, containing
433 new -w/--wait option. Use it to set StartFlags.
434 Modify -v/--verbose to set StartFlags.
435 Pass StartFlags to cygStart().
436 (printLastError): New.
437 (cygStart): Change signature to accept StartFlags.
438 Propagate StartFlags to winStart().
439 (winStart): Change signature to accept StartFlags.
440 Wait for child process to finish if SF_WAIT flag
441 is set in StartFlags.
442
65b579cb
CW
4432007-08-24 Charles Wilson <cwilson@...>
444
445 Bump version number to 1.3.2
446
447 * bootstrap: copy libtool.m4 to m4/.
448 * configure.ac: Bumped version number. Created
449 VERSION_* AC_SUBSTS for use by cygicons.rc.in.
450 Created AC_SUBST value for cygicon dll vernum.
451 Added libtool. Don't force -lpopt into LIBS.
452 Added cygicons.rc to list of generated files.
453 * Makefile.am: Added rules for building cygicons
454 DLL (but only on win32). Added doc_DATA target for
455 installing documentation. Added licenses_DATA
456 target for installing component licenses into
457 subdir of $(docdir). Added include_HEADERS target
458 for installing cygicons header (but only on win32).
459 Added lpr_doc_DATA and cygicons_doc_DATA targets
460 for installing component documentation into separate
461 subdirs of $(docdir). Added -lpopt to the *_LDADD
462 rules for the targets that need it, now that -lpopt
463 is not added to LIBS (created *_LDADD if not exist).
464 Added install-hook/uninstall-hook commands to force
465 the cygicons import and libtool libraries to have
466 the desired name. Added necessary variables, targets,
467 flags, and custom rules for building cygicons (special
468 care needed to deal with .rc files).
469 * src/cygicons/README: new file.
470 * src/cygicons/cygicons.h: new file.
471 * src/cygicons/cygicons.rc.in: new file.
472 * src/cygicons/cygwin-kde.ico: new file.
473 * src/cygicons/cygwin.ico: new file.
474 * src/cygicons/cygwinblue.ico: new file.
475 * src/cygicons/cygwincyan.ico: new file.
476 * src/cygicons/cygwing.ico: new file.
477 * src/cygicons/cygwings.ico: new file.
478 * src/cygicons/cygwinpurple.ico: new file.
479 * src/cygicons/cygwinred.ico: new file.
480 * src/cygicons/cygwinshiny.ico: new file.
481 * src/cygicons/cygwinyellow.ico: new file.
482 * config.h.in: regenerated.
483 * AUTHORS: updated documentation.
484 * NEWS: updated documentation.
485 * PROGLIST: updated documentation.
486 * README: updated documentation.
487 * HOW-TO-INSTALL: updated documentation.
488 * BRANCHES: updated documentation.
489
a15e13ca
CW
4902006-12-12 Charles Wilson <cwilson@...>
491
492 Release 1.3.1
493 Update build machinery to ac-2.61, am-1.10, gt-0.15
494
495 * configure.ac: bump version number
496 Move auxilliary files to build-aux dir.
497 Move .m4 files to m4/ dir.
498 * Makefile.am: Make sure aclocal can find m4 files.
499 * BRANCHES: update documentation
500 * NEWS: update documentation
501 * config.rpath: remove from CVS control
502 * acinclude.m4: moved to...
503 * m4/check_stdcall_func.m4: here.
504 * INSTALL: update to latest automake
505 * bootstrap: use autoreconf
506 * config.h.in: regenerate with latest autoconf
507 * ABOUT-NLS: update to latest gettext
508 * po/Makefile.in.in: update to latest gettext
509 * po/Rules-quot: update to latest gettext
510 * po/Makevars.template: new file due to gettext update
511
5122006-12-12 Michael Schaap <cygwin@mscha.nl>
513
514 * src/cygstart/cygstart.c (winstart): use
515 cygwin_internal(CW_SYNC_WINENV) instead of own
516 code to sync environment
517 (main): add --verbose option to show actual
518 ShellExecute call made
519
76e235a1
CW
5202006-03-20 Charles Wilson <cwilson@...>
521
522 bump version number to 1.3.0
523
524 * Makefile.am: remove programs, code, and documentation for
525 cal, col, colcrt, colrm, column, ddate, getopt, mcookie,
526 namei, rename, and rev. These programs now provided by
527 util-linux package.
528 * configure.ac: bump version number
529 * BRANCHES: update documentation
530 * NEWS: update documentation
531 * PROGLIST: update documentation
532 * README: update documentation
533 * src/cal/README.cal: removed
534 * src/cal/cal.1: removed
535 * src/cal/cal.c: removed
536 * src/cal/err.c: removed
537 * src/cal/errs.h: removed
538 * src/cal/widechar.h: removed
539 * src/col/README.col: removed
540 * src/col/col.1: removed
541 * src/col/col.c: removed
542 * src/col/err.c: removed
543 * src/col/err.h: removed
544 * src/colcrt/colcrt.1: removed
545 * src/colcrt/colcrt.c: removed
546 * src/colcrt/widechar.h: removed
547 * src/colrm/colrm.1: removed
548 * src/colrm/colrm.c: removed
549 * src/colrm/widechar.h: removed
550 * src/column/column.1: removed
551 * src/column/column.c: removed
552 * src/column/err.c: removed
553 * src/column/errs.h: removed
554 * src/column/widechar.h: removed
555 * src/ddate/ddate.1: removed
556 * src/ddate/ddate.c: removed
557 * src/ddate/ddate.doc: removed
558 * src/getopt/getopt.1: removed
559 * src/getopt/getopt.c: removed
560 * src/getopt/parse.bash: removed
561 * src/getopt/parse.tcsh: removed
562 * src/getopt/test.bash: removed
563 * src/getopt/test.tcsh: removed
564 * src/mcookie/mcookie.1: removed
565 * src/mcookie/mcookie.c: removed
566 * src/mcookie/md5.c: removed
567 * src/mcookie/md5.h: removed
568 * src/namei/README.namei: removed
569 * src/namei/README1.namei: removed
570 * src/namei/namei.1: removed
571 * src/namei/namei.c: removed
572 * src/rename/nls.h: removed
573 * src/rename/rename.1: removed
574 * src/rename/rename.c: removed
575 * src/rev/rev.1: removed
576 * src/rev/rev.c: removed
577 * src/rev/widechar.h: removed
578
67eb9474
CW
5792006-02-10 Charles Wilson <cwilson@...>
580
581 bump version number - 1.2.10
582 * configure.ac: ditto
583 * NEWS: update documentation
584 * BRANCHES: ditto
585 * INSTALL: update from autotools
586
5872006-02-10 Michael Schaap <cygwin@mscha.org>
588
589 * src/cygstart/cygstart.c (setup_win_environ): properly convert
590 environment variables to Win32.
591
5922006-02-10 Eric Blake <ebb9@byu.net>
593
594 * src/cygstart/cygstart.c (main): Don't permute options
595
41322b40
CW
5962005-07-09 Charles Wilson <cwilson@...>
597
598 bump version number - 1.2.9
599 * configure.ac: ditto
600 * NEWS: update documentation
601 * BRANCHES: ditto
602
4156620e
CF
6032005-07-08 Christopher Faylor <cgf@timesys.com>
604
605 * src/readshortcut.c (readshortcut): Pass opts by reference so that
606 changes made to the opts contents are reflected in the caller to
607 accommodate freeing of malloced fields.
608
ee86c819
CW
6092005-05-16 Charles Wilson <cwilson@...>
610
611 bump version number - 1.2.8
612 * configure.ac: bump version
613 * BRANCHES: update documentation
614
c09847dc
CW
6152005-05-16 Kees Zeelenberg <kzlq@...>
616
617 * src/dump/dump.c: fixes for -mno-cygwin/mingw
618 compatibility.
619 * common.h: ditto
620 * NEWS: update documentation
621
6222005-05-16 Michael Schaap <cygstart@...>
a932f2dd
CW
623
624 * src/cygstart/cygstart.c: improve compatibility with
625 'mount -X' by syncing env between cygwin and windows.
626 * NEWS: update documentation
627
0a9fe2f2
CW
6282005-04-12 Charles Wilson <cwilson@...>
629
630 bump version number - 1.2.7
631
632 * configure.ac: bump version
633 * BRANCHES: update documentation
634 * NEWS: ditto
635 * AUTHORS: ditto
636 * PROGLIST: ditto
637
b493aa03
CF
6382005-04-12 Christopher Faylor <cgf@timesys.com>
639
640 * Makefile.am: Add rename.
641 * src/rename/rename.c: New file.
642 * src/rename/nls.h: Ditto.
643 * src/rename/rename.1: Ditto.
644
48101fdb
CW
6452005-03-07 Michael Schaap <cygstart@...>
646
647 * src/cygstart/cygstart.c: reorganize around previous
648 patch.
649 * NEWS: document.
650
7fadead1
CW
6512005-03-03 Anthony Derosa <anthony.derosa1@...>
652
653 * src/cygstart/cygstart.c: fix memory leak, and improve
654 handling of long command lines.
655
23348f9f
CW
6562005-02-01 Charles Wilson <cwilson@....>
657
658 bump version number - 1.2.6
659
660 * configure.ac: bump version number
661 * src/conv/conv.c (exitOnZero): new function
662 (main): add new options --force, --safe
663 (conv): look for '\0' to signify binary files, not
664 "early" other-style line endings. Always convert
665 to specified type, unless '\0' found and --force not
666 given. But if disobeying user, print reason.
667 See thread: http://www.cygwin.com/ml/cygwin/2004-04/msg00080.html
668 * NEWS: document new behavior
669 * BRANCHES: update
670
6712005-01-31 Charles Wilson <cwilson@....>
672
673 * src/readlink/readlink.1: remove
674 * src/readlink/readlink.c: remove
675 * Makefile.am: remove readlink.1 and readlink.c
676 * NEWS: document it
677 * README: document it; also fix typo
678 * AUTHORS: remove references to readlink
679 * PROGLIST: remove readlink
680 * configure: regenerate
681
08cb7edc
CW
6822004-03-12 Charles Wilson <cwilson@....>
683
684 bump version number
685
686 * src/mkshortcut/mkshortcut.c: fix some
687 memory leaks in mkshortcut().
688 * configure.ac: bump version number
689 * BRANCHES: update
690
6912004-03-10 Harold L Hunt II <huntharo@....>
692
693 * src/mkshortcut/mkshortcut.c: add -d|--desc
694 option to set the description field (==tooltip
695 text) of the shortcut.
696 * src/mkshortcut/mkshortcut.1: document it.
697 * NEWS: document it
698
6d007d60
CW
6992004-02-14 Dick Repansky <rrepasky@....>
700 Joshua Danial Franklin <joshuadfranklin@....>
701
702 * src/mkshortcut/mkshortcut.c: add -s option
703 to control normal|minimized|maximized state
704 of the launched application.
705 * src/mkshortcut/mkshortcut.1: document it.
706 * NEWS: document it
707
b5edac4c
CW
7082004-01-31 Charles Wilson <cwilson@....>
709
710 bump version number
711
712 * src/ipc/ipcrm.c: remove
713 * src/ipc/ipcrm.8: remove
714 * src/ipc/ipcs.c: remove
715 * src/ipc/ipcs.8: remove
716 * src/ipc/semtool.c: compensate for interface differences
717 in cygserver vs. cygipc
718 * configure.ac: don't look for cygipc; just look for shmget
719 * Makefile.am: remove src/ipc/ipcs and src/ipc/ipcrm and their
720 manpages. Don't use extra libs (IPCLIBS) to build ipc programs
721 -- rely on cygserver support.
722 * README: update
723 * PROGLIST: update
724 * NEWS: update
725 * BRANCHES: update
726
807fb049
CW
7272003-12-01 Charles Wilson <cwilson@ece.gatech.edu>
728
729 bump version number
730
731 * src/ipc/ipck: fix typo, adapt for cygserver
732 compatibility
733 * NEWS: update
734 * BRANCHES: update
735
7362003-11-25 Rick Rankin <rick_rankin@yahoo.com>
737
738 * src/lpr/Printer.cc: fix bug in print() operation that was
739 causing duplication of the last character of a file.
740 * src/lpr/lpr.cc: add description of -l option to help message.
741
04226fa8
CW
7422003-10-23 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
743
744 * src/mkshortcut/mkshortcut.1: update to reflect
745 new -w/--workingdir option.
746
dd028aac
CW
7472003-09-13 Charles Wilson <cwilson@ece.gatech.edu>
748
749 * src/clip/getclip.c: Handle /dev/clipboard
750 native format. Add --no-conv option. Make it
751 the default.
752 * src/clip/putclip.c: Handle /dev/clipboard
753 native format. Add --no-conv option. Make it
754 the default.
755
7562003-09-12 Rob Siklos <rob3@siklos.ca>
757
758 * src/clip/getclip.c: implemented --dos and --unix,
759 renamed putclip() to getclip()
760 * src/clip/putclip.c: implemented --dos and --unix,
761 fixed segfault on null input,
762 fixed indentation spacing,
763 return FALSE instead of TRUE on failed GlobalAlloc and GlobalLock
764 * TODO: removed --unix --dos flag item for getclip and putclip
765
c56f3b40
CW
7662003-09-04 Chalres Wilson <cwilson@ece.gatech.edu>
767
768 * NEWS: update
769
7702003-09-04 Rob Siklos <rob3@siklos.ca>
771
772 * src/readshortcut: new directory
773 * src/readshortcut/readshortcut.c: new file
774 * src/readshortcut/readshortcut.1: new file
775 * Makefile.am: add program 'readshortcut'
776 * AUTHORS: add Rob Siklos for readshortcut
777 * PROGLIST: add readshortcut
778 * README: add readshortcut
779
73d352cb
CW
7802003-08-02 Charles Wilson <cwilson@ece.gatech.edu>
781
782 tag and release v1_2_1
783
784 * configure.ac: don't add cygipc to libs; put
785 value in a separate variable IPCLIBS
786 * Makefile.am: use @IPCLIBS@
787 * HOW-TO-CONTRIBUTE: update
788 * PROGLIST: update
b1858d43 789
e1225768
CW
7902003-07-13 Charles Wilson <cwilson@ece.gatech.edu>
791
792 tag and release v1_2_0
793
794 * BRANCHES: add v1_2_0
795
b1858d43
CW
7962003-07-13 Charles Wilson <cwilson@ece.gatech.edu>
797
798 * Makefile.am: correct some mistakes with
799 optionally-built progs.
800
02073789
CW
8012003-06-16 Charles Wilson <cwilson@ece.gatech.edu>
802
803 * src/mkshortcut/mkshortcut.1: fix ^M problem.
804
9420d22f
CW
8052003-06-13 Charles Wilson <cwilson@ece.gatech.edu>
806
807 * Makefile.am: add ipcs, ipcrm, and ipck
808 * configure.ac: change search method for libcygipc,
809 bump version number.
810 * src/ipc/ipcs.c: new file
811 * src/ipc/ipcs.8: new file
812 * src/ipc/ipcrm.c: new file
813 * src/ipc/ipcrm.8: new file
814 * src/ipc/ipck: new file
815 * NEWS: add info about ipcs, ipcrm, ipck
816 * PROGLIST: ditto
817 * README: ditto
818 * config.h.in: regenerate
819
669b09e4
CW
8202003-06-12 gilles civario <gilles.civario@cea.fr>
821
822 * src/lpr/Printer.cc (Printer::open): correct
823 access mode.
824
b7b5914e
CW
8252003-06-10 Charles Wilson <cwilson@ece.gatech.edu>
826
827 * BRANCHES: new file.
828
5f27608b
CW
8292003-06-10 Charles Wilson <cwilson@ece.gatech.edu>
830
831 * Bump version to 1.1.4. Release.
832
a18d2869
CW
8332003-06-07 Rick Rankin <rick_rankin@yahoo.com>
834
835 * src/lpr/Printer.hh: Added m_rawFlag attribute. If true, no CR/LF
836 translation is done. Defaults to false. Also added accessor
837 operations getRawFlag(), setRawFlag().
838 * src/lpr/Printer.cc: ditto.
839 * src/lpr/lpr.cc: added -l option to suppress CR/LF translation.
840 * src/lpr/lpr.1: added documentation for -l option.
841
e3a19465
CW
8422003-05-20 Charles Wilson <cwilson@ece.gatech.edu>
843
844 * NEWS: update lpr entry
21006e63
CW
845
8462003-05-20 Rick Rankin <rick_rankin@yahoo.com>
847 * src/lpr/lpr.c: removed file
848 * src/lpr/Printer.cc: new file
849 * src/lpr/Printer.hh: new file
850 * src/lpr/PrinterException.hh: new file
851 * src/lpr/README: new file
852 * src/lpr/Win32Utils.cc: new file
853 * src/lpr/Win32Utils.hh: new file
854 * src/lpr/lpr.1: new file
855 * src/lpr/lpr.cc: new file
856 * Makefile.am: add macro src_lpr_lpr_SOURCES
857 updated macros noinst_HEADERS, man_MANS
858 * configure.ac: added AC_PROG_CXX to compile C++ files
859
ec5b9412
CW
8602003-05-17 Charles Wilson <cwilson@ece.gatech.edu>
861
862 * configure.ac: correct a problem with newer
863 autoconf
864 * config.h.in: regenerate
865
b2682e03
CW
8662003-02-05 Charles Wilson <cwilson@ece.gatech.edu>
867
868 * NEWS: announce mkshortcut changes
869
8702003-02-05 David G. Baur <dgbaur@idmicro.com>
871
872 Added --workdir option to mkshortcut to set working directory
873 specified directory.
874
875 * mkshortcut.c (main): added dir_name_arg to opts
876 set dir_name to dir_name_arg if option was set
877 otherwise obtained from exe_name.
878 * mkshortcut.1: update
879
c4453a3d
CW
8802002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
881
882 Convert mkshortcut to popt. Bump to version 1.1.3
883
884 * mkshortcut.c (license): new function
885 (version): popt version() function
886 (version): static variable renamed to versionStr
887 (help): new function
888 (usage): popt usage() function; the old usage()
889 function eliminated
890 (printLicense): new function
891 (printBottomDescription): new function
892 (printTopDescription): new function
893 (getVersion): new function
894 (mkshortcut): new function, contains core code
895 (print_version): removed.
896 (main): almost completely rewritten to use popt
b2682e03
CW
897 instead of getopt
898 * TODO: remove note about mkshortcut.
899
9002002-11-10 Charles Wilson <cwilson@ece.gatech.edu>
901
902 Fix things so that 'make dist' works
903
904 * Makefile.am: split up EXTRA_DIST into several
905 variables. Add a lot of files. Remove reference
906 to the m4/ directory.
907 * HOW-TO-CONTRIBUTE: correct a few things affected
908 by the above change.
909
9102002-11-10 Charles Wilson <cwilson@ece.gatech.edu>
911
912 Tired of long 'cvs diff' times over my modem, I
913 removed the files generated by bootstrap from
914 CVS. tarballs will have them, but cvs checkouts
915 will need to always run bootstrap. Since gettextize
916 is too intrusive, leave ABOUT-NLS and config.rpath
917 so we don't have to include gettext in bootstrap.
918 Also, don't bother with autoheader, so leave config.h.in
919 in CVS as well.
920
921 * missing: remove
922 * mkinstalldirs: remove
923 * install-sh: remove
924 * config.guess: remove
925 * config.sub: remove
926 * depcomp: remove
927 * compile: remove
928 * Makefile.in: remove
929 * aclocal.m4: remove
930 * configure: remove
931 * stamp-h.in: remove (not used by newer autotools)
932
9332002-11-10 Charles Wilson <cwilson@ece.gatech.edu>
934
935 Because utmpdump and last are now provided by the new
936 sysvinit package, those programs have been removed
937 from cygutils. Also, update to recent autotools &
938 gettext, plus a few cleanups.
939
940 * src/last/last.c: remove
941 * src/last/utmpdump.c: remove
942 * src/last/oldutmp.h: remove
943 * src/last/last.1: remove
944 * src/last/lastb.1: remove
945 * src/last/: remove directory
946 * intl/Makefile.in: remove
947 * intl/: remove directory
948
949 * src/cal/cal.c: cygwin provides langinfo.h, but
950 not the nl_langinfo function. Make sure both exist
951 before calling nl_langinfo.
952 * configure.ac: remove references to system header files
953 needed only by utmpdump or last. Don't try to generate
954 intl/Makefile.
955 * Makefile.am: remove intl/ directory; add po/ directory
956 to make new gettext happy. Remove last and utmpdump from
957 bin_PROGRAMS; remove last.1 and lastb.1 from man_MANS.
958 change _LDADD vars from @INTLLIBS@ to @LIBINTL@. Remove
959 references to last and utmpdump _SOURCES.
960 * po/LINGUAS: new file (needed by new gettext)
961 * po/POTFILES.in: new file (needed by new gettext)
962 * common.h: remove references to system header files used
963 only by utmpdump or last
964 * bootstrap: add `force' options
965 * NEWS: docu update
966 * PROGLIST: docu update
967 * README: dpcu update
968 * TODO: docu update
969 * HOW-TO-CONTRIBUTE: docu update
970
971 * aclocal.m4: regenerate
972 * configure: regenerate
973 * Makefile.in: regenerate
974 * config.h.in: regenerate
975 * ABOUT-NLS: new version
976 * COPYING: new version
977 * INSTALL: new version
978 * mkinstalldirs: new version
979 * missing: new version
980 * install-sh: new version
981 * depcomp: new version
982 * config.sub: new version
983 * config.guess: new version
984
9852002-07-17 Charles Wilson <cwilson@ece.gatech.edu>
986
987 At Bruno Haible's suggestion, don't include all of
988 gettext. Just have an intl/ directory with a null
989 Makefile.in, and a populated po/ directory. m4/
990 is no longer necessary. Later, when automake bug
991 is fixed, we can remove the intl/ directory entirely,
992 but we'll still need the po/ directory and the ABOUT-NLS
993 file.
994
995 * intl/*: remove
996 * intl/Makefile.in: turn this into a null file
997 * m4/*: remove
998 * configure.ac: remove m4/Makefile from AC_CONFIG_FILES
999 * Makefile.am: remove m4/ from SUBDIRS
1000 * Makefile.in: regenerate
1001 * configure: regenerate
1002
10032002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1004
1005 * configure.ac: bump version to 1.1.2
1006 * configure: regenerate
1007
10082002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1009
1010 Add 'mcookie' program. Tag "v1_1_1d"
1011
1012 * src/mcookie: new directory
1013 * src/mcookie/mcookie.c: new file
1014 * src/mcookie/mcookie.1: new file
1015 * src/mcookie/md5.h: new file
1016 * src/mcookie/md5.c: new file
1017 * Makefile.am: add program 'mcookie'
1018 * configure.ac: add test for gettimeofday
1019 * config.h.in: regenerate
1020 * Makefile.in: regenerate
1021 * PROGLIST: add mcookie
1022 * README: add mcookie
1023 * NEWS: mention mcookie
1024
10252002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1026
1027 Add 'colrm' program. Tag "v1_1_1c"
1028
1029 * src/colrm: new directory
1030 * src/colrm/colrm.c: new file
1031 * src/colrm/colrm.1: new file
1032 * src/colrm/widechar.h: new file
1033 * Makefile.am: add program 'colrm'
1034 * Makefile.in: regenerate
1035 * PROGLIST: add colrm
1036 * README: add colrm
1037 * NEWS: hasn't been updated in a while...
1038
10392002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1040
1041 Add 'colcrt' program. Tag "v1_1_1b"
1042
1043 * src/colcrt: new directory
1044 * src/colcrt/colcrt.c: new file
1045 * src/colcrt/colcrt.1: new file
1046 * src/colcrt/widechar.h: new file
1047 * Makefile.am: add program 'colcrt'
1048 * Makefile.in: regenerate
1049 * PROGLIST: add colcrt
1050 * README: add colcrt
1051
10522002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1053
1054 Add 'column' program. Tag "v1_1_1a"
1055
1056 * src/column: new directory
1057 * src/column/column.c: new file
1058 * src/column/column.1: new file
1059 * src/column/err.c: new file
1060 * src/column/errs.h: new file
1061 * src/column/widechar.h: new file
1062 * Makefile.am: add program 'column'
1063 * configure.ac: add check for TIOCGWINSZ, termios.h, and ioctl.h.
1064 * common.h: use TIOCGWINSZ to include sys/termios.h or sys/ioctl.h.
1065 * Makefile.in: regenerate
1066 * config.h.in: regenerate
1067 * configure: regenerate
1068 * PROGLIST: add column
1069 * README: add column
1070
10712002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1072
1073 * TODO: remove gettext reminder
1074 * HOW-TO-CONTRIBUTE: explain how to handle programs
1075 that need -lintl, given the gettextize changes below.
1076 * Makefile.in: regenerate
1077
10782002-07-12 gettextize <bug-gnu-gettext@gnu.org>
1079
1080 Bug in automake means that we have to gettextize -- even tho
1081 we will never actually build gettext ourselves ('external'
1082 option in AM_GNU_GETTEXT). Reported to automake list.
1083
1084 Bug in gettext means that we have to explicitly set and AC_SUBST
1085 BUILD_INCLUDED_LIBINTL and USE_INCLUDED_LIBINTL in configure.ac.
1086 Reported to Bruno.
1087
1088 * Makefile.am (SUBDIRS): Add intl, m4.
1089 (ACLOCAL_AMFLAGS): New variable.
1090 (EXTRA_DIST): Add config.rpath.
1091 * configure.ac (AC_CONFIG_FILES): Add intl/Makefile, po/Makefile.in,
1092 m4/Makefile.
1093 * intl/: new directory
1094 * intl/*: new files
1095 * po/: new directory
1096 * po/*: new files
1097 * m4/: new directory
1098 * m4/*: new files
1099 * config.rpath: new file
1100 * ABOUT-NLS: new file
1101 * aclocal.m4: regenerate
1102 * Makefile.in: regenerate
1103 * configure: regenerate
1104 * bootstrap: add -I m4 to aclocal command; copy files
1105 * config.guess: new file
1106 * config.sub: new file
1107 * compile: new file
1108 * config.h.in: regenerate
1109 * TODO: note to remove all this garbage when it becomes
1110 possible; need bugfix to automake and gettext.m4
1111
11122002-07-12 Charles S. Wilson <cwilson@ece.gatech.edu>
1113
1114 Adjust to cygwin's libintl library now depending on libiconv.
1115 Easiest way: remove explicit search for -lintl and libintl.h;
1116 instead use AM_GNU_GETTEXT.
1117
1118 Add 'rev' program
1119
1120 * configure.ac: don't look for -lintl and libintl.h 'by hand';
1121 use AM_GNU_GETTEXT instead. Unfortunately, even 'external'
1122 option requires po/ and intl/ directories. See gettextize above.
1123 * src/rev: new directory
1124 * src/rev/rev.c: new file
1125 * src/rev/rev.1: new file
1126 * src/rev/widechar.h: new file
1127 * Makefile.am: add program 'rev'. Add LDADD variables for
1128 the programs that use gettext, since -lintl is no longer
1129 automatically included in LIBS (use @INTLLIBS@)
1130 * Makefile.in: regenerate
1131 * PROGLIST: add rev
1132 * README: add rev
1133
11342002-06-06 Charles S. Wilson <cwilson@ece.gatech.edu>
1135 Egor Duda
1136
1137 Add getopt.exe, readlink.exe. Bump to 1.1.1.
1138
1139 * AUTHORS: add Egor, Kenneth Stailey, and Frodo Looijaard
1140 * configure.ac: bump to 1.1.1
1141 * Makefile.am: add getopt and readlink
1142 * PROGLIST: ditto
1143 * README: ditto
1144 * Makefile.in: regenerate
1145 * configure: regenerate
1146 * src/Makefile.am: delete (forgot to do so in previous commit)
1147 * src/Makefile.in: delete (ditto)
1148 * src/readlink/readlink.1: new file
1149 * src/readlink/readlink.c: new file
1150 * src/getopt/getopt.1: new file
1151 * src/getopt/getopt.c: new file
1152 * src/getopt/parse.bash: new file
1153 * src/getopt/parse.tcsh: new file
1154 * src/getopt/test.bash: new file
1155 * src/getopt/test.tcsh: new file
1156
11572002-06-05 Charles S. Wilson <cwilson@ece.gatech.edu>
1158 Robert Collins <robert.collins@itdomain.com.au>
1159
1160 Convert to one-big-makefile style. cf "Recursive make
1161 considered harmful". Bump to 1.1.0
1162
1163 * HOW-TO-CONTRIBUTE: update to reflect one-big-makefile style.
1164 * Makefile.am: consolidate from src/*/Makefile.am
1165 * configure.ac: remove src/*/Makefile from AC_CONFIG_FILES list.
1166 bump version.
1167 * NEWS: Note one-file-to-build-them-all
1168 * TODO: update
1169 * aclocal.m4: regenerate
1170 * Makefile.in: regenerate
1171 * configure: regenerate
1172 * /src/realpath/Makefile.in: delete
1173 * /src/realpath/Makefile.am: delete
1174 * /src/namei/Makefile.in: delete
1175 * /src/namei/Makefile.am: delete
1176 * /src/mkshortcut/Makefile.in: delete
1177 * /src/mkshortcut/Makefile.am: delete
1178 * /src/lpr/Makefile.in: delete
1179 * /src/lpr/Makefile.am: delete
1180 * /src/last/Makefile.in: delete
1181 * /src/last/Makefile.am: delete
1182 * /src/ipc/Makefile.in: delete
1183 * /src/ipc/Makefile.am: delete
1184 * /src/dump/Makefile.in: delete
1185 * /src/dump/Makefile.am: delete
1186 * /src/ddate/Makefile.in: delete
1187 * /src/ddate/Makefile.am: delete
1188 * /src/cygstart/Makefile.in: delete
1189 * /src/cygstart/Makefile.am: delete
1190 * /src/conv/Makefile.in: delete
1191 * /src/conv/Makefile.am: delete
1192 * /src/col/Makefile.in: delete
1193 * /src/col/Makefile.am: delete
1194 * /src/cal/Makefile.in: delete
1195 * /src/cal/Makefile.am: delete
1196 * /src/banner/Makefile.in: delete
1197 * /src/banner/Makefile.am: delete
1198 * /src/ascii/Makefile.in: delete
1199 * /src/ascii/Makefile.am: delete
1200 * /src/Makefile.in: delete
1201 * /src/Makefile.am: delete
1202
12032002-05-23 Charles S. Wilson <cwilson@ece.gatech.edu>
1204
1205 * Makefile.in: regenerate
1206 * src/Makefile.in: regenerate
1207 * src/*/Makefile.in: regenerate
1208 * configure: regenerate
1209 * aclocal.m4: regenerate
1210
12112002-05-22 David A. Willis <dawillis1214@yahoo.com>
1212
1213 * src/col: new directory
1214 * src/col/Makefile.am: new file
1215 * src/col/Makefile.in: new file
1216 * src/col/col.c: new file
1217 * src/col/err.c: new file
1218 * src/col/err.h: new file
1219 * src/col/col.1: new file
1220 * src/col/README.col: new file
1221 * src/Makefile.am: add subdirectory col
1222 * src/Makefile.in: regenerate
1223 * AUTHORS: add David A. Willis for col
1224 * PROGLIST: add col
1225 * README: add col
1226
12272002-04-16 Chris January <chris@atomice.net>
1228
1229 * src/conv/conv.c (convert): Use correct type to store the
1230 return value of fgetc()
1231
12322002-03-15 Charles Wilson <cwilson@ece.gatech.edu>
1233
1234 * Makefile.in: rebootstrap
1235 * aclocal.m4: ditto
1236 * configure: ditto
1237 * src/Makefile.in: ditto
1238 * src/ascii/Makefile.in: ditto
1239 * src/banner/Makefile.in: ditto
1240 * src/cal/Makefile.in: ditto
1241 * src/clip/Makefile.in: ditto
1242 * src/conv/Makefile.in: ditto
1243 * src/ddate/Makefile.in: ditto
1244 * src/dump/Makefile.in: ditto
1245 * src/ipc/Makefile.in: ditto
1246 * src/last/Makefile.in: ditto
1247 * src/lpr/Makefile.in: ditto
1248 * src/mkshortcut/Makefile.in: ditto
1249 * src/namei/Makefile.in: ditto
1250 * src/realpath/Makefile.in: ditto
1251
12522002-03-15 Michael Schaap <cygwin_start@mscha.org>
1253
1254 * src/cygstart: new directory
1255 * src/cygstart/Makefile.am: new file
1256 * src/cygstart/Makefile.in: new file
1257 * src/cygstart/cygstart.c: new file
1258 * src/cygstart/cygstart.1: new file
1259 * src/Makefile.am: add subdirectory cygstart
1260 * src/Makefile.in: regenerate
1261 * AUTHORS: add Michael Schaap for cygstart
1262 * PROGLIST: add cygstart
1263 * README: add cygstart
1264
12652002-03-13 Charles Wilson <cwilson@ece.gatech.edu>
1266
1267 * HOW-TO-CONTRIBUTE: fix typos
1268
12692002-03-13 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
1270
1271 * src/mkshortcut/mkshortcut.c: fix NULL pointer problem
1272
12732002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1274
1275 * TODO: remove 'reorg' note
1276 * configure.ac: mark as version 1.0.0
1277 * configure: regenerate
1278 * HOW-TO-CONTRIBUTE: new file
1279
12802002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1281
1282 * configure.ac: build Makefiles in new directories
1283 * configure.in: regenerate
1284 * Makefile.am: change subdirs
1285 * Makefile.in: regenerate
1286
12872002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1288
1289 * src: new directory
1290 * src/Makefile.am: new file
1291 * src/Makefile.in: new file
1292 * src-gpl/Makefile.am: removed
1293 * src-gpl/Makefile.in: removed
1294 * src-pd/Makefile.am: removed
1295 * src-pd/Makefile.in: removed
1296 * src-bsd/Makefile.am: removed
1297 * src-bsd/Makefile.in: removed
1298
12992002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1300
1301 * src/ascii: new directory
1302 * src-gpl/ascii.c: moved to src/ascii/ascii.c
1303 * src/ascii/ascii.c: moved from src-gpl/ascii.c
1304 * src/ascii/Makefile.am: new file
1305 * src/ascii/Makefile.in: new file
1306
13072002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1308
1309 * src/banner: new directory
1310 * src-gpl/banner.c: moved to src/banner/banner.c
1311 * src/banner/banner.c: moved from src-gpl/banner.c
1312 * src/banner/Makefile.am: new file
1313 * src/banner/Makefile.in: new file
1314
13152002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1316
1317 * src/cal: new directory
1318 * src-bsd/cal.c: moved to src/cal/cal.c
1319 * src/cal/cal.c: moved from src-bsd/cal.c
1320 * src-bsd/cal.1: moved to src/cal/cal.1
1321 * src/cal/cal.1: moved from src-bsd/cal.1
1322 * src-bsd/err.c: moved to src/cal/err.c
1323 * src/cal/err.c: moved from src-bsd/err.c
1324 * src-bsd/errs.h: moved to src/cal/errs.h
1325 * src/cal/errs.h: moved from src-bsd/errs.h
1326 * src-bsd/widechar.h: moved to src/cal/widechar.h
1327 * src/cal/widechar.h: moved from src-bsd/widechar.h
1328 * src-bsd/README.cal: moved to src/cal/README.cal
1329 * src/cal/README.cal: moved from src-bsd/README.cal
1330 * src/cal/Makefile.am: new file
1331 * src/cal/Makefile.in: new file
1332
13332002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1334
1335 * src/clip: new directory
1336 * src-gpl/putclip.c: moved to src/clip/putclip.c
1337 * src/clip/putclip.c: moved from src-gpl/putclip.c
1338 * src-gpl/getclip.c: moved to src/clip/getclip.c
1339 * src/clip/getclip.c: moved from src-gpl/getclip.c
1340 * src/clip/Makefile.am: new file
1341 * src/clip/Makefile.in: new file
1342
13432002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1344
1345 * src/conv: new directory
1346 * src-gpl/conv.c: moved to src/conv/conv.c
1347 * src/conv/conv.c: moved from src-gpl/conv.c
1348 * src/conv/Makefile.am: new file
1349 * src/conv/Makefile.in: new file
1350
13512002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1352
1353 * src/ddate: new directory
1354 * src-pd/ddate.c: moved to src/ddate/ddate.c
1355 * src/ddate/ddate.c: moved from src-pd/ddate.c
1356 * src-pd/ddate.1: moved to src/ddate/ddate.1
1357 * src/ddate/ddate.1: moved from src-pd/ddate.1
1358 * src-pd/ddate.doc: moved to src/ddate/ddate.doc
1359 * src/ddate/ddate.doc: moved from src-pd/ddate.doc
1360 * src/ddate/Makefile.am: new file
1361 * src/ddate/Makefile.in: new file
1362
13632002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1364
1365 * src/dump: new directory
1366 * src-gpl/dump.c: moved to src/dump/dump.c
1367 * src/dump/dump.c: moved from src-gpl/dump.c
1368 * src/dump/Makefile.am: new file
1369 * src/dump/Makefile.in: new file
1370
13712002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1372
1373 * src/ipc: new directory
1374 * src-gpl/msgtool.c: moved to src/ipc/msgtool.c
1375 * src/ipc/msgtool.c: moved from src-gpl/msgtool.c
1376 * src-gpl/semstat.c: moved to src/ipc/semstat.c
1377 * src/ipc/semstat.c: moved from src-gpl/semstat.c
1378 * src-gpl/semtool.c: moved to src/ipc/semtool.c
1379 * src/ipc/semtool.c: moved from src-gpl/semtool.c
1380 * src-gpl/shmtool.c: moved to src/ipc/shmtool.c
1381 * src/ipc/shmtool.c: moved from src-gpl/shmtool.c
1382 * src/ipc/Makefile.am: new file
1383 * src/ipc/Makefile.in: new file
1384
13852002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1386
1387 * src/last: new directory
1388 * src-gpl/last.c: moved to src/last/last.c
1389 * src/last/last.c: moved from src-gpl/last.c
1390 * src-gpl/last.1: moved to src/last/last.1
1391 * src/last/last.1: moved from src-gpl/last.1
1392 * src-gpl/lastb.1: moved to src/last/lastb.1
1393 * src/last/lastb.1: moved from src-gpl/lastb.1
1394 * src-gpl/oldutmp.h: moved to src/last/oldutmp.h
1395 * src/last/oldutmp.h: moved from src-gpl/oldutmp.h
1396 * src-gpl/utmpdump.c: moved to src/last/utmpdump.c
1397 * src/last/utmpdump.c: moved from src-gpl/utmpdump.c
1398 * src/last/Makefile.am: new file
1399 * src/last/Makefile.in: new file
1400
14012002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1402
1403 * src/lpr: new directory
1404 * src-gpl/lpr.c: moved to src/lpr/lpr.c
1405 * src/lpr/lpr.c: moved from src-gpl/lpr.c
1406 * src/lpr/Makefile.am: new file
1407 * src/lpr/Makefile.in: new file
1408
14092002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1410
1411 * src/mkshortcut: new directory
1412 * src-gpl/mkshortcut.c: moved to src/mkshortcut/mkshortcut.c
1413 * src/mkshortcut/mkshortcut.c: moved from src-gpl/mkshortcut.c
1414 * src-gpl/mkshortcut.1: moved to src/mkshortcut/mkshortcut.1
1415 * src/mkshortcut/mkshortcut.1: moved from src-gpl/mkshortcut.1
1416 * src/mkshortcut/Makefile.am: new file
1417 * src/mkshortcut/Makefile.in: new file
1418
14192002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1420
1421 * src/namei: new directory
1422 * src-pd/namei.c: moved to src/namei/namei.c
1423 * src/namei/namei.c: moved from src-pd/namei.c
1424 * src-pd/namei.1: moved to src/namei/namei.1
1425 * src/namei/namei.1: moved from src-pd/namei.1
1426 * src-pd/README.namei: moved to src/namei/README.namei
1427 * src/namei/README.namei: moved from src-pd/README.namei
1428 * src-pd/README1.namei: moved to src/namei/README1.namei
1429 * src/namei/README1.namei: moved from src-pd/README1.namei
1430 * src/namei/Makefile.am: new file
1431 * src/namei/Makefile.in: new file
1432
14332002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
1434
1435 * src/realpath: new directory
1436 * src-gpl/realpath.c: moved to src/realpath/realpath.c
1437 * src/realpath/realpath.c: moved from src-gpl/realpath.c
1438 * src/realpath/Makefile.am: new file
1439 * src/realpath/Makefile.in: new file
1440
1441
14422002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
1443
1444 * src-gpl/Makefile.am: add lpr and mkshortcut
1445 * src-gpl/Makefile.in: regenerate
1446 * configure.ac: update version number
1447 * configure: regenerate
1448 * AUTHORS: add Rick and Joshua
1449 * PROGLIST: add lpr and mkshortcut
1450 * NEWS: add lpr and mkshortcut
1451 * README: add lpr and mkshortcut
1452 * TODO: add some notes...
1453 * src-gpl/mkshortcut.c: Reformat comment block. Explicitly
1454 include config.h and common.h. Move other #inludes to
1455 common.h. Add some static strings for later use (version,
1456 Id, copyright).
1457 * src-gpl/lpr.c: Add license reference. Explicitly include
1458 config.h and common.h. Move other #includes to common.h.
1459 Add some static strings for later use (version, Id, copyright).
1460 Change programName to program_name (to match style of other
1461 programs). Strdup from argv[0] instead of hardcoding. Use
1462 VA_START macro instead of va_start.
1463
14642002-02-23 Rick Rankin <rick_rankin@yahoo.com>
1465
1466 * src-gpl/lpr.c: new file
1467
14682002-02-23 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
1469
1470 * src-gpl/mkshortcut.c: new file
1471 * src-gpl/mkshortcut.1: new file
1472
14732002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
1474
1475 * src-pd/ddate.c: add explicit license reference
1476 and move #includes to common.h. Guard setlocale.
1477 Explicitly include config.h, common.h
1478 * src-pd/namei.c: ditto
1479 * src-bsd/cal.c: ditto
1480 * src-bsd/err.c: ditto
1481 * src-bsd/errs.h: explicitly include config.h, common.h
1482 * src-bsd/widechar.h: explicitly include config.h (NOT common.h)
1483 * src-gpl/ascii.c: explicitly include config.h
1484 * src-gpl/banner.c: reformat license notice. explicitly
1485 include config.h
1486 * src-gpl/conv.c: explictly include config.h
1487 * src-gpl/dump.c: explictly include config.h; move other
1488 includes into common.h
1489 * src-gpl/getclip.c: explicitly include config.h
1490 * src-gpl/last.c: reformat license notice. explicitly include
1491 config.h. Move other #includes into common.h
1492 * src-gpl/oldutmp.h: add explicit license reference.
1493 * src-gpl/putclip.c: include config.h. Move other #includes
1494 into common.h
1495 * src-gpl/realpath.c: Reformat license reference. Explicitly
1496 include config.h.
1497 * src-gpl/msgtool.c: add explicit license reference. include
1498 config.h. Guard ipc #includes. Move other includes into common.h
1499 * src-gpl/semstat.c: ditto
1500 * src-gpl/semtool.c: ditto
1501 * src-gpl/shmtool.c: ditto
1502 * src-gpl/utmpdump.c: Reformat license reference. Explicitly
1503 include config.h. Move other includes into common.h.
1504 * config.h.in: regenerate
1505 * configure.ac: Add the new checks
1506 * common.h: Migrate other includes from .c files here.
1507 * configure: regenerate
1508
15092002-01-28 Charles Wilson <cwilson@ece.gatech.edu>
1510
1511 * src-bsd/cal.c: fix spelling
1512
15132002-01-27 Charles Wilson <cwilson@ece.gatech.edu>
1514
1515 * acinclude.m4: new file
1516 * common.h: new file
1517 * configure.ac: add conditionals for windows-only,
1518 cygipc-only programs
1519 * src-gpl/Makefile.am: use conditionals
1520 * aclocal.m4: regenerate
1521 * config.h.in: regenerate
1522 * Makefile.in: regenerate
1523 * src-gpl/Makefile.in: regenerate
1524 * configure: regenerate
1525 * README: minor changes
1526 * src-bsd/cal.c: use common.h
1527 * src-pd/ddate.c: use common.h
1528 * src-pd/namei.c: use common.h
1529 * src-gpl/ascii.c: use common.h
1530 * src-gpl/banner.c: use common.h
1531 * src-gpl/conv.c: use common.h
1532 * src-gpl/dump.c: use common.h
1533 * src-gpl/getclip.c: use common.h
1534 * src-gpl/last.c: use common.h
1535 * src-gpl/msgtool.c: use common.h
1536 * src-gpl/putclip.c: use common.h
1537 * src-gpl/realpath.c: use common.h
1538 * src-gpl/semstat.c: use common.h
1539 * src-gpl/semtool.c: use common.h
1540 * src-gpl/shmtool.c: use common.h
1541 * src-gpl/utmpdump.c: use common.h
1542
15432002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
1544
1545 * NEWS: add entries for 0.9.6, .7, and .8
1546 * ChangeLog: fix tabs
1547 * release version 0.9.8
1548
15492002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
1550
1551 * src-pd/ddate.c: new file
1552 * src-pd/ddate.1: new file
1553 * src-pd/ddate.doc: new file
1554 * AUTHORS: add Druel the Chaotic
1555 * PROGLIST: add ddate
1556 * README: mention ddate
1557 * src-pd/Makefile.am: add ddate to proglist, ddate.1
1558 to manlist
1559 * src-bsd/Makefile.in: regenerate
1560
15612002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
1562
1563 * src-gpl/realpath.c: new file
1564 * AUTHORS: add Steven Barker
1565 * PROGLIST: add realpath
1566 * README: mention realpath
1567 * src-gpl/Makefile.am: add realpath to proglist
1568 * src-gpl/Makefile.in: regenerate
1569
15702002-01-18 Mark Bradshaw <bradshaw@staff.crosswalk.com>
1571
1572 * src-gpl/utmpdump.c: new file
1573 * AUTHORS: add Mark Bradshaw
1574 * PROGLIST: add utmpdump
1575 * README: mention utmpdump
1576 * src-gpl/Makefile.am: add utmpdump to proglist
1577 * src-gpl/Makefile.in: regenerate
1578
15792002-01-16 Charles Wilson <cwilson@ece.gatech.edu>
1580
1581 * bootstrap: new file
1582 * src-gpl/Makefile.am: add last to proglist
1583 * src-gpl/Makefile.in: regenerate
1584 * PROGLIST: add last
1585 * README: mention last
1586 * AUTHORS: add Mark Bradshaw
1587
15882002-01-16 Mark Bradshaw <bradshaw@staff.crosswalk.com>
1589
1590 * src-gpl/last.c: new file
1591 * src-gpl/last.1: new file
1592 * src-gpl/lastb.1: new file
1593 * src-gpl/oldutmp.h: new file
1594
15952001-12-05 Joerg Schaible <joerg.schaible@gft.com>
1596
1597 * src-gpl/banner.c: fix the -c option, use ANSI
1598 font to print the extended charset
1599
16002001-12-04 Charles Wilson <cwilson@ece.gatech.edu>
1601
1602 * licenses: new subdir
1603 * licenses/COPYING.GPL: new file (GPL text)
1604 * licenses/COPYING.BSD-no-advert: new file (BSD license,
1605 without the advertising clause)
1606 * src-pd: new subdir (for public domain source code that
1607 I've taken, modified, and released under the GPL)
1608 * src-bsd: new subdir (for source code that is covered
1609 by the BSD-no-advert license) Note that BSD-w-advert
1610 code is disallowed -- can't legally be linked to
1611 cygwin1.dll.
1612 * src: removed (renamed to src-gpl for consistency)
1613 * src-gpl: new (renamed from src)
1614 * PROGLIST: new file (contains descriptions of the
1615 various programs)
1616 * README: proglist stuff removed. README is more general.
1617 * src-bsd/Makefile.am: new file
1618 * src-bsd/Makefile.in: new file
1619 * src-bsd/README.cal: new file
1620 * src-bsd/cal.1: new file
1621 * src-bsd/cal.c: new file
1622 * src-bsd/err.c: new file
1623 * src-bsd/errs.h: new file
1624 * src-bsd/widechar.h: new file
1625 * src-pd/Makefile.am: new file
1626 * src-pd/Makefile.in: new file
1627 * src-pd/README.namei: new file
1628 * src-pd/README1.namei: new file
1629 * src-pd/namei.1: new file
1630 * src-pd/namei.c: new file
1631 * configure.ac: add new tests to support namei and cal
1632 * Makefile.am: add new subdirs
1633 * config.h.in: regenerate
1634 * aclocal.m4: regenerate
1635 * Makefile.in: regenerate
1636 * src/Makefile.in: regenerate
1637
16382001-11-28 Charles Wilson <cwilson@ece.gatech.edu>
1639
1640 * package renamed to 'cygutils'
1641 * README: update
1642 * NEWS: update
5db1fa14 1643 * AUTHORS: add Joerg Schaible
b2682e03
CW
1644 * configure.ac: package name change
1645 * src/Makefile.am: add 'banner'
1646 * src/banner.c: new file. Modified from Joerg's
1647 original to use popt for argument processing.
1648 * configure: regenerate
1649 * config.h.in: regenerate
1650 * aclocal.m4: regenerate
1651 * Makefile.in: regenerate
1652 * src/Makefile.in: regenerate
1653
16542001-11-26 Charles Wilson <cwilson@ece.gatech.edu>
1655
1656 * src/semtool.c: added
1657 * src/semstat.c: added
1658 * src/msgtool.c: added
1659 * src/shmtool.c: added
1660 * src/Makefile.am: add semtool, semstat, msgtool,
1661 and shmtool targets.
1662 * configure.ac: add check for cygipc, and for
1663 ipc headers
1664 * configure: regenerate
1665 * config.h.in: regenerate
1666 * aclocal.m4: regenerate
1667 * Makefile.in: regenerate
1668 * src/Makefile.in: regenerate
1669
16702001-11-25 Charles Wilson <cwilson@ece.gatech.edu>
1671
1672 * uuencode.1: deleted
1673 * uuencode.c: deleted
1674 * uudecode.1: deleted
1675 * uudecond.c: deleted (get these from GNU sharutils)
1676 * mktemp.1: deleted
1677 * mktemp.c: deleted (get these from
1678 http://www.courtesan.com/mktemp/)
1679 * autoconfiscated -- lots of new files
1680 * moved remaining .c files into src subdir
1681 * src/conv.c: now recognize 'dos2unix.exe' and
1682 'unix2dos.exe' as special argv[0] values, along
1683 with 'd2u.exe' and 'u2d.exe'
1684 * src/Makefile.in: install conv.exe as itself but
1685 also as d2u.exe, u2d.exe, dos2unix.exe and unix2dos.exe
1686
16870.9.2
1688
1689 * link with /usr/lib/libpopt.a ('official' version)
1690 * add mktemp implementation
1691 * add friendly help/option handling to dump, putclip,
1692 getclip, and ascii.
1693
16940.9.1 ---- baseline
1695
1696
16972002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
1698
1699 Convert mkshortcut to popt. Bump to version 1.1.3
1700
1701 * mkshortcut.c (license): new function
1702 (version): popt version() function
1703 (version): static variable renamed to versionStr
1704 (help): new function
1705 (usage): popt usage() function; the old usage()
1706 function eliminated
1707 (printLicense): new function
1708 (printBottomDescription): new function
1709 (printTopDescription): new function
1710 (getVersion): new function
1711 (mkshortcut): new function, contains core code
1712 (print_version): removed.
1713 (main): almost completely rewritten to use popt
c4453a3d
CW
1714 instead of getopt
1715 * TODO: remove note about mkshortcut.
1716
0c884560
CW
17172002-11-10 Charles Wilson <cwilson@ece.gatech.edu>
1718
1719 Fix things so that 'make dist' works
1720
1721 * Makefile.am: split up EXTRA_DIST into several
1722 variables. Add a lot of files. Remove reference
1723 to the m4/ directory.
1724 * HOW-TO-CONTRIBUTE: correct a few things affected
1725 by the above change.
1726
41bbee92
CW
17272002-11-10 Charles Wilson <cwilson@ece.gatech.edu>
1728
1729 Tired of long 'cvs diff' times over my modem, I
1730 removed the files generated by bootstrap from
1731 CVS. tarballs will have them, but cvs checkouts
1732 will need to always run bootstrap. Since gettextize
1733 is too intrusive, leave ABOUT-NLS and config.rpath
1734 so we don't have to include gettext in bootstrap.
1735 Also, don't bother with autoheader, so leave config.h.in
1736 in CVS as well.
1737
1738 * missing: remove
1739 * mkinstalldirs: remove
1740 * install-sh: remove
1741 * config.guess: remove
1742 * config.sub: remove
1743 * depcomp: remove
1744 * compile: remove
1745 * Makefile.in: remove
1746 * aclocal.m4: remove
1747 * configure: remove
5376d247 1748 * stamp-h.in: remove (not used by newer autotools)
41bbee92 1749
2cacf0ee
CW
17502002-11-10 Charles Wilson <cwilson@ece.gatech.edu>
1751
1752 Because utmpdump and last are now provided by the new
1753 sysvinit package, those programs have been removed
1754 from cygutils. Also, update to recent autotools &
1755 gettext, plus a few cleanups.
1756
1757 * src/last/last.c: remove
1758 * src/last/utmpdump.c: remove
1759 * src/last/oldutmp.h: remove
1760 * src/last/last.1: remove
1761 * src/last/lastb.1: remove
639cf7c5 1762 * src/last/: remove directory
2cacf0ee 1763 * intl/Makefile.in: remove
639cf7c5
CW
1764 * intl/: remove directory
1765
2cacf0ee
CW
1766 * src/cal/cal.c: cygwin provides langinfo.h, but
1767 not the nl_langinfo function. Make sure both exist
1768 before calling nl_langinfo.
1769 * configure.ac: remove references to system header files
1770 needed only by utmpdump or last. Don't try to generate
1771 intl/Makefile.
1772 * Makefile.am: remove intl/ directory; add po/ directory
1773 to make new gettext happy. Remove last and utmpdump from
1774 bin_PROGRAMS; remove last.1 and lastb.1 from man_MANS.
1775 change _LDADD vars from @INTLLIBS@ to @LIBINTL@. Remove
1776 references to last and utmpdump _SOURCES.
1777 * po/LINGUAS: new file (needed by new gettext)
1778 * po/POTFILES.in: new file (needed by new gettext)
1779 * common.h: remove references to system header files used
1780 only by utmpdump or last
1781 * bootstrap: add `force' options
1782 * NEWS: docu update
1783 * PROGLIST: docu update
1784 * README: dpcu update
1785 * TODO: docu update
639cf7c5 1786 * HOW-TO-CONTRIBUTE: docu update
2cacf0ee
CW
1787
1788 * aclocal.m4: regenerate
1789 * configure: regenerate
1790 * Makefile.in: regenerate
1791 * config.h.in: regenerate
1792 * ABOUT-NLS: new version
1793 * COPYING: new version
1794 * INSTALL: new version
1795 * mkinstalldirs: new version
1796 * missing: new version
1797 * install-sh: new version
1798 * depcomp: new version
1799 * config.sub: new version
1800 * config.guess: new version
1801
da13c36e
CW
18022002-07-17 Charles Wilson <cwilson@ece.gatech.edu>
1803
1804 At Bruno Haible's suggestion, don't include all of
1805 gettext. Just have an intl/ directory with a null
1806 Makefile.in, and a populated po/ directory. m4/
1807 is no longer necessary. Later, when automake bug
1808 is fixed, we can remove the intl/ directory entirely,
1809 but we'll still need the po/ directory and the ABOUT-NLS
1810 file.
1811
1812 * intl/*: remove
1813 * intl/Makefile.in: turn this into a null file
1814 * m4/*: remove
1815 * configure.ac: remove m4/Makefile from AC_CONFIG_FILES
1816 * Makefile.am: remove m4/ from SUBDIRS
1817 * Makefile.in: regenerate
1818 * configure: regenerate
1819
0a2e687a
CW
18202002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1821
1822 * configure.ac: bump version to 1.1.2
1823 * configure: regenerate
1824
eb7cdcb6
CW
18252002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1826
1827 Add 'mcookie' program. Tag "v1_1_1d"
1828
1829 * src/mcookie: new directory
1830 * src/mcookie/mcookie.c: new file
1831 * src/mcookie/mcookie.1: new file
1832 * src/mcookie/md5.h: new file
1833 * src/mcookie/md5.c: new file
1834 * Makefile.am: add program 'mcookie'
1835 * configure.ac: add test for gettimeofday
1836 * config.h.in: regenerate
1837 * Makefile.in: regenerate
1838 * PROGLIST: add mcookie
1839 * README: add mcookie
1840 * NEWS: mention mcookie
1841
47852e8f
CW
18422002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1843
1844 Add 'colrm' program. Tag "v1_1_1c"
1845
1846 * src/colrm: new directory
1847 * src/colrm/colrm.c: new file
1848 * src/colrm/colrm.1: new file
1849 * src/colrm/widechar.h: new file
1850 * Makefile.am: add program 'colrm'
1851 * Makefile.in: regenerate
1852 * PROGLIST: add colrm
1853 * README: add colrm
1854 * NEWS: hasn't been updated in a while...
1855
67358361
CW
18562002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1857
53baeb9d 1858 Add 'colcrt' program. Tag "v1_1_1b"
67358361 1859
53baeb9d
CW
1860 * src/colcrt: new directory
1861 * src/colcrt/colcrt.c: new file
1862 * src/colcrt/colcrt.1: new file
1863 * src/colcrt/widechar.h: new file
1864 * Makefile.am: add program 'colcrt'
1865 * Makefile.in: regenerate
1866 * PROGLIST: add colcrt
1867 * README: add colcrt
1868
18692002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1870
1871 Add 'column' program. Tag "v1_1_1a"
1872
1873 * src/column: new directory
67358361 1874 * src/column/column.c: new file
53baeb9d 1875 * src/column/column.1: new file
67358361
CW
1876 * src/column/err.c: new file
1877 * src/column/errs.h: new file
1878 * src/column/widechar.h: new file
1879 * Makefile.am: add program 'column'
1880 * configure.ac: add check for TIOCGWINSZ, termios.h, and ioctl.h.
1881 * common.h: use TIOCGWINSZ to include sys/termios.h or sys/ioctl.h.
1882 * Makefile.in: regenerate
1883 * config.h.in: regenerate
1884 * configure: regenerate
1885 * PROGLIST: add column
1886 * README: add column
1887
53feab08
CW
18882002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
1889
1890 * TODO: remove gettext reminder
1891 * HOW-TO-CONTRIBUTE: explain how to handle programs
1892 that need -lintl, given the gettextize changes below.
1893 * Makefile.in: regenerate
1894
5a07c6d2
CW
18952002-07-12 gettextize <bug-gnu-gettext@gnu.org>
1896
1897 Bug in automake means that we have to gettextize -- even tho
1898 we will never actually build gettext ourselves ('external'
1899 option in AM_GNU_GETTEXT). Reported to automake list.
1900
1901 Bug in gettext means that we have to explicitly set and AC_SUBST
1902 BUILD_INCLUDED_LIBINTL and USE_INCLUDED_LIBINTL in configure.ac.
1903 Reported to Bruno.
1904
1905 * Makefile.am (SUBDIRS): Add intl, m4.
1906 (ACLOCAL_AMFLAGS): New variable.
1907 (EXTRA_DIST): Add config.rpath.
1908 * configure.ac (AC_CONFIG_FILES): Add intl/Makefile, po/Makefile.in,
1909 m4/Makefile.
1910 * intl/: new directory
1911 * intl/*: new files
1912 * po/: new directory
1913 * po/*: new files
1914 * m4/: new directory
1915 * m4/*: new files
1916 * config.rpath: new file
1917 * ABOUT-NLS: new file
1918 * aclocal.m4: regenerate
1919 * Makefile.in: regenerate
1920 * configure: regenerate
d4c0f4e5
CW
1921 * bootstrap: add -I m4 to aclocal command; copy files
1922 * config.guess: new file
1923 * config.sub: new file
1924 * compile: new file
5a07c6d2
CW
1925 * config.h.in: regenerate
1926 * TODO: note to remove all this garbage when it becomes
1927 possible; need bugfix to automake and gettext.m4
1928
19292002-07-12 Charles S. Wilson <cwilson@ece.gatech.edu>
1930
1931 Adjust to cygwin's libintl library now depending on libiconv.
1932 Easiest way: remove explicit search for -lintl and libintl.h;
1933 instead use AM_GNU_GETTEXT.
1934
67358361
CW
1935 Add 'rev' program
1936
5a07c6d2
CW
1937 * configure.ac: don't look for -lintl and libintl.h 'by hand';
1938 use AM_GNU_GETTEXT instead. Unfortunately, even 'external'
1939 option requires po/ and intl/ directories. See gettextize above.
1940 * src/rev: new directory
1941 * src/rev/rev.c: new file
1942 * src/rev/rev.1: new file
1943 * src/rev/widechar.h: new file
1944 * Makefile.am: add program 'rev'. Add LDADD variables for
1945 the programs that use gettext, since -lintl is no longer
1946 automatically included in LIBS (use @INTLLIBS@)
1947 * Makefile.in: regenerate
1948 * PROGLIST: add rev
1949 * README: add rev
1950
d7091d84
CW
19512002-06-06 Charles S. Wilson <cwilson@ece.gatech.edu>
1952 Egor Duda
1953
1954 Add getopt.exe, readlink.exe. Bump to 1.1.1.
1955
1956 * AUTHORS: add Egor, Kenneth Stailey, and Frodo Looijaard
1957 * configure.ac: bump to 1.1.1
1958 * Makefile.am: add getopt and readlink
1959 * PROGLIST: ditto
1960 * README: ditto
1961 * Makefile.in: regenerate
1962 * configure: regenerate
1963 * src/Makefile.am: delete (forgot to do so in previous commit)
1964 * src/Makefile.in: delete (ditto)
1965 * src/readlink/readlink.1: new file
1966 * src/readlink/readlink.c: new file
1967 * src/getopt/getopt.1: new file
1968 * src/getopt/getopt.c: new file
1969 * src/getopt/parse.bash: new file
1970 * src/getopt/parse.tcsh: new file
1971 * src/getopt/test.bash: new file
1972 * src/getopt/test.tcsh: new file
1973
41326bf7
CW
19742002-06-05 Charles S. Wilson <cwilson@ece.gatech.edu>
1975 Robert Collins <robert.collins@itdomain.com.au>
1976
1977 Convert to one-big-makefile style. cf "Recursive make
d7091d84 1978 considered harmful". Bump to 1.1.0
41326bf7 1979
49fd867f 1980 * HOW-TO-CONTRIBUTE: update to reflect one-big-makefile style.
41326bf7
CW
1981 * Makefile.am: consolidate from src/*/Makefile.am
1982 * configure.ac: remove src/*/Makefile from AC_CONFIG_FILES list.
1983 bump version.
1984 * NEWS: Note one-file-to-build-them-all
1985 * TODO: update
1986 * aclocal.m4: regenerate
1987 * Makefile.in: regenerate
1988 * configure: regenerate
1989 * /src/realpath/Makefile.in: delete
1990 * /src/realpath/Makefile.am: delete
1991 * /src/namei/Makefile.in: delete
1992 * /src/namei/Makefile.am: delete
1993 * /src/mkshortcut/Makefile.in: delete
1994 * /src/mkshortcut/Makefile.am: delete
1995 * /src/lpr/Makefile.in: delete
1996 * /src/lpr/Makefile.am: delete
1997 * /src/last/Makefile.in: delete
1998 * /src/last/Makefile.am: delete
1999 * /src/ipc/Makefile.in: delete
2000 * /src/ipc/Makefile.am: delete
2001 * /src/dump/Makefile.in: delete
2002 * /src/dump/Makefile.am: delete
2003 * /src/ddate/Makefile.in: delete
2004 * /src/ddate/Makefile.am: delete
2005 * /src/cygstart/Makefile.in: delete
2006 * /src/cygstart/Makefile.am: delete
2007 * /src/conv/Makefile.in: delete
2008 * /src/conv/Makefile.am: delete
2009 * /src/col/Makefile.in: delete
2010 * /src/col/Makefile.am: delete
2011 * /src/cal/Makefile.in: delete
2012 * /src/cal/Makefile.am: delete
2013 * /src/banner/Makefile.in: delete
2014 * /src/banner/Makefile.am: delete
2015 * /src/ascii/Makefile.in: delete
2016 * /src/ascii/Makefile.am: delete
2017 * /src/Makefile.in: delete
2018 * /src/Makefile.am: delete
2019
ad412770
CW
20202002-05-23 Charles S. Wilson <cwilson@ece.gatech.edu>
2021
2022 * Makefile.in: regenerate
2023 * src/Makefile.in: regenerate
2024 * src/*/Makefile.in: regenerate
2025 * configure: regenerate
2026 * aclocal.m4: regenerate
2027
20282002-05-22 David A. Willis <dawillis1214@yahoo.com>
2029
2030 * src/col: new directory
2031 * src/col/Makefile.am: new file
2032 * src/col/Makefile.in: new file
2033 * src/col/col.c: new file
2034 * src/col/err.c: new file
2035 * src/col/err.h: new file
2036 * src/col/col.1: new file
2037 * src/col/README.col: new file
2038 * src/Makefile.am: add subdirectory col
2039 * src/Makefile.in: regenerate
2040 * AUTHORS: add David A. Willis for col
2041 * PROGLIST: add col
2042 * README: add col
2043
7af598f5
CW
20442002-04-16 Chris January <chris@atomice.net>
2045
2046 * src/conv/conv.c (convert): Use correct type to store the
2047 return value of fgetc()
2048
13a7ef4c
CW
20492002-03-15 Charles Wilson <cwilson@ece.gatech.edu>
2050
2051 * Makefile.in: rebootstrap
2052 * aclocal.m4: ditto
2053 * configure: ditto
2054 * src/Makefile.in: ditto
2055 * src/ascii/Makefile.in: ditto
2056 * src/banner/Makefile.in: ditto
2057 * src/cal/Makefile.in: ditto
2058 * src/clip/Makefile.in: ditto
2059 * src/conv/Makefile.in: ditto
2060 * src/ddate/Makefile.in: ditto
2061 * src/dump/Makefile.in: ditto
2062 * src/ipc/Makefile.in: ditto
2063 * src/last/Makefile.in: ditto
2064 * src/lpr/Makefile.in: ditto
2065 * src/mkshortcut/Makefile.in: ditto
2066 * src/namei/Makefile.in: ditto
2067 * src/realpath/Makefile.in: ditto
2068
4805cb48
CW
20692002-03-15 Michael Schaap <cygwin_start@mscha.org>
2070
2071 * src/cygstart: new directory
2072 * src/cygstart/Makefile.am: new file
2073 * src/cygstart/Makefile.in: new file
2074 * src/cygstart/cygstart.c: new file
2075 * src/cygstart/cygstart.1: new file
2076 * src/Makefile.am: add subdirectory cygstart
2077 * src/Makefile.in: regenerate
2078 * AUTHORS: add Michael Schaap for cygstart
2079 * PROGLIST: add cygstart
2080 * README: add cygstart
2081
7ab0751f
CW
20822002-03-13 Charles Wilson <cwilson@ece.gatech.edu>
2083
2084 * HOW-TO-CONTRIBUTE: fix typos
2085
20862002-03-13 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
2087
2088 * src/mkshortcut/mkshortcut.c: fix NULL pointer problem
2089
a18613f3
CW
20902002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2091
2092 * TODO: remove 'reorg' note
2093 * configure.ac: mark as version 1.0.0
2094 * configure: regenerate
2075abba 2095 * HOW-TO-CONTRIBUTE: new file
a18613f3 2096
334b0592
CW
20972002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2098
2099 * configure.ac: build Makefiles in new directories
2100 * configure.in: regenerate
2101 * Makefile.am: change subdirs
a18613f3 2102 * Makefile.in: regenerate
334b0592 2103
6cc111d5
CW
21042002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2105
2106 * src: new directory
2107 * src/Makefile.am: new file
2108 * src/Makefile.in: new file
2109 * src-gpl/Makefile.am: removed
2110 * src-gpl/Makefile.in: removed
334b0592
CW
2111 * src-pd/Makefile.am: removed
2112 * src-pd/Makefile.in: removed
2113 * src-bsd/Makefile.am: removed
2114 * src-bsd/Makefile.in: removed
6cc111d5
CW
2115
21162002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2117
2118 * src/ascii: new directory
2119 * src-gpl/ascii.c: moved to src/ascii/ascii.c
2120 * src/ascii/ascii.c: moved from src-gpl/ascii.c
2121 * src/ascii/Makefile.am: new file
2122 * src/ascii/Makefile.in: new file
2123
21242002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2125
2126 * src/banner: new directory
2127 * src-gpl/banner.c: moved to src/banner/banner.c
2128 * src/banner/banner.c: moved from src-gpl/banner.c
2129 * src/banner/Makefile.am: new file
2130 * src/banner/Makefile.in: new file
2131
21322002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2133
2134 * src/cal: new directory
2135 * src-bsd/cal.c: moved to src/cal/cal.c
2136 * src/cal/cal.c: moved from src-bsd/cal.c
2137 * src-bsd/cal.1: moved to src/cal/cal.1
2138 * src/cal/cal.1: moved from src-bsd/cal.1
2139 * src-bsd/err.c: moved to src/cal/err.c
2140 * src/cal/err.c: moved from src-bsd/err.c
2141 * src-bsd/errs.h: moved to src/cal/errs.h
2142 * src/cal/errs.h: moved from src-bsd/errs.h
2143 * src-bsd/widechar.h: moved to src/cal/widechar.h
2144 * src/cal/widechar.h: moved from src-bsd/widechar.h
2145 * src-bsd/README.cal: moved to src/cal/README.cal
2146 * src/cal/README.cal: moved from src-bsd/README.cal
2147 * src/cal/Makefile.am: new file
2148 * src/cal/Makefile.in: new file
2149
21502002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2151
2152 * src/clip: new directory
2153 * src-gpl/putclip.c: moved to src/clip/putclip.c
2154 * src/clip/putclip.c: moved from src-gpl/putclip.c
2155 * src-gpl/getclip.c: moved to src/clip/getclip.c
2156 * src/clip/getclip.c: moved from src-gpl/getclip.c
2157 * src/clip/Makefile.am: new file
2158 * src/clip/Makefile.in: new file
2159
21602002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2161
2162 * src/conv: new directory
2163 * src-gpl/conv.c: moved to src/conv/conv.c
2164 * src/conv/conv.c: moved from src-gpl/conv.c
2165 * src/conv/Makefile.am: new file
2166 * src/conv/Makefile.in: new file
2167
21682002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2169
2170 * src/ddate: new directory
2171 * src-pd/ddate.c: moved to src/ddate/ddate.c
2172 * src/ddate/ddate.c: moved from src-pd/ddate.c
2173 * src-pd/ddate.1: moved to src/ddate/ddate.1
2174 * src/ddate/ddate.1: moved from src-pd/ddate.1
2175 * src-pd/ddate.doc: moved to src/ddate/ddate.doc
2176 * src/ddate/ddate.doc: moved from src-pd/ddate.doc
2177 * src/ddate/Makefile.am: new file
2178 * src/ddate/Makefile.in: new file
2179
21802002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2181
2182 * src/dump: new directory
2183 * src-gpl/dump.c: moved to src/dump/dump.c
2184 * src/dump/dump.c: moved from src-gpl/dump.c
2185 * src/dump/Makefile.am: new file
2186 * src/dump/Makefile.in: new file
2187
21882002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2189
2190 * src/ipc: new directory
2191 * src-gpl/msgtool.c: moved to src/ipc/msgtool.c
2192 * src/ipc/msgtool.c: moved from src-gpl/msgtool.c
2193 * src-gpl/semstat.c: moved to src/ipc/semstat.c
2194 * src/ipc/semstat.c: moved from src-gpl/semstat.c
2195 * src-gpl/semtool.c: moved to src/ipc/semtool.c
2196 * src/ipc/semtool.c: moved from src-gpl/semtool.c
2197 * src-gpl/shmtool.c: moved to src/ipc/shmtool.c
2198 * src/ipc/shmtool.c: moved from src-gpl/shmtool.c
2199 * src/ipc/Makefile.am: new file
2200 * src/ipc/Makefile.in: new file
2201
334b0592
CW
22022002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2203
2204 * src/last: new directory
2205 * src-gpl/last.c: moved to src/last/last.c
2206 * src/last/last.c: moved from src-gpl/last.c
2207 * src-gpl/last.1: moved to src/last/last.1
2208 * src/last/last.1: moved from src-gpl/last.1
2209 * src-gpl/lastb.1: moved to src/last/lastb.1
2210 * src/last/lastb.1: moved from src-gpl/lastb.1
2211 * src-gpl/oldutmp.h: moved to src/last/oldutmp.h
2212 * src/last/oldutmp.h: moved from src-gpl/oldutmp.h
2213 * src-gpl/utmpdump.c: moved to src/last/utmpdump.c
2214 * src/last/utmpdump.c: moved from src-gpl/utmpdump.c
2215 * src/last/Makefile.am: new file
2216 * src/last/Makefile.in: new file
2217
22182002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2219
2220 * src/lpr: new directory
2221 * src-gpl/lpr.c: moved to src/lpr/lpr.c
2222 * src/lpr/lpr.c: moved from src-gpl/lpr.c
2223 * src/lpr/Makefile.am: new file
2224 * src/lpr/Makefile.in: new file
2225
22262002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2227
2228 * src/mkshortcut: new directory
2229 * src-gpl/mkshortcut.c: moved to src/mkshortcut/mkshortcut.c
2230 * src/mkshortcut/mkshortcut.c: moved from src-gpl/mkshortcut.c
2231 * src-gpl/mkshortcut.1: moved to src/mkshortcut/mkshortcut.1
2232 * src/mkshortcut/mkshortcut.1: moved from src-gpl/mkshortcut.1
2233 * src/mkshortcut/Makefile.am: new file
2234 * src/mkshortcut/Makefile.in: new file
2235
22362002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2237
2238 * src/namei: new directory
2239 * src-pd/namei.c: moved to src/namei/namei.c
2240 * src/namei/namei.c: moved from src-pd/namei.c
2241 * src-pd/namei.1: moved to src/namei/namei.1
2242 * src/namei/namei.1: moved from src-pd/namei.1
2243 * src-pd/README.namei: moved to src/namei/README.namei
2244 * src/namei/README.namei: moved from src-pd/README.namei
2245 * src-pd/README1.namei: moved to src/namei/README1.namei
2246 * src/namei/README1.namei: moved from src-pd/README1.namei
2247 * src/namei/Makefile.am: new file
2248 * src/namei/Makefile.in: new file
2249
22502002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
2251
2252 * src/realpath: new directory
2253 * src-gpl/realpath.c: moved to src/realpath/realpath.c
2254 * src/realpath/realpath.c: moved from src-gpl/realpath.c
2255 * src/realpath/Makefile.am: new file
2256 * src/realpath/Makefile.in: new file
2257
2258
0bb67178
CW
22592002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
2260
2261 * src-gpl/Makefile.am: add lpr and mkshortcut
2262 * src-gpl/Makefile.in: regenerate
2263 * configure.ac: update version number
2264 * configure: regenerate
2265 * AUTHORS: add Rick and Joshua
2266 * PROGLIST: add lpr and mkshortcut
2267 * NEWS: add lpr and mkshortcut
2268 * README: add lpr and mkshortcut
2269 * TODO: add some notes...
2270 * src-gpl/mkshortcut.c: Reformat comment block. Explicitly
2271 include config.h and common.h. Move other #inludes to
2272 common.h. Add some static strings for later use (version,
2273 Id, copyright).
2274 * src-gpl/lpr.c: Add license reference. Explicitly include
2275 config.h and common.h. Move other #includes to common.h.
2276 Add some static strings for later use (version, Id, copyright).
2277 Change programName to program_name (to match style of other
2278 programs). Strdup from argv[0] instead of hardcoding. Use
2279 VA_START macro instead of va_start.
2280
22812002-02-23 Rick Rankin <rick_rankin@yahoo.com>
2282
2283 * src-gpl/lpr.c: new file
2284
22852002-02-23 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
2286
2287 * src-gpl/mkshortcut.c: new file
2288 * src-gpl/mkshortcut.1: new file
2289
bd695173
CW
22902002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
2291
2292 * src-pd/ddate.c: add explicit license reference
2293 and move #includes to common.h. Guard setlocale.
2294 Explicitly include config.h, common.h
2295 * src-pd/namei.c: ditto
2296 * src-bsd/cal.c: ditto
2297 * src-bsd/err.c: ditto
2298 * src-bsd/errs.h: explicitly include config.h, common.h
2299 * src-bsd/widechar.h: explicitly include config.h (NOT common.h)
2300 * src-gpl/ascii.c: explicitly include config.h
2301 * src-gpl/banner.c: reformat license notice. explicitly
2302 include config.h
2303 * src-gpl/conv.c: explictly include config.h
2304 * src-gpl/dump.c: explictly include config.h; move other
2305 includes into common.h
2306 * src-gpl/getclip.c: explicitly include config.h
2307 * src-gpl/last.c: reformat license notice. explicitly include
2308 config.h. Move other #includes into common.h
2309 * src-gpl/oldutmp.h: add explicit license reference.
2310 * src-gpl/putclip.c: include config.h. Move other #includes
2311 into common.h
2312 * src-gpl/realpath.c: Reformat license reference. Explicitly
2313 include config.h.
2314 * src-gpl/msgtool.c: add explicit license reference. include
2315 config.h. Guard ipc #includes. Move other includes into common.h
2316 * src-gpl/semstat.c: ditto
2317 * src-gpl/semtool.c: ditto
2318 * src-gpl/shmtool.c: ditto
2319 * src-gpl/utmpdump.c: Reformat license reference. Explicitly
2320 include config.h. Move other includes into common.h.
2321 * config.h.in: regenerate
2322 * configure.ac: Add the new checks
2323 * common.h: Migrate other includes from .c files here.
2324 * configure: regenerate
2325
b0a6ede7
CW
23262002-01-28 Charles Wilson <cwilson@ece.gatech.edu>
2327
2328 * src-bsd/cal.c: fix spelling
2329
d2b03e6a 23302002-01-27 Charles Wilson <cwilson@ece.gatech.edu>
d955e090 2331
d2b03e6a
CW
2332 * acinclude.m4: new file
2333 * common.h: new file
2334 * configure.ac: add conditionals for windows-only,
2335 cygipc-only programs
2336 * src-gpl/Makefile.am: use conditionals
2337 * aclocal.m4: regenerate
2338 * config.h.in: regenerate
2339 * Makefile.in: regenerate
2340 * src-gpl/Makefile.in: regenerate
2341 * configure: regenerate
2342 * README: minor changes
2343 * src-bsd/cal.c: use common.h
2344 * src-pd/ddate.c: use common.h
2345 * src-pd/namei.c: use common.h
2346 * src-gpl/ascii.c: use common.h
2347 * src-gpl/banner.c: use common.h
2348 * src-gpl/conv.c: use common.h
2349 * src-gpl/dump.c: use common.h
2350 * src-gpl/getclip.c: use common.h
2351 * src-gpl/last.c: use common.h
2352 * src-gpl/msgtool.c: use common.h
2353 * src-gpl/putclip.c: use common.h
2354 * src-gpl/realpath.c: use common.h
2355 * src-gpl/semstat.c: use common.h
2356 * src-gpl/semtool.c: use common.h
2357 * src-gpl/shmtool.c: use common.h
2358 * src-gpl/utmpdump.c: use common.h
2359
23602002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
d955e090
CW
2361
2362 * NEWS: add entries for 0.9.6, .7, and .8
2363 * ChangeLog: fix tabs
2364 * release version 0.9.8
2365
d2b03e6a 23662002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
304a161b
CW
2367
2368 * src-pd/ddate.c: new file
2369 * src-pd/ddate.1: new file
2370 * src-pd/ddate.doc: new file
2371 * AUTHORS: add Druel the Chaotic
2372 * PROGLIST: add ddate
2373 * README: mention ddate
2374 * src-pd/Makefile.am: add ddate to proglist, ddate.1
2375 to manlist
2376 * src-bsd/Makefile.in: regenerate
2377
d2b03e6a 23782002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
7beb4079
CW
2379
2380 * src-gpl/realpath.c: new file
2381 * AUTHORS: add Steven Barker
2382 * PROGLIST: add realpath
2383 * README: mention realpath
2384 * src-gpl/Makefile.am: add realpath to proglist
2385 * src-gpl/Makefile.in: regenerate
2386
d2b03e6a 23872002-01-18 Mark Bradshaw <bradshaw@staff.crosswalk.com>
c9f916ab
CW
2388
2389 * src-gpl/utmpdump.c: new file
7beb4079 2390 * AUTHORS: add Mark Bradshaw
c9f916ab
CW
2391 * PROGLIST: add utmpdump
2392 * README: mention utmpdump
2393 * src-gpl/Makefile.am: add utmpdump to proglist
2394 * src-gpl/Makefile.in: regenerate
2395
d2b03e6a 23962002-01-16 Charles Wilson <cwilson@ece.gatech.edu>
6cf885d7
CW
2397
2398 * bootstrap: new file
2399 * src-gpl/Makefile.am: add last to proglist
2400 * src-gpl/Makefile.in: regenerate
2401 * PROGLIST: add last
2402 * README: mention last
2403 * AUTHORS: add Mark Bradshaw
2404
d2b03e6a 24052002-01-16 Mark Bradshaw <bradshaw@staff.crosswalk.com>
6cf885d7
CW
2406
2407 * src-gpl/last.c: new file
2408 * src-gpl/last.1: new file
2409 * src-gpl/lastb.1: new file
2410 * src-gpl/oldutmp.h: new file
2411
d4a28ab0
CW
24122001-12-05 Joerg Schaible <joerg.schaible@gft.com>
2413
2414 * src-gpl/banner.c: fix the -c option, use ANSI
2415 font to print the extended charset
2416
24172001-12-04 Charles Wilson <cwilson@ece.gatech.edu>
2418
2419 * licenses: new subdir
2420 * licenses/COPYING.GPL: new file (GPL text)
2421 * licenses/COPYING.BSD-no-advert: new file (BSD license,
2422 without the advertising clause)
2423 * src-pd: new subdir (for public domain source code that
2424 I've taken, modified, and released under the GPL)
2425 * src-bsd: new subdir (for source code that is covered
2426 by the BSD-no-advert license) Note that BSD-w-advert
2427 code is disallowed -- can't legally be linked to
2428 cygwin1.dll.
2429 * src: removed (renamed to src-gpl for consistency)
2430 * src-gpl: new (renamed from src)
2431 * PROGLIST: new file (contains descriptions of the
2432 various programs)
2433 * README: proglist stuff removed. README is more general.
d955e090
CW
2434 * src-bsd/Makefile.am: new file
2435 * src-bsd/Makefile.in: new file
2436 * src-bsd/README.cal: new file
2437 * src-bsd/cal.1: new file
2438 * src-bsd/cal.c: new file
2439 * src-bsd/err.c: new file
2440 * src-bsd/errs.h: new file
2441 * src-bsd/widechar.h: new file
2442 * src-pd/Makefile.am: new file
d4a28ab0
CW
2443 * src-pd/Makefile.in: new file
2444 * src-pd/README.namei: new file
2445 * src-pd/README1.namei: new file
2446 * src-pd/namei.1: new file
2447 * src-pd/namei.c: new file
2448 * configure.ac: add new tests to support namei and cal
2449 * Makefile.am: add new subdirs
2450 * config.h.in: regenerate
2451 * aclocal.m4: regenerate
2452 * Makefile.in: regenerate
2453 * src/Makefile.in: regenerate
2454
24552001-11-28 Charles Wilson <cwilson@ece.gatech.edu>
2456
2457 * package renamed to 'cygutils'
2458 * README: update
2459 * NEWS: update
5db1fa14 2460 * AUTHORS: add Joerg Schaible
d4a28ab0
CW
2461 * configure.ac: package name change
2462 * src/Makefile.am: add 'banner'
2463 * src/banner.c: new file. Modified from Joerg's
2464 original to use popt for argument processing.
2465 * configure: regenerate
2466 * config.h.in: regenerate
2467 * aclocal.m4: regenerate
2468 * Makefile.in: regenerate
2469 * src/Makefile.in: regenerate
2470
24712001-11-26 Charles Wilson <cwilson@ece.gatech.edu>
2472
2473 * src/semtool.c: added
2474 * src/semstat.c: added
2475 * src/msgtool.c: added
2476 * src/shmtool.c: added
2477 * src/Makefile.am: add semtool, semstat, msgtool,
2478 and shmtool targets.
2479 * configure.ac: add check for cygipc, and for
2480 ipc headers
2481 * configure: regenerate
2482 * config.h.in: regenerate
2483 * aclocal.m4: regenerate
2484 * Makefile.in: regenerate
2485 * src/Makefile.in: regenerate
2486
24872001-11-25 Charles Wilson <cwilson@ece.gatech.edu>
2488
2489 * uuencode.1: deleted
2490 * uuencode.c: deleted
2491 * uudecode.1: deleted
2492 * uudecond.c: deleted (get these from GNU sharutils)
2493 * mktemp.1: deleted
2494 * mktemp.c: deleted (get these from
2495 http://www.courtesan.com/mktemp/)
2496 * autoconfiscated -- lots of new files
2497 * moved remaining .c files into src subdir
2498 * src/conv.c: now recognize 'dos2unix.exe' and
2499 'unix2dos.exe' as special argv[0] values, along
2500 with 'd2u.exe' and 'u2d.exe'
2501 * src/Makefile.in: install conv.exe as itself but
2502 also as d2u.exe, u2d.exe, dos2unix.exe and unix2dos.exe
2503
25040.9.2
2505
d955e090
CW
2506 * link with /usr/lib/libpopt.a ('official' version)
2507 * add mktemp implementation
2508 * add friendly help/option handling to dump, putclip,
2509 getclip, and ascii.
d4a28ab0
CW
2510
25110.9.1 ---- baseline
2512
This page took 0.313715 seconds and 5 git commands to generate.