..
m
Don't override definition of XSETINT.
1994-10-04 10:29:31 +00:00
s
(NEED_LIBW): Defined.
1994-10-01 04:54:08 +00:00
.gdbinit
Set the breakpoint in x_error_quitter instead of _XPrintDefaultError.
1994-07-24 01:10:32 +00:00
abbrev.c
(Fexpand_abbrev): Don't use XFASTINT as an lvalue.
1994-10-04 15:28:15 +00:00
acldef.h
alloc.c
(free_float, make_float, free_cons, Flist, Fvector, Fmake_byte_code,
1994-10-04 15:31:18 +00:00
alloca.c
remove CONFIG_BROKETS
1994-09-26 21:59:04 +00:00
alloca.s
entered into RCS
1994-04-12 01:39:14 +00:00
blockinput.h
buffer.c
(reset_buffer, Ferase_buffer, validate_region, list_buffers_1, recenter_overlay_lists, init_buffer_once): Don't use XFASTINT as an lvalue.
1994-10-04 15:36:45 +00:00
buffer.h
Declare some functions.
1994-09-17 03:14:26 +00:00
bytecode.c
(Fbyte_code): Don't use XFASTINT as an lvalue.
1994-10-04 15:38:56 +00:00
callint.c
(Fcall_interactively, Fprefix_numeric_value): Don't use XFASTINT as an lvalue.
1994-10-04 15:40:22 +00:00
callproc.c
(Fcall_process, child_setup, getenv_internal): Use type test macros.
1994-09-27 03:10:43 +00:00
casefiddle.c
(casify_object, operate_on_word, Fupcase_word, Fdowncase_word,
1994-10-04 15:41:33 +00:00
casetab.c
(STRING256_P): Use type test macros.
1994-09-27 03:09:02 +00:00
chpdef.h
cm.c
(evalcost, cmputc): They now return their arguments.
1994-09-22 04:11:04 +00:00
cm.h
(cmputc): Return int rather than void.
1994-09-22 04:11:43 +00:00
cmds.c
(Fforward_char, Fbackward_char, Fbeginning_of_line, Fend_of_line): Don't use
1994-10-04 15:43:31 +00:00
commands.h
(unread_command_char): Declared.
1994-07-18 06:14:10 +00:00
config.in
(HAVE_UTIME_H): Add #undef.
1994-10-02 21:28:52 +00:00
convexos.h
data.c
(Faref, Farray_length): Don't use XFASTINT as an lvalue.
1994-10-04 15:44:37 +00:00
dired.c
(file_name_completion): Don't use XFASTINT as an lvalue.
1994-10-04 15:45:26 +00:00
dispextern.h
(struct face): Use EMACS_UINT.
1994-09-17 00:28:39 +00:00
dispnew.c
(direct_output_for_insert, direct_output_forward_char, change_frame_size,
1994-10-04 15:47:28 +00:00
disptab.h
(GLYPH_TABLE_LENGTH, GLYPH_TABLE_BASE, GLYPH_SIMPLE_P, GLYPH_ALIAS_P): Use
1994-09-27 03:15:02 +00:00
doc.c
(store_function_docstring): Don't use XFASTINT as an lvalue.
1994-10-04 15:48:16 +00:00
doprnt.c
(doprnt): Handle padding on %c.
1994-07-05 07:24:16 +00:00
dosfns.c
Finish downcasing mouse_init1, mouse_off,
1994-05-02 07:51:29 +00:00
dosfns.h
Initial revision
1994-01-08 09:22:50 +00:00
editfns.c
(Fstring_to_char, Fpoint, Fbufsize, Fpoint_min, Fpoint_max, Ffollowing_char,
1994-10-04 15:49:29 +00:00
emacs.c
(Fkill_emacs): Use type test macros.
1994-09-27 03:05:28 +00:00
environ.c
epaths.in
New path PATH_DOC for doc-directory.
1994-02-22 23:51:48 +00:00
eval.c
(Feval, Ffuncall, funcall_lambda, Fbacktrace): Don't use XFASTINT as an
1994-10-04 15:50:45 +00:00
fileio.c
(Finsert_file_contents, Fwrite_region, Fdo_auto_save, Fset_buffer_auto_saved):
1994-10-04 15:52:06 +00:00
filelock.c
(unlock_all_files, Funlock_buffer, unlock_buffer): Use type test macros.
1994-09-27 03:01:57 +00:00
floatfns.c
(FLOAT_TO_INT, FLOAT_TO_INT2, Fexpt, Flogb, Ffloor): Use new accessor macros
1994-10-04 12:06:28 +00:00
fns.c
(Flength, concat, mapcar1): Don't use XFASTINT as an lvalue.
1994-10-04 15:53:00 +00:00
frame.c
(make_frame, Fframe_parameters, Fselected_frame, syms_of_frame): Don't use
1994-10-04 15:54:06 +00:00
frame.h
(FOR_EACH_FRAME): Don't use XFASTINT as an lvalue.
1994-10-04 15:27:37 +00:00
getloadavg.c
[alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define.
1994-09-28 21:00:06 +00:00
getpagesize.h
gnu.h
(gnu_bits): Use unsigned char.
1994-02-18 06:28:50 +00:00
hftctl.c
Put sys/signal.h and errno.h first, then config.h.
1994-06-15 03:45:54 +00:00
indent.c
(Fcurrent_column, Findent_to, Fcurrent_indentation, Fmove_to_column,
1994-10-04 15:56:43 +00:00
indent.h
insdel.c
(insert_1, insert_from_string_1): Use new accessor macros instead of calling
1994-10-04 12:09:34 +00:00
intervals.c
(graft_intervals_into_buffer): Use new accessor macros instead of calling XSET
1994-10-04 12:10:17 +00:00
intervals.h
(NULL_INTERVAL_P): Use type test macros.
1994-09-27 03:13:50 +00:00
ioctl.h
keyboard.c
(read_char, make_lispy_event, make_lispy_movement, parse_modifiers,
1994-10-04 15:59:48 +00:00
keyboard.h
(EVENT_HAS_PARAMETERS): Use type test macros.
1994-09-27 03:13:08 +00:00
keymap.c
(synkey, Fdescribe_bindings, describe_command): Use new accessor macros
1994-10-04 12:14:16 +00:00
lastfile.c
line.h
lisp.h
(XSETFASTINT): New macro.
1994-10-04 15:24:13 +00:00
lread.c
(Fget_file_char, Fload, read1, oblookup, map_obarray, defsubr, defalias,
1994-10-04 12:17:56 +00:00
mach2.h
macros.c
(Fexecute_kbd_macro): Use type test macros.
1994-09-27 02:25:20 +00:00
macros.h
Makefile.in
(MKTIME_OBJ): New variable.
1994-10-04 09:03:20 +00:00
marker.c
(Fmarker_buffer): Use new accessor macros instead of calling XSET directly.
1994-10-04 12:19:07 +00:00
mem-limits.h
Check for __alpha, in __osf__ conditional.
1994-09-17 00:39:50 +00:00
minibuf.c
(scmp): Use unsigned chars, to avoid confusing DOWNCASE.
1994-09-29 19:37:26 +00:00
mocklisp.c
(Finsert_string): Use type test macros.
1994-09-27 02:00:42 +00:00
mocklisp.h
msdos.c
(run_msdos_command): Use type test macros.
1994-09-27 01:59:38 +00:00
msdos.h
Add template for rootrelativepath.
1994-06-07 15:25:21 +00:00
ndir.h
Use new name vmsdir.h.
1994-02-10 04:38:58 +00:00
old-ralloc.c
param.h
point.h
pre-crt0.c
print.c
(temp_output_buffer_setup): Use new accessor macros instead of calling XSET
1994-10-04 12:20:04 +00:00
process.c
(make_process, create_process, Fopen_network_stream, deactivate_process,
1994-10-04 12:21:04 +00:00
process.h
(struct process): New field tty_name.
1994-09-18 20:11:07 +00:00
puresize.h
(BASE_PURESIZE): Increment both values.
1994-09-22 07:29:02 +00:00
ralloc.c
(r_alloc_freeze_level): New variable.
1994-09-20 05:51:50 +00:00
regex.c
Comment change.
1994-10-01 09:07:05 +00:00
regex.h
scroll.c
Update copyright.
1994-05-04 02:41:09 +00:00
search.c
(Flooking_at, skip_chars, search_buffer, set_search_regs, Fstore_match_data):
1994-10-04 12:22:12 +00:00
sink.h
sink11.h
sink11mask.h
sinkmask.h
sol2-2.h
sunfns.c
(sun_item_create): Use type test macros.
1994-09-27 01:21:05 +00:00
syntax.c
(Fsyntax_table_p, describe_syntax): Use type test macros.
1994-09-27 01:20:25 +00:00
syntax.h
(SYNTAX_MATCH): Fix typo (syntax -> matcher).
1994-06-19 18:18:20 +00:00
sysdep.c
(kbd_input_ast, read_input_waiting): Use new accessor macros instead of
1994-10-04 12:26:19 +00:00
syssignal.h
[POSIX_SIGNALS] (signal): New definition.
1994-07-27 18:10:51 +00:00
systime.h
Don't include <utime.h> here; do it in sysdep.c instead.
1994-10-02 21:41:57 +00:00
systty.h
[__GNU_LIBRARY__]: Include <termios.h>.
1994-05-11 22:15:20 +00:00
syswait.h
[BSD]: #undef WCOREDUMP before defining it.
1994-02-20 19:34:12 +00:00
term.c
Declare Fmake_sparse_keymap.
1994-09-19 00:13:35 +00:00
termcap.c
entered into RCS
1994-06-04 16:23:20 +00:00
termchar.h
termhooks.h
Update copyright.
1994-05-04 02:41:09 +00:00
terminfo.c
termopts.h
textprop.c
(Ftext_properties_at, Fget_char_property, Fnext_property_change,
1994-10-04 12:27:29 +00:00
tparam.c
uaf.h
undo.c
(record_insert, record_delete, record_first_change, record_property_change):
1994-10-04 12:28:40 +00:00
unexaix.c
(CHECK_SCNHDR, write_segment): Fix format/arg mismatch.
1994-09-29 19:22:57 +00:00
unexalpha.c
Initial revision
1994-09-17 00:59:56 +00:00
unexconvex.c
unexec.c
Don't test CANNOT_UNEXEC.
1994-09-24 00:29:39 +00:00
unexelf.c
(unexec): Don't alter the info field of SHT_SYMTAB and SHT_DYNSYM sections.
1994-08-23 21:35:23 +00:00
unexencap.c
unexenix.c
Don't declare sys_errlist; declare strerror instead.
1994-01-08 21:42:04 +00:00
unexfx2800.c
unexhp9k800.c
(roundup): Undef before defining.
1994-05-28 21:46:45 +00:00
unexmips.c
(unexec): Cast pointers. Fix error message.
1994-04-28 03:49:12 +00:00
unexnext.c
unexsgi.c
(unexec): Copy previous change in unexelf.c.
1994-08-24 23:42:49 +00:00
unexsunos4.c
Delete __FreeBSD__ conditional macro definitions.
1994-09-25 18:06:01 +00:00
vlimit.h
vm-limit.c
vms-pp.c
vms-pwd.h
vmsdir.h
vmsfns.c
(translate_id): Use type test macros.
1994-09-27 01:11:24 +00:00
vmsgmalloc.c
vmsmap.c
vmspaths.h
vmsproc.c
(child_setup, Fcall_process): Use type test macros.
1994-09-27 01:07:23 +00:00
vmsproc.h
vmstime.c
vmstime.h
widget.c
(EmacsFrameSetCharSize): Use lw_refigure_widget() for widget set
1994-10-02 13:13:17 +00:00
widget.h
Declare XtNshowGrip, XtNallowResize, and XtNresizeToPreferred.
1994-10-02 12:37:21 +00:00
widgetprv.h
entered into RCS
1994-01-18 23:52:19 +00:00
window.c
(Fminibuffer_window, Fwindow_at, Fwindow_end, Fnext_window, Fprevious_window,
1994-10-04 12:30:31 +00:00
window.h
(struct window): Use EMACS_INT.
1994-09-17 00:43:45 +00:00
x11term.h
xdisp.c
(display_text_line): Use new accessor macros instead of calling XSET directly.
1994-10-04 12:31:37 +00:00
xfaces.c
(compute_char_face): Use new accessor macros instead of calling XSET directly.
1994-10-04 12:32:20 +00:00
xfns.c
(x_set_frame_parameters, x_set_visibility, Fx_create_frame,
1994-10-04 12:33:33 +00:00
xmenu.c
(popup_get_selection): Remove BLOCK_INPUT, UNBLOCK_INPUT since the
1994-10-02 21:23:53 +00:00
xrdb.c
(getpwuid, getpwnam): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__.
1994-09-16 07:51:10 +00:00
xscrollbar.h
xselect.c
(x_clear_frame_selections, wait_for_property_change): Use new accessor macros
1994-10-04 12:36:03 +00:00
xselect.c.old
xterm.c
(XTread_socket): Use popup_get_selection() for X11 menubar event handling.
1994-10-02 13:37:59 +00:00
xterm.h
(SCROLL_BAR_UNPACK): Use new accessor macros instead of calling XSET directly.
1994-10-04 10:42:48 +00:00
XTests.c
XTests.h