1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 07:20:35 -08:00
emacs/src
Paul Eggert 81e7eef822 Fix bignum bugs with nth, elt, =
* src/bytecode.c (exec_byte_code): Support bignums
when implementing nth, elt, and =.
* src/lisp.h (SMALL_LIST_LEN_MAX): New constant.
* src/fns.c (Fnthcdr): Use it.
(Felt): Do not reject bignum indexes.
2018-08-21 11:41:54 -07:00
..
bitmaps
.dbxinit
.gdbinit Adjust .gdbinit to removal of misc objects 2018-08-12 11:46:26 -07:00
alloc.c Avoid libgmp aborts by imposing limits 2018-08-21 02:38:53 -07:00
atimer.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
atimer.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
bidi.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
blockinput.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
buffer.c Turn misc objects into pseudovectors 2018-08-11 18:50:25 -07:00
buffer.h More macro renamings for bignum 2018-08-07 18:08:53 -06:00
bytecode.c Fix bignum bugs with nth, elt, = 2018-08-21 11:41:54 -07:00
callint.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
callproc.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
casefiddle.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
casetab.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
category.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
category.h Rename integerp->fixnum, etc, in preparation for bignums 2018-07-12 22:12:27 -06:00
ccl.c More macro renamings for bignum 2018-08-07 18:08:53 -06: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 2018 2018-01-01 00:57:59 -08:00
ChangeLog.2 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.3 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.4 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.5 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.6 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.7 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.8 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.9 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.10 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.11 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.12 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.13 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
character.c Fix up for bignums after merge from trunk 2018-08-09 18:02:00 -06:00
character.h More macro renamings for bignum 2018-08-07 18:08:53 -06:00
charset.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
charset.h More macro renamings for bignum 2018-08-07 18:08:53 -06:00
chartab.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
cm.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cm.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cmds.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
coding.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
coding.h Merge from origin/emacs-26 2018-07-02 19:19:26 -07:00
commands.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
composite.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
composite.h More macro renamings for bignum 2018-08-07 18:08:53 -06:00
conf_post.h Make mini-gmp safe for --enable-gcc-warnings 2018-08-12 11:13:15 -07:00
COPYING Merge from Gnulib 2017-10-01 18:31:10 -07:00
cygw32.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cygw32.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
data.c Avoid libgmp aborts by imposing limits 2018-08-21 02:38:53 -07:00
dbusbind.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
decompress.c Define get_proc_addr in Cygwin-w32 build 2018-08-20 17:04:24 -04:00
deps.mk Rename src/regex.c to src/regex-emacs.c. 2018-08-05 19:36:09 -07:00
dired.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
dispextern.h Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
dispnew.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
disptab.h More macro renamings for bignum 2018-08-07 18:08:53 -06:00
doc.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
doprnt.c Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
dosfns.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
dosfns.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
dynlib.c Pacify -Wcast-function-type warnings in GCC 8.1 2018-08-17 17:29:10 +03:00
dynlib.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
editfns.c Pacify gcc -Og -Wuninitialized 2018-08-12 17:25:54 -07:00
emacs-icon.h An overdue update of src/emacs-icon.h 2018-01-14 17:27:19 -08:00
emacs-module.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
emacs-module.h.in Update copyright year to 2018 2018-01-01 00:57:59 -08:00
emacs.c Avoid libgmp aborts by imposing limits 2018-08-21 02:38:53 -07:00
emacsgtkfixed.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
emacsgtkfixed.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
epaths.in Update copyright year to 2018 2018-01-01 00:57:59 -08:00
eval.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
fileio.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
filelock.c Add detailed documentation about lock files 2018-06-01 15:06:20 +02:00
firstfile.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
floatfns.c Avoid libgmp aborts by imposing limits 2018-08-21 02:38:53 -07:00
fns.c Fix bignum bugs with nth, elt, = 2018-08-21 11:41:54 -07:00
font.c Pacify gcc -Og -Wuninitialized 2018-08-12 17:25:54 -07:00
font.h More macro renamings for bignum 2018-08-07 18:08:53 -06:00
fontset.c Merge branch 'feature/bignum' 2018-08-11 13:34:17 -06:00
fontset.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
frame.c Pacify gcc -Og -Wuninitialized 2018-08-12 17:25:54 -07:00
frame.h More macro renamings for bignum 2018-08-07 18:08:53 -06:00
fringe.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
ftcrfont.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
ftfont.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
ftfont.h Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ftxfont.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
getpagesize.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
gfilenotify.c Fix check for unsafe watch descriptor 2018-08-13 15:55:53 -07:00
gmalloc.c Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
gnutls.c Define get_proc_addr in Cygwin-w32 build 2018-08-20 17:04:24 -04:00
gnutls.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
gtkutil.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
gtkutil.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
image.c Define get_proc_addr in Cygwin-w32 build 2018-08-20 17:04:24 -04:00
indent.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
indent.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
inotify.c Rename integerp->fixnum, etc, in preparation for bignums 2018-07-12 22:12:27 -06:00
insdel.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
intervals.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
intervals.h Prefer NILP (x) to EQ (x, Qnil) 2018-07-19 22:05:27 -07:00
json.c Define get_proc_addr in Cygwin-w32 build 2018-08-20 17:04:24 -04:00
keyboard.c Merge branch 'feature/bignum' 2018-08-11 13:34:17 -06:00
keyboard.h Rename integerp->fixnum, etc, in preparation for bignums 2018-07-12 22:12:27 -06:00
keymap.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
keymap.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
kqueue.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
lastfile.c Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
lcms.c Define get_proc_addr in Cygwin-w32 build 2018-08-20 17:04:24 -04:00
lisp.h Fix bignum bugs with nth, elt, = 2018-08-21 11:41:54 -07:00
lread.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
macfont.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
macfont.m Update src/{ns,mac}*.m to use bignum-compatible macros 2018-08-09 16:00:20 +02:00
macros.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
macros.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
macuvs.h Import the latest IVD_Sequences.txt 2017-12-12 21:41:23 +02:00
Makefile.in Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
marker.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
menu.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
menu.h Port --enable-gcc-warnings to GCC 8 2018-04-30 17:17:54 -07:00
mini-gmp-emacs.c Make mini-gmp safe for --enable-gcc-warnings 2018-08-12 11:13:15 -07:00
mini-gmp.c Add configury for GMP library 2018-07-12 22:12:27 -06:00
mini-gmp.h Add configury for GMP library 2018-07-12 22:12:27 -06:00
minibuf.c More macro renamings for bignum 2018-08-07 18:08:53 -06: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
msdos.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
msdos.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
nsfns.m Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
nsfont.m Update src/{ns,mac}*.m to use bignum-compatible macros 2018-08-09 16:00:20 +02:00
nsgui.h Normalize and fix some mistakes in NS-related commentary 2018-03-19 20:35:24 +01:00
nsimage.m Update src/{ns,mac}*.m to use bignum-compatible macros 2018-08-09 16:00:20 +02:00
nsmenu.m Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
nsselect.m Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
nsterm.h New mint_ptr representation for C pointers 2018-06-14 17:13:38 -07:00
nsterm.m Update src/{ns,mac}*.m to use bignum-compatible macros 2018-08-09 16:00:20 +02:00
print.c Turn misc objects into pseudovectors 2018-08-11 18:50:25 -07:00
process.c Pacify gcc -Og -Wuninitialized 2018-08-12 17:25:54 -07:00
process.h Return the entire TLS certificate chain back to the caller 2018-06-24 21:17:46 +02:00
profiler.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
ptr-bounds.h Update copyright year to 2018 2018-01-01 01:25:56 -08:00
puresize.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ralloc.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
README Update copyright year to 2018 2018-01-01 00:57:59 -08:00
regex-emacs.c Spruce up some regex-emacs comments 2018-08-05 19:36:10 -07:00
regex-emacs.h Spruce up some regex-emacs comments 2018-08-05 19:36:10 -07:00
region-cache.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
region-cache.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
scroll.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
search.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
sheap.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
sheap.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
sound.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
syntax.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
syntax.h More macro renamings for bignum 2018-08-07 18:08:53 -06:00
sysdep.c Pacify gcc -Og -Wuninitialized 2018-08-12 17:25:54 -07:00
sysselect.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
syssignal.h Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
sysstdio.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
systhread.c Make error checking for thread functions stricter. 2018-06-09 18:47:10 +02:00
systhread.h Make error checking for thread functions stricter. 2018-06-09 18:47:10 +02:00
systime.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
systty.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
syswait.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
term.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
termcap.c ; Comments related to src/termcap.c 2018-01-05 18:50:31 -08:00
termchar.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
termhooks.h More macro renamings for bignum 2018-08-07 18:08:53 -06:00
terminal.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
terminfo.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
termopts.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
textprop.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
thread.c thread-join returns the result of finished thread 2018-07-22 11:53:24 +02:00
thread.h Simplify regex-emacs code by assuming Emacs 2018-08-05 19:36:09 -07:00
tparam.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tparam.h Port --enable-gcc-warnings to GCC 8 2018-04-28 16:56:48 -07:00
undo.c Turn misc objects into pseudovectors 2018-08-11 18:50:25 -07:00
unexaix.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
unexcoff.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
unexcw.c Pacify GCC with -Wunused-but-set-variable 2018-08-16 09:06:46 -04:00
unexec.h
unexelf.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
unexhp9k800.c
unexmacosx.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
unexsol.c
unexw32.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
vm-limit.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w16select.c Rename integerp->fixnum, etc, in preparation for bignums 2018-07-12 22:12:27 -06:00
w32.c Pacify -Wcast-function-type warnings in GCC 8.1 2018-08-17 17:29:10 +03:00
w32.h Define get_proc_addr in Cygwin-w32 build 2018-08-20 17:04:24 -04:00
w32common.h Define get_proc_addr in Cygwin-w32 build 2018-08-20 17:04:24 -04:00
w32console.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
w32cygwinx.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
w32fns.c Avoid compilation warning in w32fns.c 2018-08-18 09:24:38 +03:00
w32font.c Define get_proc_addr in Cygwin-w32 build 2018-08-20 17:04:24 -04:00
w32font.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32gui.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32heap.c Pacify -Wcast-function-type warnings in GCC 8.1 2018-08-17 17:29:10 +03:00
w32heap.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32inevt.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
w32inevt.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32menu.c Pacify -Wcast-function-type warnings in GCC 8.1 2018-08-17 17:29:10 +03:00
w32notify.c Use mint_ptr in w32notify.c 2018-06-16 14:16:53 +03:00
w32proc.c Pacify -Wcast-function-type warnings in GCC 8.1 2018-08-17 17:29:10 +03:00
w32reg.c ; Replace "Written by" with standard "Author:" header in some C files 2018-02-13 14:29:59 -08:00
w32select.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
w32select.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32term.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
w32term.h More macro renamings for bignum 2018-08-07 18:08:53 -06:00
w32uniscribe.c Define get_proc_addr in Cygwin-w32 build 2018-08-20 17:04:24 -04:00
w32xfns.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
widget.c Rename integerp->fixnum, etc, in preparation for bignums 2018-07-12 22:12:27 -06:00
widget.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
widgetprv.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
window.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
window.h Use native alignment to access Lisp object data 2018-06-10 10:16:53 -07:00
xdisp.c Turn misc objects into pseudovectors 2018-08-11 18:50:25 -07:00
xfaces.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
xfns.c Pacify gcc -Og -Wuninitialized 2018-08-12 17:25:54 -07:00
xfont.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
xftfont.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
xgselect.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
xgselect.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
xmenu.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
xml.c Define get_proc_addr in Cygwin-w32 build 2018-08-20 17:04:24 -04:00
xrdb.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
xselect.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
xsettings.c More macro renamings for bignum 2018-08-07 18:08:53 -06:00
xsettings.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
xsmfns.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
xterm.c Pacify gcc -Og -Wuninitialized 2018-08-12 17:25:54 -07:00
xterm.h Fix some tooltip related problems 2018-01-18 10:36:47 +01:00
xwidget.c Merge remote-tracking branch 'origin/master' into feature/bignum 2018-08-09 17:56:53 -06:00
xwidget.h Use native alignment to access Lisp object data 2018-06-10 10:16:53 -07: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-2018 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/>.