From: Paul Eggert Date: Mon, 21 Feb 2011 17:56:37 +0000 (-0800) Subject: Import filemode module from gnulib. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~779^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c185672d66dc89bfd2c7889a5f0a6984c0ec607;p=emacs.git Import filemode module from gnulib. --- 5c185672d66dc89bfd2c7889a5f0a6984c0ec607 diff --cc ChangeLog index 5a898656216,1155a1b6e8c..db173ddd9a1 --- a/ChangeLog +++ b/ChangeLog @@@ -1,23 -1,23 +1,38 @@@ -2011-02-20 Christoph Scholtes - - * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from - src/makefile.w32-in. - + 2011-02-20 Paul Eggert + + Import filemode module from gnulib. + * .bzrignore: Add lib/sys/. + * Makefile.in (GNULIB_MODULES): Add filemode. + * lib/Makefile.am (MOSTLYCLEANDIRS): New macro. + * lib/filemode.c: Renamed from src/filemode.c and regenerated + from gnulib. This adds support for some more file types, e.g., + Cray DMF migrated files. + * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c. + * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4: + * m4/sys_stat_h.m4: New files, generated from gnulib. + * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: + Regenerate. + +2011-02-20 Eli Zaretskii + + * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on + $(EMACS_ROOT)/nt/inc/sys/stat.h. + +2011-02-20 Paul Eggert + + * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign. + This undoes the 2006-01-02 change. The -Wno-pointer-sign option + is no longer needed, due to the recent SSDATA and related changes. + Perhaps -Wno-pointer-sign should also be removed from + nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy + way to test this so I left it alone. + * configure: Regenerate. + +2011-02-20 Christoph Scholtes + + * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from + src/makefile.w32-in. + 2011-02-20 Paul Eggert Import crypto/md5 and stdint modules from gnulib. diff --cc src/ChangeLog index c53e5add3fb,8bf59d12465..d95ebb32dee --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,3 -1,3 +1,13 @@@ ++2011-02-21 Paul Eggert ++ ++ Import filemode module from gnulib. ++ * Makefile.in (base_obj): Remove filemode.o, as it's now in ../lib. ++ * deps.mk (dired.o): Depend on ../lib/filemode.h, too. ++ (filemode.o): Remove; this is now in ../lib. ++ * dired.c: Include . ++ (filemodestring): Remove now-redundant decl. ++ * config.in: Regenerate. ++ 2011-02-20 Eli Zaretskii * makefile.w32-in ($(BLD)/fns.$(O)): Depend on