1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 14:01:43 -08:00
emacs/src
Paul Eggert e35f99f2dd --enable-gcc-warnings now uses -Wjump-misses-init
When configuring with --enable-gcc-warnings, also enable
-Wjump-misses-init, as it’s confusing to use a goto to skip over
an initialization.  Fix the few places in the code that run afoul
of this warning.
* configure.ac (WERROR_CFLAGS): Add -Wjump-misses-init.
* src/doc.c (Fsubstitute_command_keys):
* src/image.c (svg_load_image):
* src/regex.c (re_match_2_internal):
* src/xdisp.c (redisplay_internal, redisplay_window):
Don’t jump over initialization.
2016-02-26 08:23:26 -08:00
..
bitmaps
.dbxinit
.gdbinit Update copyright year to 2016 2016-01-01 01:34:24 -08:00
alloc.c - 2016-02-09 14:26:40 -08:00
atimer.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
atimer.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
bidi.c Expunge "allow" + infinitive from source and doc, part 2. 2016-01-25 12:35:15 +00:00
blockinput.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
buffer.c Merge from origin/emacs-25 2016-02-03 23:56:08 -08:00
buffer.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
bytecode.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
callint.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
callproc.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
casefiddle.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
casetab.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
category.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
category.h Make src headers idempotent and standalone 2015-10-16 14:56:11 -07:00
ccl.c Prefer memcpy and memset to doing it by hand 2016-02-04 16:39:12 -08:00
ccl.h Include-file cleanup for src directory 2015-10-20 18:35:53 -07:00
ChangeLog.1 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.2 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.3 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.4 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.5 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.6 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.7 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.8 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.9 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.10 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.11 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.12 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.13 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
character.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
character.h Avoid writing to purespace 2015-12-31 10:59:40 +09:00
charset.c Prefer memcpy and memset to doing it by hand 2016-02-04 16:39:12 -08:00
charset.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
chartab.c Include-file cleanup for src directory 2015-10-20 18:35:53 -07:00
cm.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cm.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cmds.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
coding.c Fix decoding DOS EOL in a unibyte buffer 2016-02-17 17:48:30 +02:00
coding.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
commands.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
composite.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
composite.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
conf_post.h Restore the calloc family. 2016-02-09 15:25:58 -08:00
COPYING
cygw32.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cygw32.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
data.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
dbusbind.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
decompress.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
deps.mk Update copyright year to 2016 2016-01-01 01:34:24 -08:00
dired.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
dispextern.h xwidgets style cleanup 2016-01-22 11:15:31 -08:00
dispnew.c - 2016-01-30 11:28:37 -08:00
disptab.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
doc.c --enable-gcc-warnings now uses -Wjump-misses-init 2016-02-26 08:23:26 -08:00
doprnt.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
dosfns.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
dosfns.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
dynlib.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
dynlib.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
editfns.c Use memmove instead of memcpy on overlapping regions 2016-02-24 11:58:50 +11:00
emacs-icon.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
emacs-module.c Port cleanup attribute to OpenBSD 2016-01-17 14:11:09 -08:00
emacs-module.h Revert attempt to use 'noexcept' in typedef 2016-01-10 21:46:37 -08:00
emacs.c Merge from origin/emacs-25 2016-02-15 14:11:03 -08:00
emacsgtkfixed.c xwidgets style cleanup 2016-01-22 11:15:31 -08:00
emacsgtkfixed.h xwidgets style cleanup 2016-01-22 11:15:31 -08:00
epaths.in Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eval.c Fix merge conflicts in network-stream-tests.el 2016-02-22 15:06:33 +11:00
fileio.c Suppress ACL ops if configured with --disable-acl 2016-02-09 15:02:59 -08:00
filelock.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
firstfile.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
floatfns.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
fns.c Use Gnulib filevercmp for version comparison 2016-02-21 13:27:40 -08:00
font.c support rendering of wider range of combinging characters by ftfont backend 2016-01-26 22:58:07 +09:00
font.h support rendering of wider range of combinging characters by ftfont backend 2016-01-26 22:58:07 +09:00
fontset.c Spelling fixes 2016-01-30 20:18:21 -08:00
fontset.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
frame.c Fix window-configuration-change-hook' and window-size-change-functions' 2016-02-23 12:08:55 +01:00
frame.h Minor cleanups for async DNS etc. 2016-02-23 09:42:28 -08:00
fringe.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ftcrfont.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ftfont.c Backport:fix previous change of src/ftfont.c (ftfont_shape_by_flt) 2016-01-26 23:10:34 +09:00
ftfont.h Add cairo drawing. 2015-02-11 16:14:35 +01:00
ftxfont.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
getpagesize.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
gfilenotify.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
gmalloc.c Omit valloc decl if redundant 2016-02-09 15:25:58 -08:00
gnutls.c Minor cleanups for async DNS etc. 2016-02-23 09:42:28 -08:00
gnutls.h Verify the TLS connection asynchronously 2016-02-18 16:25:37 +11:00
gtkutil.c Pacify --enable-gcc-warnings --with-cairo 2016-01-23 01:04:09 -08:00
gtkutil.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
image.c --enable-gcc-warnings now uses -Wjump-misses-init 2016-02-26 08:23:26 -08:00
indent.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
indent.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
inotify.c Backport kqueue integration from master 2016-01-22 19:56:09 +01:00
insdel.c ; Improve commentary in insdel.c 2016-02-13 17:48:38 +02:00
intervals.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
intervals.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
keyboard.c Merge from origin/emacs-25 2016-02-22 11:33:54 -08:00
keyboard.h Remove never-set var handle_user_signal_hook 2016-01-26 07:42:54 -08:00
keymap.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
keymap.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
kqueue.c Backport kqueue integration from master 2016-01-22 19:56:09 +01:00
lastfile.c Port recent my_edata change to MS-Windows 2016-01-30 19:00:17 -08:00
lisp.h Fix merge conflicts in network-stream-tests.el 2016-02-22 15:06:33 +11:00
lread.c Avoid unnecessary failures of auto-saving after fatal error 2016-01-11 18:00:13 +02:00
macfont.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
macfont.m Update copyright year to 2016 2016-01-01 01:34:24 -08:00
macros.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
macros.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
macuvs.h
Makefile.in Fix merge conflicts in network-stream-tests.el 2016-02-22 15:06:33 +11:00
marker.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
menu.c Fix x-popup-menu on TTYs without a mouse 2016-02-03 18:11:10 +02:00
menu.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
minibuf.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
msdos.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
msdos.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
nsfns.m Update copyright year to 2016 2016-01-01 01:34:24 -08:00
nsfont.m Update copyright year to 2016 2016-01-01 01:34:24 -08:00
nsgui.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
nsimage.m Update copyright year to 2016 2016-01-01 01:34:24 -08:00
nsmenu.m Update copyright year to 2016 2016-01-01 01:34:24 -08:00
nsselect.m Update copyright year to 2016 2016-01-01 01:34:24 -08:00
nsterm.h Set locale when run from OS X GUI 2016-02-10 18:36:04 -08:00
nsterm.m Set locale when run from OS X GUI 2016-02-10 18:36:04 -08:00
print.c xwidgets style cleanup 2016-01-22 11:15:31 -08:00
process.c Integer overflow cleanups for ports and socklen 2016-02-25 11:59:13 -08:00
process.h Integer overflow cleanups for ports and socklen 2016-02-25 11:59:13 -08:00
profiler.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
puresize.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ralloc.c Include <malloc.h> when advisable 2016-01-30 15:26:08 -08:00
README Update copyright year to 2016 2016-01-01 01:34:24 -08:00
regex.c --enable-gcc-warnings now uses -Wjump-misses-init 2016-02-26 08:23:26 -08:00
regex.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
region-cache.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
region-cache.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
scroll.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
search.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
sheap.c Pacify --enable-gcc-warnings when HYBRID_MALLOC 2016-01-30 15:26:07 -08:00
sheap.h Double static heap size. 2016-02-01 08:50:10 -08:00
sound.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
syntax.c Merge from origin/emacs-25 2016-02-15 14:09:12 -08:00
syntax.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
sysdep.c Pacify --enable-gcc-warnings when HYBRID_MALLOC 2016-01-30 15:26:07 -08:00
sysselect.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
syssignal.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
sysstdio.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
systime.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
systty.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
syswait.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
term.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
termcap.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
termchar.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
termhooks.h Support for the new Xwidget feature. 2016-01-19 20:58:22 +01:00
terminal.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
terminfo.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
termopts.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
textprop.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
tparam.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
tparam.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
undo.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
unexaix.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
unexcoff.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
unexcw.c * src/alloc.c: Include "sheap.h". 2016-01-30 15:26:07 -08:00
unexec.h Make src headers idempotent and standalone 2015-10-16 14:56:11 -07:00
unexelf.c * src/alloc.c: Include "sheap.h". 2016-01-30 15:26:07 -08:00
unexhp9k800.c
unexmacosx.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
unexsol.c Include-file cleanup for src directory 2015-10-20 18:35:53 -07:00
unexw32.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
vm-limit.c Include <malloc.h> when advisable 2016-01-30 15:26:08 -08:00
w16select.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
w32.c Integer overflow cleanups for ports and socklen 2016-02-25 11:59:13 -08:00
w32.h Fix MS-Windows build broken by a botched merge from emacs-25 2016-01-20 11:47:19 +02:00
w32common.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
w32console.c Improve the register-hotkey functionality on MS-Windows 2016-02-26 12:51:24 +02:00
w32fns.c Improve the register-hotkey functionality on MS-Windows 2016-02-26 12:51:24 +02:00
w32font.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
w32font.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
w32gui.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
w32heap.c Fix memory reservation on MS-Windows 2016-02-20 18:59:14 +02:00
w32heap.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
w32inevt.c Improve the register-hotkey functionality on MS-Windows 2016-02-26 12:51:24 +02:00
w32inevt.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
w32menu.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
w32notify.c Fix issues found by auditing w32notify code 2016-02-06 18:30:35 +02:00
w32proc.c Make piping to subprocesses more robust on MS-Windows 2016-01-12 18:41:58 +02:00
w32reg.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
w32select.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
w32select.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
w32term.c Expunge "allow" + infinitive without direct object from source and doc. 2016-01-24 20:30:39 +00:00
w32term.h Improve the register-hotkey functionality on MS-Windows 2016-02-26 12:51:24 +02:00
w32uniscribe.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
w32xfns.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
widget.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
widget.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
widgetprv.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
window.c Minor cleanups for async DNS etc. 2016-02-23 09:42:28 -08:00
window.h Minor cleanups for async DNS etc. 2016-02-23 09:42:28 -08:00
xdisp.c --enable-gcc-warnings now uses -Wjump-misses-init 2016-02-26 08:23:26 -08:00
xfaces.c Fix x-load-color-file pointer signedness 2016-02-16 23:25:59 -08:00
xfns.c Fix window-configuration-change-hook' and window-size-change-functions' 2016-02-23 12:08:55 +01:00
xfont.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
xftfont.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
xgselect.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
xgselect.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
xmenu.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
xml.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
xrdb.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
xselect.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
xsettings.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
xsettings.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
xsmfns.c Pacify --enable-gcc-warnings when HYBRID_MALLOC 2016-01-30 15:26:07 -08:00
xterm.c Pacify --enable-gcc-warnings --with-cairo 2016-01-23 01:04:09 -08:00
xterm.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
xwidget.c Spelling fix 2016-01-30 20:16:20 -08:00
xwidget.h xwidgets style cleanup 2016-01-22 11:15:31 -08: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-2016 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 <http://www.gnu.org/licenses/>.