summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>1999-04-08 10:00:46 +0000
committerGreg McGary <greg@mcgary.org>1999-04-08 10:00:46 +0000
commit37f9a1c75c0bdcea19273e7a22f2dc3fa67953d6 (patch)
treeb69cfb5d5b5bebf5ea045c0bd53b45c798fc47ad
parentcadc209e97b966d53b465da6963143af0ba9cee0 (diff)
downloadidutils-37f9a1c75c0bdcea19273e7a22f2dc3fa67953d6.tar.gz
idutils-37f9a1c75c0bdcea19273e7a22f2dc3fa67953d6.tar.bz2
idutils-37f9a1c75c0bdcea19273e7a22f2dc3fa67953d6.zip
.
-rw-r--r--ChangeLog3
-rw-r--r--NOTES4
-rw-r--r--THANKS2
-rw-r--r--TODO3
-rw-r--r--configure.in2
5 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 84a1af9..e4e76b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1999-04-08 Greg McGary <gkm@gnu.org>
+ * src/mkid.c (write_id_file): Complain if fclose fails.
+ [From jbb6@acpub.duke.edu]
+
* src/lid.c (limits.h): Include earlier to avoid RE_DUP_MAX
conflict. [From Erick.Branderhorst@asml.nl]
(search_flinkv): Bash terminating newline. [From marc@snafu.org]
diff --git a/NOTES b/NOTES
index f37f45d..d827048 100644
--- a/NOTES
+++ b/NOTES
@@ -6,3 +6,7 @@ Freshmeat.net
username: gregmcgary
e-mail: gkm@gnu.org
displayed name: gkm@gnu.org
+
+linuxapps.com
+username: gkm
+password: ed717500
diff --git a/THANKS b/THANKS
index 82d0a0b..14b544e 100644
--- a/THANKS
+++ b/THANKS
@@ -36,3 +36,5 @@ Monty Solomon <monty@roscom.com>
Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
Nelson H. F. Beebe <beebe@math.utah.edu>
Erick Branderhorst <Erick.Branderhorst@asml.nl>
+John Bley <jbb6@acpub.duke.edu>
+Marco S Hyman <marc@snafu.org>
diff --git a/TODO b/TODO
index 80c77dd..546d661 100644
--- a/TODO
+++ b/TODO
@@ -3,9 +3,6 @@ id-utils TODO - Future directions
* General
- Add comments to all substantive functions
-* i18n
- - integrate nl and pl translations.
-
* Portability
- Fix file name handling for non-UNIX file systems
(notably DOS, Windoze & OS/2).
diff --git a/configure.in b/configure.in
index 854a396..c4709e2 100644
--- a/configure.in
+++ b/configure.in
@@ -13,7 +13,7 @@ AC_INIT(src/mkid.c)
AM_CONFIG_HEADER(config.h)
AC_PREREQ(2.13)
-AM_INIT_AUTOMAKE([id-utils], [3.2d])
+AM_INIT_AUTOMAKE([id-utils], [3.2e])
GNU_PACKAGE="GNU $PACKAGE"
AC_DEFINE_UNQUOTED(GNU_PACKAGE, "$GNU_PACKAGE",
[The concatenation of the strings \`GNU ', and PACKAGE.])