diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-22 22:20:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-22 22:20:08 +0000 |
commit | 0d9735fbb470a8045d7aaaff88b52c91a53cf6a5 (patch) | |
tree | 1f856f68aa1b285c1922bc2b069f90b94a2bbeef /lib | |
parent | 0b7e06d203178a11f3ae6fa8b840ea9b57c087a0 (diff) | |
download | coreutils-0d9735fbb470a8045d7aaaff88b52c91a53cf6a5.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index ecbe0afe9..567c95587 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -3,6 +3,8 @@ * dirname.c (dir_name): Support for DOS-style file names with drive letters. + * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h>. + * strverscmp.c (ISDIGIT): Define. (strverscmp): Use ISDIGIT, not isdigit. |