1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 14:30:42 -08:00
emacs/lib-src
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
..
.gitignore Don't ignore files that are no longer generated 2011-02-13 19:35:05 +01:00
ChangeLog [ChangeLog] 2011-02-21 17:55:20 -08:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
ebrowse.c [ChangeLog] 2011-02-21 15:22:34 -08:00
emacsclient.c Declare file-scope functions and variables static if not exported. 2011-02-21 10:06:25 -08:00
etags.c [ChangeLog] 2011-02-21 17:55:20 -08:00
fakemail.c Declare file-scope functions and variables static if not exported. 2011-02-21 10:06:25 -08:00
grep-changelog Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
hexl.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
make-docfile.c * make-docfile.c (input_buffer): Rename variables to avoid shadowing. 2011-02-21 11:37:54 -08:00
Makefile.in * Makefile.in (ebrowse${EXEEXT}, pop.o): Depend on min-max.h. 2011-02-21 16:08:53 -08:00
makefile.w32-in Adapt MS-Windows build to import of filemode.c from gnulib. 2011-02-21 22:00:19 +02:00
movemail.c * movemail.c: Define macros only in needed contexts. 2011-02-21 16:11:56 -08:00
ntlib.c Fix the MS-Windows build broken by 2011-01-17T19:01:01Z!eggert@cs.ucla.edu and emacs-23/2010-05-21T19:51:48Z!acm@muc.de. 2011-01-29 14:36:11 +02:00
ntlib.h Fix the MS-Windows build broken by 2011-01-17T19:01:01Z!eggert@cs.ucla.edu and emacs-23/2010-05-21T19:51:48Z!acm@muc.de. 2011-01-29 14:36:11 +02:00
pop.c [ChangeLog] 2011-02-21 15:22:34 -08:00
pop.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
profile.c Declare file-scope functions and variables static if not exported. 2011-02-21 10:06:25 -08:00
rcs-checkin Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
rcs2log Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
README
test-distrib.c * test-distrib.c (buf): Make this local, to avoid shadowing. 2011-02-21 15:15:17 -08:00
testfile
update-game-score.c Declare file-scope functions and variables static if not exported. 2011-02-21 10:06:25 -08:00
vcdiff Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.