summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-10 22:47:08 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-10 22:47:08 +0000
commitfaca6bfc15d1e0a868390db97e492ce1c2e9f923 (patch)
tree498eac5c630056762077a8c6ee5cec0f5683324c /lib
parentc5ff0b216ee0e7ae85b2c24f83a58de592120a46 (diff)
downloadcoreutils-faca6bfc15d1e0a868390db97e492ce1c2e9f923.tar.xz
Convert to UTF-8.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog8
-rw-r--r--lib/strverscmp.c2
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 62987b82e..76c6ef891 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1023,7 +1023,7 @@
* hash.c, hash.h: Update from gnulib.
* hash-pjw.c, hash-pjw.h: Likewise.
- * obstack.c, obstack.h: Likewise.
+ * obstack.c, obstack.h: Likewise.
2003-10-25 Jim Meyering <meyering@lucent.com>
@@ -1978,7 +1978,7 @@
* xnanosleep.c (clock_get_realtime): Use gettime.c's gettime function,
rather than an inferior, open-coded version that would fail on
AIX systems due to clock_gettime failing with errno == ENOSYS.
- Reported by Jérôme Zago.
+ Reported by Jérôme Zago.
2003-05-05 Jim Meyering <jim@meyering.net>
@@ -3811,7 +3811,7 @@
* argmatch.c: Include "quote.h".
(argmatch_invalid): Remove explicit `' quotes. Instead, use the
- quote function. Reported by Göran Uddeborg.
+ quote function. Reported by Göran Uddeborg.
2001-05-20 Alexandre Duret-Lutz <duret_g@epita.fr>
@@ -5198,7 +5198,7 @@
2000-01-17 Jim Meyering <jim@meyering.net>
- * interlock: Remove unused file. Reported by François Pinard.
+ * interlock: Remove unused file. Reported by François Pinard.
2000-01-16 Paul Eggert <eggert@twinsun.com>
diff --git a/lib/strverscmp.c b/lib/strverscmp.c
index 83b7f90bd..635360973 100644
--- a/lib/strverscmp.c
+++ b/lib/strverscmp.c
@@ -1,7 +1,7 @@
/* Compare strings while treating digits characters numerically.
Copyright (C) 1997, 2000, 2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>, 1997.
+ Contributed by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>, 1997.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by