]> cygwin.com Git - cygwin-apps/cygutils.git/blob - ChangeLog
38173df18b1fdf8e3e6c8a86bbba49ffd897221a
[cygwin-apps/cygutils.git] / ChangeLog
1 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
2
3 * configure.ac: bump version to 1.1.2
4 * configure: regenerate
5
6 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
7
8 Add 'mcookie' program. Tag "v1_1_1d"
9
10 * src/mcookie: new directory
11 * src/mcookie/mcookie.c: new file
12 * src/mcookie/mcookie.1: new file
13 * src/mcookie/md5.h: new file
14 * src/mcookie/md5.c: new file
15 * Makefile.am: add program 'mcookie'
16 * configure.ac: add test for gettimeofday
17 * config.h.in: regenerate
18 * Makefile.in: regenerate
19 * PROGLIST: add mcookie
20 * README: add mcookie
21 * NEWS: mention mcookie
22
23 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
24
25 Add 'colrm' program. Tag "v1_1_1c"
26
27 * src/colrm: new directory
28 * src/colrm/colrm.c: new file
29 * src/colrm/colrm.1: new file
30 * src/colrm/widechar.h: new file
31 * Makefile.am: add program 'colrm'
32 * Makefile.in: regenerate
33 * PROGLIST: add colrm
34 * README: add colrm
35 * NEWS: hasn't been updated in a while...
36
37 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
38
39 Add 'colcrt' program. Tag "v1_1_1b"
40
41 * src/colcrt: new directory
42 * src/colcrt/colcrt.c: new file
43 * src/colcrt/colcrt.1: new file
44 * src/colcrt/widechar.h: new file
45 * Makefile.am: add program 'colcrt'
46 * Makefile.in: regenerate
47 * PROGLIST: add colcrt
48 * README: add colcrt
49
50 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
51
52 Add 'column' program. Tag "v1_1_1a"
53
54 * src/column: new directory
55 * src/column/column.c: new file
56 * src/column/column.1: new file
57 * src/column/err.c: new file
58 * src/column/errs.h: new file
59 * src/column/widechar.h: new file
60 * Makefile.am: add program 'column'
61 * configure.ac: add check for TIOCGWINSZ, termios.h, and ioctl.h.
62 * common.h: use TIOCGWINSZ to include sys/termios.h or sys/ioctl.h.
63 * Makefile.in: regenerate
64 * config.h.in: regenerate
65 * configure: regenerate
66 * PROGLIST: add column
67 * README: add column
68
69 2002-07-12 Charles Wilson <cwilson@ece.gatech.edu>
70
71 * TODO: remove gettext reminder
72 * HOW-TO-CONTRIBUTE: explain how to handle programs
73 that need -lintl, given the gettextize changes below.
74 * Makefile.in: regenerate
75
76 2002-07-12 gettextize <bug-gnu-gettext@gnu.org>
77
78 Bug in automake means that we have to gettextize -- even tho
79 we will never actually build gettext ourselves ('external'
80 option in AM_GNU_GETTEXT). Reported to automake list.
81
82 Bug in gettext means that we have to explicitly set and AC_SUBST
83 BUILD_INCLUDED_LIBINTL and USE_INCLUDED_LIBINTL in configure.ac.
84 Reported to Bruno.
85
86 * Makefile.am (SUBDIRS): Add intl, m4.
87 (ACLOCAL_AMFLAGS): New variable.
88 (EXTRA_DIST): Add config.rpath.
89 * configure.ac (AC_CONFIG_FILES): Add intl/Makefile, po/Makefile.in,
90 m4/Makefile.
91 * intl/: new directory
92 * intl/*: new files
93 * po/: new directory
94 * po/*: new files
95 * m4/: new directory
96 * m4/*: new files
97 * config.rpath: new file
98 * ABOUT-NLS: new file
99 * aclocal.m4: regenerate
100 * Makefile.in: regenerate
101 * configure: regenerate
102 * bootstrap: add -I m4 to aclocal command; copy files
103 * config.guess: new file
104 * config.sub: new file
105 * compile: new file
106 * config.h.in: regenerate
107 * TODO: note to remove all this garbage when it becomes
108 possible; need bugfix to automake and gettext.m4
109
110 2002-07-12 Charles S. Wilson <cwilson@ece.gatech.edu>
111
112 Adjust to cygwin's libintl library now depending on libiconv.
113 Easiest way: remove explicit search for -lintl and libintl.h;
114 instead use AM_GNU_GETTEXT.
115
116 Add 'rev' program
117
118 * configure.ac: don't look for -lintl and libintl.h 'by hand';
119 use AM_GNU_GETTEXT instead. Unfortunately, even 'external'
120 option requires po/ and intl/ directories. See gettextize above.
121 * src/rev: new directory
122 * src/rev/rev.c: new file
123 * src/rev/rev.1: new file
124 * src/rev/widechar.h: new file
125 * Makefile.am: add program 'rev'. Add LDADD variables for
126 the programs that use gettext, since -lintl is no longer
127 automatically included in LIBS (use @INTLLIBS@)
128 * Makefile.in: regenerate
129 * PROGLIST: add rev
130 * README: add rev
131
132 2002-06-06 Charles S. Wilson <cwilson@ece.gatech.edu>
133 Egor Duda
134
135 Add getopt.exe, readlink.exe. Bump to 1.1.1.
136
137 * AUTHORS: add Egor, Kenneth Stailey, and Frodo Looijaard
138 * configure.ac: bump to 1.1.1
139 * Makefile.am: add getopt and readlink
140 * PROGLIST: ditto
141 * README: ditto
142 * Makefile.in: regenerate
143 * configure: regenerate
144 * src/Makefile.am: delete (forgot to do so in previous commit)
145 * src/Makefile.in: delete (ditto)
146 * src/readlink/readlink.1: new file
147 * src/readlink/readlink.c: new file
148 * src/getopt/getopt.1: new file
149 * src/getopt/getopt.c: new file
150 * src/getopt/parse.bash: new file
151 * src/getopt/parse.tcsh: new file
152 * src/getopt/test.bash: new file
153 * src/getopt/test.tcsh: new file
154
155 2002-06-05 Charles S. Wilson <cwilson@ece.gatech.edu>
156 Robert Collins <robert.collins@itdomain.com.au>
157
158 Convert to one-big-makefile style. cf "Recursive make
159 considered harmful". Bump to 1.1.0
160
161 * HOW-TO-CONTRIBUTE: update to reflect one-big-makefile style.
162 * Makefile.am: consolidate from src/*/Makefile.am
163 * configure.ac: remove src/*/Makefile from AC_CONFIG_FILES list.
164 bump version.
165 * NEWS: Note one-file-to-build-them-all
166 * TODO: update
167 * aclocal.m4: regenerate
168 * Makefile.in: regenerate
169 * configure: regenerate
170 * /src/realpath/Makefile.in: delete
171 * /src/realpath/Makefile.am: delete
172 * /src/namei/Makefile.in: delete
173 * /src/namei/Makefile.am: delete
174 * /src/mkshortcut/Makefile.in: delete
175 * /src/mkshortcut/Makefile.am: delete
176 * /src/lpr/Makefile.in: delete
177 * /src/lpr/Makefile.am: delete
178 * /src/last/Makefile.in: delete
179 * /src/last/Makefile.am: delete
180 * /src/ipc/Makefile.in: delete
181 * /src/ipc/Makefile.am: delete
182 * /src/dump/Makefile.in: delete
183 * /src/dump/Makefile.am: delete
184 * /src/ddate/Makefile.in: delete
185 * /src/ddate/Makefile.am: delete
186 * /src/cygstart/Makefile.in: delete
187 * /src/cygstart/Makefile.am: delete
188 * /src/conv/Makefile.in: delete
189 * /src/conv/Makefile.am: delete
190 * /src/col/Makefile.in: delete
191 * /src/col/Makefile.am: delete
192 * /src/cal/Makefile.in: delete
193 * /src/cal/Makefile.am: delete
194 * /src/banner/Makefile.in: delete
195 * /src/banner/Makefile.am: delete
196 * /src/ascii/Makefile.in: delete
197 * /src/ascii/Makefile.am: delete
198 * /src/Makefile.in: delete
199 * /src/Makefile.am: delete
200
201 2002-05-23 Charles S. Wilson <cwilson@ece.gatech.edu>
202
203 * Makefile.in: regenerate
204 * src/Makefile.in: regenerate
205 * src/*/Makefile.in: regenerate
206 * configure: regenerate
207 * aclocal.m4: regenerate
208
209 2002-05-22 David A. Willis <dawillis1214@yahoo.com>
210
211 * src/col: new directory
212 * src/col/Makefile.am: new file
213 * src/col/Makefile.in: new file
214 * src/col/col.c: new file
215 * src/col/err.c: new file
216 * src/col/err.h: new file
217 * src/col/col.1: new file
218 * src/col/README.col: new file
219 * src/Makefile.am: add subdirectory col
220 * src/Makefile.in: regenerate
221 * AUTHORS: add David A. Willis for col
222 * PROGLIST: add col
223 * README: add col
224
225 2002-04-16 Chris January <chris@atomice.net>
226
227 * src/conv/conv.c (convert): Use correct type to store the
228 return value of fgetc()
229
230 2002-03-15 Charles Wilson <cwilson@ece.gatech.edu>
231
232 * Makefile.in: rebootstrap
233 * aclocal.m4: ditto
234 * configure: ditto
235 * src/Makefile.in: ditto
236 * src/ascii/Makefile.in: ditto
237 * src/banner/Makefile.in: ditto
238 * src/cal/Makefile.in: ditto
239 * src/clip/Makefile.in: ditto
240 * src/conv/Makefile.in: ditto
241 * src/ddate/Makefile.in: ditto
242 * src/dump/Makefile.in: ditto
243 * src/ipc/Makefile.in: ditto
244 * src/last/Makefile.in: ditto
245 * src/lpr/Makefile.in: ditto
246 * src/mkshortcut/Makefile.in: ditto
247 * src/namei/Makefile.in: ditto
248 * src/realpath/Makefile.in: ditto
249
250 2002-03-15 Michael Schaap <cygwin_start@mscha.org>
251
252 * src/cygstart: new directory
253 * src/cygstart/Makefile.am: new file
254 * src/cygstart/Makefile.in: new file
255 * src/cygstart/cygstart.c: new file
256 * src/cygstart/cygstart.1: new file
257 * src/Makefile.am: add subdirectory cygstart
258 * src/Makefile.in: regenerate
259 * AUTHORS: add Michael Schaap for cygstart
260 * PROGLIST: add cygstart
261 * README: add cygstart
262
263 2002-03-13 Charles Wilson <cwilson@ece.gatech.edu>
264
265 * HOW-TO-CONTRIBUTE: fix typos
266
267 2002-03-13 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
268
269 * src/mkshortcut/mkshortcut.c: fix NULL pointer problem
270
271 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
272
273 * TODO: remove 'reorg' note
274 * configure.ac: mark as version 1.0.0
275 * configure: regenerate
276 * HOW-TO-CONTRIBUTE: new file
277
278 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
279
280 * configure.ac: build Makefiles in new directories
281 * configure.in: regenerate
282 * Makefile.am: change subdirs
283 * Makefile.in: regenerate
284
285 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
286
287 * src: new directory
288 * src/Makefile.am: new file
289 * src/Makefile.in: new file
290 * src-gpl/Makefile.am: removed
291 * src-gpl/Makefile.in: removed
292 * src-pd/Makefile.am: removed
293 * src-pd/Makefile.in: removed
294 * src-bsd/Makefile.am: removed
295 * src-bsd/Makefile.in: removed
296
297 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
298
299 * src/ascii: new directory
300 * src-gpl/ascii.c: moved to src/ascii/ascii.c
301 * src/ascii/ascii.c: moved from src-gpl/ascii.c
302 * src/ascii/Makefile.am: new file
303 * src/ascii/Makefile.in: new file
304
305 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
306
307 * src/banner: new directory
308 * src-gpl/banner.c: moved to src/banner/banner.c
309 * src/banner/banner.c: moved from src-gpl/banner.c
310 * src/banner/Makefile.am: new file
311 * src/banner/Makefile.in: new file
312
313 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
314
315 * src/cal: new directory
316 * src-bsd/cal.c: moved to src/cal/cal.c
317 * src/cal/cal.c: moved from src-bsd/cal.c
318 * src-bsd/cal.1: moved to src/cal/cal.1
319 * src/cal/cal.1: moved from src-bsd/cal.1
320 * src-bsd/err.c: moved to src/cal/err.c
321 * src/cal/err.c: moved from src-bsd/err.c
322 * src-bsd/errs.h: moved to src/cal/errs.h
323 * src/cal/errs.h: moved from src-bsd/errs.h
324 * src-bsd/widechar.h: moved to src/cal/widechar.h
325 * src/cal/widechar.h: moved from src-bsd/widechar.h
326 * src-bsd/README.cal: moved to src/cal/README.cal
327 * src/cal/README.cal: moved from src-bsd/README.cal
328 * src/cal/Makefile.am: new file
329 * src/cal/Makefile.in: new file
330
331 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
332
333 * src/clip: new directory
334 * src-gpl/putclip.c: moved to src/clip/putclip.c
335 * src/clip/putclip.c: moved from src-gpl/putclip.c
336 * src-gpl/getclip.c: moved to src/clip/getclip.c
337 * src/clip/getclip.c: moved from src-gpl/getclip.c
338 * src/clip/Makefile.am: new file
339 * src/clip/Makefile.in: new file
340
341 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
342
343 * src/conv: new directory
344 * src-gpl/conv.c: moved to src/conv/conv.c
345 * src/conv/conv.c: moved from src-gpl/conv.c
346 * src/conv/Makefile.am: new file
347 * src/conv/Makefile.in: new file
348
349 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
350
351 * src/ddate: new directory
352 * src-pd/ddate.c: moved to src/ddate/ddate.c
353 * src/ddate/ddate.c: moved from src-pd/ddate.c
354 * src-pd/ddate.1: moved to src/ddate/ddate.1
355 * src/ddate/ddate.1: moved from src-pd/ddate.1
356 * src-pd/ddate.doc: moved to src/ddate/ddate.doc
357 * src/ddate/ddate.doc: moved from src-pd/ddate.doc
358 * src/ddate/Makefile.am: new file
359 * src/ddate/Makefile.in: new file
360
361 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
362
363 * src/dump: new directory
364 * src-gpl/dump.c: moved to src/dump/dump.c
365 * src/dump/dump.c: moved from src-gpl/dump.c
366 * src/dump/Makefile.am: new file
367 * src/dump/Makefile.in: new file
368
369 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
370
371 * src/ipc: new directory
372 * src-gpl/msgtool.c: moved to src/ipc/msgtool.c
373 * src/ipc/msgtool.c: moved from src-gpl/msgtool.c
374 * src-gpl/semstat.c: moved to src/ipc/semstat.c
375 * src/ipc/semstat.c: moved from src-gpl/semstat.c
376 * src-gpl/semtool.c: moved to src/ipc/semtool.c
377 * src/ipc/semtool.c: moved from src-gpl/semtool.c
378 * src-gpl/shmtool.c: moved to src/ipc/shmtool.c
379 * src/ipc/shmtool.c: moved from src-gpl/shmtool.c
380 * src/ipc/Makefile.am: new file
381 * src/ipc/Makefile.in: new file
382
383 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
384
385 * src/last: new directory
386 * src-gpl/last.c: moved to src/last/last.c
387 * src/last/last.c: moved from src-gpl/last.c
388 * src-gpl/last.1: moved to src/last/last.1
389 * src/last/last.1: moved from src-gpl/last.1
390 * src-gpl/lastb.1: moved to src/last/lastb.1
391 * src/last/lastb.1: moved from src-gpl/lastb.1
392 * src-gpl/oldutmp.h: moved to src/last/oldutmp.h
393 * src/last/oldutmp.h: moved from src-gpl/oldutmp.h
394 * src-gpl/utmpdump.c: moved to src/last/utmpdump.c
395 * src/last/utmpdump.c: moved from src-gpl/utmpdump.c
396 * src/last/Makefile.am: new file
397 * src/last/Makefile.in: new file
398
399 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
400
401 * src/lpr: new directory
402 * src-gpl/lpr.c: moved to src/lpr/lpr.c
403 * src/lpr/lpr.c: moved from src-gpl/lpr.c
404 * src/lpr/Makefile.am: new file
405 * src/lpr/Makefile.in: new file
406
407 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
408
409 * src/mkshortcut: new directory
410 * src-gpl/mkshortcut.c: moved to src/mkshortcut/mkshortcut.c
411 * src/mkshortcut/mkshortcut.c: moved from src-gpl/mkshortcut.c
412 * src-gpl/mkshortcut.1: moved to src/mkshortcut/mkshortcut.1
413 * src/mkshortcut/mkshortcut.1: moved from src-gpl/mkshortcut.1
414 * src/mkshortcut/Makefile.am: new file
415 * src/mkshortcut/Makefile.in: new file
416
417 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
418
419 * src/namei: new directory
420 * src-pd/namei.c: moved to src/namei/namei.c
421 * src/namei/namei.c: moved from src-pd/namei.c
422 * src-pd/namei.1: moved to src/namei/namei.1
423 * src/namei/namei.1: moved from src-pd/namei.1
424 * src-pd/README.namei: moved to src/namei/README.namei
425 * src/namei/README.namei: moved from src-pd/README.namei
426 * src-pd/README1.namei: moved to src/namei/README1.namei
427 * src/namei/README1.namei: moved from src-pd/README1.namei
428 * src/namei/Makefile.am: new file
429 * src/namei/Makefile.in: new file
430
431 2002-03-02 Charles Wilson <cwilson@ece.gatech.edu>
432
433 * src/realpath: new directory
434 * src-gpl/realpath.c: moved to src/realpath/realpath.c
435 * src/realpath/realpath.c: moved from src-gpl/realpath.c
436 * src/realpath/Makefile.am: new file
437 * src/realpath/Makefile.in: new file
438
439
440 2002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
441
442 * src-gpl/Makefile.am: add lpr and mkshortcut
443 * src-gpl/Makefile.in: regenerate
444 * configure.ac: update version number
445 * configure: regenerate
446 * AUTHORS: add Rick and Joshua
447 * PROGLIST: add lpr and mkshortcut
448 * NEWS: add lpr and mkshortcut
449 * README: add lpr and mkshortcut
450 * TODO: add some notes...
451 * src-gpl/mkshortcut.c: Reformat comment block. Explicitly
452 include config.h and common.h. Move other #inludes to
453 common.h. Add some static strings for later use (version,
454 Id, copyright).
455 * src-gpl/lpr.c: Add license reference. Explicitly include
456 config.h and common.h. Move other #includes to common.h.
457 Add some static strings for later use (version, Id, copyright).
458 Change programName to program_name (to match style of other
459 programs). Strdup from argv[0] instead of hardcoding. Use
460 VA_START macro instead of va_start.
461
462 2002-02-23 Rick Rankin <rick_rankin@yahoo.com>
463
464 * src-gpl/lpr.c: new file
465
466 2002-02-23 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
467
468 * src-gpl/mkshortcut.c: new file
469 * src-gpl/mkshortcut.1: new file
470
471 2002-02-23 Charles Wilson <cwilson@ece.gatech.edu>
472
473 * src-pd/ddate.c: add explicit license reference
474 and move #includes to common.h. Guard setlocale.
475 Explicitly include config.h, common.h
476 * src-pd/namei.c: ditto
477 * src-bsd/cal.c: ditto
478 * src-bsd/err.c: ditto
479 * src-bsd/errs.h: explicitly include config.h, common.h
480 * src-bsd/widechar.h: explicitly include config.h (NOT common.h)
481 * src-gpl/ascii.c: explicitly include config.h
482 * src-gpl/banner.c: reformat license notice. explicitly
483 include config.h
484 * src-gpl/conv.c: explictly include config.h
485 * src-gpl/dump.c: explictly include config.h; move other
486 includes into common.h
487 * src-gpl/getclip.c: explicitly include config.h
488 * src-gpl/last.c: reformat license notice. explicitly include
489 config.h. Move other #includes into common.h
490 * src-gpl/oldutmp.h: add explicit license reference.
491 * src-gpl/putclip.c: include config.h. Move other #includes
492 into common.h
493 * src-gpl/realpath.c: Reformat license reference. Explicitly
494 include config.h.
495 * src-gpl/msgtool.c: add explicit license reference. include
496 config.h. Guard ipc #includes. Move other includes into common.h
497 * src-gpl/semstat.c: ditto
498 * src-gpl/semtool.c: ditto
499 * src-gpl/shmtool.c: ditto
500 * src-gpl/utmpdump.c: Reformat license reference. Explicitly
501 include config.h. Move other includes into common.h.
502 * config.h.in: regenerate
503 * configure.ac: Add the new checks
504 * common.h: Migrate other includes from .c files here.
505 * configure: regenerate
506
507 2002-01-28 Charles Wilson <cwilson@ece.gatech.edu>
508
509 * src-bsd/cal.c: fix spelling
510
511 2002-01-27 Charles Wilson <cwilson@ece.gatech.edu>
512
513 * acinclude.m4: new file
514 * common.h: new file
515 * configure.ac: add conditionals for windows-only,
516 cygipc-only programs
517 * src-gpl/Makefile.am: use conditionals
518 * aclocal.m4: regenerate
519 * config.h.in: regenerate
520 * Makefile.in: regenerate
521 * src-gpl/Makefile.in: regenerate
522 * configure: regenerate
523 * README: minor changes
524 * src-bsd/cal.c: use common.h
525 * src-pd/ddate.c: use common.h
526 * src-pd/namei.c: use common.h
527 * src-gpl/ascii.c: use common.h
528 * src-gpl/banner.c: use common.h
529 * src-gpl/conv.c: use common.h
530 * src-gpl/dump.c: use common.h
531 * src-gpl/getclip.c: use common.h
532 * src-gpl/last.c: use common.h
533 * src-gpl/msgtool.c: use common.h
534 * src-gpl/putclip.c: use common.h
535 * src-gpl/realpath.c: use common.h
536 * src-gpl/semstat.c: use common.h
537 * src-gpl/semtool.c: use common.h
538 * src-gpl/shmtool.c: use common.h
539 * src-gpl/utmpdump.c: use common.h
540
541 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
542
543 * NEWS: add entries for 0.9.6, .7, and .8
544 * ChangeLog: fix tabs
545 * release version 0.9.8
546
547 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
548
549 * src-pd/ddate.c: new file
550 * src-pd/ddate.1: new file
551 * src-pd/ddate.doc: new file
552 * AUTHORS: add Druel the Chaotic
553 * PROGLIST: add ddate
554 * README: mention ddate
555 * src-pd/Makefile.am: add ddate to proglist, ddate.1
556 to manlist
557 * src-bsd/Makefile.in: regenerate
558
559 2002-01-26 Charles Wilson <cwilson@ece.gatech.edu>
560
561 * src-gpl/realpath.c: new file
562 * AUTHORS: add Steven Barker
563 * PROGLIST: add realpath
564 * README: mention realpath
565 * src-gpl/Makefile.am: add realpath to proglist
566 * src-gpl/Makefile.in: regenerate
567
568 2002-01-18 Mark Bradshaw <bradshaw@staff.crosswalk.com>
569
570 * src-gpl/utmpdump.c: new file
571 * AUTHORS: add Mark Bradshaw
572 * PROGLIST: add utmpdump
573 * README: mention utmpdump
574 * src-gpl/Makefile.am: add utmpdump to proglist
575 * src-gpl/Makefile.in: regenerate
576
577 2002-01-16 Charles Wilson <cwilson@ece.gatech.edu>
578
579 * bootstrap: new file
580 * src-gpl/Makefile.am: add last to proglist
581 * src-gpl/Makefile.in: regenerate
582 * PROGLIST: add last
583 * README: mention last
584 * AUTHORS: add Mark Bradshaw
585
586 2002-01-16 Mark Bradshaw <bradshaw@staff.crosswalk.com>
587
588 * src-gpl/last.c: new file
589 * src-gpl/last.1: new file
590 * src-gpl/lastb.1: new file
591 * src-gpl/oldutmp.h: new file
592
593 2001-12-05 Joerg Schaible <joerg.schaible@gft.com>
594
595 * src-gpl/banner.c: fix the -c option, use ANSI
596 font to print the extended charset
597
598 2001-12-04 Charles Wilson <cwilson@ece.gatech.edu>
599
600 * licenses: new subdir
601 * licenses/COPYING.GPL: new file (GPL text)
602 * licenses/COPYING.BSD-no-advert: new file (BSD license,
603 without the advertising clause)
604 * src-pd: new subdir (for public domain source code that
605 I've taken, modified, and released under the GPL)
606 * src-bsd: new subdir (for source code that is covered
607 by the BSD-no-advert license) Note that BSD-w-advert
608 code is disallowed -- can't legally be linked to
609 cygwin1.dll.
610 * src: removed (renamed to src-gpl for consistency)
611 * src-gpl: new (renamed from src)
612 * PROGLIST: new file (contains descriptions of the
613 various programs)
614 * README: proglist stuff removed. README is more general.
615 * src-bsd/Makefile.am: new file
616 * src-bsd/Makefile.in: new file
617 * src-bsd/README.cal: new file
618 * src-bsd/cal.1: new file
619 * src-bsd/cal.c: new file
620 * src-bsd/err.c: new file
621 * src-bsd/errs.h: new file
622 * src-bsd/widechar.h: new file
623 * src-pd/Makefile.am: new file
624 * src-pd/Makefile.in: new file
625 * src-pd/README.namei: new file
626 * src-pd/README1.namei: new file
627 * src-pd/namei.1: new file
628 * src-pd/namei.c: new file
629 * configure.ac: add new tests to support namei and cal
630 * Makefile.am: add new subdirs
631 * config.h.in: regenerate
632 * aclocal.m4: regenerate
633 * Makefile.in: regenerate
634 * src/Makefile.in: regenerate
635
636 2001-11-28 Charles Wilson <cwilson@ece.gatech.edu>
637
638 * package renamed to 'cygutils'
639 * README: update
640 * NEWS: update
641 * AUTHORS: add Jorg Schaible
642 * configure.ac: package name change
643 * src/Makefile.am: add 'banner'
644 * src/banner.c: new file. Modified from Joerg's
645 original to use popt for argument processing.
646 * configure: regenerate
647 * config.h.in: regenerate
648 * aclocal.m4: regenerate
649 * Makefile.in: regenerate
650 * src/Makefile.in: regenerate
651
652 2001-11-26 Charles Wilson <cwilson@ece.gatech.edu>
653
654 * src/semtool.c: added
655 * src/semstat.c: added
656 * src/msgtool.c: added
657 * src/shmtool.c: added
658 * src/Makefile.am: add semtool, semstat, msgtool,
659 and shmtool targets.
660 * configure.ac: add check for cygipc, and for
661 ipc headers
662 * configure: regenerate
663 * config.h.in: regenerate
664 * aclocal.m4: regenerate
665 * Makefile.in: regenerate
666 * src/Makefile.in: regenerate
667
668 2001-11-25 Charles Wilson <cwilson@ece.gatech.edu>
669
670 * uuencode.1: deleted
671 * uuencode.c: deleted
672 * uudecode.1: deleted
673 * uudecond.c: deleted (get these from GNU sharutils)
674 * mktemp.1: deleted
675 * mktemp.c: deleted (get these from
676 http://www.courtesan.com/mktemp/)
677 * autoconfiscated -- lots of new files
678 * moved remaining .c files into src subdir
679 * src/conv.c: now recognize 'dos2unix.exe' and
680 'unix2dos.exe' as special argv[0] values, along
681 with 'd2u.exe' and 'u2d.exe'
682 * src/Makefile.in: install conv.exe as itself but
683 also as d2u.exe, u2d.exe, dos2unix.exe and unix2dos.exe
684
685 0.9.2
686
687 * link with /usr/lib/libpopt.a ('official' version)
688 * add mktemp implementation
689 * add friendly help/option handling to dump, putclip,
690 getclip, and ascii.
691
692 0.9.1 ---- baseline
693
This page took 0.064947 seconds and 5 git commands to generate.