diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-02-21 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2011-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". |