diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-28 00:00:38 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-28 00:00:38 +0000 |
commit | a73860cb2f75de31868a5601c48052096f0b0397 (patch) | |
tree | 5749a481acca848068065045bcf15e6588e789c6 /lib | |
parent | 644cca3eadd258068cc634d7a356d56ac664fe25 (diff) | |
download | coreutils-a73860cb2f75de31868a5601c48052096f0b0397.tar.xz |
fts.c: Don't worry about debugging on pre-C99-comopatible hosts.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 5 |
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. |