diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-18 03:23:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-18 03:23:08 +0000 |
commit | 24e15328df1b2621d21de45f9fc4a892c5b58c55 (patch) | |
tree | e6ad2143aa5b5288e84ce7cb9c3a1f6d2a6e92d2 /old | |
parent | 357c53621f5498b2e0eda31b3a04d98da57d7933 (diff) | |
download | coreutils-24e15328df1b2621d21de45f9fc4a892c5b58c55.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 15b4486f4..f5fd0d98a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ Tue Dec 17 21:03:40 1996 Jim Meyering <meyering@na-net.ornl.gov> + * src/system.h (ISDIGIT): Replace with smaller, faster edition + that yields nonzero only on ASCII digits. + (ISDIGIT_LOCALE): New macro, with same meaning that ISDIGIT + used to have. From Paul Eggert. + * src/cp.c (ROOT_CHOWN_AFFECTS_SYMLINKS): New macro. (DO_CHOWN): Take an additional parameter. (LINK_CHOWN): Remove macro. |