summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-28 00:00:38 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-28 00:00:38 +0000
commita73860cb2f75de31868a5601c48052096f0b0397 (patch)
tree5749a481acca848068065045bcf15e6588e789c6 /lib
parent644cca3eadd258068cc634d7a356d56ac664fe25 (diff)
downloadcoreutils-a73860cb2f75de31868a5601c48052096f0b0397.tar.xz
fts.c: Don't worry about debugging on pre-C99-comopatible hosts.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 9ea166c97..e092117bd 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,10 @@
2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
+ * fts.c: Don't worry about debugging on pre-C99-comopatible hosts;
+ the configuration hassle isn't worth it.
+ Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
+ (LONGEST_MODIFIER, PRIuMAX): Remove.
+
* strnumcmp.c, strnumcmp.h, strnumcmp-in.h, strintcmp.c:
New files.