1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
emacs/src
Daniel Colascione 2cc23f170f Finalizer documentation, minor improvements
* doc/lispref/objects.texi (Finalizer Type): New section
(Type Predicates): Mention finalizers in `type-of' documentation.
* doc/lispref/elisp.texi (Top): Link to finalizer type.

* src/data.c (Ftype_of): Make `type-of' work with finalizers.
(syms_of_data): Register Qfinalizer.

* src/print.c (print_object): Print whether a finalizer has
been called.

* test/automated/finalizer-tests.el (finalizer-object-type): Test that
`type-of' works correctly for finalizers.
2015-03-02 19:08:06 -08:00
..
bitmaps
.dbxinit
.gdbinit Fix problems with 32-bit wide-int build exposed by MinGW 2015-01-13 19:16:51 +02:00
alloc.c Add support for finalizers 2015-03-02 15:39:01 -08:00
atimer.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
atimer.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
autodeps.mk Simplify data_start configuration. 2013-02-24 21:55:37 -08:00
bidi.c Fix bidi_explicit_dir_char undefined behavior 2015-02-08 18:14:41 -08:00
blockinput.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
buffer.c Prefer 'Qfoo' to 'intern ("foo")' 2015-02-21 00:27:00 -08:00
buffer.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
bytecode.c Prefer 'Qfoo' to 'intern ("foo")' 2015-02-21 00:27:00 -08:00
callint.c Prefer 'Qfoo' to 'intern ("foo")' 2015-02-21 00:27:00 -08:00
callproc.c Prefer 'Qfoo' to 'intern ("foo")' 2015-02-21 00:27:00 -08: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 Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
category.h Simplify and port recent bool vector changes. 2013-11-04 23:11:24 -08:00
ccl.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
ccl.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
ChangeLog Finalizer documentation, minor improvements 2015-03-02 19:08:06 -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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
character.c * character.c (alphabeticp, decimalnump): Avoid undefined behavior 2015-02-28 13:20:51 -08:00
character.h Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878) 2015-02-28 14:25:35 +02:00
charset.c Prefer 'Qfoo' to 'intern ("foo")' 2015-02-21 00:27:00 -08:00
charset.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
chartab.c Count MANY function args more reliably 2015-01-25 09:11:25 -08: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 Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
coding.c Prefer 'Qfoo' to 'intern ("foo")' 2015-02-21 00:27:00 -08: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 Count MANY function args more reliably 2015-01-25 09:11:25 -08:00
composite.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
conf_post.h * conf_post.h (ATTRIBUTE_ALLOC_SIZE): Port to clang 3.5.0. 2015-01-07 23:12:04 -08: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 Finalizer documentation, minor improvements 2015-03-02 19:08:06 -08:00
dbusbind.c Count MANY function args more reliably 2015-01-25 09:11:25 -08:00
decompress.c Give up on -Wsuggest-attribute=const 2015-01-15 20:37:44 -08:00
deps.mk Update copyright year to 2015 2015-01-01 14:26:41 -08:00
dired.c Fix last commit, which confused WINDOWSNT with MSDOS. 2015-01-31 10:05:10 +02:00
dispextern.h Merge from origin/emacs-24 2015-02-25 22:53:56 -08:00
dispnew.c Support daemon mode on MS-Windows (bug#19688) 2015-02-27 12:43:30 +02:00
disptab.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
doc.c Count MANY function args more reliably 2015-01-25 09:11:25 -08:00
doprnt.c Update copyright year to 2015 2015-01-01 14:26:41 -08: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 'Qfoo' to 'intern ("foo")' 2015-02-21 00:27:00 -08:00
emacs-icon.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
emacs.c Support daemon mode on MS-Windows (bug#19688) 2015-02-27 12:43:30 +02: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 Add (:documentation <form>) for dynamically-generated docstrings 2015-02-05 14:28:16 -05:00
fileio.c Count MANY function args more reliably 2015-01-25 09:11:25 -08:00
filelock.c Count MANY function args more reliably 2015-01-25 09:11:25 -08:00
firstfile.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
floatfns.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
fns.c Prefer 'Qfoo' to 'intern ("foo")' 2015-02-21 00:27:00 -08:00
font.c Remove unused assignment. 2015-02-09 15:56:38 +01:00
font.h Prefer INLINE functions in font.h to match style used in lisp.h 2015-01-16 15:15:32 +03:00
fontset.c Use bool for boolean in xfaces.c 2015-01-26 17:03:09 -08:00
fontset.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
frame.c Set can_x_set_window_size and after_make_frame in terminal frames (Bug#19962) 2015-02-28 19:40:31 +01:00
frame.h Redo the whole window offsets and coordinate translation for X. 2015-02-25 20:16:44 +01:00
fringe.c Use bool for boolean in xfaces.c 2015-01-26 17:03:09 -08:00
ftfont.c Prefer 'Qfoo' to 'intern ("foo")' 2015-02-21 00:27:00 -08:00
ftfont.h Next minor cleanup of font subsystem. 2014-07-09 10:25:35 +04: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 Refactor pointer-to-integer conversion 2015-01-09 08:22:35 -08:00
gmalloc.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gnutls.c Give up on -Wsuggest-attribute=const 2015-01-15 20:37:44 -08:00
gnutls.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gtkutil.c Minor tweaks to frame_size_history_add 2015-02-08 10:52:37 -08:00
gtkutil.h Give up on -Wsuggest-attribute=const 2015-01-15 20:37:44 -08:00
image.c * image.c (lookup_pixel_color): Reorder conditions that are 2015-01-26 19:01:38 +01:00
indent.c Check for some overflows in vertical-motion 2015-02-09 11:26:33 -08: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 Merge from origin/emacs-24 2015-01-28 00:09:39 -03: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 Support daemon mode on MS-Windows (bug#19688) 2015-02-27 12:43:30 +02:00
keyboard.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
keymap.c Prefer 'Qfoo' to 'intern ("foo")' 2015-02-21 00:27:00 -08: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 Add support for finalizers 2015-03-02 15:39:01 -08:00
lisp.mk Tighten up the tagcode used for eieio and cl-struct objects 2015-01-27 22:41:31 -05:00
lread.c Simplify binary I/O configuration 2015-02-19 19:21:32 -08:00
macfont.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
macfont.m Prefer INLINE functions in font.h to match style used in lisp.h 2015-01-16 15:15:32 +03:00
macros.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
macros.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
macuvs.h Include sources used to create macuvs.h. 2014-05-26 08:48:28 -07:00
Makefile.in Revert changes installed by xwidgets merge 2015-02-01 11:45:15 -08:00
makefile.w32-in Update copyright year to 2015 2015-01-01 14:26:41 -08:00
marker.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
menu.c Fix assertion violations when popping menus on TTY (Bug#19862) 2015-02-14 15:11:30 +02:00
menu.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
minibuf.c Support daemon mode on MS-Windows (bug#19688) 2015-02-27 12:43:30 +02: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 Implement x-frame-geometry for NS. 2015-02-22 17:24:32 +01:00
nsfont.m Prefer xlispstrdup to avoid dumb calls to strlen 2015-01-20 13:24:09 +03:00
nsgui.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nsimage.m Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
nsmenu.m Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
nsselect.m Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
nsterm.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
nsterm.m Merge from origin/emacs-24 2015-01-28 01:08:18 -03:00
print.c Finalizer documentation, minor improvements 2015-03-02 19:08:06 -08:00
process.c Count MANY function args more reliably 2015-01-25 09:11:25 -08:00
process.h remove_slash_colon need not be inline 2015-01-14 00:42:48 -08:00
profiler.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08: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 Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878) 2015-02-28 14:25:35 +02:00
regex.h Update copyright year to 2015 2015-01-01 14:26:41 -08: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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
search.c Consolidate duplicated string matching code. 2015-01-13 07:08:54 +03:00
sheap.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sound.c Count MANY function args more reliably 2015-01-25 09:11:25 -08:00
syntax.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
syntax.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sysdep.c Backtrace after malloc arena is corrupted 2015-02-24 16:35:03 -08:00
sysselect.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
syssignal.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sysstdio.h Simplify binary I/O configuration 2015-02-19 19:21:32 -08:00
systime.h Better distinguish infinite from invalid times 2015-02-08 16:21:44 -08: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 Count MANY function args more reliably 2015-01-25 09:11:25 -08: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 Revert changes installed by xwidgets merge 2015-02-01 11:45:15 -08:00
terminal.c Tune pseudovector allocation assuming Qnil == 0 2015-01-16 11:42:24 +03: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 Prefer 'Qfoo' to 'intern ("foo")' 2015-02-21 00:27:00 -08:00
tparam.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tparam.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
undo.c Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08: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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
unexsol.c Prefer list1 (X) to Fcons (X, Qnil) when building lists. 2013-07-15 23:39:49 -07:00
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 Merge from origin/emacs-24 2015-02-25 22:53:56 -08:00
w32.h MS-Windows followup to previous commit 2015-01-05 22:13:58 +02: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 Redo the whole window offsets and coordinate translation for X. 2015-02-25 20:16:44 +01:00
w32font.c Prefer 'Qfoo' to 'intern ("foo")' in w32 source files 2015-02-21 14:54:08 +02:00
w32font.h Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. 2015-01-29 19:16:56 +02:00
w32gui.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
w32heap.c Merge from origin/emacs-24 2015-01-28 00:09:39 -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 Fix problems with 32-bit wide-int build exposed by MinGW 2015-01-13 19:16:51 +02: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 Prefer 'Qfoo' to 'intern ("foo")' in w32 source files 2015-02-21 14:54:08 +02:00
w32term.h Use bool for boolean in w32fns.c 2015-01-25 23:12:35 +02:00
w32uniscribe.c Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. 2015-01-29 19:16:56 +02:00
w32xfns.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
widget.c Try to improve handling of fullwidth/-height frames. 2015-02-07 11:51:03 +01: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 Speed up vertical-motion when screen coordinates are known 2015-02-09 18:24:46 +02:00
window.h Compute C decls for DEFSYMs automatically 2015-01-05 10:14:58 -08:00
xdisp.c Prefer 'Qfoo' to 'intern ("foo")' 2015-02-21 00:27:00 -08:00
xfaces.c Simplify binary I/O configuration 2015-02-19 19:21:32 -08:00
xfns.c Adjust offset and border calculations for X. 2015-02-27 18:46:26 +01:00
xfont.c * xfont.c: Minor style fixes 2015-02-09 11:08:58 -08:00
xftfont.c Use bool for boolean in xfont.c, xftfont.c, xgselect.c 2015-01-21 23:41:24 -08: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 Prefer 'Qfoo' to 'intern ("foo")' 2015-02-21 00:27:00 -08:00
xrdb.c Use bool for boolean in xmenu.c, xml.c 2015-01-13 21:20:31 -08:00
xselect.c Count MANY function args more reliably 2015-01-25 09:11:25 -08:00
xsettings.c Use bool for boolean in xmenu.c, xml.c 2015-01-13 21:20:31 -08:00
xsettings.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
xsmfns.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
xterm.c Fix doc-string of x_frame_normalize_before_maximize. 2015-02-14 18:50:37 +01:00
xterm.h Adjust offset and border calculations for X. 2015-02-27 18:46:26 +01: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/>.