mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
Work around some portability problems with symlinks. * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink. * configure.in (lstat, HAVE_LSTAT): Remove special hack. * lib/lstat.c, lib/readlink.c, lib/stat.c, lib/symlink.c: * m4/dos.m4, m4/lstat.m4, m4/readlink.m4, m4/stat.m4, m4/symlink.m4: New files, automatically generated from gnulib. * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk: * lib/stdlib.in.h, m4/gl-comp.m4, m4/stdlib_h.m4: Regenerate. 2011-02-22 Paul Eggert <eggert@cs.ucla.edu> [src/ChangeLog] Work around some portability problems with symlinks. * fileio.c (Frename_file, Fmake_symbolic_link, Ffile_symlink_p): Simplify the code by assuming that the readlink and symlink calls exist, even if they always fail on this host. (Ffile_readable_p): Likewise, for fifos. * config.in: Regenerate. |
||
|---|---|---|
| .. | ||
| 00gnulib.m4 | ||
| c-strtod.m4 | ||
| dos.m4 | ||
| extensions.m4 | ||
| filemode.m4 | ||
| getloadavg.m4 | ||
| getopt.m4 | ||
| gl-comp.m4 | ||
| gnulib-common.m4 | ||
| gnulib-tool.m4 | ||
| include_next.m4 | ||
| longlong.m4 | ||
| lstat.m4 | ||
| md5.m4 | ||
| mktime.m4 | ||
| multiarch.m4 | ||
| readlink.m4 | ||
| st_dm_mode.m4 | ||
| stat.m4 | ||
| stdbool.m4 | ||
| stddef_h.m4 | ||
| stdint.m4 | ||
| stdlib_h.m4 | ||
| strftime.m4 | ||
| symlink.m4 | ||
| sys_stat_h.m4 | ||
| time_h.m4 | ||
| time_r.m4 | ||
| tm_gmtoff.m4 | ||
| unistd_h.m4 | ||
| wchar_t.m4 | ||