diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-12 20:15:30 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-12 20:15:30 +0000 |
commit | e0637b5b68f149ad9fbaf238954ad79463eece5a (patch) | |
tree | ec17f8ba9313bd1437f91a66d7a7cb8b93b53177 /ChangeLog | |
parent | 00e67bf028509d787e1ae3001adeca1a301b225c (diff) | |
download | coreutils-e0637b5b68f149ad9fbaf238954ad79463eece5a.tar.xz |
Port to Interix.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,7 +1,18 @@ -2006-04-11 Paul Eggert <eggert@cs.ucla.edu> +2006-04-12 Paul Eggert <eggert@cs.ucla.edu> * Version 6.0-cvs. + * src/ln.c (linkfunc): Remove. This method ran into a compiler/linker + bug in Interix. Just call symlink or link directly. All uses changed. + * src/setuidgid.c (main) [! HAVE_SETGROUPS]: Don't call setgroups. + * src/stat.c (USE_STATVFS): New macro. + Include <sys/statvfs.h> and use statvfs only if USE_STATVFS. + (NAMEMAX_FORMAT): define a bit more clearly, now that the + statvfs-using code is a bit more regular. + * src/system.h (sync) [!HAVE_SYNC]: New macro. + +2006-04-11 Paul Eggert <eggert@cs.ucla.edu> + * NEWS: csplit, nl, expr now conform to POSIX better, and are more-compatible with traditional Unix, with respect to regular expressions. |