summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-19 08:11:10 +0000
committerJim Meyering <jim@meyering.net>2003-03-19 08:11:10 +0000
commit79feee4de51bbd861f821fffa4bfc1ebfd9faab7 (patch)
tree98fba5d30443b02b317be4e5e5be0b9944f0f490 /lib/ChangeLog
parent60e4df71918ae5e82a4a8fd1f70538dfa98ba872 (diff)
downloadcoreutils-79feee4de51bbd861f821fffa4bfc1ebfd9faab7.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index fe5ebdb2b..0be04bef1 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-19 Jim Meyering <jim@meyering.net>
+
+ * fnmatch_.h: Don't define __const.
+ (fnmatch): Use const, not __const in prototype.
+ From Paul Eggert.
+
2003-03-18 Jim Meyering <jim@meyering.net>
* mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
@@ -7,9 +13,6 @@
entry. On some systems doing so could result in exhausting
virtual memory. Based in part on a patch from Mike Jetzer.
- * exclude.c (excluded_filename): Define and use typedef to
- avoid type mismatch in conditional expression.
-
* quote.c (quote_n): Fix typo in comment.
2003-03-17 Jim Meyering <jim@meyering.net>