diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-10-30 23:05:16 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-10-30 23:05:16 +0000 |
commit | 15d4c70e0843c19a8a62c06bf95771f462cef9ce (patch) | |
tree | 051d2b249f34c1652473598e0fd5edd738af9f90 /m4 | |
parent | a504db17802ab899b8820bf585a19c6561846e86 (diff) | |
download | coreutils-15d4c70e0843c19a8a62c06bf95771f462cef9ce.tar.xz |
Trivial changes to support SCO systems.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index d9c28a5fc..6a50b7355 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,16 @@ +2005-10-30 Paul Eggert <eggert@cs.ucla.edu> + + * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local + variables to suggest the intended function of the PATH_MAX check. + +2005-10-30 Kean Johnston <jkj@sco.com> + + Trivial changes to support SCO systems. + * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well + as PATH_MAX. + * fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems, + where __ptr is null when no I/O is pending. + 2005-08-27 David Madore <david.madore@ens.fr> * sha256.m4, sha512.m4: New files. |