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