1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00
emacs/src
Paul Eggert a1cd8c96ca Prefer NUMBERP to spelling it out
* src/editfns.c (styled_format):
* src/frame.h (NUMVAL):
* src/image.c (parse_image_spec):
* src/lisp.h (CHECK_NUMBER_OR_FLOAT)
(CHECK_NUMBER_OR_FLOAT_COERCE_MARKER):
* src/process.c (Fsignal_process):
* src/xdisp.c (calc_pixel_width_or_height, on_hot_spot_p):
* src/xfaces.c (check_lface_attrs):
* src/xselect.c (x_fill_property_data, x_send_client_event):
Use NUMBERP rather than INTEGERP || FLOATP.
2015-09-10 09:53:51 -07:00
..
bitmaps
.dbxinit
.gdbinit .gdbinit followup to changes in !USE_LSB_TAG 2015-06-29 18:57:25 +03:00
alloc.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
atimer.c Fix debug-timer-check on systems without HAVE_TIMERFD 2015-06-22 19:11:45 +03:00
atimer.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
bidi.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
blockinput.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
buffer.c Docstring fixes re quotes in C code 2015-09-01 06:23:21 -07:00
buffer.h Remove the deprecated INTERNAL_FIELD macro by expanding it 2015-04-29 08:53:55 +02:00
bytecode.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
callint.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
callproc.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
casefiddle.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
casetab.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
category.c Escape ` and ' in doc 2015-09-01 18:23:21 -07:00
category.h
ccl.c Remove unused DEFSYMs 2015-05-31 11:50:01 -07:00
ccl.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
ChangeLog.1 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.2 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.3 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.4 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.5 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.6 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.7 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.8 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.9 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.10 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.11 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.12 Spelling fixes 2015-06-30 19:47:29 -07:00
ChangeLog.13 Don't call do_pending_window_change in signal handlers (Bug#21380) 2015-08-31 11:09:22 +02:00
character.c Port --enable-gcc-warnings to GCC 5.1 x86-64 2015-04-24 22:41:56 -07:00
character.h Prefer ‘format’ to ‘substitute-command-keys’ 2015-08-14 15:55:58 -07:00
charset.c Make add_to_log varargs 2015-08-13 13:48:58 -07:00
charset.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
chartab.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
cm.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cm.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cmds.c Remove unused DEFSYMs 2015-05-31 11:50:01 -07:00
coding.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
coding.h Avoid aborts when keyboard-coding-system is raw-text (Bug#19532) 2015-01-31 20:48:53 +02:00
commands.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
composite.c Give names to Unicode code points in C code 2015-08-11 15:53:56 -07:00
composite.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
conf_post.h New optional ZONE arg for format-time-string etc. 2015-07-26 12:44:54 -07:00
COPYING
cygw32.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cygw32.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
data.c Docstring fixes re quotes in C code 2015-09-01 06:23:21 -07:00
dbusbind.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
decompress.c Remove unused DEFSYMs 2015-05-31 11:50:01 -07:00
deps.mk Replace AC_SUBST_FILE in configure with include in Makefiles. 2015-05-15 20:51:45 -04:00
dired.c Docstring fixes re quotes in C code 2015-09-01 06:23:21 -07:00
dispextern.h Fix segfaults due to using a stale face ID 2015-09-05 11:08:57 +03:00
dispnew.c Remove a few simple cases of global redisplay 2015-09-08 10:25:59 -04:00
disptab.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
doc.c Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
doprnt.c Low-level diagnostics now use ‘text-quoting-style’ 2015-08-14 15:55:58 -07:00
dosfns.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
dosfns.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
editfns.c Prefer NUMBERP to spelling it out 2015-09-10 09:53:51 -07:00
emacs-icon.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
emacs.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
emacsgtkfixed.c Revert changes installed by xwidgets merge 2015-02-01 11:45:15 -08:00
emacsgtkfixed.h Revert changes installed by xwidgets merge 2015-02-01 11:45:15 -08:00
epaths.in Update copyright year to 2015 2015-01-01 14:26:41 -08:00
eval.c Docstring fixes re quotes in C code 2015-09-01 06:23:21 -07:00
fileio.c Docstring fixes re quotes in C code 2015-09-01 06:23:21 -07:00
filelock.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
firstfile.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
floatfns.c Simplify by assuming C99 integer division 2015-08-01 00:27:15 -07:00
fns.c Docstring fixes re quotes in C code 2015-09-01 06:23:21 -07:00
font.c Define internal-char-font even if --without-x 2015-09-09 10:48:31 -07:00
font.h Add cairo drawing. 2015-02-11 16:14:35 +01:00
fontset.c Define internal-char-font even if --without-x 2015-09-09 10:48:31 -07:00
fontset.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
frame.c Docstring fixes re quotes in C code 2015-09-01 06:23:21 -07:00
frame.h Prefer NUMBERP to spelling it out 2015-09-10 09:53:51 -07:00
fringe.c Fix fringe bitmap initialization for cairo. 2015-02-14 12:45:52 +09:00
ftcrfont.c Spelling fixes 2015-06-14 22:56:45 -07:00
ftfont.c Fix typo 2015-09-02 19:11:05 +09:00
ftfont.h Add cairo drawing. 2015-02-11 16:14:35 +01:00
ftxfont.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
getpagesize.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gfilenotify.c * src/gfilenotify.c (Fgfile_add_watch): 2015-08-21 11:40:38 +02:00
gmalloc.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnutls.c Avoid error in TLS connections due to incorrect format 2015-06-27 11:00:38 +03:00
gnutls.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gtkutil.c Don't call do_pending_window_change in signal handlers (Bug#21380) 2015-08-31 11:09:22 +02:00
gtkutil.h Add cairo drawing. 2015-02-11 16:14:35 +01:00
image.c Prefer NUMBERP to spelling it out 2015-09-10 09:53:51 -07:00
indent.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
indent.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
inotify.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
insdel.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
intervals.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
intervals.h Use bool for boolean in xdisp.c 2015-02-09 23:50:18 -08:00
keyboard.c Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
keyboard.h Re-add the notion of echo_prompt lost in the translation 2015-09-03 16:02:28 -04:00
keymap.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
keymap.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
lastfile.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lisp.h Prefer NUMBERP to spelling it out 2015-09-10 09:53:51 -07:00
lread.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
macfont.h Use Core Text types/functions/variables/enumerators directly 2015-08-29 17:03:55 +09:00
macfont.m Use Core Text types/functions/variables/enumerators directly 2015-08-29 17:03:55 +09:00
macros.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
macros.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
macuvs.h
Makefile.in Fix submake dependency bug with .h files 2015-06-25 13:31:38 -07:00
marker.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
menu.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
menu.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
minibuf.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
msdos.c Use bool, not int, to track face changes 2015-01-28 11:15:23 -08:00
msdos.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nsfns.m Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
nsfont.m Fix quoting in ‘message_with_string’ 2015-08-26 13:12:26 -07:00
nsgui.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nsimage.m In nsimage.m include coding.h (Bug#21292) 2015-08-19 11:26:37 +02:00
nsmenu.m Fix NS warnings. 2015-05-15 17:06:16 +02:00
nsselect.m Replace gui-method macros with cl-generic with &context 2015-05-23 11:32:29 -04:00
nsterm.h Fix warnings on OSX 10.10. 2015-05-15 16:23:44 +02:00
nsterm.m NS equivalents of xterm.c and w32term.c changes 2015-06-01 17:46:20 +03:00
print.c Docstring fixes re quotes in C code 2015-09-01 06:23:21 -07:00
process.c Prefer NUMBERP to spelling it out 2015-09-10 09:53:51 -07:00
process.h * src/process.c (status_notify): Avoid global redisplay (bug#11822) 2015-09-08 09:06:49 -04:00
profiler.c Fix some int overflows in profiler.c 2015-07-31 10:13:36 -07:00
puresize.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ralloc.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
README Update copyright year to 2015 2015-01-01 14:26:41 -08:00
regex.c Fix some minor quoting issues with grave accent 2015-08-09 16:23:06 -07:00
regex.h Curved quotes in --batch diagnostics in non-UTF-8 2015-08-17 12:01:26 -07:00
region-cache.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
region-cache.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
scroll.c Fix subscript error in calculate_direct_scrolling 2015-07-27 23:40:27 -07:00
search.c Clarify what happens to match data on failure 2015-08-17 23:47:46 -07:00
sheap.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sound.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
syntax.c * src/syntax.c (SETUP_SYNTAX_TABLE): Move truncation... 2015-09-09 16:22:29 -04:00
syntax.h Make syntax.c call syntax-propertize on demand 2015-09-09 15:14:52 -04:00
sysdep.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
sysselect.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
syssignal.h Enable CPU profiling on Cygwin 2015-06-22 17:38:35 -04:00
sysstdio.h Simplify binary I/O configuration 2015-02-19 19:21:32 -08:00
systime.h Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
systty.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
syswait.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
term.c Avoid grave accent quoting in stderr diagnostics 2015-05-31 23:53:45 -07:00
termcap.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
termchar.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
termhooks.h Improvements for curved quotes on Linux consule 2015-09-09 02:22:24 -07:00
terminal.c Port recent Linux console changes to RHEL 6 2015-09-09 03:24:05 -07:00
terminfo.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
termopts.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
textprop.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
tparam.c Use bool for boolean in textprop.c, undo.c 2015-04-19 13:13:52 -07:00
tparam.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
undo.c Use bool for boolean in textprop.c, undo.c 2015-04-19 13:13:52 -07:00
unexaix.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
unexcoff.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
unexcw.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
unexec.h
unexelf.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
unexhp9k800.c Consistently use min and max macros from lisp.h. 2014-10-03 08:35:10 +04:00
unexmacosx.c Avoid grave accent quoting in stderr diagnostics 2015-05-31 23:53:45 -07:00
unexsol.c
unexw32.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
vm-limit.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w16select.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32.c Fix deletion of symlinks to directories on MS-Windows 2015-09-07 18:26:36 +03:00
w32.h Make file-accessible-directory-p reliable on MS-Windows 2015-08-31 17:48:26 +03:00
w32common.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32console.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32fns.c Docstring fixes re quotes in C code 2015-09-01 06:23:21 -07:00
w32font.c Fix display of glyphless characters with problematic fonts 2015-05-28 20:23:41 +03:00
w32font.h Teach MS-Windows font back-end return per-glyph ascent/descent 2015-05-26 18:29:40 +03:00
w32gui.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32heap.c Handle NULL pointers in w32heap.c allocation routines 2015-07-27 21:16:46 +03:00
w32heap.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32inevt.c Prefer 'Qfoo' to 'intern ("foo")' in w32 source files 2015-02-21 14:54:08 +02:00
w32inevt.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32menu.c Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. 2015-01-29 19:16:56 +02:00
w32notify.c MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880) 2015-01-10 13:27:35 +02:00
w32proc.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
w32reg.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32select.c MS-Windows followup to previous commit 2015-01-05 22:13:58 +02:00
w32select.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32term.c Don't call do_pending_window_change in signal handlers (Bug#21380) 2015-08-31 11:09:22 +02:00
w32term.h Avoid compiler warning in image.c on MS-Windows 2015-05-23 22:19:08 +03:00
w32uniscribe.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
w32xfns.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
widget.c * src/widget.c (set_frame_size): Prefer 'int' to 'unsigned' 2015-04-19 10:11:21 -07:00
widget.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
widgetprv.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
window.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
window.h Avoid some int overflows in window.c 2015-04-13 23:26:59 -07:00
xdisp.c Prefer NUMBERP to spelling it out 2015-09-10 09:53:51 -07:00
xfaces.c Prefer NUMBERP to spelling it out 2015-09-10 09:53:51 -07:00
xfns.c Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
xfont.c * xfont.c: Minor style fixes 2015-02-09 11:08:58 -08:00
xftfont.c Fix display of glyphless characters with problematic fonts 2015-05-28 20:23:41 +03:00
xgselect.c Use bool for boolean in xfont.c, xftfont.c, xgselect.c 2015-01-21 23:41:24 -08:00
xgselect.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
xmenu.c Adjust offset and border calculations for X. 2015-02-27 18:46:26 +01:00
xml.c Remove unused DEFSYMs 2015-05-31 11:50:01 -07:00
xrdb.c Port to pedantic memcpy 2015-07-31 09:47:19 -07:00
xselect.c Prefer NUMBERP to spelling it out 2015-09-10 09:53:51 -07:00
xsettings.c Fix DPI calculation when Xft/DPI is default 2015-08-09 23:23:38 -07:00
xsettings.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
xsmfns.c * src/xsmfns.c (x_session_initialize): Avoid libSM crash 2015-06-13 16:35:54 -07:00
xterm.c Don't call do_pending_window_change in signal handlers (Bug#21380) 2015-08-31 11:09:22 +02:00
xterm.h Fix full-screen code when there is no window manager (Bug#21317) 2015-08-24 09:41:35 +02:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2015 Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs (on Unix systems) is copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

Under GNU and Unix systems, the file `Makefile.in' is used as a
template by the script `../configure' to produce `Makefile'.  This
is the file which actually controls the compilation of Emacs.
All of this should work transparently to the user; you should only
need to run `../configure', and then type `make'.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.