emacs-gpu/src
Paul Eggert e828765d01 DEFVAR_INT variables are now intmax_t
Formerly they were fixnums, which led to problems when dealing
with values that might not fit on 32-bit platforms, such as
string-chars-consed or floats_consed.  64-bit counters should
be good enough for these (for a while, anyway...).
While we’re at it, fix some unlikely integer overflow bugs
that have been in the code for a while.
* lib-src/make-docfile.c (write_globals):
* src/data.c (do_symval_forwarding, store_symval_forwarding):
* src/eval.c (restore_stack_limits, call_debugger):
* src/frame.h (struct frame.cost_calculation_baud_rate):
* src/keyboard.c (last_auto_save, bind_polling_period, read_char):
* src/lisp.h (struct Lisp_Intfwd.intvar):
* src/lread.c (defvar_int):
* src/pdumper.c (dump_fwd_int):
* src/thread.h (struct thread_state.m_lisp_eval_depth):
* src/undo.c (truncate_undo_list):
* src/xselect.c (wait_for_property_change)
(x_get_foreign_selection):
* src/xterm.c (x_emacs_to_x_modifiers):
DEFVAR_INT variables now have the C type intmax_t, not EMACS_INT.
* src/data.c (store_symval_forwarding):
* src/gnutls.c (Fgnutls_boot):
* src/keyboard.c (bind_polling_period):
* src/macros.c (pop_kbd_macro, Fexecute_kbd_macro):
* src/undo.c (truncate_undo_list):
Allow any integer that fits into intmax_t, instead of
requiring it to be a Lisp fixnum.
* src/dispnew.c (update_window):
* src/frame.c (x_figure_window_size):
* src/gnutls.c (init_gnutls_functions)
(emacs_gnutls_handle_error):
* src/keyboard.c (make_lisp_event):
* src/nsterm.m (ns_dumpglyphs_image):
* src/profiler.c (make_log):
* src/scroll.c (calculate_scrolling)
(calculate_direct_scrolling):
* src/termcap.c (tputs):
* src/xterm.c (x_draw_image_relief):
Avoid implementation-defined behavior on conversion of
out-of-range integers.
* src/eval.c (when_entered_debugger): Now intmax_t.
(max_ensure_room): New function, that avoids signed integer overflow.
(call_debugger, signal_or_quit): Use it.
* src/fileio.c (Fdo_auto_save):
* src/keyboard.c (make_lisp_event):
* src/term.c (calculate_costs):
* src/xdisp.c (build_desired_tool_bar_string)
(hscroll_window_tree, try_scrolling, decode_mode_spec)
(x_produce_glyphs):
Avoid signed integer overflow.
* src/lisp.h (clip_to_bounds): Generalize to intmax_t.
* src/pdumper.c (dump_emacs_reloc_immediate_emacs_int): Remove, ...
(dump_emacs_reloc_immediate_intmax_t): ... replacing with this
function.  All uses changed.
* src/profiler.c (make_log): Omit args.  All callers changed.
* src/termcap.c: Include stdlib.h, for atoi.
Include intprops.h.
* src/window.c (sanitize_next_screen_context_lines): New function.
(window_scroll_pixel_based, window_scroll_line_based):
Use it to avoid signed integer overflow.
2019-02-27 01:23:30 -08:00
..
bitmaps
.dbxinit
.gdbinit Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
alloc.c Rename CANNOT_DUMP to HAVE_UNEXEC 2019-02-01 13:05:39 -08:00
atimer.c Add portable dumper 2019-01-15 17:37:36 -05:00
atimer.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
bidi.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
bignum.c Update more copyright years 2018-12-31 18:47:22 -08:00
bignum.h Update more copyright years 2018-12-31 18:47:22 -08:00
blockinput.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
buffer.c Widen modiff counts to avoid wraparound 2019-01-31 10:31:43 -08:00
buffer.h Widen modiff counts to avoid wraparound 2019-01-31 10:31:43 -08:00
bytecode.c Add portable dumper 2019-01-15 17:37:36 -05:00
callint.c Add portable dumper 2019-01-15 17:37:36 -05:00
callproc.c Merge from origin/emacs-26 2019-02-08 09:20:40 -08:00
casefiddle.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
casetab.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
category.c Add portable dumper 2019-01-15 17:37:36 -05:00
category.h Rename integerp->fixnum, etc, in preparation for bignums 2018-07-12 22:12:27 -06:00
ccl.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ccl.h Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ChangeLog.1 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.2 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.3 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.4 ; Fix some trivial doc typos 2019-01-12 14:47:33 -08:00
ChangeLog.5 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.6 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.7 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.8 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.9 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.10 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.11 ; Fix some trivial doc typos 2019-01-12 14:47:33 -08:00
ChangeLog.12 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.13 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
character.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
character.h More macro renamings for bignum 2018-08-07 18:08:53 -06:00
charset.c Prefer static to extern where either will do 2019-01-31 15:33:21 -08:00
charset.h Prefer static to extern where either will do 2019-01-31 15:33:21 -08:00
chartab.c Add make_vector and make_nil_vector 2018-12-09 00:23:55 -08:00
cm.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cm.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cmds.c Widen modiff counts to avoid wraparound 2019-01-31 10:31:43 -08:00
coding.c Prevent segfaults when running inside docker 2019-02-06 17:31:26 +02:00
coding.h Merge from origin/emacs-26 2019-02-08 09:20:40 -08:00
commands.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
composite.c Add portable dumper 2019-01-15 17:37:36 -05:00
composite.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
conf_post.h Rename CANNOT_DUMP to HAVE_UNEXEC 2019-02-01 13:05:39 -08:00
COPYING Merge from Gnulib 2017-10-01 18:31:10 -07:00
cygw32.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cygw32.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
data.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
dbusbind.c Add portable dumper 2019-01-15 17:37:36 -05:00
decompress.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
deps.mk Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dired.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dispextern.h Support native image resizing on MS-Windows 2019-01-20 17:59:12 +02:00
dispnew.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
disptab.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dmpstruct.awk ; Copyright fixes for pdumper files 2019-01-16 04:39:50 -05:00
doc.c Add portable dumper 2019-01-15 17:37:36 -05:00
doprnt.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dosfns.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dosfns.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
dynlib.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dynlib.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
editfns.c ; Delete unused variable replace-buffer-contents-max-secs 2019-02-25 20:57:25 +01:00
emacs-icon.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
emacs-module.c Ignore pending_signals when checking for quits. 2019-02-24 22:43:07 +01:00
emacs-module.h.in Ignore pending_signals when checking for quits. 2019-02-24 22:43:07 +01:00
emacs.c Unbreak the Cygw32 build 2019-02-10 17:10:04 +02:00
emacsgtkfixed.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
emacsgtkfixed.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
epaths.in Update copyright year to 2019 2019-01-01 01:01:13 +00:00
eval.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
fileio.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
filelock.c Add portable dumper 2019-01-15 17:37:36 -05:00
fingerprint-dummy.c ; Copyright fixes for pdumper files 2019-01-16 04:39:50 -05:00
fingerprint.h ; Copyright fixes for pdumper files 2019-01-16 04:39:50 -05:00
firstfile.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
floatfns.c Fix logb on zero, infinite, NaN args 2019-01-06 16:25:40 -08:00
fns.c * src/fns.c: Fix comment. 2019-02-18 00:18:35 -08:00
font.c Add portable dumper 2019-01-15 17:37:36 -05:00
font.h Merge from origin/emacs-26 2019-01-07 11:51:23 -08:00
fontset.c Add portable dumper 2019-01-15 17:37:36 -05:00
fontset.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
frame.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
frame.h DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
fringe.c Add portable dumper 2019-01-15 17:37:36 -05:00
ftcrfont.c Unify three font info structures 2019-02-08 09:05:11 +01:00
ftfont.c Unify three font info structures 2019-02-08 09:05:11 +01:00
ftfont.h Unify three font info structures 2019-02-08 09:05:11 +01:00
ftxfont.c Add portable dumper 2019-01-15 17:37:36 -05:00
getpagesize.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
gfilenotify.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
gmalloc.c Add portable dumper 2019-01-15 17:37:36 -05:00
gnutls.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
gnutls.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
gtkutil.c Prefer static to extern where either will do 2019-01-31 15:33:21 -08:00
gtkutil.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
image.c Avoid segfaults due to image cache being cleared during redisplay 2019-02-04 19:42:33 +02:00
indent.c Widen modiff counts to avoid wraparound 2019-01-31 10:31:43 -08:00
indent.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
inotify.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
insdel.c Widen modiff counts to avoid wraparound 2019-01-31 10:31:43 -08:00
intervals.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
intervals.h Add portable dumper 2019-01-15 17:37:36 -05:00
json.c Fix integer overflow check in json code 2018-12-31 23:35:55 -08:00
keyboard.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
keyboard.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
keymap.c Use shortcuts for Flength 2019-01-09 09:59:10 -08:00
keymap.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
kqueue.c Use shortcuts for Flength 2019-01-09 09:59:10 -08:00
lastfile.c Rename CANNOT_DUMP to HAVE_UNEXEC 2019-02-01 13:05:39 -08:00
lcms.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
lisp.h DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
lread.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
macfont.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
macfont.m Add portable dumper 2019-01-15 17:37:36 -05:00
macros.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
macros.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
macuvs.h ; * src/macuvs.h: Regenerate with new header. 2018-12-15 15:24:31 -08:00
Makefile.in * src/Makefile.in (clean): Delete versioned pdmp files. 2019-01-28 15:55:57 -05:00
marker.c Widen modiff counts to avoid wraparound 2019-01-31 10:31:43 -08:00
menu.c Add portable dumper 2019-01-15 17:37:36 -05:00
menu.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
mini-gmp-emacs.c Update more copyright years 2018-12-31 18:47:22 -08:00
mini-gmp.c Update more copyright years 2018-12-31 18:47:22 -08:00
mini-gmp.h Update more copyright years 2018-12-31 18:47:22 -08:00
minibuf.c switch-to-buffer's completion table uses its own sorting 2019-02-19 09:11:28 +00:00
module-env-25.h * src/module-env-25.h (copy_string_contents): Fix comment. 2017-07-01 20:02:24 +02:00
module-env-26.h emacs-module.h: Create emacs_env_26 2017-06-17 19:16:14 +02:00
module-env-27.h Ignore pending_signals when checking for quits. 2019-02-24 22:43:07 +01:00
msdos.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
msdos.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
nsfns.m Add portable dumper 2019-01-15 17:37:36 -05:00
nsfont.m Add portable dumper 2019-01-15 17:37:36 -05:00
nsgui.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
nsimage.m Add native image scaling (bug#33587) 2019-01-10 19:24:20 +00:00
nsmenu.m Add portable dumper 2019-01-15 17:37:36 -05:00
nsselect.m Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
nsterm.h Add native image scaling (bug#33587) 2019-01-10 19:24:20 +00:00
nsterm.m DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
pdumper.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
pdumper.h Prefer static to extern where either will do 2019-01-31 15:33:21 -08:00
print.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
process.c Merge from origin/emacs-26 2019-02-08 09:20:40 -08:00
process.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
profiler.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
ptr-bounds.h Update more copyright years 2018-12-31 18:47:22 -08:00
puresize.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ralloc.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
README Update copyright year to 2019 2019-01-01 01:01:13 +00:00
regex-emacs.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
regex-emacs.h Update more copyright years 2018-12-31 18:47:22 -08:00
region-cache.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
region-cache.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
scroll.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
search.c forward-line now works with bignums 2019-01-27 15:52:06 -08:00
sheap.c Add portable dumper 2019-01-15 17:37:36 -05:00
sheap.h Add portable dumper 2019-01-15 17:37:36 -05:00
sound.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
syntax.c Widen modiff counts to avoid wraparound 2019-01-31 10:31:43 -08:00
syntax.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
sysdep.c Prefer static to extern where either will do 2019-01-31 15:33:21 -08:00
sysselect.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
syssignal.h Prefer static to extern where either will do 2019-01-31 15:33:21 -08:00
sysstdio.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
systhread.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
systhread.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
systime.h Add portable dumper 2019-01-15 17:37:36 -05:00
systty.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
syswait.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
term.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
termcap.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
termchar.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
termhooks.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
terminal.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
terminfo.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
termopts.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
textprop.c Widen modiff counts to avoid wraparound 2019-01-31 10:31:43 -08:00
thread.c Add portable dumper 2019-01-15 17:37:36 -05:00
thread.h DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
timefns.c format-time-string: document new '+' flag 2019-02-25 11:34:43 -08:00
tparam.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
tparam.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
undo.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
unexaix.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
unexcoff.c Rename CANNOT_DUMP to HAVE_UNEXEC 2019-02-01 13:05:39 -08:00
unexcw.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
unexec.h
unexelf.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
unexhp9k800.c
unexmacosx.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
unexsol.c
unexw32.c Clean up memory allocation and unexec support on MS-Windows 2019-01-18 17:04:00 +02:00
vm-limit.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
w16select.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
w32.c Support ~USER for some names on MS-Windows 2019-02-15 12:22:49 +02:00
w32.h Add portable dumper 2019-01-15 17:37:36 -05:00
w32common.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
w32console.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
w32cygwinx.c Update more copyright years 2018-12-31 18:47:22 -08:00
w32fns.c Add portable dumper 2019-01-15 17:37:36 -05:00
w32font.c Add portable dumper 2019-01-15 17:37:36 -05:00
w32font.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
w32gui.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
w32heap.c Rename CANNOT_DUMP to HAVE_UNEXEC 2019-02-01 13:05:39 -08:00
w32heap.h Clean up memory allocation and unexec support on MS-Windows 2019-01-18 17:04:00 +02:00
w32inevt.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
w32inevt.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
w32menu.c Add portable dumper 2019-01-15 17:37:36 -05:00
w32notify.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
w32proc.c Support (locale-info 'paper) on MS-Windows 2019-02-04 18:05:59 +02:00
w32reg.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
w32select.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
w32select.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
w32term.c Merge from origin/emacs-26 2019-02-20 12:07:22 -08:00
w32term.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
w32uniscribe.c Merge from origin/emacs-26 2019-01-18 07:50:47 -08:00
w32xfns.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
widget.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
widget.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
widgetprv.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
window.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
window.h Prefer static to extern where either will do 2019-01-31 15:33:21 -08:00
xdisp.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
xfaces.c Fix last change in xfaces.c 2019-01-28 22:03:05 +02:00
xfns.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
xfont.c Add portable dumper 2019-01-15 17:37:36 -05:00
xftfont.c Unify three font info structures 2019-02-08 09:05:11 +01:00
xgselect.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
xgselect.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
xmenu.c Add portable dumper 2019-01-15 17:37:36 -05:00
xml.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
xrdb.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
xselect.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
xsettings.c Add portable dumper 2019-01-15 17:37:36 -05:00
xsettings.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
xsmfns.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
xterm.c DEFVAR_INT variables are now intmax_t 2019-02-27 01:23:30 -08:00
xterm.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
xwidget.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
xwidget.h Merge from origin/emacs-26 2018-12-31 17:57:29 -08: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-2019 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 is copied elsewhere.

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

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 C source files.  All of this should
work transparently; you should only need to change to the parent
directory, run './configure', and then run '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 <https://www.gnu.org/licenses/>.