aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aacf77688b..dfde83ba24e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
12011-02-22 Paul Eggert <eggert@cs.ucla.edu> 12011-02-22 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Work around some portability problems with symlinks.
4 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
5 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
6 * lib/lstat.c, lib/readlink.c, lib/stat.c, lib/symlink.c:
7 * m4/dos.m4, m4/lstat.m4, m4/readlink.m4, m4/stat.m4, m4/symlink.m4:
8 New files, automatically generated from gnulib.
9 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
10 * lib/stdlib.in.h, m4/gl-comp.m4, m4/stdlib_h.m4: Regenerate.
11
122011-02-22 Paul Eggert <eggert@cs.ucla.edu>
13
3 Assume S_ISLNK etc. work, since gnulib supports this. 14 Assume S_ISLNK etc. work, since gnulib supports this.
4 * Makefile.in (GNULIB_MODULES): Add sys_stat. 15 * Makefile.in (GNULIB_MODULES): Add sys_stat.
5 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not. 16 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.