1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-16 13:11:14 -08:00
emacs/src
Paul Eggert 8f43ce497c Fix bug re noninteractive multithreaded memory allocation.
* emacs.c (malloc_enable_thread): Hoist extern decl to top level.
(main) [HAVE_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
Invoke malloc_enable_thread even when not interactive.
Problem reported by Ken Brown in <http://bugs.gnu.org/14569#275>.
* process.c (init_process_emacs) [CYGWIN]: Tickle glib even
in this case, since the underlying bug has now been fixed.
2013-07-01 14:06:12 -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
alloc.c Use C99-style flexible array members if available. 2013-06-21 13:11:44 -07:00
atimer.c
atimer.h
autodeps.mk
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 Add `remember-notes' function to store random notes across Emacs 2013-06-30 18:29:23 -04:00
buffer.h
bytecode.c * syntax.c: Integer cleanups. 2013-06-20 11:59:08 -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 Do not tickle glib SIGCHLD handling if Cygwin. 2013-06-27 07:47:52 -07:00
casefiddle.c
casetab.c * src/casetab.c (init_casetab_once): Fix last change. 2013-05-22 17:35:00 -04:00
category.c
category.h
ccl.c Prefer < to > in range checks such as 0 <= i && i < N. 2013-04-01 18:54:56 -07:00
ccl.h
ChangeLog Fix bug re noninteractive multithreaded memory allocation. 2013-07-01 14:06:12 -07:00
ChangeLog.1
ChangeLog.2
ChangeLog.3 Fix typos. 2013-06-11 18:51:12 +02:00
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
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
charset.c Prefer < to > in range checks such as 0 <= i && i < N. 2013-04-01 18:54:56 -07:00
charset.h
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
cmds.c
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
composite.c
composite.h
conf_post.h Spelling fixes. 2013-06-30 08:10:33 -07:00
COPYING
cygw32.c
cygw32.h
data.c Use functions, not macros, for XINT etc. 2013-06-16 23:03:19 -07:00
dbusbind.c Port --enable-gcc-warnings to clang. 2013-05-17 22:32:17 -07:00
deps.mk
dired.c Prefer < to > in range checks such as 0 <= i && i < N. 2013-04-01 18:54:56 -07:00
dispextern.h Defer image data transfer between X client and server until actual display happens. 2013-06-28 11:37:23 +09:00
dispnew.c Prefer < to > in range checks such as 0 <= i && i < N. 2013-04-01 18:54:56 -07:00
disptab.h
doc.c * src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings): 2013-06-04 21:58:43 -04:00
doprnt.c Prefer < to > in range checks such as 0 <= i && i < N. 2013-04-01 18:54:56 -07:00
dosfns.c
dosfns.h
editfns.c Port --enable-gcc-warnings to clang. 2013-05-17 22:32:17 -07:00
emacs-icon.h
emacs.c Fix bug re noninteractive multithreaded memory allocation. 2013-07-01 14:06:12 -07:00
emacsgtkfixed.c Reorder conditions that are written backwards 2013-03-24 13:59:45 +01:00
emacsgtkfixed.h
epaths.in Fix bug #14513 with --enable-locallisppath not working on MS-Windows. 2013-06-07 11:08:29 +03:00
eval.c Porting fixes for merged specpdl and backtrace stacks. 2013-06-18 00:42:37 -07:00
fileio.c Porting fixes for merged specpdl and backtrace stacks. 2013-06-18 00:42:37 -07:00
filelock.c `write-region-inhibit-fsync' defaults to noninteractive. 2013-05-04 17:51:49 -07:00
firstfile.c
floatfns.c Add log2 support and make log10 obsolete for consistency. 2013-06-20 07:15:42 -07:00
fns.c Use functions, not macros, for XINT etc. 2013-06-16 23:03:19 -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
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 * frame.c (x_report_frame_params): Cast parent_desc to uintptr_t. 2013-06-17 14:12:21 -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
getpagesize.h
gfilenotify.c A few porting etc. fixes for the new file monitor code. 2013-06-06 00:04:35 -07:00
gmalloc.c
gnutls.c
gnutls.h
gtkutil.c * xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION. 2013-05-09 07:49:56 -07:00
gtkutil.h
image.c Fix minor problems found by static checking. 2013-06-29 08:52:20 -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
inotify.c
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
keyboard.c * keyboard.c: Don't use PROP (...) as an lvalue. 2013-06-10 21:15:49 -07:00
keyboard.h Separate mouse-1-click-follows-link from mouse-drag-region. 2013-03-08 23:15:53 -05:00
keymap.c Use functions, not macros, for XINT etc. 2013-06-16 23:03:19 -07:00
keymap.h
lastfile.c
lisp.h Use C99-style flexible array members if available. 2013-06-21 13:11:44 -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 * lisp/subr.el (with-eval-after-load): New macro. 2013-06-13 18:24:52 -04:00
macros.c
macros.h
Makefile.in Fix "make TAGS" on MS-Windows. 2013-06-07 12:26:02 +03:00
makefile.w32-in Use just DOC instead of DOC-nn.mm. 2013-05-15 16:12:53 -04: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
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
nsfns.m * nsfns.m (handlePanelKeys): Don't process Command+Function keys. 2013-06-30 18:38:26 +02:00
nsfont.m * nsfont.m (ns_registry_to_script): Parenthesize while expression. 2013-06-17 14:10:31 -07:00
nsgui.h
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 Update the GNUStep port so it works OK. Redraw and sizing bugs remain. 2013-06-02 21:14:25 +02: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 Update the GNUStep port so it works OK. Redraw and sizing bugs remain. 2013-06-02 21:14:25 +02:00
nsterm.m Do not tickle glib SIGCHLD handling if Cygwin. 2013-06-27 07:47:52 -07:00
print.c * window.h (struct window): Replace hchild, vchild and buffer slots 2013-03-28 18:04:49 +04:00
process.c Fix bug re noninteractive multithreaded memory allocation. 2013-07-01 14:06:12 -07:00
process.h Do not tickle glib SIGCHLD handling if Cygwin. 2013-06-27 07:47:52 -07:00
profiler.c Merge the specpdl and backtrace stacks. Make the structure of the 2013-06-03 05:01:53 -04: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
README
regex.c Port --enable-gcc-warnings to clang. 2013-05-17 22:32:17 -07:00
regex.h Reorder conditions that are written backwards 2013-03-24 13:59:45 +01:00
region-cache.c * region-cache.c (find_cache_boundary, move_cache_gap) 2013-03-15 11:23:49 +04:00
region-cache.h
scroll.c region-cache.c, scroll.c, search.c: Use bool for booleans. 2013-03-08 13:37:41 -08:00
search.c * src/search.c (looking_at_1): Only set last_thing_searched if the match 2013-05-21 17:48:52 -04:00
sheap.c
sound.c src/sound.c: Silence some warnings. 2013-06-19 16:20:26 +02:00
syntax.c * syntax.c: Integer cleanups. 2013-06-20 11:59:08 -07:00
syntax.h * syntax.c: Integer cleanups. 2013-06-20 11:59:08 -07:00
sysdep.c Try to avoid malloc SEGVs on Cygwin. 2013-06-23 11:18:47 -07:00
sysselect.h
syssignal.h Chain glib's SIGCHLD handler from Emacs's (Bug#14474). 2013-06-05 10:04:13 -07:00
systime.h * systime.h (make_timeval): Declare as 'const'. 2013-04-27 08:34:28 -07:00
systty.h
syswait.h
term.c Fix crashes in a text-mode session on Windows. 2013-06-03 22:28:13 +03:00
termcap.c
termchar.h
termhooks.h * configure.ac (file-notification): New option, replaces inotify option. 2013-06-03 15:03:05 +02:00
terminal.c * src/keyboard.c: Move keyboard decoding to read_key_sequence. 2013-03-10 21:17:40 -04:00
terminfo.c
termopts.h
textprop.c Implement new function `add-face-text-property' 2013-06-17 17:28:22 +02:00
tparam.c
tparam.h
undo.c Port --enable-gcc-warnings to clang. 2013-05-17 22:32:17 -07:00
unexaix.c
unexcoff.c
unexcw.c * src/unexcw.c: Update for x86_64-cygwin. 2013-03-22 12:52:31 -04:00
unexec.h
unexelf.c * unexelf.c: Don't assume ElfW (Half) fits in int. 2013-05-07 13:55:47 -07:00
unexhp9k800.c
unexmacosx.c
unexsol.c
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
w16select.c
w32.c Use C99-style flexible array members if available. 2013-06-21 13:11:44 -07:00
w32.h
w32common.h
w32console.c Fix crashes in a text-mode session on Windows. 2013-06-03 22:28:13 +03:00
w32fns.c Yet another attempt at fixing bugs #14602, 14630, 14669. 2013-06-20 20:36:24 +03:00
w32font.c Get rid of some platform-specific functions examining window 2013-04-07 08:41:19 +04:00
w32font.h
w32gui.h
w32heap.c
w32heap.h
w32inevt.c * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS. 2013-06-03 21:06:09 +02:00
w32inevt.h
w32menu.c Get rid of some platform-specific functions examining window 2013-04-07 08:41:19 +04:00
w32notify.c Fix typos. 2013-06-07 05:23:57 +02:00
w32proc.c
w32reg.c
w32select.c
w32select.h
w32term.c Yet another attempt at fixing bugs #14602, 14630, 14669. 2013-06-20 20:36:24 +03:00
w32term.h Yet another attempt at fixing bugs #14602, 14630, 14669. 2013-06-20 20:36:24 +03:00
w32uniscribe.c
w32xfns.c
widget.c Fix minor problems found by static checking. 2013-06-30 09:14:22 -07:00
widget.h
widgetprv.h
window.c Use functions, not macros, for XINT etc. 2013-06-16 23:03:19 -07:00
window.h Use functions, not macros, for XINT etc. 2013-06-16 23:03:19 -07:00
xdisp.c Add `remember-notes' function to store random notes across Emacs 2013-06-30 18:29:23 -04:00
xfaces.c Get rid of some platform-specific functions examining window 2013-04-07 08:41:19 +04: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
xftfont.c
xgselect.c Fix compilation issues for GNUStep and GLIB conflicts. 2013-06-08 20:13:24 +02:00
xgselect.h
xmenu.c Do not use GTK 3 if it exists but cannot be compiled. 2013-06-30 08:24:14 -07:00
xml.c
xrdb.c
xselect.c Get rid of some platform-specific functions examining window 2013-04-07 08:41:19 +04:00
xsettings.c * frame.h (struct frame): Drop resx and resy because the same data is 2013-03-20 13:56:19 +04:00
xsettings.h
xsmfns.c Prefer < to > in range checks such as 0 <= i && i < N. 2013-04-01 18:54:56 -07:00
xterm.c Do not use GTK 3 if it exists but cannot be compiled. 2013-06-30 08:24:14 -07:00
xterm.h * xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION. 2013-05-09 07:49:56 -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/>.