aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero2012-07-07 02:20:56 +0200
committerJuanma Barranquero2012-07-07 02:20:56 +0200
commit07adc2c63b17a5829879886901cb731483a469cd (patch)
treeeac3be41bbf371c67e34ee95181cabd2e73d09ae /lib-src
parent82fd0d8bed18ab961c9060325de4f17ed0ad94c9 (diff)
downloademacs-07adc2c63b17a5829879886901cb731483a469cd.tar.gz
emacs-07adc2c63b17a5829879886901cb731483a469cd.zip
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.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/makefile.w32-in2
2 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 56f1551e8ba..16e24b194d5 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12012-07-07 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in ($(BLD)/ctags.$(O), $(BLD)/etags.$(O)):
4 Update dependencies.
5
12012-07-06 Paul Eggert <eggert@cs.ucla.edu> 62012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786). 8 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 854cda371e3..98d003ac366 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -363,6 +363,7 @@ $(BLD)/ctags.$(O) : \
363 $(EMACS_ROOT)/src/s/ms-w32.h \ 363 $(EMACS_ROOT)/src/s/ms-w32.h \
364 $(EMACS_ROOT)/lib-src/../src/config.h \ 364 $(EMACS_ROOT)/lib-src/../src/config.h \
365 $(SRC)/ntlib.h \ 365 $(SRC)/ntlib.h \
366 $(EMACS_ROOT)/lib/c-strcase.h \
366 $(EMACS_ROOT)/lib/getopt.h 367 $(EMACS_ROOT)/lib/getopt.h
367 368
368$(BLD)/ebrowse.$(O) : \ 369$(BLD)/ebrowse.$(O) : \
@@ -384,6 +385,7 @@ $(BLD)/etags.$(O) : \
384 $(EMACS_ROOT)/src/s/ms-w32.h \ 385 $(EMACS_ROOT)/src/s/ms-w32.h \
385 $(EMACS_ROOT)/lib-src/../src/config.h \ 386 $(EMACS_ROOT)/lib-src/../src/config.h \
386 $(SRC)/ntlib.h \ 387 $(SRC)/ntlib.h \
388 $(EMACS_ROOT)/lib/c-strcase.h \
387 $(EMACS_ROOT)/lib/getopt.h 389 $(EMACS_ROOT)/lib/getopt.h
388 390
389$(BLD)/hexl.$(O) : \ 391$(BLD)/hexl.$(O) : \