1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00
emacs/lib-src
Juanma Barranquero 07adc2c63b Update Windows port to gnulib changes in 2012-07-06T21:07:46Z!eggert@cs.ucla.edu.
* lib-src/makefile.w32-in ($(BLD)/ctags.$(O), $(BLD)/etags.$(O)):
Update dependencies.

* lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
$(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
($(BLD)/c-strncasecmp.$(O)): New dependencies.

* src/makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
Update dependencies.

* src/s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
2012-07-07 02:20:56 +02:00
..
.gitignore Don't ignore files that are no longer generated 2011-02-13 19:35:05 +01:00
ChangeLog Update Windows port to gnulib changes in 2012-07-06T21:07:46Z!eggert@cs.ucla.edu. 2012-07-07 02:20:56 +02:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
ebrowse.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
emacsclient.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
etags.c Use c_strcasecmp for ASCII case-insensitive comparison. 2012-07-06 14:07:46 -07:00
grep-changelog Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
hexl.c Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
make-docfile.c * make-docfile.c (write_globals): Warn about duplicate function 2012-07-06 21:50:17 +02:00
Makefile.in Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
makefile.w32-in Update Windows port to gnulib changes in 2012-07-06T21:07:46Z!eggert@cs.ucla.edu. 2012-07-07 02:20:56 +02:00
movemail.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
ntlib.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ntlib.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
pop.c Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
pop.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
profile.c Adapt the MS-DOS build to the latest changes. 2012-06-30 18:32:51 +03:00
rcs2log Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
README changed Emacs' to GNU Emacs' 2006-03-31 07:25:44 +00:00
test-distrib.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
testfile
update-game-score.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07: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.