Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ed1281ec
Commit
ed1281ec
authored
Dec 24, 2006
by
Eli Zaretskii
Browse files
nt/ChangeLog
parent
2126efcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
nt/ChangeLog
nt/ChangeLog
+6
-1
src/config.in
src/config.in
+5
-1
No files found.
nt/ChangeLog
View file @
ed1281ec
2006-12-24 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
only in implicit rules. Use literal "emacs.rc" instead.
2006-12-23 Eli Zaretskii <eliz@gnu.org>
* gmake.defs: Export XMFLAGS.
* makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't
use $(XMFLAGS).
use $(XMFLAGS)
for nmake, as it doesn't support parallelism
.
2006-12-22 Eli Zaretskii <eliz@gnu.org>
...
...
src/config.in
View file @
ed1281ec
...
...
@@ -121,6 +121,10 @@ Boston, MA 02110-1301, USA. */
don't. */
#undef HAVE_DECL_SYS_SIGLIST
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
*/
#undef HAVE_DECL_TZNAME
/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
don't. */
#undef HAVE_DECL___SYS_SIGLIST
...
...
@@ -802,7 +806,7 @@ Boston, MA 02110-1301, USA. */
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run
-
time.
automatically deduced at runtime.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment