summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-04-12 20:15:30 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-04-12 20:15:30 +0000
commite0637b5b68f149ad9fbaf238954ad79463eece5a (patch)
treeec17f8ba9313bd1437f91a66d7a7cb8b93b53177 /ChangeLog
parent00e67bf028509d787e1ae3001adeca1a301b225c (diff)
downloadcoreutils-e0637b5b68f149ad9fbaf238954ad79463eece5a.tar.xz
Port to Interix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e297418bc..361ea316c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.