aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfd77b652b4..5aacf77688b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
12011-02-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 Assume S_ISLNK etc. work, since gnulib supports this.
4 * Makefile.in (GNULIB_MODULES): Add sys_stat.
5 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
6 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
7 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
8
12011-02-21 Paul Eggert <eggert@cs.ucla.edu> 92011-02-21 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 * lib/min-max.h: New file, for "min" and "max". 11 * lib/min-max.h: New file, for "min" and "max".