1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

163 Commits

Author SHA1 Message Date
Jason Rumney
7c98e712b1 Enable conservative stack marking. 2000-11-25 19:18:49 +00:00
Andrew Innes
f7e383f095 (recompile): New target to recompile lisp
directory.
(recompile-CMD, recompile-SH): New support targets.
2000-10-17 09:13:06 +00:00
Gerd Moellmann
6567e9b550 *** empty log message *** 2000-09-25 15:42:25 +00:00
Jason Rumney
acc311da84 Add definition of NO_RETURN 2000-09-24 11:12:04 +00:00
Andrew Innes
5eedab4dbc *** empty log message *** 2000-09-17 21:00:54 +00:00
Andrew Innes
9e6fd35da9 Revert to Unix line endings. 2000-09-17 21:00:02 +00:00
Andrew Innes
fe83b953b1 *** empty log message *** 2000-09-14 22:00:54 +00:00
Andrew Innes
7bbaaeddf0 Revert to Unix line endings. 2000-09-14 21:59:59 +00:00
Andrew Innes
3021e8160b *** empty log message *** 2000-09-14 21:51:49 +00:00
Andrew Innes
5aa31fa6af Standardize indentation somewhat.
Add bootstrap support.
Pass $(MFLAGS) when invoking make recursively.
Add shell-specific variants of top-level targets that invoke make
recursively in other directories, and add necessary computed
dependencies.
2000-09-14 21:51:16 +00:00
Andrew Innes
12563abbfa (SHELLTYPE): New define. 2000-09-14 21:45:45 +00:00
Andrew Innes
54f28d5fbc (SHELLTYPE): New define.
(SETLOADPATH): New define.
2000-09-14 21:45:18 +00:00
Andrew Innes
de324d883e Change to DOS line endings.
Simplify the generation of makefiles (don't need to generate
various top-level targets that invoke make in other directories).
2000-09-14 21:40:59 +00:00
Andrew Innes
17d4e22cca Add note about expected error messages when configure
is run.
2000-09-14 21:37:44 +00:00
Andrew Innes
f8803e9783 *** empty log message *** 2000-09-03 22:35:14 +00:00
Andrew Innes
96f492752e Change to DOS line endings. 2000-09-03 22:30:19 +00:00
Andrew Innes
44ef7cf637 *** empty log message *** 2000-09-03 17:51:29 +00:00
Andrew Innes
9a6f5b63a3 Change to DOS line endings. 2000-09-03 17:47:54 +00:00
Andrew Innes
c1174479c2 *** empty log message *** 2000-09-03 17:46:22 +00:00
Andrew Innes
a1375c9fa7 (_ANONYMOUS_UNION) [__GNUC__]: New define.
(_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2000-09-03 17:39:34 +00:00
Andrew Innes
ab252cf95d (CFLAGS): No need for -D_ANONYMOUS_UNION
-D_ANONYMOUS_STRUCT on compile line.
(EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
(ARCH_CFLAGS): Change optimization flags to -O2.
(FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
(ARGQUOTE, DQUOTE): New defines.
2000-09-03 17:37:09 +00:00
Andrew Innes
32bc732bed (CFLAGS): No need for -D_ANONYMOUS_UNION
-D_ANONYMOUS_STRUCT on compile line.
(FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
(ARGQUOTE, DQUOTE): New defines.
2000-09-03 17:36:34 +00:00
Andrew Innes
af9ba8ad6c *** empty log message *** 2000-08-30 12:57:13 +00:00
Andrew Innes
280d77218f New file. 2000-08-24 11:05:18 +00:00
Andrew Innes
746d9caf8b *** empty log message *** 2000-08-22 21:57:09 +00:00
Andrew Innes
00a08ac7ce (_WINSOCK_H): Undefine if defined.
(fd_set): Define to new name, after including winsock.h, so we can
provide our own implementation.
2000-08-22 21:53:55 +00:00
Andrew Innes
9366e3b092 (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
not defined.
2000-08-22 21:53:28 +00:00
Andrew Innes
8040b3ba6e Remove WIN32 define. 2000-08-22 21:52:41 +00:00
Andrew Innes
8b1709cc91 (PTR_TO_OFFSET): Cast ptr to unsigned char *. 2000-08-22 21:51:15 +00:00
Andrew Innes
f5d9ebeead Use forward slash as directory separator in all path
definitions.
(PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
2000-08-22 21:50:38 +00:00
Andrew Innes
50a6026b8b [WINDOWSNT]: Don't declare getenv. 2000-08-22 21:48:48 +00:00
Andrew Innes
a56e5d174c (PTR_TO_OFFSET): Cast ptr to unsigned char*. 2000-08-22 21:45:29 +00:00
Andrew Innes
5205d900d6 (main): Accept /q to mean install based on addpm's
location without asking.  Remove reference to emacs.bat which is
now obsolete.
2000-08-22 21:43:12 +00:00
Andrew Innes
da179dd049 Rewrite to match new configure process. 2000-08-22 21:41:26 +00:00
Kenichi Handa
6922b01802 *** empty log message *** 2000-08-21 01:39:25 +00:00
Andrew Innes
d95443d17b *** empty log message *** 2000-07-05 17:35:45 +00:00
Andrew Innes
de32572e73 Add support for `bootstrap' and related targets. 2000-07-05 17:32:43 +00:00
Andrew Innes
c582c42d93 Add support for specifying make arguments. 2000-07-05 17:21:29 +00:00
Jason Rumney
f1c7754a42 *** empty log message *** 2000-06-11 21:00:57 +00:00
Jason Rumney
dc5ed26ee9 Define POINTER_TYPE, PTR, PROTOTYPES and __P. 2000-06-11 20:58:22 +00:00
Andrew Innes
a75dfea0a5 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
around image definitions and prototypes.
(gamma_correct) [WINDOWSNT]: New prototype.

* w32term.c (x_make_frame_visible): Replace call to
input_poll_signal with poll_for_input.

* window.c [WINDOWSNT]: Include w32term.h.

* xdisp.c [WINDOWSNT]: Include w32term.h.

* makefile.nt: Add dependencies on w32gui.h.
(OBJ1): Include atimer.obj.
($(BLD)\atimer.obj): New dependency rule.

* w32.c (sigmask): New function (does nothing).
(sigunblock): Ditto.

* frame.c [WINDOWSNT]: Include w32term.h.

* w32gui.h (struct W32FontStruct): Add ascent and descent slots.

* lread.c (syms_of_lread): Fix literal newlines.

* emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around
the string constant limit (2048 bytes) in MSVC.
(main): Ditto.
2000-02-06 23:37:51 +00:00
Andrew Innes
28dd1b41cc Add include protection. 2000-02-06 23:37:34 +00:00
Andrew Innes
9e598d898e (SYS_LDFLAGS): Add -nologo. 2000-02-06 23:37:33 +00:00
Gerd Moellmann
f67a1f3e69 Add CRs. 1999-11-22 22:44:15 +00:00
Gerd Moellmann
2c9b8e9d18 Pass on command line arguments to make. 1999-11-22 22:35:45 +00:00
Gerd Moellmann
98e85e3465 *** empty log message *** 1999-11-22 15:20:32 +00:00
Gerd Moellmann
7624a507f5 (fast_install): Bring commands up-to-date, and fix typo. 1999-11-22 14:56:24 +00:00
Gerd Moellmann
371f58d5d8 *** empty log message *** 1999-11-22 14:41:25 +00:00
Gerd Moellmann
460c6535ff (EMACSLOADPATH): Include leim. 1999-11-22 14:37:38 +00:00
Gerd Moellmann
e005bb40cb (env_vars): Include leim in default EMACSLOADPATH
definition.
1999-11-22 14:37:08 +00:00