1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-22 20:42:26 -08:00
emacs/src
Dmitry Antipov 6e5a5743dd * src/fns.c (Fcompare_strings): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
* lisp/calc/calc-alg.el (math-beforep):
* lisp/progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
Simplify because string-lessp can accept symbols as args.
2014-06-26 11:13:13 +04:00
..
bitmaps
.dbxinit
.gdbinit
.gitignore
alloc.c Merge from emacs-24; up to 2014-06-03T06:51:18Z!eliz@gnu.org 2014-06-14 17:06:30 -07:00
atimer.c Don't let SIGINT handling block SIGCHLD indefinitely. 2014-05-29 21:12:08 -07:00
atimer.h
autodeps.mk
bidi.c
blockinput.h
buffer.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
buffer.h
bytecode.c * src/bytecode.c (FETCH) [BYTE_CODE_SAFE]: Check the bytecode wasn't 2014-05-27 19:48:35 -04:00
callint.c * src/callint.c (Fcall_interactively): Fix up last change. 2014-06-17 09:50:22 -04:00
callproc.c Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.edu 2014-06-07 17:35:27 -07:00
casefiddle.c
casetab.c
category.c
category.h
ccl.c * lisp.h (STRING_COPYIN): Remove; unused. 2014-06-17 17:41:14 +04:00
ccl.h
ChangeLog * src/fns.c (Fcompare_strings): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE. 2014-06-26 11:13:13 +04:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12
character.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
character.h Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
charset.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
charset.h Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
chartab.c
cm.c
cm.h
cmds.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
coding.c Consistently use validate_subarray to verify substring. 2014-06-25 16:11:08 +04:00
coding.h
commands.h Omit redundant extern decls. 2014-06-17 09:09:19 -07:00
composite.c Consistently use validate_subarray to verify substring. 2014-06-25 16:11:08 +04:00
composite.h
conf_post.h Improve AIX-related merge from emacs-24. 2014-06-01 23:08:49 -07:00
COPYING
cygw32.c
cygw32.h
data.c Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.de 2014-06-08 16:41:43 -07:00
dbusbind.c * dbusbind.c (xd_signature): Revert last 2 patches. 2014-05-20 10:25:18 +02:00
decompress.c
deps.mk
dired.c
dispextern.h Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.ca 2014-06-21 12:45:59 -07:00
dispnew.c Attempt to solve bug #17497 by minimizing cursor motion during TTY menu updates. 2014-06-04 12:16:46 +03:00
disptab.h
doc.c
doprnt.c
dosfns.c
dosfns.h
editfns.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
emacs-icon.h
emacs.c * emacs.c: Include "sysselect.h", to define its inline functions. 2014-06-03 13:08:08 -07:00
emacsgtkfixed.c
emacsgtkfixed.h
epaths.in
eval.c * eval.c (toplevel): Remove redundant #include directives. 2014-06-17 07:40:29 +04:00
fileio.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
filelock.c
firstfile.c
floatfns.c
fns.c * src/fns.c (Fcompare_strings): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE. 2014-06-26 11:13:13 +04:00
font.c Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.ca 2014-06-21 12:45:59 -07:00
font.h * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member. 2014-06-10 07:32:36 +04:00
fontset.c Minor cleanup of fonset code. 2014-06-19 20:52:20 +04:00
fontset.h
frame.c Omit redundant extern decls. 2014-06-17 09:09:19 -07:00
frame.h Omit redundant extern decls. 2014-06-17 09:09:19 -07:00
fringe.c * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ... 2014-06-10 07:13:41 +04:00
ftfont.c Omit redundant extern decls. 2014-06-17 09:09:19 -07:00
ftfont.h
ftxfont.c If a C name must be extern on some platforms, make it extern on all. 2014-06-08 11:27:22 -07:00
getpagesize.h
gfilenotify.c
gmalloc.c Supply malloc and alloc_size attributes for extern allocators. 2014-05-22 09:40:35 -07:00
gnutls.c
gnutls.h
gtkutil.c Use common memory management functions for lwlib and refactor users. 2014-06-02 22:01:21 +04:00
gtkutil.h Do not require libXt-devel when building with gtk. 2014-06-03 12:59:55 -07:00
image.c Be more consistent about the 'Qfoo' naming convention. 2014-06-24 01:10:48 -07:00
indent.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
indent.h
inotify.c
insdel.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
intervals.c
intervals.h Omit redundant extern decls. 2014-06-17 09:09:19 -07:00
keyboard.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
keyboard.h If a C name must be extern on some platforms, make it extern on all. 2014-06-08 11:27:22 -07:00
keymap.c * src/keymap.c (silly_event_symbol_error): Don't recommend the use of strings. 2014-06-12 10:55:48 -04:00
keymap.h
lastfile.c
lisp.h Consistently use validate_subarray to verify substring. 2014-06-25 16:11:08 +04:00
lisp.mk
lread.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
macfont.h
macfont.m Fix memory leaks 2014-06-11 19:57:51 +02:00
macros.c Omit redundant extern decls. 2014-06-17 09:09:19 -07:00
macros.h
macuvs.h Include sources used to create macuvs.h. 2014-05-26 08:48:28 -07:00
Makefile.in * Makefile.in (ns-app): Fix typo that broke build on OS X. 2014-06-16 15:38:17 -07:00
makefile.w32-in
marker.c
menu.c * xmenu.c (mouse_position_for_popup): 2014-06-22 09:00:14 +04:00
menu.h * xmenu.c (mouse_position_for_popup): 2014-06-22 09:00:14 +04:00
minibuf.c Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org 2014-05-25 19:28:09 -07:00
msdos.c Use terminal-specific hooks to display menus. 2014-06-04 08:58:31 +04:00
msdos.h
nsfns.m * nsfns.m (ns_appkit_version_str): Add os version for Cocoa. 2014-06-01 10:23:18 +02:00
nsfont.m Simplify NS font driver draw, merge from Macport. 2014-05-25 12:28:52 +02:00
nsgui.h Use common memory management functions for lwlib and refactor users. 2014-06-02 22:01:21 +04:00
nsimage.m
nsmenu.m Use terminal-specific hooks to display popup dialogs. 2014-06-04 18:59:09 +04:00
nsselect.m * nsselect.m (Fx_selection_exists_p): Just return Qnil if window system 2014-05-05 19:37:43 +02:00
nsterm.h Fix memory leaks 2014-06-11 19:57:51 +02:00
nsterm.m Fix memory leaks 2014-06-11 19:57:51 +02:00
print.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
process.c Be more consistent about the 'Qfoo' naming convention. 2014-06-24 01:10:48 -07:00
process.h If a C name must be extern on some platforms, make it extern on all. 2014-06-08 11:27:22 -07:00
profiler.c Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu 2014-05-04 12:37:56 -07:00
puresize.h
ralloc.c
README
regex.c Assume C99 or later. 2014-05-17 01:11:31 -07:00
regex.h
region-cache.c
region-cache.h
scroll.c
search.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
sheap.c
sound.c
syntax.c
syntax.h
sysdep.c Fix core dump after a dropped X connection. 2014-06-09 07:50:57 -07:00
sysselect.h Fix the MS-Windows build broken by few last commits. 2014-06-04 00:00:40 +03:00
syssignal.h Port signal-handling to DragonFly BSD. 2014-06-01 16:17:56 -07:00
sysstdio.h
systime.h
systty.h
syswait.h Handle systems without WCONTINUED consistently. 2014-05-03 13:13:10 -07:00
term.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
termcap.c
termchar.h
termhooks.h If a C name must be extern on some platforms, make it extern on all. 2014-06-08 11:27:22 -07:00
terminal.c Minor cleanup for terminal setup. 2014-05-14 17:55:37 +04:00
terminfo.c
termopts.h
textprop.c
tparam.c
tparam.h
undo.c
unexaix.c Fix port to 32-bit AIX. 2014-05-21 22:00:39 -07:00
unexcoff.c
unexcw.c
unexec.h
unexelf.c
unexhp9k800.c
unexmacosx.c
unexsol.c
unexw32.c Add diagnostics for using private heap on MS-Windows during dumping. 2014-05-29 18:21:08 +03:00
vm-limit.c
w16select.c
w32.c Minor fixes for MS-Windows MinGW64 build. 2014-05-26 19:55:28 +03:00
w32.h
w32common.h
w32console.c Fix TTY menus on MS-Windows broken by last commit. 2014-06-04 10:54:16 +03:00
w32fns.c "the the", "from from" and "and and". 2014-06-23 01:12:17 +02:00
w32font.c
w32font.h
w32gui.h Use common memory management functions for lwlib and refactor users. 2014-06-02 22:01:21 +04:00
w32heap.c Fix last commit. 2014-06-04 15:00:34 +03:00
w32heap.h Define the size of dumped data for MS-Windows locally on w32heap.c. 2014-06-03 10:28:07 +03:00
w32inevt.c
w32inevt.h
w32menu.c Use terminal-specific hooks to display menus. 2014-06-04 08:58:31 +04:00
w32notify.c
w32proc.c
w32reg.c
w32select.c
w32select.h
w32term.c * dispextern.h (last_tool_bar_item): Remove declaration. 2014-06-10 08:55:03 +04:00
w32term.h Refactor mouse positioning stuff to avoid code duplication. 2014-05-28 17:53:22 +04:00
w32uniscribe.c
w32xfns.c
widget.c
widget.h
widgetprv.h
window.c Omit redundant extern decls. 2014-06-17 09:09:19 -07:00
window.h
xdisp.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
xfaces.c * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member. 2014-06-10 07:32:36 +04:00
xfns.c * xmenu.c (mouse_position_for_popup): 2014-06-22 09:00:14 +04:00
xfont.c * dispextern.h (struct face) [HAVE_XFT]: Ifdef 'extra' member. 2014-06-10 07:32:36 +04:00
xftfont.c Do not ask for XRender extension each time XFT font is opened. 2014-06-16 12:49:09 +04:00
xgselect.c
xgselect.h
xmenu.c * xmenu.c (mouse_position_for_popup): 2014-06-22 09:00:14 +04:00
xml.c
xrdb.c
xselect.c * xmenu.c (mouse_position_for_popup): 2014-06-22 09:00:14 +04:00
xsettings.c * xsettings.c (init_gsettings): Use g_settings_schema_source_lookup 2014-05-10 12:42:08 +02:00
xsettings.h
xsmfns.c
xterm.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
xterm.h * xmenu.c (mouse_position_for_popup): 2014-06-22 09:00:14 +04: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-2014 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/>.