Brian Fox
b278606c13
(Fminibuffer_complete_word): GCPRO1 `completion' during calls to
...
Ftry_completion.
(read_minibuf): Rewrite change of Sep 14. Save the return value on
the history list provided in the form that the value is returned, iff
the value is not equal to the front of the history list.
(Fread_no_blanks_input): Change DEFUN to allow 2nd arg to be optional.
The code was already written correctly.
1993-10-05 01:46:45 +00:00
Brian Fox
5176382080
(read_key_sequence): Don't declare first_event; it is no longer used.
...
Change "#if 0" for first_event reading to "#if defined (GOBBLE_FIRST_EVENT)".
1993-10-05 01:34:06 +00:00
Brian Fox
9825c716ad
If POSIX and HAVE_UNISTD_H are defined, and unistd.h hasn't already
...
been included, include it.
1993-10-05 01:29:54 +00:00
Roland McGrath
709f7c1f59
(LIBES): Add $(GNULIB_VAR) again at end.
...
This change to ymakefile was mysteriously lost. Were any others lost too?
1993-10-03 23:03:13 +00:00
Roland McGrath
9eb8034b1e
*** empty log message ***
1993-10-03 19:33:04 +00:00
Brian Fox
4b431fb7fc
(ALL_CFLAGS): Make sure .' is searched before
${srcdir}'.
1993-09-30 23:36:54 +00:00
Jim Blandy
f05ddc0526
Doc fix.
1993-09-28 09:56:06 +00:00
Brian Fox
a375dcc028
(Fhandle_switch_frame): Doc fix.
1993-09-28 09:54:36 +00:00
Brian Fox
4d780c768d
(validate_plist): Add argument declaration for `list'.
1993-09-28 09:52:13 +00:00
Brian Fox
ae3bed12ff
Initial revision
1993-09-28 09:48:57 +00:00
Roland McGrath
0eb26f89e7
[MULTI_FRAME]: Increase PURESIZE to 220000.
1993-09-25 22:46:34 +00:00
Richard M. Stallman
03e267c23b
Whitespace fix.
1993-09-23 21:15:37 +00:00
Brian Fox
024ec58f11
Add declaration for atof if not predefined.
1993-09-22 18:32:09 +00:00
Brian Fox
08ae913486
* Added fixes from Karl Berry for ISC-2.2.
...
(MEMMOVE_MISSING): Define.
(SIGNALS_VIA_CHARACTERS): Define.
(LIB_STANDARD): Do not include -lcposix.
(C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional.
1993-09-22 18:27:28 +00:00
Brian Fox
97e98a5676
(file_name_completion): Install case-preserving changes from Emacs 18
...
for completion_ignore_case.
(completion_ignore_case): Declare.
1993-09-22 18:25:03 +00:00
Brian Fox
2554751d80
(w_wn_set_size_hint): Make recent window gravity addition
...
depend on "PWinGravity" begin `#defined'.
1993-09-22 18:16:37 +00:00
Brian Fox
3cbbb729f9
(Fdelete_windows_on): Fix DEFUN to allow optional second arg to appear.
1993-09-22 18:14:10 +00:00
Brian Fox
2fdf3ee28c
(read_minibuf): Don't add history item if it is
...
string-equal to the most recent history item.
1993-09-22 18:13:27 +00:00
Brian Fox
03383aafcd
(doprnt): Use a fixed buffer to store the format
...
specification, but only if we are sure it will fit. Otherwise,
use alloca () to get enouhg space. Don't allow negative size
specifications to core dump; instead, treat them as positive
("%-20d" == "%20d").
1993-09-22 18:12:09 +00:00
Brian Fox
03b4122a29
(Qextended_command_history): New variable prevents
...
sharing of M-x command history with other commands that read
values in the minibuffer.
1993-09-22 18:11:10 +00:00
Brian Fox
b95520f5be
(sys_write): Keep trying to write out the data until
...
all of the data is written, or until we receive an error which is
not an interrupted write.
1993-09-22 18:08:51 +00:00
Brian Fox
3df34fdb94
(XScreenNumberOfScreen): Move assignments out of declaration for (dpy,
...
dpyscr). Some older versions of MIPS compilers miscompile this expression.
1993-09-22 18:07:44 +00:00
Richard M. Stallman
6366e5dff0
entered into RCS
1993-09-20 20:03:30 +00:00
Roland McGrath
82cb56fb14
*** empty log message ***
1993-09-20 20:02:01 +00:00
Richard M. Stallman
d00a8c7893
Add #undef HAVE_RES_INIT.
1993-09-19 19:28:39 +00:00
Richard M. Stallman
5290d2c206
(LIBS_SYSTEM): Use -lresolv if it seems appropriate.
1993-09-16 22:58:36 +00:00
Richard M. Stallman
843873e99f
(LIB_STANDARD): Add a second -lc after crtn.o.
1993-09-14 19:47:43 +00:00
Richard M. Stallman
edb0cf8d8d
(LIBS_MACHINE): Make definition empty.
1993-09-14 12:12:42 +00:00
Richard M. Stallman
7ea69158f0
(graft_intervals_into_buffer): New arg INHERIT.
1993-09-14 12:10:53 +00:00
Richard M. Stallman
0c28711271
(Funexpand_abbrev, Fexpand_abbrev): Pass new arg to insert_from_string.
1993-09-14 12:10:27 +00:00
Richard M. Stallman
5778daa93e
(Fsubstitute_command_keys): Pass new arg to insert_from_string.
1993-09-14 12:10:02 +00:00
Richard M. Stallman
3cab9ae4e1
(Fminibuffer_complete_word): Pass new arg to insert_from_string*.
1993-09-14 12:09:15 +00:00
Richard M. Stallman
be91036a03
(Finsert_and_inherit): New function.
...
(Finsert_and_inherit_before_markers): New function.
(Finsert, Finsert_before_markers): Pass new arg to insert_from_string*.
1993-09-14 12:08:49 +00:00
Richard M. Stallman
d756355c96
(Freplace_match): Call Finsert_and_inherit.
1993-09-14 12:08:30 +00:00
Richard M. Stallman
9391e59130
(insert_from_string): Pass extra arg to graft_intervals_into_buffer.
...
New arg INHERIT.
(insert_from_string_before_markers): New arg INHERIT.
1993-09-14 12:08:02 +00:00
Richard M. Stallman
3fe5383642
(HAVE_X11R4): If AIX, do not define HAVE_X11R4.
1993-09-13 04:15:45 +00:00
Richard M. Stallman
0268964066
(AIX3_2): Defined.
1993-09-13 04:15:24 +00:00
Richard M. Stallman
f6c25ced5c
(LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2.
1993-09-13 04:15:08 +00:00
Richard M. Stallman
739f36e243
(bzero, bcopy, bcmp): Don't define as functions
...
if they are defined as macros.
1993-09-12 12:36:30 +00:00
Roland McGrath
2a6b353709
Include <paths.h>, not "paths.h".
1993-09-12 01:34:01 +00:00
Roland McGrath
18160b98ce
Include <config.h> instead of "config.h".
1993-09-10 06:15:46 +00:00
Roland McGrath
21ed446104
(clean): Use rm -f.
...
(xmakefile): Use -I. in cpp run.
1993-09-10 05:15:05 +00:00
Roland McGrath
60fa73fdf2
Initial revision
1993-09-10 05:02:57 +00:00
Roland McGrath
e0dd62f616
entered into RCS
1993-09-10 04:36:09 +00:00
Roland McGrath
94f6013a00
*** empty log message ***
1993-09-10 04:22:01 +00:00
Richard M. Stallman
61c3ce6288
(x_term_init): Call change_keyboard_wait_descriptor,
...
instead of dup2. Use the existing X desc number in fcntl calls.
(XTread_socket): Don't forget to clear out `mask'.
1993-09-08 17:53:49 +00:00
Richard M. Stallman
dd2281ae2a
(keyboard_descriptor): New variable.
...
(wait_reading_process_input, init_keyboard): Use it.
Also call change_input_fd.
(change_keyboard_wait_descriptor): New function.
1993-09-08 17:53:11 +00:00
Richard M. Stallman
64e971c33b
(stuff_char): Use input_fd.
...
(narrow_foreground_group, widen_foreground_group, init_sys_modes)
(init_baud_rate, init_sigio, request_sigio, unrequest_sigio): Likewise.
(change_input_fd): New function.
1993-09-08 16:55:53 +00:00
Francesco Potortì
953d263ecd
* filelock.c (fill_in_lock_short_file_name): corrected the crc
...
generation algorithm.
1993-09-08 15:28:44 +00:00
David J. MacKenzie
75f9d62502
comment fix
1993-08-19 22:29:35 +00:00
Roland McGrath
252e4dba33
(F{next,previous}_single_property_change): Doc fix.
1993-08-19 20:18:46 +00:00
Roland McGrath
0114e17e66
*** empty log message ***
1993-08-16 19:10:25 +00:00
Richard M. Stallman
039f26a48f
(mkdir, rmdir): Use wait_for_termination to wait.
...
Redirect descriptors 0...2 to /dev/null.
1993-08-15 04:28:05 +00:00
Richard M. Stallman
74e299845c
(HAVE_VFORK, INTEL386, aix386): Add #undef.
1993-08-15 03:55:29 +00:00
Richard M. Stallman
719b4a405f
(Qread_file_name_internal): New var.
...
(syms_of_minibuf): Set it up and protect it.
(Fminibuffer_complete_word): When completing a file name,
expand envvar references.
1993-08-15 03:54:35 +00:00
Richard M. Stallman
94c8642adf
Include syswait.h.
1993-08-15 03:53:33 +00:00
Richard M. Stallman
889255b458
Include syswait.h.
...
(wait_reading_process_input): Exit without waiting
if wait_for_cell is already non-nil.
1993-08-15 03:52:43 +00:00
Richard M. Stallman
2313b945f2
(adjust_intervals_for_insertion): If inserting in middle
...
of interval that is sticky in neither direction, don't copy props.
(merge_properties_sticky): Handle non-list as front-sticky or
rear-nonsticky property.
1993-08-15 03:49:28 +00:00
Richard M. Stallman
9d11b9a193
(mostlyclean): Don't delete emacs here.
...
(clean): Delete emacs and emacs-* here.
(distclean): Don't delete emacs-* here.
1993-08-15 03:39:42 +00:00
Richard M. Stallman
d1f21a66c4
(struct property_change): New field `arrived'.
...
(expect_property_change): Return struct property_change *.
Clear `arrived'.
(unexpect_property_change): Take one as argument.
(wait_for_property_change): Take one as argument.
If `arrived' is set, don't wait.
(wait_for_property_change_unwind): Corresponding changes.
(receive_incremental_selection): Corresponding changes.
(x_reply_selection_request): Corresponding changes.
(property_deleted_p): Function deleted.
(x_handle_selection_clear): Redisplay.
1993-08-14 23:02:58 +00:00
Richard M. Stallman
b90d9e8043
(compile_pattern): Cast result of re_compile_pattern.
1993-08-14 20:16:43 +00:00
Richard M. Stallman
e443f843a4
(init_cmdargs): Check openp result for 1, not != 0.
1993-08-14 18:37:47 +00:00
Richard M. Stallman
6dba18584c
(x_wm_set_size_hint): New args spec_x and spec_y.
...
Set the window gravity. All callers changed.
(XTread_socket): Make copy_buffer unsigned.
(x_calc_absolute_position): For negative coords, take
account of added width from window manager's outer window.
1993-08-14 11:00:54 +00:00
Richard M. Stallman
8014cc0367
(x_wm_set_size_hint): New args spec_x and spec_y.
...
Set the window gravity. All callers changed.
1993-08-14 10:59:10 +00:00
Richard M. Stallman
1658603c0c
(Fx_popup_menu): Adjust coords so they are relative to the inner window.
1993-08-14 10:30:09 +00:00
Richard M. Stallman
43626ea48d
entered into RCS
1993-08-14 09:38:56 +00:00
Richard M. Stallman
64c1864a88
(__CTOR_LIST__): Don't declare it on Linux.
1993-08-14 07:34:28 +00:00
Richard M. Stallman
4601350064
(getpwuid): Declare it as in xrdb.c.
...
(init_filelock): Don't use return value of strcpy.
1993-08-14 07:21:00 +00:00
Richard M. Stallman
11378c410a
(x_set_frame_parameters): Don't die if just one of
...
height and width was set. Likewise left and top.
1993-08-14 07:20:08 +00:00
Richard M. Stallman
871d0ce7fb
(internal_equal): Typo in previous change.
1993-08-14 07:14:13 +00:00
Richard M. Stallman
e050ef745e
(property_change_between_p): Test NULL_INTERVAL_P
...
in loop, before looking at next->position.
1993-08-14 04:36:08 +00:00
Richard M. Stallman
5843fef346
(internal_equal): All markers in no buffer are equal.
1993-08-14 03:50:26 +00:00
Roland McGrath
453a645a41
Added #undef HAVE_XSCREENNUMBEROFSCREEN.
1993-08-13 23:35:42 +00:00
Richard M. Stallman
bdb8d0854a
(C_DEBUG_SWITCH, SYSTEM_MALLOC): Defined.
1993-08-13 22:23:19 +00:00
Richard M. Stallman
820829e347
(C_SWITCH_MACHINE): Deleted.
1993-08-13 22:21:52 +00:00
Richard M. Stallman
404daac1a1
(XScreenNumberOfScreen): New function.
1993-08-13 22:16:38 +00:00
Richard M. Stallman
b2fe4ec62d
(START_FILES, LIB_STANDARD): Don't define if USG5_4.
...
(DEFAULT_ENTRY_ADDRESS): Likewise.
(UNEXEC): Use unexelfsgi.o if USG5_4.
1993-08-13 21:40:37 +00:00
Richard M. Stallman
e1111f28fb
Delete conditionals for HAVE_X_WINDOWS and HAVE_SOCKETS.
1993-08-13 19:09:21 +00:00
Richard M. Stallman
6a6eec7e22
(C_ALLOCA): Don't define it.
1993-08-13 08:44:21 +00:00
Richard M. Stallman
27203ead54
(kbd_buffer_store_event): Use bcopy to copy
...
a selection request event.
(read_char): Never start echoing if -batch.
1993-08-13 06:19:21 +00:00
Richard M. Stallman
6930925e83
(get_data_region): Add cast to avoid warning.
1993-08-13 05:38:33 +00:00
Richard M. Stallman
d3fc9c800d
(Flogb): Error at run time if not supported.
1993-08-13 00:46:48 +00:00
Roland McGrath
3070929adb
*** empty log message ***
1993-08-12 22:17:13 +00:00
Richard M. Stallman
1a3ac8b9d2
(Flogb): Doc fix.
1993-08-12 22:07:47 +00:00
Richard M. Stallman
6c362a8bb2
Include process.h.
...
(init_cmdargs): Use EXEC_SUFFIXES.
1993-08-12 22:05:30 +00:00
Richard M. Stallman
b7a11e2101
Include alloca.h if appropriate.
...
Fix the #include file name.
(ULIMIT_BREAK_VALUE, GETPGRP_NO_ARG, NO_MATHERR): New macros.
(LIB_STANDARD): #undef it.
1993-08-12 21:55:46 +00:00
Richard M. Stallman
9fbb139c5a
(Fdelete_frame): Add parens for clarity.
1993-08-12 21:01:06 +00:00
Richard M. Stallman
5ca24800d3
Fix typo in last change.
1993-08-12 07:56:35 +00:00
Richard M. Stallman
5b67709011
(HAVE_GETHOSTNAME): #if 0'd.
1993-08-12 05:39:25 +00:00
Richard M. Stallman
c45a32d459
(BIG_ENDIAN): Don't actually define it.
1993-08-12 04:53:38 +00:00
Richard M. Stallman
e4865e3fbe
(LD_SWITCH_SYSTEM): Delete the -L options.
1993-08-11 23:15:09 +00:00
Richard M. Stallman
a588e041b4
(describe_buffer_bindings): Declare shadow just once.
1993-08-11 21:10:44 +00:00
Richard M. Stallman
cdf0b09689
(verify_overlay_modification): initialize endpos.
1993-08-11 21:08:13 +00:00
Richard M. Stallman
f8f5a0575b
(enum resource_types): Delete final comma.
1993-08-11 20:48:04 +00:00
Richard M. Stallman
a68c0d3b6e
(enum window_loop): Delete final comma.
1993-08-11 20:46:27 +00:00
Richard M. Stallman
6cd195e292
(enum event_kind): Delete final comma.
...
(meta_modifier): Delete final comma.
1993-08-11 20:45:15 +00:00
Richard M. Stallman
dc35af79cb
(BIG_ENDIAN): Don't define if already defined.
1993-08-11 20:42:43 +00:00
Richard M. Stallman
f16a1ed371
(Frecenter): Preserve point in the buffer we change it in.
1993-08-11 19:29:19 +00:00
Richard M. Stallman
dbf8da3952
(Fnewline): If we don't do the first SET_PT,
...
clear flag, so we don't do the second SET_PT.
1993-08-11 19:09:15 +00:00
Richard M. Stallman
2e3b94e7e9
(make_lispy_event): Clear all but 0377 in event->code.
1993-08-11 07:56:40 +00:00
Roland McGrath
6c5c8bbece
*** empty log message ***
1993-08-11 07:27:10 +00:00
Richard M. Stallman
2f24f5ac0c
(direct_output_forward_char): Fix previous change:
...
verify position is in range before calling Fget_text_property,
and calculate position properly.
1993-08-11 05:24:29 +00:00
Richard M. Stallman
5c781212c8
(Qminibuffer_setup_hook, Vminibuffer_setup_hook): New vars.
...
(syms_of_minibuf): Set them up.
(read_minibuffer): Run the hook, if not empty.
1993-08-11 05:23:49 +00:00
Richard M. Stallman
018cfa0756
(receive_incremental_selection): Use bcopy, not memcpy.
1993-08-11 04:51:08 +00:00
Richard M. Stallman
806f25b218
(BIG_ENDIAN): Provide a value that matches the system.
1993-08-11 04:49:27 +00:00
Richard M. Stallman
31ba73cb9d
(C_SWITCH_X_SYSTEM): Define instead of C_SWITCH_SYSTEM.
1993-08-11 04:47:56 +00:00
Richard M. Stallman
82c1ecc6e5
Add #undef HAVE_FTIME.
1993-08-11 04:47:39 +00:00
Richard M. Stallman
465db27b59
(term_get_fkeys_define_1, term_get_fkeys_define): New functions.
...
(term_get_fkeys): Use them.
1993-08-11 04:09:28 +00:00
Richard M. Stallman
404e81d617
*** empty log message ***
1993-08-10 21:27:23 +00:00
Richard M. Stallman
dbe2a425d2
(LIB_X11_LIB, LIBX11_SYSTEM): Make #undefs unconditional.
1993-08-10 21:24:41 +00:00
Richard M. Stallman
c62e995865
Handle NO_TERMIO in principal HAVE_TERMIOS case.
1993-08-10 21:22:44 +00:00
Richard M. Stallman
abfc2e5fd2
(x_get_customization_string): Don't use value of strcpy.
1993-08-10 21:16:01 +00:00
Richard M. Stallman
551dd6e32f
(HAVE_TCATTR): Macro #defined.
...
(HAVE_CLOSEDIR): #undef to allow use of closedir in sysdep.c.
(SIGTSTP): Commented #undef to allow use of ^Z in shell-mode.
(SIGNALS_VIA_CHARACTERS): #defined.
1993-08-10 17:27:50 +00:00
Richard M. Stallman
28d849dbb8
(Fexpt): Use IN_FLOAT2.
1993-08-10 05:47:49 +00:00
Richard M. Stallman
3530d53400
(Vinvocation_directory): Declared.
1993-08-10 04:36:30 +00:00
Paul Eggert
44fa9da5d7
(Fmod): New function; result is always same sign as divisor.
1993-08-10 04:14:17 +00:00
Paul Eggert
ce426daa32
(main): Invoke syms_of_floatfns even if LISP_FLOAT_TYPE
...
isn't defined, since `(floor A B)' is now needed for integers.
1993-08-10 04:14:17 +00:00
Paul Eggert
fc2157cb0f
(Ffloor): Optional second operand specifies divisor, as in Common Lisp.
...
(syms_of_floatfns): Invoke syms_of_floatfns even if LISP_FLOAT_TYPE
isn't defined, since `(floor A B)' is now needed for integers.
1993-08-10 04:14:17 +00:00
Richard M. Stallman
d7cb42c349
(unexec): Add casts for some comparisons.
...
(PATCH_INDEX): Likewise.
1993-08-10 01:32:23 +00:00
Jim Blandy
6d3c6adbdf
* config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for the
...
configuration script to edit.
* floatfns.c (Flogb): Use HAVE_LOGB and HAVE_FREXP, instead of
assuming that all USG systems have FREXP.
1993-08-09 06:04:14 +00:00
Richard M. Stallman
c5a9c3e6a6
(term_init): Improve error messages (give sh commands).
1993-08-09 05:45:12 +00:00
Richard M. Stallman
41f54422a4
(mark_object): Declare ptr volatile, or don't use it
...
after a recursive call. Delete the aborts if ptr is clobbered.
1993-08-08 23:19:24 +00:00
Richard M. Stallman
2224a5fc74
(struct font_info): New structure.
...
(x_font_table): Use struct font_info as elements.
(x_new_font): Corresponding changes.
Use XListFonts, not XListFontsWithInfo.
Use XFreeFontNames, not XFreeFontInfo.
Compare fonts by name, not by fid.
If already_loaded is 0, that counts as "yes".
1993-08-08 22:38:31 +00:00
Richard M. Stallman
6f5d1a4f52
Don't put -q in args.
...
Don't unset TERM and TERMCAP--show them instead.
1993-08-08 07:41:41 +00:00
Richard M. Stallman
651c847c8f
(HAVE_VFORK): Defined.
1993-08-08 06:55:45 +00:00
Richard M. Stallman
ace40a6918
(Vinvocation_directory): New var.
...
(init_cmdargs): Set up its value.
(Finvocation_directory): New function.
(main): Call init_buffer, init_callproc and init_cmdargs
before init_lread.
(syms_of_emacs): Install the function, and protect the variable.
1993-08-08 06:23:21 +00:00
Richard M. Stallman
ddc61f4653
(expand_and_dir_to_file): Use Fdirectory_file_name.
1993-08-08 05:17:22 +00:00
Richard M. Stallman
80667d531d
(init_lread): Normally put Vinvocation_directory
...
at end of Vload_path, if not present already.
1993-08-08 05:01:06 +00:00
Richard M. Stallman
b30b24cbc3
(x_term_init): Set the hooks before we call Fset_input_mode.
1993-08-06 23:37:41 +00:00
Richard M. Stallman
fe8aeef3c3
(set_poll_suppress_count): New function.
1993-08-06 22:45:22 +00:00
Richard M. Stallman
1cdc315501
(unwind_to_catch): Call set_poll_suppress_count.
1993-08-06 22:44:00 +00:00
Richard M. Stallman
34f04431e2
(Fset_input_mode): Start polling, if appropriate.
...
At the beginning, stop polling.
Remove period from error message.
(stop_polling, start_polling): Check for interrupt_input.
(POLL_FOR_INPUT): Define whether or not target supports SIGIO.
1993-08-06 21:17:16 +00:00
Richard M. Stallman
69b4bf37c4
Total rewrite; includes ibmps2-aix.h.
1993-08-06 01:01:53 +00:00
Richard M. Stallman
76c2b0cc7d
(do_autoload): Don't report autoload failure
...
if the autoload definition now is a different one.
1993-08-05 21:21:27 +00:00
Richard M. Stallman
b921eae6ab
(SYSTEM_TYPE): Don't redefine it here.
1993-08-05 21:03:28 +00:00
Richard M. Stallman
af50f9e585
Doc fix.
1993-08-05 17:38:20 +00:00
Richard M. Stallman
0ce830bc26
(Fyes_or_no_p): Use Qyes_or_no_p_history.
...
(syms_of_fns): Set up Qyes_or_no_p_history.
1993-08-05 01:51:54 +00:00
Richard M. Stallman
298b760ea5
(expand_and_dir_to_file): Remove final / by copying abspath.
1993-08-04 22:51:22 +00:00
Richard M. Stallman
cefeb3a98d
[BSD4_3] (HAVE_FTIME): Defined.
1993-08-04 04:18:32 +00:00
Richard M. Stallman
aa29f9b923
(Frem): Don't accept floats, just ints and markers.
1993-08-04 04:17:08 +00:00
Richard M. Stallman
df208aafdb
(CRT0_COMPILE): Add -O and -Demacs.
1993-08-03 18:23:39 +00:00
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
Jim Blandy
23524fb950
* 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.
1993-08-03 07:02:38 +00:00
Richard M. Stallman
2f1895276f
Don't mention dir `s/' in #include.
1993-08-03 04:30:43 +00:00
Richard M. Stallman
0e18d8ef78
(vfork): Move this outside the USG conditional.
1993-08-03 02:40:31 +00:00
Roland McGrath
ef2c57aca0
(Fprevious_frame): New function, for parity with Fnext_frame.
...
(syms_of_frame): Add defsubr for Sprevious_frame.
1993-08-02 22:16:09 +00:00
Jim Blandy
db6f348c69
* xdisp.c (display_menu_bar): Redisplay all lines occupied by the
...
menu bar, not just the first.
1993-08-02 21:19:23 +00:00
Roland McGrath
f870f3fefd
*** empty log message ***
1993-08-02 20:48:12 +00:00
Richard M. Stallman
ef58099133
(save_excursion_restore): Never make the buffer visible.
1993-08-02 07:58:13 +00:00
Richard M. Stallman
2e864a763b
(read_key_sequence): Use XFASTINT to convert value
...
of Flength to an int.
1993-08-02 07:29:53 +00:00