aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-12-24 07:22:49 +0000
committerEli Zaretskii2006-12-24 07:22:49 +0000
commited1281ecb9a6f9450fd95ddb8bafb24dd279ea94 (patch)
treef9c4c18f65dfc963321d0fda0031d8ac97b32764
parent2126efcc179485b8a3a40e8b021b3466f8c5c6c1 (diff)
downloademacs-ed1281ecb9a6f9450fd95ddb8bafb24dd279ea94.tar.gz
emacs-ed1281ecb9a6f9450fd95ddb8bafb24dd279ea94.zip
nt/ChangeLog
-rw-r--r--nt/ChangeLog7
-rw-r--r--src/config.in6
2 files changed, 11 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index ee6f8e382eb..7aaa385e610 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,9 +1,14 @@
12006-12-24 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
4 only in implicit rules. Use literal "emacs.rc" instead.
5
12006-12-23 Eli Zaretskii <eliz@gnu.org> 62006-12-23 Eli Zaretskii <eliz@gnu.org>
2 7
3 * gmake.defs: Export XMFLAGS. 8 * gmake.defs: Export XMFLAGS.
4 9
5 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't 10 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't
6 use $(XMFLAGS). 11 use $(XMFLAGS) for nmake, as it doesn't support parallelism.
7 12
82006-12-22 Eli Zaretskii <eliz@gnu.org> 132006-12-22 Eli Zaretskii <eliz@gnu.org>
9 14
diff --git a/src/config.in b/src/config.in
index 7bf9c3e62e4..5d8ab82b0e5 100644
--- a/src/config.in
+++ b/src/config.in
@@ -121,6 +121,10 @@ Boston, MA 02110-1301, USA. */
121 don't. */ 121 don't. */
122#undef HAVE_DECL_SYS_SIGLIST 122#undef HAVE_DECL_SYS_SIGLIST
123 123
124/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
125 */
126#undef HAVE_DECL_TZNAME
127
124/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you 128/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
125 don't. */ 129 don't. */
126#undef HAVE_DECL___SYS_SIGLIST 130#undef HAVE_DECL___SYS_SIGLIST
@@ -802,7 +806,7 @@ Boston, MA 02110-1301, USA. */
802 806
803/* If using the C implementation of alloca, define if you know the 807/* If using the C implementation of alloca, define if you know the
804 direction of stack growth for your system; otherwise it will be 808 direction of stack growth for your system; otherwise it will be
805 automatically deduced at run-time. 809 automatically deduced at runtime.
806 STACK_DIRECTION > 0 => grows toward higher addresses 810 STACK_DIRECTION > 0 => grows toward higher addresses
807 STACK_DIRECTION < 0 => grows toward lower addresses 811 STACK_DIRECTION < 0 => grows toward lower addresses
808 STACK_DIRECTION = 0 => direction of growth unknown */ 812 STACK_DIRECTION = 0 => direction of growth unknown */