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