emacs/src
Dmitry Antipov edd74c3512 Separate read and write access to Lisp_Object slots of struct frame.
* frame.h (FGET, FSET): New macros similar to AREF and ASET.
* buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
* fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
* print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
* xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
2012-08-06 09:27:54 +04:00
..
bitmaps Change bitmaps back to X11-compatible types. 2011-04-16 01:30:05 -07:00
.dbxinit
.gdbinit More fixes in .gdbinit. 2012-08-01 19:31:59 +03:00
.gitignore Ignore stamp-h.in 2012-08-05 23:44:21 +02:00
alloc.c Generalize common compile-time constants. 2012-08-05 19:47:28 +04:00
atimer.c EMACS_TIME simplification (Bug#11875). 2012-07-10 16:24:36 -07:00
atimer.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
autodeps.mk
bidi.c Fix bug #11943 with slow redisplay in large paragraphs full of weak characters. 2012-07-15 17:41:08 +03:00
blockinput.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
buffer.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
buffer.h Generalize common compile-time constants. 2012-08-05 19:47:28 +04:00
bytecode.c Generalize common compile-time constants. 2012-08-05 19:47:28 +04:00
callint.c Generalize common compile-time constants. 2012-08-05 19:47:28 +04:00
callproc.c Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp. 2012-08-04 17:17:10 +03:00
casefiddle.c Remove unnecessary casts involving pointers. 2012-08-03 16:36:11 -07:00
casetab.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
category.c Use C99-style 'extern inline' if available. 2012-08-02 00:31:34 -07:00
category.h Use C99-style 'extern inline' if available. 2012-08-02 00:31:34 -07:00
ccl.c Cleanup xmalloc. 2012-07-05 10:32:41 +04:00
ccl.h Auto-generate EXFUN using make-docfile 2012-07-03 12:24:42 -06:00
ChangeLog Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
ChangeLog.1 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.2 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.3 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.4 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.5 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.6 Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
ChangeLog.7 Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
ChangeLog.8 Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
ChangeLog.9 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.10 Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
ChangeLog.11 Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
character.c Remove unnecessary casts involving pointers. 2012-08-03 16:36:11 -07:00
character.h Use C99-style 'extern inline' if available. 2012-08-02 00:31:34 -07:00
charset.c Remove unnecessary casts involving pointers. 2012-08-03 16:36:11 -07:00
charset.h Use C99-style 'extern inline' if available. 2012-08-02 00:31:34 -07:00
chartab.c Merge from trunk. 2011-12-10 16:56:50 -08:00
cm.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
cm.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
cmds.c Use INTERNAL_FIELD for symbols. 2012-08-01 11:57:09 +04:00
coding.c Use "ASET (a, i, v)" rather than "AREF (a, i) = v". 2012-08-01 13:51:44 -07:00
coding.h * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work. 2012-07-31 20:51:44 -07:00
commands.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
composite.c Use C99-style 'extern inline' if available. 2012-08-02 00:31:34 -07:00
composite.h Use C99-style 'extern inline' if available. 2012-08-02 00:31:34 -07:00
conf_post.h Use C99-style 'extern inline' if available. 2012-08-02 00:31:34 -07:00
COPYING
data.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
dbusbind.c Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
deps.mk Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
dired.c Remove unnecessary casts involving pointers. 2012-08-03 16:36:11 -07:00
dispextern.h Use C99-style 'extern inline' if available. 2012-08-02 00:31:34 -07:00
dispnew.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
disptab.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
doc.c Remove unnecessary casts involving pointers. 2012-08-03 16:36:11 -07:00
doprnt.c Remove unnecessary casts involving pointers. 2012-08-03 16:36:11 -07:00
dosfns.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
dosfns.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
editfns.c Remove unnecessary casts involving pointers. 2012-08-03 16:36:11 -07:00
emacs-icon.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
emacs.c * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT. 2012-08-05 23:44:21 +02:00
emacsgtkfixed.c Fix minor GTK3 problems found by static checking. 2012-04-23 00:34:29 -07:00
emacsgtkfixed.h Fix minor GTK3 problems found by static checking. 2012-04-23 00:34:29 -07:00
epaths.in Make --no-site-lisp work for --enable-locallisppath elements 2012-06-30 14:10:50 -07:00
eval.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
fileio.c Remove unnecessary casts involving pointers. 2012-08-03 16:36:11 -07:00
filelock.c Remove unnecessary casts involving pointers. 2012-08-03 16:36:11 -07:00
firstfile.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
floatfns.c * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT. 2012-07-16 19:56:00 -07:00
fns.c Generalize common compile-time constants. 2012-08-05 19:47:28 +04:00
font.c Generalize common compile-time constants. 2012-08-05 19:47:28 +04:00
font.h Simple wrapper for make_unibyte_string, adjust font_open_by_name. 2012-07-20 11:29:04 +04:00
fontset.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
fontset.h Auto-generate EXFUN using make-docfile 2012-07-03 12:24:42 -06:00
frame.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
frame.h Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
fringe.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
ftfont.c Simple wrapper for make_unibyte_string, adjust font_open_by_name. 2012-07-20 11:29:04 +04:00
ftfont.h
ftxfont.c More xmalloc and related cleanup. 2012-07-05 11:35:48 -07:00
getpagesize.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
gmalloc.c Adapt the MS-DOS build to the latest configury changes. 2012-07-14 13:08:14 +03:00
gnutls.c * gnutls.c (Fgnutls_boot): Properly parse :keylist argument. 2012-07-11 09:20:14 +02:00
gnutls.h Merge 2012-04-09 GnuTLS fix from trunk 2012-04-10 16:00:43 +08:00
gtkutil.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
gtkutil.h * gtkutil.h: Tiny cleanups. 2012-07-16 07:36:46 +04:00
image.c Remove empty and useless init functions. 2012-07-16 08:47:31 +04:00
indent.c Use INTERNAL_FIELD for windows. 2012-08-01 09:11:36 +04:00
indent.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
insdel.c Use INTERNAL_FIELD for windows. 2012-08-01 09:11:36 +04:00
intervals.c Fix bug that created negative-length intervals. 2012-07-18 14:33:37 -07:00
intervals.h Cleanup and convert miscellaneous checks to eassert. 2012-07-17 13:12:24 +04:00
keyboard.c Generalize common compile-time constants. 2012-08-05 19:47:28 +04:00
keyboard.h Generalize INTERNAL_FIELD between buffers, keyboards and frames. 2012-07-31 16:36:19 +04:00
keymap.c Generalize common compile-time constants. 2012-08-05 19:47:28 +04:00
keymap.h Auto-generate EXFUN using make-docfile 2012-07-03 12:24:42 -06:00
lastfile.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
lisp.h Generalize common compile-time constants. 2012-08-05 19:47:28 +04:00
lisp.mk Remove paths.el 2012-06-27 00:47:56 -07:00
lread.c Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp. 2012-08-04 17:17:10 +03:00
macros.c Generalize common compile-time constants. 2012-08-05 19:47:28 +04:00
macros.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
Makefile.in Remove src/s/msdos.h 2012-08-01 08:19:51 -07:00
makefile.w32-in Move NT-specific include file to the NT include directory 2012-08-01 23:19:48 -07:00
marker.c Generalize marker debugging code under MARKER_DEBUG and use eassert. 2012-07-29 15:20:43 +04:00
mem-limits.h Fix export of symbols to GDB. 2012-07-26 11:35:50 -07:00
menu.c Generalize common compile-time constants. 2012-08-05 19:47:28 +04:00
menu.h Add GCC-style 'const' attribute to functions that can use it. 2012-07-09 09:38:45 -07:00
minibuf.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
msdos.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
msdos.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ndir.h
ns.mk Remove trailing / from $ns_appbindir 2012-05-12 11:10:37 -07:00
nsfns.m Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
nsfont.m Remove compiler warnings in objective-C files. 2012-07-13 20:03:10 +02:00
nsgui.h Rename init_process rather than working around it on Darwin 2012-07-12 19:56:39 -04:00
nsimage.m Remove compiler warnings in objective-C files. 2012-07-13 20:03:10 +02:00
nsmenu.m Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
nsselect.m * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar) 2012-08-01 16:15:30 -04:00
nsterm.h Remove compiler warnings in objective-C files. 2012-07-13 20:03:10 +02:00
nsterm.m Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
pre-crt0.c
print.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
process.c Port to Solaris 8. 2012-08-01 21:14:48 -07:00
process.h Use INTERNAL_FIELD for processes. 2012-08-01 10:23:24 +04:00
puresize.h Get rid of all the manual purecopy calls in menu-bar definitions. 2012-06-27 17:15:13 -04:00
ralloc.c More xmalloc and related cleanup. 2012-07-05 11:35:48 -07:00
README Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
regex.c * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed. 2012-07-30 11:56:42 -07:00
regex.h Assume C89 or later. 2012-05-21 08:36:54 -07:00
region-cache.c More xmalloc and related cleanup. 2012-07-05 11:35:48 -07:00
region-cache.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
scroll.c More xmalloc and related cleanup. 2012-07-05 11:35:48 -07:00
search.c * search.c (Freplace_match): Treat \? in the replacement text literally. 2012-08-05 21:30:15 +08:00
sheap.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
sound.c Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
syntax.c Doc fixes and improvements for syntax tables. 2012-08-04 22:33:00 +08:00
syntax.h * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not MOST_POSITIVE_FIXNUM. 2012-04-09 16:21:20 -07:00
sysdep.c Remove unnecessary casts involving pointers. 2012-08-03 16:36:11 -07:00
sysselect.h Rename init_process rather than working around it on Darwin 2012-07-12 19:56:39 -04:00
syssignal.h Move NSIG_MINIMUM from src/s to configure 2012-07-12 21:19:06 -04:00
systime.h Use C99-style 'extern inline' if available. 2012-08-02 00:31:34 -07:00
systty.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
syswait.h Port to Solaris 8. 2012-08-01 21:14:48 -07:00
term.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
termcap.c More xmalloc and related cleanup. 2012-07-05 11:35:48 -07:00
termchar.h Add support for italic text on ttys. 2012-06-10 00:44:44 +08:00
termhooks.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
terminal.c Cleanup xmalloc. 2012-07-05 10:32:41 +04:00
terminfo.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
termopts.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
textprop.c Use INTERNAL_FIELD for windows. 2012-08-01 09:11:36 +04:00
tparam.c Cleanup xmalloc. 2012-07-05 10:32:41 +04:00
tparam.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
undo.c EMACS_TIME simplification (Bug#11875). 2012-07-10 16:24:36 -07:00
unexaix.c * unexaix.c: Port to more-recent AIX compilers. 2012-05-14 08:11:10 -07:00
unexcoff.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
unexcw.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
unexec.h * unexec.h: New file. 2011-03-16 17:03:31 -07:00
unexelf.c Assume C89 or later. 2012-05-21 08:36:54 -07:00
unexhp9k800.c Protoize 2011-07-10 10:20:10 +02:00
unexmacosx.c More xmalloc and related cleanup. 2012-07-05 11:35:48 -07:00
unexsol.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
unexw32.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
vm-limit.c Assume C89 or later. 2012-05-21 08:36:54 -07:00
w16select.c Cleanup xmalloc. 2012-07-05 10:32:41 +04:00
w32.c Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp. 2012-08-04 17:17:10 +03:00
w32.h Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp. 2012-08-04 17:17:10 +03:00
w32console.c Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
w32fns.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
w32font.c Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
w32font.h Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
w32gui.h Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
w32heap.c Rename OS_WINDOWS_95 to OS_9X. 2012-07-29 19:22:27 +03:00
w32heap.h Rename OS_WINDOWS_95 to OS_9X. 2012-07-29 19:22:27 +03:00
w32inevt.c Fix bug #12082 with input of Meta-non-ASCII-characters on MS-Windows. 2012-07-30 20:07:33 +03:00
w32inevt.h Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
w32menu.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
w32proc.c Port to Solaris 8. 2012-08-01 21:14:48 -07:00
w32reg.c Cleanup xmalloc. 2012-07-05 10:32:41 +04:00
w32select.c Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
w32term.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
w32term.h Generalize common compile-time constants. 2012-08-05 19:47:28 +04:00
w32uniscribe.c Cleanup xmalloc. 2012-07-05 10:32:41 +04:00
w32xfns.c Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
widget.c Simplify by avoiding confusing use of strncpy etc. 2012-07-10 14:48:34 -07:00
widget.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
widgetprv.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
window.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
window.h Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
xdisp.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
xfaces.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
xfns.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
xfont.c Generalize common compile-time constants. 2012-08-05 19:47:28 +04:00
xftfont.c More xmalloc and related cleanup. 2012-07-05 11:35:48 -07:00
xgselect.c EMACS_TIME simplification (Bug#11875). 2012-07-10 16:24:36 -07:00
xgselect.h Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
xmenu.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
xml.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
xrdb.c More xmalloc and related cleanup. 2012-07-05 11:35:48 -07:00
xselect.c Remove unnecessary casts involving pointers. 2012-08-03 16:36:11 -07:00
xsettings.c Use empty_unibyte_string where applicable. 2012-07-12 07:45:46 +04:00
xsettings.h Auto-generate EXFUN using make-docfile 2012-07-03 12:24:42 -06:00
xsmfns.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xterm.c Separate read and write access to Lisp_Object slots of struct frame. 2012-08-06 09:27:54 +04:00
xterm.h Improve static checking when configured --with-ns. 2012-07-07 12:23:41 -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-2012  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/>.