1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00
emacs/src
Paul Eggert 5e301d7651 Don't lose top specpdl entry when memory is exhausted.
* eval.c (grow_specpdl): Increment specpdl top by 1 and check for
specpdl overflow here, to simplify callers; all callers changed.
Always reserve an unused entry at the stack top; this avoids
losing the top entry's information when memory is exhausted.
2013-07-12 17:24:38 -07:00
..
bitmaps
.dbxinit
.gdbinit Merge the specpdl and backtrace stacks. Make the structure of the 2013-06-03 05:01:53 -04:00
.gitignore Ignore stamp-h.in 2012-08-05 23:44:21 +02:00
alloc.c Make file descriptors close-on-exec when possible. 2013-07-07 11:00:14 -07:00
atimer.c Timestamp fixes for undo. 2013-07-09 23:26:23 -07:00
atimer.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
autodeps.mk Simplify data_start configuration. 2013-02-24 21:55:37 -08:00
bidi.c Fix bug #14575 with window-specific overlays with display props. 2013-06-08 21:28:36 +03:00
blockinput.h Reorder conditions that are written backwards 2013-03-24 13:59:45 +01:00
buffer.c Timestamp fixes for undo. 2013-07-09 23:26:23 -07:00
buffer.h * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros. 2013-01-17 09:52:13 +04:00
bytecode.c Port to C89. 2013-07-10 16:23:57 -07:00
callint.c * src/callint.c (Fcall_interactively): Set `visargs[i]' for code 'n' 2013-05-07 23:49:46 +03:00
callproc.c Clean up errno reporting and fix some errno-reporting bugs. 2013-07-12 10:30:48 -07:00
casefiddle.c Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
casetab.c * src/casetab.c (init_casetab_once): Fix last change. 2013-05-22 17:35:00 -04:00
category.c Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
category.h * casefiddle.c, casetab.c, category.c: Use bool for boolean. 2012-08-24 23:25:00 -07:00
ccl.c Prefer < to > in range checks such as 0 <= i && i < N. 2013-04-01 18:54:56 -07:00
ccl.h Refactor window-system configuration 2012-08-31 22:38:52 -08:00
ChangeLog Don't lose top specpdl entry when memory is exhausted. 2013-07-12 17:24:38 -07:00
ChangeLog.1 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.2 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.3 Fix typos. 2013-06-11 18:51:12 +02:00
ChangeLog.4 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.5 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.6 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.7 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.8 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.9 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.10 Spelling fixes. 2013-04-01 00:58:04 -07:00
ChangeLog.11 Restore an omitted bug reference. 2013-05-27 19:41:32 +03:00
ChangeLog.12 lisp/ChangeLog, src/ChangeLog: Rotate changelogs. 2013-06-18 13:17:50 +02:00
character.c Prefer < to > in range checks such as 0 <= i && i < N. 2013-04-01 18:54:56 -07:00
character.h * character.h (MAYBE_UNIFY_CHAR): Remove. 2012-09-26 13:00:29 -07:00
charset.c Prefer < to > in range checks such as 0 <= i && i < N. 2013-04-01 18:54:56 -07:00
charset.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
chartab.c Use C99-style flexible array members if available. 2013-06-21 13:11:44 -07:00
cm.c Reorder conditions that are written backwards 2013-03-24 13:59:45 +01:00
cm.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cmds.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
coding.c Fix minor problems found by static checking. 2013-06-29 08:52:20 -07:00
coding.h Fix minor problems found by static checking. 2013-06-29 08:52:20 -07:00
commands.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
composite.c * composite.c (get_composition_id, fill_gstring_header): 2013-03-05 05:48:30 +04:00
composite.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
conf_post.h Spelling fixes. 2013-06-30 08:10:33 -07:00
COPYING
cygw32.c Use emacs_open more consistently when opening files. 2013-07-05 19:40:50 -07:00
cygw32.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
data.c Clarify documentation of multibyte-string-p. 2013-07-06 11:05:21 +03:00
dbusbind.c Port to C89. 2013-07-10 16:23:57 -07:00
deps.mk Simplify data_start configuration. 2013-02-24 21:55:37 -08:00
dired.c Fix races with threads and file descriptors. 2013-07-11 19:03:47 -07:00
dispextern.h * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes. 2013-07-10 19:17:47 -07:00
dispnew.c Port to C89. 2013-07-10 16:23:57 -07:00
disptab.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
doc.c Simplify buildobj processing. 2013-07-01 17:57:46 -07:00
doprnt.c Prefer < to > in range checks such as 0 <= i && i < N. 2013-04-01 18:54:56 -07:00
dosfns.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dosfns.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
editfns.c Port --enable-gcc-warnings to clang. 2013-05-17 22:32:17 -07:00
emacs-icon.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
emacs.c Fix races with threads and file descriptors. 2013-07-11 19:03:47 -07:00
emacsgtkfixed.c Reorder conditions that are written backwards 2013-03-24 13:59:45 +01:00
emacsgtkfixed.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
epaths.in Fix bug #14513 with --enable-locallisppath not working on MS-Windows. 2013-06-07 11:08:29 +03:00
eval.c Don't lose top specpdl entry when memory is exhausted. 2013-07-12 17:24:38 -07:00
fileio.c Clean up errno reporting and fix some errno-reporting bugs. 2013-07-12 10:30:48 -07:00
filelock.c * filelock.c: Fix comment to match code. 2013-07-08 23:29:29 -07:00
firstfile.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
floatfns.c Add log2 support and make log10 obsolete for consistency. 2013-06-20 07:15:42 -07:00
fns.c Port to C89. 2013-07-10 16:23:57 -07:00
font.c font.c (Ffont_spec): Signal an error for an invalid font name. 2013-06-18 23:45:08 +09:00
font.h * font.c (font_range): Add pos_byte argument. Adjust comment 2013-02-13 11:14:38 +04:00
fontset.c Get rid of some platform-specific functions examining window 2013-04-07 08:41:19 +04:00
fontset.h Consistently use platform-specific function to detect window system. 2013-04-05 18:07:02 +04:00
frame.c Space between "defined" and "(". 2013-07-08 22:04:45 -07:00
frame.h Fix minor problems found by static checking. 2013-06-03 11:29:30 -07:00
fringe.c * window.h (struct window): Replace hchild, vchild and buffer slots 2013-03-28 18:04:49 +04:00
ftfont.c Use functions and constants to manipulate Lisp_Save_Value objects. 2013-03-21 13:56:22 -07:00
ftfont.h
ftxfont.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
getpagesize.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gfilenotify.c * fileio.c (Qfile_notify_error): New error symbol. 2013-07-04 11:29:28 +02:00
gmalloc.c Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
gnutls.c Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
gnutls.h Port to C89. 2013-07-10 16:23:57 -07:00
gtkutil.c * xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION. 2013-05-09 07:49:56 -07:00
gtkutil.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
image.c Clean up errno reporting and fix some errno-reporting bugs. 2013-07-12 10:30:48 -07:00
indent.c Fix vertical cursor motion when there are overlay strings at EOL. 2013-04-13 11:54:02 +03:00
indent.h Avoid character to byte conversions in motion subroutines. 2013-03-07 08:42:59 +04:00
inotify.c Fix races with threads and file descriptors. 2013-07-11 19:03:47 -07:00
insdel.c Document arguments of insert_1_both. 2013-05-16 22:15:32 +03:00
intervals.c * intervals.c (get_local_map): Actually clip POSITION 2013-06-30 08:14:45 -07:00
intervals.h * textprop.c: Use bool for booleans. 2013-03-02 10:39:34 -08:00
keyboard.c Minor EBADF fixes. 2013-07-12 07:31:42 -07:00
keyboard.h Separate mouse-1-click-follows-link from mouse-drag-region. 2013-03-08 23:15:53 -05:00
keymap.c Don't convert function pointers to void * and back. 2013-07-01 20:41:16 -07:00
keymap.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
lastfile.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
lisp.h Clean up errno reporting and fix some errno-reporting bugs. 2013-07-12 10:30:48 -07:00
lisp.mk * lisp/simple.el: Move all the prog-mode code to prog-mode.el. 2013-06-05 14:10:27 -04:00
lread.c Clean up errno reporting and fix some errno-reporting bugs. 2013-07-12 10:30:48 -07:00
macros.c Qcall_interactively and Qexecute_kbd_macro are now static. 2013-02-26 23:42:43 -08:00
macros.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
Makefile.in Simplify buildobj processing. 2013-07-01 17:57:46 -07:00
makefile.w32-in src/makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep.$(O)): Update. 2013-07-09 11:53:00 +02:00
marker.c Use functions, not macros, for XINT etc. 2013-06-16 23:03:19 -07:00
menu.c Get rid of some platform-specific functions examining window 2013-04-07 08:41:19 +04:00
menu.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
minibuf.c * lisp/simple.el (read-expression-map): Use completion-at-point. 2013-05-04 15:27:41 -04:00
msdos.c Get rid of some platform-specific functions examining window 2013-04-07 08:41:19 +04:00
msdos.h Avoid encoding file names run through dostounix_filename on MS-Windows. 2013-02-02 19:14:24 +02:00
nsfns.m Space between "defined" and "(". 2013-07-08 22:04:45 -07:00
nsfont.m Remove duplicate #include directives. 2013-07-05 09:58:01 -07:00
nsgui.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nsimage.m Update the GNUStep port so it works OK. Redraw and sizing bugs remain. 2013-06-02 21:14:25 +02:00
nsmenu.m Space between "defined" and "(". 2013-07-08 22:04:45 -07:00
nsselect.m Update the GNUStep port so it works OK. Redraw and sizing bugs remain. 2013-06-02 21:14:25 +02:00
nsterm.h * lisp/files.el (write-file): Do not display confirm dialog for NS, 2013-07-06 19:58:41 +02:00
nsterm.m Handle errno and exit status a bit more carefully. 2013-07-09 00:04:48 -07:00
print.c Port to C89. 2013-07-10 16:23:57 -07:00
process.c Clean up errno reporting and fix some errno-reporting bugs. 2013-07-12 10:30:48 -07:00
process.h Handle errno and exit status a bit more carefully. 2013-07-09 00:04:48 -07:00
profiler.c Port to C89. 2013-07-10 16:23:57 -07:00
puresize.h * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to 2013-06-03 11:18:18 -04:00
ralloc.c Remove duplicate #include directives. 2013-07-05 09:58:01 -07:00
README Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
regex.c Port to C89. 2013-07-10 16:23:57 -07:00
regex.h Port to C89. 2013-07-10 16:23:57 -07:00
region-cache.c * region-cache.c (find_cache_boundary, move_cache_gap) 2013-03-15 11:23:49 +04:00
region-cache.h Tune by using memchr and memrchr. 2013-02-11 15:37:18 -08:00
scroll.c region-cache.c, scroll.c, search.c: Use bool for booleans. 2013-03-08 13:37:41 -08:00
search.c Syntax cleanup, mostly replacing macros with functions. 2013-07-10 09:11:09 -07:00
sheap.c * src/sheap.c (STATIC_HEAP_SIZE) [__x86_64__]: Increase to 18MB. 2013-07-09 09:56:47 -04:00
sound.c Handle errno and exit status a bit more carefully. 2013-07-09 00:04:48 -07:00
syntax.c Syntax cleanup, mostly replacing macros with functions. 2013-07-10 09:11:09 -07:00
syntax.h Syntax cleanup, mostly replacing macros with functions. 2013-07-10 09:11:09 -07:00
sysdep.c Minor EBADF fixes. 2013-07-12 07:31:42 -07:00
sysselect.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
syssignal.h Chain glib's SIGCHLD handler from Emacs's (Bug#14474). 2013-06-05 10:04:13 -07:00
sysstdio.h Use emacs_open more consistently when opening files. 2013-07-05 19:40:50 -07:00
systime.h Timestamp fixes for undo. 2013-07-09 23:26:23 -07:00
systty.h Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
syswait.h Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
term.c Fix races with threads and file descriptors. 2013-07-11 19:03:47 -07:00
termcap.c Fix races with threads and file descriptors. 2013-07-11 19:03:47 -07:00
termchar.h Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
termhooks.h * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes. 2013-07-10 19:17:47 -07:00
terminal.c * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes. 2013-07-10 19:17:47 -07:00
terminfo.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
termopts.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
textprop.c Implement new function `add-face-text-property' 2013-06-17 17:28:22 +02:00
tparam.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tparam.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
undo.c Timestamp fixes for undo. 2013-07-09 23:26:23 -07:00
unexaix.c Clean up errno reporting and fix some errno-reporting bugs. 2013-07-12 10:30:48 -07:00
unexcoff.c Clean up errno reporting and fix some errno-reporting bugs. 2013-07-12 10:30:48 -07:00
unexcw.c Fix races with threads and file descriptors. 2013-07-11 19:03:47 -07:00
unexec.h
unexelf.c Fix races with threads and file descriptors. 2013-07-11 19:03:47 -07:00
unexhp9k800.c Fix races with threads and file descriptors. 2013-07-11 19:03:47 -07:00
unexmacosx.c Fix races with threads and file descriptors. 2013-07-11 19:03:47 -07:00
unexsol.c Port better to POSIX hosts lacking _setjmp. 2012-09-15 00:06:56 -07:00
unexw32.c Delete previous emacs.exe before dumping to fix problem with hard links to it. 2013-04-16 21:08:03 +03:00
vm-limit.c Simplify data_start configuration. 2013-02-24 21:55:37 -08:00
w16select.c * src/xdisp.c (message2, message2_nolog): Remove functions. 2013-01-23 15:07:28 -05:00
w32.c MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu. 2013-07-07 21:48:16 +03:00
w32.h Make file descriptors close-on-exec when possible. 2013-07-07 11:00:14 -07:00
w32common.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
w32console.c Fix crashes in a text-mode session on Windows. 2013-06-03 22:28:13 +03:00
w32fns.c Add multi-monitor support on W32. 2013-07-04 19:25:54 +09:00
w32font.c Get rid of some platform-specific functions examining window 2013-04-07 08:41:19 +04:00
w32font.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
w32gui.h Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
w32heap.c Fix bug #13065 with file selector dialog on Windows 7. 2013-01-22 15:30:17 +02:00
w32heap.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
w32inevt.c * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS. 2013-06-03 21:06:09 +02:00
w32inevt.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
w32menu.c Get rid of some platform-specific functions examining window 2013-04-07 08:41:19 +04:00
w32notify.c Update commentary in w32notify.c. 2013-07-02 19:32:03 +03:00
w32proc.c Implement CLASH_DETECTION for MS-Windows. 2013-02-25 19:36:03 +02:00
w32reg.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
w32select.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
w32select.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
w32term.c Use emacs_open more consistently when opening files. 2013-07-05 19:40:50 -07:00
w32term.h Yet another attempt at fixing bugs #14602, 14630, 14669. 2013-06-20 20:36:24 +03:00
w32uniscribe.c * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW. 2013-03-04 11:41:01 +04:00
w32xfns.c Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
widget.c Fix minor problems found by static checking. 2013-06-30 09:14:22 -07:00
widget.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
widgetprv.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
window.c Fix bug #14771 with scroll-step = 1 and non-nil line-spacing. 2013-07-06 13:41:38 +03:00
window.h Use functions, not macros, for XINT etc. 2013-06-16 23:03:19 -07:00
xdisp.c Port to C89. 2013-07-10 16:23:57 -07:00
xfaces.c Use emacs_open more consistently when opening files. 2013-07-05 19:40:50 -07:00
xfns.c Factor out common code for multimonitors, for Gtk+, non-Gtk+ X11 and NS. 2013-05-25 13:14:38 +02:00
xfont.c Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
xftfont.c Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
xgselect.c Fix compilation issues for GNUStep and GLIB conflicts. 2013-06-08 20:13:24 +02:00
xgselect.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
xmenu.c Do not use GTK 3 if it exists but cannot be compiled. 2013-06-30 08:24:14 -07:00
xml.c Prefer message1' over message'. 2013-02-17 11:49:27 -05:00
xrdb.c Handle errno and exit status a bit more carefully. 2013-07-09 00:04:48 -07:00
xselect.c Get rid of some platform-specific functions examining window 2013-04-07 08:41:19 +04:00
xsettings.c Port to C89. 2013-07-10 16:23:57 -07:00
xsettings.h Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
xsmfns.c Prefer < to > in range checks such as 0 <= i && i < N. 2013-04-01 18:54:56 -07:00
xterm.c Port to C89. 2013-07-10 16:23:57 -07:00
xterm.h Remove duplicate #include directives. 2013-07-05 09:58:01 -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-2013 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/>.