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