1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00
No description
Find a file
Jim Blandy e3a7436e6f Changes for 3b1 suggested by Andy Fyfe <andy@scp.caltech.edu>
* 7300.h [__GNUC__]: #define HAVE_ALLOCA.
[not __GNUC__]: #define SWITCH_ENUM_BUG, C_ALLOCA, and STACK_DIRECTION.
(HAVE_SYSVIPC, USE_UTIME): #define these.
(memmove): We don't have this; call safe_bcopy.
(CRT0_COMPILE): #define this, so we always use the system's cc.
* config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for
configure to edit.
* sysdep.c [not HAVE_MKDIR] (mkdir): New function, taken from tar,
for use on systems lacking the mkdir function.
[not HAVE_RMDIR] (rmdir): New function, taken from tar, for use on
systems lacking the rmdir function.
* ymakefile (crt0.o): Replace the compiler and switches with the
symbol CRT0_COMPILE.
(CRT0_COMPILE): If the system and machine description files have
left this undefined, then define it to do the same as the old
crt0.o rule used to.
1993-08-03 07:28:04 +00:00
etc *** empty log message *** 1993-07-30 05:58:29 +00:00
lib-src (put_entries): For NODE->rewritten, put pattern before \177 and name after, 1993-08-01 22:13:54 +00:00
lisp Make boldness and italicness affect subsequently created frames. 1993-08-03 07:12:34 +00:00
lispref Initial revision 1993-07-20 06:07:58 +00:00
src Changes for 3b1 suggested by Andy Fyfe <andy@scp.caltech.edu> 1993-08-03 07:28:04 +00:00
build-ins.in entered into RCS 1992-05-01 06:20:52 +00:00
config.guess *** empty log message *** 1993-06-10 20:28:32 +00:00
config.sub (lynx): Recognize as vendor. 1993-07-21 21:00:37 +00:00
configure1.in * configure.in (function checks): Test for mkdir and rmdir. 1993-08-03 06:57:03 +00:00
GETTING.GNU.SOFTWARE Mention that gzip files end in ".gz", not ".z". 1993-06-14 15:12:07 +00:00
INSTALL Initial revision 1993-05-28 04:47:23 +00:00
make-dist * make-dist: Include lisp/dired.todo in the distribution. 1993-07-27 23:43:56 +00:00
Makefile.in * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src 1993-07-18 06:10:46 +00:00
PROBLEMS Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00