aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a908f6b95..4bf89e3577 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-06-25 Paul Eggert <[email protected]>
+
+ Use gnulib's dup2 module instead of rolling our own.
+ * Makefile.in (GNULIB_MODULES): Add dup2.
+ * configure.in: Do not check for dup2; gnulib does that now.
+ * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
+
2011-06-23 Paul Eggert <[email protected]>
* lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.