]> cygwin.com Git - cygwin-apps/cygutils.git/blob - ChangeLog
a5de219afb4b5132ecbaac49b8a298dc08db4159
[cygwin-apps/cygutils.git] / ChangeLog
1 2001-12-05 Joerg Schaible <joerg.schaible@gft.com>
2
3 * src-gpl/banner.c: fix the -c option, use ANSI
4 font to print the extended charset
5
6 2001-12-04 Charles Wilson <cwilson@ece.gatech.edu>
7
8 * licenses: new subdir
9 * licenses/COPYING.GPL: new file (GPL text)
10 * licenses/COPYING.BSD-no-advert: new file (BSD license,
11 without the advertising clause)
12 * src-pd: new subdir (for public domain source code that
13 I've taken, modified, and released under the GPL)
14 * src-bsd: new subdir (for source code that is covered
15 by the BSD-no-advert license) Note that BSD-w-advert
16 code is disallowed -- can't legally be linked to
17 cygwin1.dll.
18 * src: removed (renamed to src-gpl for consistency)
19 * src-gpl: new (renamed from src)
20 * PROGLIST: new file (contains descriptions of the
21 various programs)
22 * README: proglist stuff removed. README is more general.
23 * src-bsd/Makefile.am: new file
24 * src-bsd/Makefile.in: new file
25 * src-bsd/README.cal: new file
26 * src-bsd/cal.1: new file
27 * src-bsd/cal.c: new file
28 * src-bsd/err.c: new file
29 * src-bsd/errs.h: new file
30 * src-bsd/widechar.h: new file
31 * src-pd/Makefile.am: new file
32 * src-pd/Makefile.in: new file
33 * src-pd/README.namei: new file
34 * src-pd/README1.namei: new file
35 * src-pd/namei.1: new file
36 * src-pd/namei.c: new file
37 * configure.ac: add new tests to support namei and cal
38 * Makefile.am: add new subdirs
39 * config.h.in: regenerate
40 * aclocal.m4: regenerate
41 * Makefile.in: regenerate
42 * src/Makefile.in: regenerate
43
44 2001-11-28 Charles Wilson <cwilson@ece.gatech.edu>
45
46 * package renamed to 'cygutils'
47 * README: update
48 * NEWS: update
49 * AUTHORS: add Jorg Schaible
50 * configure.ac: package name change
51 * src/Makefile.am: add 'banner'
52 * src/banner.c: new file. Modified from Joerg's
53 original to use popt for argument processing.
54 * configure: regenerate
55 * config.h.in: regenerate
56 * aclocal.m4: regenerate
57 * Makefile.in: regenerate
58 * src/Makefile.in: regenerate
59
60 2001-11-26 Charles Wilson <cwilson@ece.gatech.edu>
61
62 * src/semtool.c: added
63 * src/semstat.c: added
64 * src/msgtool.c: added
65 * src/shmtool.c: added
66 * src/Makefile.am: add semtool, semstat, msgtool,
67 and shmtool targets.
68 * configure.ac: add check for cygipc, and for
69 ipc headers
70 * configure: regenerate
71 * config.h.in: regenerate
72 * aclocal.m4: regenerate
73 * Makefile.in: regenerate
74 * src/Makefile.in: regenerate
75
76 2001-11-25 Charles Wilson <cwilson@ece.gatech.edu>
77
78 * uuencode.1: deleted
79 * uuencode.c: deleted
80 * uudecode.1: deleted
81 * uudecond.c: deleted (get these from GNU sharutils)
82 * mktemp.1: deleted
83 * mktemp.c: deleted (get these from
84 http://www.courtesan.com/mktemp/)
85 * autoconfiscated -- lots of new files
86 * moved remaining .c files into src subdir
87 * src/conv.c: now recognize 'dos2unix.exe' and
88 'unix2dos.exe' as special argv[0] values, along
89 with 'd2u.exe' and 'u2d.exe'
90 * src/Makefile.in: install conv.exe as itself but
91 also as d2u.exe, u2d.exe, dos2unix.exe and unix2dos.exe
92
93 0.9.2
94
95 * link with /usr/lib/libpopt.a ('official' version)
96 * add mktemp implementation
97 * add friendly help/option handling to dump, putclip,
98 getclip, and ascii.
99
100 0.9.1 ---- baseline
101
This page took 0.039246 seconds and 5 git commands to generate.