1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 07:41:09 -08:00
emacs/src
Paul Eggert bc1c9d7e6b (isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmod
might need it.
(fmod): Ensure that the magnitude of the result does not exceed that
of the divisor, and that the sign of the result does not disagree with
that of the dividend.  This does not yield a
particularly accurate result, but at least it will be in the
range promised by fmod.
1997-01-28 04:51:45 +00:00
..
m Initial revision 1996-12-31 04:55:55 +00:00
s (HAVE_PSTAT_GETDYNAMIC): New definition. 1997-01-15 20:24:01 +00:00
.gdbinit Add `dir ../lwlib'. 1996-06-28 07:48:15 +00:00
abbrev.c (Fexpand_abbrev): Return the abbrev symbol, or nil if no expansion. 1996-12-26 20:53:54 +00:00
acldef.h
alloc.c (Fgarbage_collect): Use Vhistory_length for truncating Vcommand_history. 1996-11-07 21:14:18 +00:00
alloca.c formatting tweaks 1996-07-03 23:05:19 +00:00
alloca.s Update FSF address in comment. 1996-01-29 22:30:55 +00:00
blockinput.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
buffer.c Fix typo editing previous change. 1997-01-07 09:03:23 +00:00
buffer.h Fix typo in comment. 1996-10-14 07:54:04 +00:00
bytecode.c (HANDLE_RELOCATION): New macro. 1997-01-02 20:50:51 +00:00
callint.c (Fcall_interactively): Bind cursor-in-echo-area to t for k' and K'. 1996-09-28 20:38:18 +00:00
callproc.c (Fcall_process_region): Define missing local `count'. 1996-12-10 23:27:58 +00:00
casefiddle.c Change all references from point to PT. 1996-09-01 19:15:05 +00:00
casetab.c (syms_of_casetab): staticpro Vascii_canontable, Vascii_eqv_table, and 1996-09-17 16:18:00 +00:00
chpdef.h
cm.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
cm.h [HAVE_TERMIOS_H]: Include termios.h. 1996-09-10 19:53:02 +00:00
cmds.c (internal_self_insert): Check the property 1997-01-02 02:30:33 +00:00
commands.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
config.in (HAVE_RINT, HAVE_CBRT): Add undefs. 1997-01-27 01:47:08 +00:00
convexos.h
data.c (isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmod 1997-01-28 04:51:45 +00:00
dired.c (Ffile_attributes): Represent inode number as a pair of 1996-11-07 05:46:56 +00:00
dispextern.h Use new name w32gui.h 1997-01-20 00:58:23 +00:00
dispnew.c (init_display): Use `fatal'. 1997-01-20 02:22:25 +00:00
disptab.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
doc.c (get_doc_string): Move static vars outside the function, 1996-02-22 18:21:03 +00:00
doprnt.c Include <float.h> if STDC_HEADERS. 1997-01-27 20:12:52 +00:00
dosfns.c (init_dosfns): When setting `__opendir_flags' value, 1996-09-25 22:39:43 +00:00
dosfns.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
editfns.c (set_time_zone_rule_tz1, set_time_zone_rule_tz2): 1997-01-22 02:56:37 +00:00
emacs.c (init_cmdargs): Allow `installation-directory' 1997-01-13 21:42:33 +00:00
environ.c
epaths.in
eval.c (unbind_to, specbind): Use set_internal. 1997-01-25 20:19:07 +00:00
fileio.c Fix previous change. 1996-12-16 05:53:33 +00:00
filelock.c (LOCK_PID_MAX): Use sizeof (unsigned long) instead of hardwiring 21. 1997-01-07 23:52:21 +00:00
floatfns.c [!HAVE_RINT] (rint): Convert macro to an actual 1997-01-25 09:50:25 +00:00
fns.c (concat): Take modulus of thisindex before shifting. 1997-01-13 03:33:26 +00:00
frame.c Change identifiers of the form win32* to w32*. 1996-11-19 04:59:23 +00:00
frame.h Change identifiers of the form win32* to w32*. 1996-11-19 04:59:23 +00:00
getloadavg.c [hpux && HAVE_PSTAT_GETDYNAMIC]: Use HPUX's pstat_getdynamic so 1997-01-16 03:33:02 +00:00
getpagesize.h If no sys/param.h, default to 8k. 1996-11-19 18:40:34 +00:00
gnu.h
hftctl.c
indent.c (pos_tab_offset): Take the width of the minibuffer prompt into account. 1997-01-24 09:31:18 +00:00
indent.h (struct position): New field ovstring_chars_done. 1996-10-07 17:54:39 +00:00
insdel.c (signal_after_change): If Vcombine_after_change_calls, 1996-11-09 21:36:00 +00:00
intervals.c (set_point): Use virtual bounds, not real bounds, 1996-12-20 18:15:52 +00:00
intervals.h (FRONT_NONSTICKY_P): New macro. 1996-12-20 18:15:32 +00:00
ioctl.h
keyboard.c * (interrupt_signal): Make emergency exit work on MSDOS 1997-01-16 13:12:51 +00:00
keyboard.h Removed support for !MULTI_FRAME. 1996-09-01 21:04:32 +00:00
keymap.c (push_key_description): Print C-j, not TAB. 1997-01-17 07:07:20 +00:00
lastfile.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
line.h
lisp.h (FAST_MAKE_GLYPH): Rename args to CHAR and FACE. 1997-01-21 05:38:46 +00:00
lread.c (openp): Handle remote file names in path. 1997-01-27 00:48:16 +00:00
mach2.h
macros.c (Fcall_last_kbd_macro): Set this_command from last_command 1996-11-11 20:33:21 +00:00
macros.h (executing_macro_iterations, executing_macro): Declared. 1996-08-29 04:39:47 +00:00
Makefile.in (stamp-oldxmenu): New target. 1997-01-21 05:26:30 +00:00
makefile.nt Use new name w32gui.h. 1997-01-20 01:00:08 +00:00
marker.c (Fbuffer_has_markers_at): New function. 1996-10-11 03:11:21 +00:00
mem-limits.h Replaced symbol BSD with BSD_SYSTEM. 1996-09-17 03:43:54 +00:00
minibuf.c (syms_of_minibuf): Doc fix. 1996-12-08 08:20:17 +00:00
mocklisp.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
mocklisp.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
msdos.c (run_msdos_command): Remove unused variables. 1997-01-21 17:41:30 +00:00
msdos.h (check_x): Macro definition deleted. 1996-06-10 21:02:00 +00:00
ndir.h
old-ralloc.c
param.h
point.h
pre-crt0.c
print.c (print): Round size of bool-vector properly. 1997-01-20 01:56:52 +00:00
process.c Include blockinput.h. 1996-12-30 01:26:08 +00:00
process.h Comment change. 1996-09-01 23:18:22 +00:00
puresize.h (BASE_PURESIZE): Increased. 1996-09-11 19:04:17 +00:00
ralloc.c (r_alloc_check): Don't check alignment of h->start. 1996-04-07 16:44:38 +00:00
regex.c [emacs] (malloc, free): Define as xmalloc, and xfree. 1996-11-07 21:13:22 +00:00
regex.h Update FSF address in comment. 1996-01-29 22:30:55 +00:00
region-cache.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
region-cache.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
scroll.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
search.c (skip_chars): Optimize by not calling SET_PT in the loop. 1997-01-19 01:28:07 +00:00
sink.h
sink11.h
sink11mask.h
sinkmask.h
sol2-2.h
sunfns.c (Fsun_menu_internal): Use new WINDOW_LEFT_MARGIN macro. 1996-09-21 02:25:56 +00:00
syntax.c Change all references from point to PT. 1996-09-01 19:15:05 +00:00
syntax.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
sysdep.c (init_system_name): Retry gethostbyname only 5 times 1996-09-20 06:11:20 +00:00
sysselect.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
syssignal.h Replaced symbol BSD with BSD_SYSTEM. 1996-09-17 03:43:54 +00:00
systime.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
systty.h Comment changes. 1996-09-16 01:20:20 +00:00
syswait.h Replaced symbol BSD with BSD_SYSTEM. 1996-09-17 03:43:54 +00:00
term.c (fatal): Print a newline at the end. 1997-01-20 02:21:19 +00:00
termcap.c Update FSF address in comment. 1996-01-29 22:30:55 +00:00
termchar.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
termhooks.h Change identifiers of the form win32* to w32*. 1996-11-19 04:59:23 +00:00
terminfo.c Include config.h. 1996-09-04 15:12:18 +00:00
termopts.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
textprop.c (Fnext_char_property_change): New function. 1996-12-15 04:57:31 +00:00
tparam.c Update FSF address in comment. 1996-01-29 22:30:55 +00:00
uaf.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
undo.c Change all references from point to PT. 1996-09-01 19:15:05 +00:00
unexaix.c (write_segment,copy_sym): Increase blocking from 128 to 4k bytes. 1996-03-08 05:02:23 +00:00
unexalpha.c Conditionalize the changes below on not __linux__. 1996-08-21 20:18:00 +00:00
unexconvex.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
unexec.c (copy_text_and_data) [DJGPP >= 2]: Switch off two bits 1996-07-19 19:47:26 +00:00
unexelf.c unexelf1.c merged into this file. 1996-09-04 15:15:42 +00:00
unexelf1.c Initial revision 1996-08-09 21:57:00 +00:00
unexencap.c
unexenix.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
unexfx2800.c
unexhp9k800.c (unexec): Cast result of sbrk. 1996-06-28 06:31:22 +00:00
unexmips.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
unexnext.c Include <mach-o/reloc.h>. 1997-01-10 02:53:35 +00:00
unexsgi.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
unexsni.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
unexsunos4.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
unexw32.c Use new names for w32 files 1996-11-19 07:04:49 +00:00
vlimit.h
vm-limit.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vms-pp.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vms-pwd.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vmsdir.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vmsfns.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vmsgmalloc.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vmsmap.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vmspaths.h
vmsproc.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
vmsproc.h
vmstime.c (sys_gmtime): Don't assume year < 2000. 1996-07-14 00:03:45 +00:00
vmstime.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
w32.c Rebuild Vsystem_configuration at startup. 1997-01-20 01:52:48 +00:00
w32.h Change identifiers of the form win32* to w32*. 1996-11-19 04:59:23 +00:00
w32console.c Change all uses of win95, winnt, and win32 1997-01-20 00:34:34 +00:00
w32faces.c Change all uses of win95, winnt, and win32 1997-01-20 00:38:22 +00:00
w32fns.c Change all uses of win95, winnt, and win32 1997-01-20 00:38:22 +00:00
w32gui.h Update include conditionals to use new name. 1997-01-20 01:10:38 +00:00
w32heap.c Change all uses of win95, winnt, and win32 1997-01-20 00:38:22 +00:00
w32heap.h Change identifiers of the form win32* to w32*. 1996-11-19 04:59:23 +00:00
w32inevt.c Change all uses of win95, winnt, and win32 1997-01-20 00:38:22 +00:00
w32inevt.h Change all uses of win95, winnt, and win32 into Windows 95, Windows 1997-01-20 00:43:16 +00:00
w32menu.c Change all uses of win95, winnt, and win32 1997-01-20 00:38:22 +00:00
w32proc.c Change all uses of win95, winnt, and win32 1997-01-20 00:38:22 +00:00
w32reg.c Change identifiers of the form win32* to w32*. 1996-11-19 04:59:23 +00:00
w32select.c Change all uses of win95, winnt, and win32 1997-01-20 00:38:22 +00:00
w32term.c Change all uses of win95, winnt, and win32 1997-01-20 00:38:22 +00:00
w32term.h Use new name w32gui.h. 1997-01-20 01:00:08 +00:00
w32xfns.c Change all uses of win95, winnt, and win32 1997-01-20 00:38:22 +00:00
widget.c (EmacsFrameResize): Use cancel_mouse_face. 1996-10-31 22:06:32 +00:00
widget.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
widgetprv.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
window.c (window_scroll): Preserve vpos of point 1996-12-26 21:01:10 +00:00
window.h (struct window): New field optional_new_start. 1996-11-10 00:25:20 +00:00
x11term.h
xdisp.c (try_window): Remove frobnication of tab_offset in a minibuffer window. 1997-01-24 09:31:32 +00:00
xfaces.c Removed support for !MULTI_FRAME. 1996-09-01 21:04:32 +00:00
xfns.c (x_set_title): Check data type of NAME. 1996-12-19 17:05:37 +00:00
xmenu.c (single_keymap_panes): New arg DEPTH. 1996-12-26 21:06:19 +00:00
xrdb.c Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
xscrollbar.h
xselect.c Reorganize function definitions so etags finds them. 1996-10-31 13:43:37 +00:00
xselect.c.old
xterm.c (dumpglyphs): Declare g as GLYPH. 1997-01-20 08:08:13 +00:00
xterm.h (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Renamed from 1996-09-21 04:18:58 +00:00
XTests.c
XTests.h