1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -08:00
emacs/lib
Paul Eggert f68c809d7e [ChangeLog]
Assume S_ISLNK etc. work, since gnulib supports this.
* Makefile.in (GNULIB_MODULES): Add sys_stat.
* configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
* configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
[lib-src/ChangeLog]
Assume S_ISLNK etc. work, since gnulib supports this.
* etags.c (S_ISREG): Remove.
[src/ChangeLog]
Assume S_ISLNK etc. work, since gnulib supports this.
* config.in: Regenerate.
* dired.c (lstat): Remove.
(file_name_completion): Assume S_ISDIR works.
(file_name_completion_stat): Assume S_ISLNK works.
Do not bother calling stat unless lstat says it's a symlink.
* fileio.c (S_ISLNK, S_ISFIFO, S_ISREG, lstat): Remove.
(Fcopy_file): Assume S_ISREG and S_ISLNK work.
(check_writable, Ffile_writable_p, Fset_file_times):
Assume S_ISDIR works.
(Ffile_readable_p): Use S_IFIFO, not S_ISFIFO, to guess whether
fifos exist.
(Ffile_regular_p, Finsert_file_contents): Assumes S_ISREG works.
* filelock.c (S_ISLNK): Remove.
* lread.c (openp): Assume S_ISDIR works.
* xrdb.c (S_ISDIR): Remove.
2011-02-21 17:55:20 -08:00
..
COPYING * lib/COPYING: New file, a copy of COPYING. 2011-01-08 23:43:55 -08:00
dtoastr.c Regenerate. 2011-01-08 17:20:28 -08:00
filemode.c Import filemode module from gnulib. 2011-02-20 02:51:50 -08:00
filemode.h Import filemode module from gnulib. 2011-02-20 02:51:50 -08:00
ftoastr.c Regenerate. 2011-01-08 17:20:28 -08:00
ftoastr.h gnulib: undo previous change 2011-02-06 14:13:03 -08:00
getloadavg.c Import IRIX 6.5 getloadavg fixes from gnulib. 2011-02-17 23:41:43 -08:00
getopt.c Regenerate. 2011-01-08 23:33:50 -08:00
getopt.in.h gnulib: allow multiple gnulib generated replacements to coexist 2011-02-06 17:01:26 -08:00
getopt1.c Regenerate. 2011-01-08 23:33:50 -08:00
getopt_.h * lib/getopt_.h: Fix typo in _GL_ARG_NONNULL license comment. 2011-02-10 19:43:40 -08:00
getopt_int.h Regenerate. 2011-01-08 23:33:50 -08:00
gettext.h Merge from gnulib. 2011-02-14 20:53:29 -08:00
gnulib.mk [ChangeLog] 2011-02-21 17:55:20 -08:00
ignore-value.h Merge from gnulib. 2011-02-14 20:53:29 -08:00
intprops.h gnulib: import mktime and move-if-change fixes from gnulib 2011-01-30 11:22:02 -08:00
Makefile.am Import filemode module from gnulib. 2011-02-20 02:51:50 -08:00
Makefile.in [ChangeLog] 2011-02-21 17:55:20 -08:00
makefile.w32-in Add stdint.h for MS-Windows. 2011-02-21 22:16:43 +02:00
md5.c Import simpler crypto/md5 module from gnulib, plus stdint module. 2011-02-18 23:28:29 -08:00
md5.h Import simpler crypto/md5 module from gnulib, plus stdint module. 2011-02-18 23:28:29 -08:00
min-max.h [ChangeLog] 2011-02-21 15:22:34 -08:00
mktime-internal.h Regenerate. 2011-01-08 22:57:07 -08:00
mktime.c gnulib: import mktime and move-if-change fixes from gnulib 2011-01-30 11:22:02 -08:00
stdbool.in.h gnulib: undo previous change 2011-02-06 14:13:03 -08:00
stddef.in.h gnulib: undo previous change 2011-02-06 14:13:03 -08:00
stdint.in.h Import simpler crypto/md5 module from gnulib, plus stdint module. 2011-02-18 23:28:29 -08:00
stdlib.in.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
strftime.c strftime: import from gnulib 2011-01-30 15:34:18 -08:00
strftime.h strftime: import from gnulib 2011-01-30 15:34:18 -08:00
sys_stat.in.h Import filemode module from gnulib. 2011-02-20 02:51:50 -08:00
time.in.h gnulib: allow multiple gnulib generated replacements to coexist 2011-02-06 17:01:26 -08:00
time_r.c Regenerate. 2011-01-08 22:57:07 -08:00
unistd.in.h gnulib: allow multiple gnulib generated replacements to coexist 2011-02-06 17:01:26 -08:00