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