1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 16:20:40 -08:00
emacs/src
Paul Eggert 38532ce6ec * alloc.c: Do not assume sizeof (size_t) is a multiple of 8
when debugging.
(alignof, XMALLOC_BASE_ALIGNMENT, XMALLOC_HEADER_ALIGNMENT)
(XMALLOC_OVERRUN_SIZE_SIZE): New macros.
(XMALLOC_OVERRUN_CHECK_OVERHEAD, xmalloc_put_size, xmalloc_get_size)
(overrun_check_malloc, overrun_check_realloc, overrun_check_free):
Replace uses of sizeof (size_t) with XMALLOC_OVERRUN_SIZE_SIZE.
2011-09-29 00:44:58 -07:00
..
bitmaps Change bitmaps back to X11-compatible types. 2011-04-16 01:30:05 -07:00
m Whitespace changes. 2011-09-09 03:06:52 +02:00
s Whitespace changes. 2011-09-09 03:06:52 +02:00
.dbxinit
.gdbinit src/.gdbinit (pgx): Fix references to fields of `struct glyph'. 2011-09-18 03:33:04 -04:00
.gitignore
alloc.c * alloc.c: Do not assume sizeof (size_t) is a multiple of 8 2011-09-29 00:44:58 -07:00
atimer.c * atimer.c (alarm_signal_handler, run_all_atimers): Now static. 2011-04-10 23:04:34 -07:00
atimer.h * atimer.c (alarm_signal_handler, run_all_atimers): Now static. 2011-04-10 23:04:34 -07:00
autodeps.mk
bidi.c Merge from trunk. 2011-09-28 13:07:17 -07:00
blockinput.h
buffer.c Merge from trunk. 2011-09-24 20:43:22 -07:00
buffer.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
bytecode.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
callint.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
callproc.c (Fcall_process): Fix typo in volatile load/restore. 2011-09-21 13:13:21 -07:00
casefiddle.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
casetab.c * casetab.c (set_identity, shuffle): Use lint_assume. 2011-09-21 13:14:57 -07:00
category.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
category.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
ccl.c * ccl.c (ccl_driver, Fregister_code_conversion_map): Check that Vcode_version_map_vector is a vector. 2011-09-27 08:56:04 -07:00
ccl.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
ChangeLog * alloc.c: Do not assume sizeof (size_t) is a multiple of 8 2011-09-29 00:44:58 -07:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6 Fix typos. 2011-07-14 03:09:00 +02:00
ChangeLog.7
ChangeLog.8
ChangeLog.9 Fix typos. 2011-09-28 02:59:28 +02:00
ChangeLog.10
ChangeLog.11 Fix typos. 2011-09-28 02:59:28 +02:00
character.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
character.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
charset.c * charset.c: Integer overflow fixes. 2011-09-24 18:22:30 -07:00
charset.h * charset.h (DECODE_CHAR): Return int, not unsigned; 2011-09-24 18:27:19 -07:00
chartab.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
cm.c Protoize 2011-07-10 10:52:10 +02:00
cm.h Make tparam.h and terminfo.c consistent. 2011-03-19 15:46:50 -07:00
cmds.c * cmds.c (internal_self_insert): Fix EMACS_INT type typo. 2011-09-26 08:25:04 -07:00
coding.c * coding.c (Ffind_operation_coding_system): Avoid subscript error. 2011-09-27 09:31:12 -07:00
coding.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
commands.h * commands.h (last_point_position, last_point_position_buffer): 2011-04-11 00:02:21 -07:00
composite.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
composite.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
COPYING
data.c * data.c (Faref): Use ptrdiff_t, not int. 2011-09-27 08:59:06 -07:00
dbusbind.c Merge from trunk. 2011-09-25 14:06:35 -07:00
deps.mk Use uniprop tables instead of biditype.h and bidimirror.h. 2011-08-15 20:47:25 +03:00
dired.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
dispextern.h Merge from trunk. 2011-09-21 10:48:19 -07:00
dispnew.c * dispnew.c (Fframe_of_buffer_changed_p): Use ptrdiff_t, not int. 2011-09-27 09:00:12 -07:00
disptab.h Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:22Z!eggert@cs.ucla.edu (inclusive) from trunk (bug#8623) 2011-05-09 05:59:23 -04:00
doc.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
doprnt.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
dosfns.c Whitespace changes. 2011-09-09 03:06:52 +02:00
dosfns.h
editfns.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
emacs-icon.h
emacs.c Merge from trunk. 2011-09-24 20:43:22 -07:00
emacsgtkfixed.c Whitespace changes. 2011-09-09 03:06:52 +02:00
emacsgtkfixed.h Fix wm_size-hints race between KDE/KWin and Gtk+ 3. 2011-06-26 20:47:07 +02:00
epaths.in
eval.c * eval.c (Fprog2): Simplify and allow C tail recursion. 2011-09-26 08:51:04 -07:00
fileio.c Merge from trunk. 2011-09-21 10:48:19 -07:00
filelock.c Whitespace changes. 2011-09-09 03:06:52 +02:00
firstfile.c
floatfns.c * floatfns.c (Fexpt): Avoid undefined signed * signed overflow. 2011-09-26 08:27:22 -07:00
fns.c Fix ptrdiff_t/EMACS_INT confusion. 2011-09-21 16:22:29 -07:00
font.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
font.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
fontset.c * fontset.c (reorder_font_vector): Fix min/MIN typo. 2011-09-21 13:26:36 -07:00
fontset.h * font.c, fontset.c: Make symbols static if they're not exported. 2011-04-13 16:22:35 -07:00
frame.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
frame.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
fringe.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
ftfont.c * ftfont.c (ftfont_shape_by_flt): Add lint_assume to pacify GCC 4.6.1 x86-64. 2011-09-21 13:17:56 -07:00
ftfont.h
ftxfont.c * ftxfont.c: Make symbols static if they're not exported. 2011-04-12 01:42:29 -07:00
getpagesize.h Whitespace changes. 2011-09-09 03:06:52 +02:00
gmalloc.c Whitespace changes. 2011-09-09 03:06:52 +02:00
gnutls.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
gnutls.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
gtkutil.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
gtkutil.h * gtkutil.c: Integer overflow fixes. 2011-07-28 16:58:05 -07:00
image.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
indent.c Merge from trunk. 2011-09-24 20:43:22 -07:00
indent.h Fix ptrdiff_t/EMACS_INT confusion. 2011-09-21 16:22:29 -07:00
insdel.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
intervals.c Fix ptrdiff_t/EMACS_INT confusion. 2011-09-21 16:22:29 -07:00
intervals.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
keyboard.c Fix ptrdiff_t/EMACS_INT confusion. 2011-09-21 16:22:29 -07:00
keyboard.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
keymap.c * keymap.c.c (Fdefine_key): Use ptrdiff_t, not int. 2011-09-27 09:00:55 -07:00
keymap.h * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls 2011-09-10 17:41:48 -07:00
lastfile.c
lisp.h * lisp.h (XSETSUBR): Revert, as the old version is needed if debugging is enabled. 2011-09-25 14:04:04 -07:00
lisp.mk Remove $shortlisp from src/Makefile.in. 2011-05-19 17:41:03 -07:00
lread.c Merge from trunk. 2011-09-28 13:07:17 -07:00
macros.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
macros.h * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int. 2011-08-29 12:07:18 -07:00
Makefile.in Merge from trunk. 2011-09-03 16:03:38 -07:00
makefile.w32-in src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h. 2011-08-27 03:42:00 +02:00
marker.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
mem-limits.h * vm-limit.c (check_memory_limits): Fix incorrect extern function decls. 2011-06-13 21:49:24 -07:00
menu.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
menu.h Be more systematic about user-interface timestamps. 2011-05-12 13:23:33 -07:00
minibuf.c Merge from trunk. 2011-09-24 20:43:22 -07:00
msdos.c Whitespace changes. 2011-09-09 03:06:52 +02:00
msdos.h Repair the MSDOS build following latest changes. 2011-04-24 15:48:30 +03:00
ndir.h
ns.mk
nsfns.m * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
nsfont.m * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
nsgui.h Whitespace changes. 2011-09-09 03:06:52 +02:00
nsimage.m Fix warnings in ns*m files: Replace deprecated methods, declare new interfaces. 2011-07-08 12:04:23 +02:00
nsmenu.m * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
nsselect.m * nsselect.m (clean_local_selection_data): Use ptrdiff_t, not int. 2011-09-27 09:02:05 -07:00
nsterm.h Whitespace changes. 2011-09-09 03:06:52 +02:00
nsterm.m * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf, 2011-08-29 12:09:16 -07:00
pre-crt0.c
print.c * print.c (print_object) [0]: Fix printf format int width. 2011-09-27 09:02:48 -07:00
process.c * process.c (Faccept_process_output): Fix typo in duration. 2011-09-21 13:21:07 -07:00
process.h * src/xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ 2011-07-17 22:34:14 -04:00
puresize.h * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts 2011-09-25 14:03:13 -07:00
ralloc.c Whitespace changes. 2011-09-09 03:06:52 +02:00
README
regex.c Whitespace changes. 2011-09-09 03:06:52 +02:00
regex.h Fix regex.c, syntax.c and friends for buffers > 2GB. 2011-04-16 21:26:30 +03:00
region-cache.c Adjust in response to jan.h.d's comments. 2011-08-04 19:15:35 -07:00
region-cache.h Adjust in response to jan.h.d's comments. 2011-08-04 19:15:35 -07:00
scroll.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
search.c * search.c (wordify, Fset_match_data): Revamp to pacify GCC 4.6.1. 2011-09-21 13:22:09 -07:00
sheap.c
sound.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
stamp-h.in
syntax.c Fix ptrdiff_t/EMACS_INT confusion. 2011-09-21 16:22:29 -07:00
syntax.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
sysdep.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
sysselect.h
syssignal.h Check for pthread and use it if found. 2011-08-04 19:04:39 +02:00
systime.h * systime.h (Time): Define only if emacs is defined. 2011-05-19 23:37:13 -07:00
systty.h * sysdep.c: Make symbols static if they're not exported. 2011-04-13 19:38:06 -07:00
syswait.h
term.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
termcap.c Whitespace changes. 2011-09-09 03:06:52 +02:00
termchar.h Whitespace changes. 2011-09-09 03:06:52 +02:00
termhooks.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
terminal.c Move DEFSYM to lisp.h and use everywhere. 2011-06-24 23:25:22 +02:00
terminfo.c Make tparam.h and terminfo.c consistent. 2011-03-19 15:46:50 -07:00
termopts.h
textprop.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
tparam.c Adjust in response to jan.h.d's comments. 2011-08-04 19:15:35 -07:00
tparam.h Make tparam.h and terminfo.c consistent. 2011-03-19 15:46:50 -07:00
undo.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
unexaix.c Whitespace changes. 2011-09-09 03:06:52 +02:00
unexcoff.c Restore failure returns to unexaix.c, unexcoff.c, unexcw.c 2011-03-17 13:18:59 -07:00
unexcw.c Fix memory allocation problems in Cygwin build (Bug#9273). 2011-08-16 09:27:12 -04:00
unexec.h * unexec.h: New file. 2011-03-16 17:03:31 -07:00
unexelf.c Whitespace changes. 2011-09-09 03:06:52 +02:00
unexhp9k800.c Protoize 2011-07-10 10:20:10 +02:00
unexmacosx.c Whitespace changes. 2011-09-09 03:06:52 +02:00
unexsol.c Change unexec implementations to match prototype. 2011-03-17 11:41:30 -07:00
unexw32.c Whitespace changes. 2011-09-09 03:06:52 +02:00
vm-limit.c Whitespace changes. 2011-09-09 03:06:52 +02:00
w16select.c Whitespace changes. 2011-09-09 03:06:52 +02:00
w32.c Whitespace changes. 2011-09-09 03:06:52 +02:00
w32.h Implement dynamic loading of GnuTLS on Windows. 2011-05-04 16:03:16 +02:00
w32console.c Fix bug #8597 with setting frame background mode on w32 console. 2011-05-07 18:44:19 +03:00
w32fns.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
w32font.c Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:22Z!eggert@cs.ucla.edu (inclusive) from trunk (bug#8623) 2011-05-09 05:59:23 -04:00
w32font.h
w32gui.h Fixups, following up to the user-interface timestamp change. 2011-05-14 02:03:53 -07:00
w32heap.c Merge from emacs-23; up to 2010-06-10T05:17:21Z!rgm@gnu.org. 2011-05-04 21:00:38 -07:00
w32heap.h
w32inevt.c * msdos.c (mouse_get_pos): Likewise. 2011-05-14 12:06:08 -07:00
w32inevt.h
w32menu.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
w32proc.c Move DEFSYM to lisp.h and use everywhere. 2011-06-24 23:25:22 +02:00
w32reg.c
w32select.c Move DEFSYM to lisp.h and use everywhere. 2011-06-24 23:25:22 +02:00
w32term.c Add comments about special meaning of TAB characters in compositions. 2011-09-15 19:22:58 +03:00
w32term.h Whitespace changes. 2011-09-09 03:06:52 +02:00
w32uniscribe.c w32: Fix some warnings reported by -Wall -Wextra. 2011-03-23 17:25:38 +01:00
w32xfns.c Backport 2011-03-08T01:52:20Z!lekktu@gmail.com from trunk. 2011-03-11 16:42:12 +01:00
widget.c Whitespace changes. 2011-09-09 03:06:52 +02:00
widget.h
widgetprv.h * buffer.c (Qclone_number): Remove for now, as it's unused. 2011-06-11 14:31:32 -07:00
window.c Merge from trunk. 2011-09-24 20:43:22 -07:00
window.h sprintf-related integer and memory overflow issues. 2011-08-29 08:43:34 -07:00
xdisp.c Merge from trunk. 2011-09-28 13:07:17 -07:00
xfaces.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
xfns.c Merge from trunk. 2011-09-21 10:48:19 -07:00
xfont.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
xftfont.c * xftfont.c (xftfont_open): Rename locals to avoid shadowing. 2011-03-18 22:07:42 -07:00
xgselect.c Adjust in response to jan.h.d's comments. 2011-08-04 19:15:35 -07:00
xgselect.h
xmenu.c Merge from trunk. 2011-09-21 10:48:19 -07:00
xml.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
xrdb.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
xselect.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
xsettings.c Whitespace changes. 2011-09-09 03:06:52 +02:00
xsettings.h * xsettings.c, xsettings.h (xsettings_get_system_normal_font): 2011-04-13 20:08:55 -07:00
xsmfns.c Adjust in response to jan.h.d's comments. 2011-08-04 19:15:35 -07:00
xterm.c * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
xterm.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -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-2011  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/>.