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