1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 02:10:52 -08:00
emacs/src
Philipp Stephani 0e774d4f35 Use new function encode_string_utf_8 for the module API, too
* src/emacs-module.c (module_encode): Remove.
(module_copy_string_contents): Use encode_string_utf_8.
(syms_of_module): Define symbol 'unicode-string-p'.
2019-12-04 22:27:45 +01:00
..
bitmaps
.dbxinit
.gdbinit Update some URLs 2019-09-23 00:12:52 -07:00
alloc.c Fix gc-elapsed rounding bug 2019-09-14 10:56:12 -07:00
atimer.c Avoid some unnecessary stdio.h includes 2019-07-08 17:50:39 -07:00
atimer.h
bidi.c Allow disabling the BPA part of bidi reordering 2019-11-28 17:00:33 +02:00
bignum.c Refactor bignum multiplication, exponentiation 2019-11-13 13:10:09 -08:00
bignum.h Refactor bignum multiplication, exponentiation 2019-11-13 13:10:09 -08:00
blockinput.h
buffer.c lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nil 2019-10-17 02:45:06 +02:00
buffer.h Merge branch 'feature/tabs' 2019-10-01 23:15:03 +03:00
bytecode.c Avoid overexposing fixnums for hash codes 2019-07-22 21:28:18 -07:00
callint.c Avoid fixnum round trip in prefix-numeric-value 2019-10-20 17:41:07 -07:00
callproc.c Fix data-directory when executing from an out-of-source build 2019-11-02 18:04:00 +01:00
casefiddle.c Avoid crashes when casifying noncontiguous regions 2019-09-22 10:45:14 -07:00
casetab.c
category.c Simplify hashfn/cmpfn calling convention 2019-07-20 20:13:46 -07:00
category.h
ccl.c Fix some fixnum overflow problems in ccl.c 2019-08-15 02:17:02 -07:00
ccl.h
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7 Update author/maintainer info 2019-05-26 01:00:16 -07:00
ChangeLog.8 Update author/maintainer info 2019-05-26 01:00:16 -07:00
ChangeLog.9
ChangeLog.10 Update author/maintainer info 2019-05-26 01:00:16 -07:00
ChangeLog.11
ChangeLog.12
ChangeLog.13
character.c Stop signaling an error when reading "smart quotes" in symbols 2019-11-28 18:03:42 -05:00
character.h Stop signaling an error when reading "smart quotes" in symbols 2019-11-28 18:03:42 -05:00
charset.c Improve directory-access diagnostics 2019-09-15 20:12:33 -07:00
charset.h
chartab.c Do not alter match data in Fcapitalize etc. 2019-07-09 13:11:45 -07:00
cm.c Remove obsolete Lint directives 2019-09-16 14:05:03 -07:00
cm.h
cmds.c
coding.c Fix and speed up en/decoding of UTF-8 strings 2019-11-23 11:27:43 +02:00
coding.h Fix and speed up en/decoding of UTF-8 strings 2019-11-23 11:27:43 +02:00
commands.h
composite.c lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
composite.h
conf_post.h Use plain ‘static’ for Emacs C inline functions 2019-09-04 23:15:04 -07:00
COPYING
cygw32.c
cygw32.h
data.c Improve documentation of 'add-variable-watcher' 2019-11-15 11:16:09 +02:00
dbusbind.c Reset dbus registered buses on dump load 2019-09-11 10:19:31 -07:00
decompress.c
deps.mk
dired.c Fix last change in dired.c 2019-11-04 17:39:12 +02:00
dispextern.h Extend_face simplify. 2019-10-14 14:18:41 +02:00
dispnew.c A better fix for tab-line mouse highlight on TTY frames 2019-10-19 10:42:14 +03:00
disptab.h
dmpstruct.awk
doc.c Improve error reporting for DOC file problems 2019-09-11 23:46:58 -07:00
doprnt.c Remove printmax_t etc. 2019-07-07 12:33:35 -07:00
dosfns.c Improve XFIXNUM cleanup a bit 2019-06-27 12:35:09 -07:00
dosfns.h
dynlib.c
dynlib.h
editfns.c message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064) 2019-11-27 01:43:49 +02:00
emacs-icon.h
emacs-module.c Use new function encode_string_utf_8 for the module API, too 2019-12-04 22:27:45 +01:00
emacs-module.h.in Change module interface to no longer use GMP objects directly. 2019-12-04 21:17:10 +01:00
emacs.c Make .pdmp file more reproducible 2019-11-19 18:27:10 -08:00
emacsgtkfixed.c
emacsgtkfixed.h
epaths.in
eval.c Bump up max_specpdl_size to 1600 2019-10-01 04:33:28 +02:00
fileio.c Fix insert-file-contents file error regression 2019-10-31 23:32:05 -07:00
filelock.c Fix bug with lock file on nonstandard filesystem 2019-10-30 18:15:53 -07:00
firstfile.c
floatfns.c Port new float-scaling code to Solaris 2019-11-15 18:41:35 -08:00
fns.c Allow recursive minibuffers for yes-or-no-p and y-or-n-p (bug#17272 bug#19064) 2019-11-27 01:18:17 +02:00
font.c In Cairo builds, omit some unnecessary functions 2019-11-14 14:02:03 -08:00
font.h ; * src/font.h (font_is_ignored): Add prototype to avoid warnings. 2019-11-14 13:50:45 +02:00
fontset.c More XFIXNUM fixes 2019-07-01 21:12:55 +03:00
fontset.h
frame.c Fix English grammar in some doc strings and comments 2019-11-03 18:36:45 -08:00
frame.h Allow using last_tab_bar_item on no-x builds. 2019-10-07 02:00:24 +03:00
fringe.c Fix English grammar in some doc strings and comments 2019-11-03 18:36:45 -08:00
ftcrfont.c Fix typo in populating otf_capability method for HarfBuzz 2019-12-03 16:10:24 +09:00
ftfont.c Fix typo in populating otf_capability method for HarfBuzz 2019-12-03 16:10:24 +09:00
ftfont.h extern function cleanup 2019-08-24 15:55:08 -07:00
ftxfont.c Rename font_driver member close -> close_font 2019-07-09 18:40:57 +02:00
getpagesize.h
gfilenotify.c Avoid some unnecessary stdio.h includes 2019-07-08 17:50:39 -07:00
gmalloc.c Remove no-longer-needed fflushes of stderr 2019-06-20 00:41:13 -07:00
gnutls.c Port gnutls.c to --enable-gcc-warnings --without-gnutls 2019-11-23 15:48:45 -08:00
gnutls.h
gtkutil.c Fix incorrect GTK menus on HiDPI monitors with scaling factor > 1 2019-12-03 08:54:31 +01:00
gtkutil.h Remove unneeded font_is_ignored prototype 2019-11-14 15:40:12 +01:00
hbfont.c More XFIXNUM fixes 2019-07-01 21:12:55 +03:00
image.c Fix image scaling with masks (bug#38109) 2019-11-29 21:22:26 +00:00
indent.c Avoid some unnecessary stdio.h includes 2019-07-08 17:50:39 -07:00
indent.h
inotify.c Fix the MS-Windows build broken by recent changes 2019-08-04 19:38:08 +03:00
insdel.c Avoid crashes when casifying noncontiguous regions 2019-09-22 10:45:14 -07:00
intervals.c
intervals.h
json.c Fix and speed up en/decoding of UTF-8 strings 2019-11-23 11:27:43 +02:00
keyboard.c Fix keyboard.c infloops on circular lists 2019-10-30 14:43:14 -07:00
keyboard.h
keymap.c Further changes to ensure that copy-keymap doesn't segfault 2019-10-14 02:52:25 +02:00
keymap.h
kqueue.c Fix file notifications on macOS 2019-11-21 16:39:15 +02:00
lastfile.c
lcms.c Update some URLs 2019-09-23 00:12:52 -07:00
lisp.h Make .pdmp file more reproducible 2019-11-19 18:27:10 -08:00
lread.c * src/lread.c (syms_of_lread): Doc fix. 2019-11-30 10:31:45 +01:00
macfont.h
macfont.m Simplify hashfn/cmpfn calling convention 2019-07-20 20:13:46 -07:00
macros.c
macros.h
macuvs.h Bring macuvs.h back under Git control 2019-06-22 11:41:49 -07:00
Makefile.in Remove stale .pdmp files with ‘make clean’ 2019-08-03 14:13:45 -07:00
marker.c
menu.c Frame-local tab-bar and window-local tab-line. 2019-08-31 23:40:07 +03:00
menu.h
mini-gmp-emacs.c
mini-gmp.c Fix duplicated words in comments 2019-10-15 14:28:59 +02:00
mini-gmp.h
minibuf.c Fix case-insensitive completion of buffer names 2019-11-09 21:56:30 +02:00
module-env-25.h
module-env-26.h
module-env-27.h Change module interface to no longer use GMP objects directly. 2019-12-04 21:17:10 +01:00
msdos.c Frame-local tab-bar and window-local tab-line. 2019-08-31 23:40:07 +03:00
msdos.h Introduce Emacs_Rectangle struct and typedef 2019-05-19 19:50:32 -06:00
nsfns.m Fix some quoting glitches in doc strings 2019-11-08 17:11:01 -08:00
nsfont.m Fix GNUstep build 2019-09-23 19:17:38 +01:00
nsgui.h Replace XChar2b with unsigned in all font backends 2019-05-19 19:50:32 -06:00
nsimage.m Use correct colorspace for XBM images 2019-07-14 17:41:19 +01:00
nsmenu.m Revert an attempt to implement a non‐native tab bar on NS. 2019-09-25 00:50:58 +03:00
nsselect.m Fix some deprecation notices on macOS 10.14 2019-05-21 20:57:33 +01:00
nsterm.h Revert an attempt to implement a non‐native tab bar on NS. 2019-09-25 00:50:58 +03:00
nsterm.m Fine-grained NS modifier key settings (bug#38296) 2019-11-27 11:14:55 +01:00
pdumper.c Fix duplicated words in comments 2019-10-15 14:28:59 +02:00
pdumper.h Update some URLs 2019-09-23 00:12:52 -07:00
print.c Stop signaling an error when reading "smart quotes" in symbols 2019-11-28 18:03:42 -05:00
process.c Extend network-interface-list to return IPv6 and network info 2019-11-26 08:46:13 +01:00
process.h Extend network-interface-list to return IPv6 and network info 2019-11-26 08:46:13 +01:00
profiler.c * src/profiler.c: Leave key hashslots as Qunbound (bug#37382) 2019-09-12 08:25:36 -04:00
ptr-bounds.h
puresize.h
ralloc.c
README
regex-emacs.c Use fewer locks when accessing stdio 2019-07-08 17:50:39 -07:00
regex-emacs.h
region-cache.c Minor putc tweaks 2019-06-20 00:41:13 -07:00
region-cache.h
scroll.c Avoid some unnecessary stdio.h includes 2019-07-08 17:50:39 -07:00
search.c Allow regexp-quote to return its argument 2019-09-25 18:09:42 +02:00
sheap.c
sheap.h
sound.c lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
syntax.c Revert "Move description of value to syntax-ppss function." 2019-10-30 21:26:22 +01:00
syntax.h
sysdep.c * src/sysdep.c: Improve comment wording. 2019-11-20 11:57:17 -08:00
sysselect.h
syssignal.h
sysstdio.h extern function cleanup 2019-08-24 15:55:08 -07:00
systhread.c
systhread.h
systime.h * src/systime.h (hz): #undef to work around AIX build issue. 2019-09-03 23:47:19 -07:00
systty.h
syswait.h
term.c Merge branch 'feature/tabs' 2019-10-01 23:15:03 +03:00
termcap.c
termchar.h Support mouse clicks on tab bar on TTY frames 2019-10-06 19:53:18 +03:00
termhooks.h Frame-local tab-bar and window-local tab-line. 2019-08-31 23:40:07 +03:00
terminal.c Set up defined_color_hook for the initial frame 2019-08-10 11:45:41 +03:00
terminfo.c
termopts.h
textprop.c Fix recent changes in documentation 2019-10-22 19:28:58 +03:00
thread.c Avoid assertion violation when comparing with main-thread 2019-06-10 12:52:31 +02:00
thread.h
timefns.c Fix double-rounding bug in ceiling etc. 2019-11-13 13:10:09 -08:00
tparam.c
tparam.h
undo.c Double undo limits 2019-08-10 19:08:31 +02:00
unexaix.c Improve pdumper doc; say unexec is deprecated 2019-07-23 09:23:20 -07:00
unexcoff.c Avoid some unnecessary stdio.h includes 2019-07-08 17:50:39 -07:00
unexcw.c
unexec.h
unexelf.c Remove printmax_t etc. 2019-07-07 12:33:35 -07:00
unexhp9k800.c Use fewer locks when accessing stdio 2019-07-08 17:50:39 -07:00
unexmacosx.c Use fewer locks when accessing stdio 2019-07-08 17:50:39 -07:00
unexsol.c
unexw32.c
vm-limit.c
w16select.c
w32.c Support wlan in network-interface-list on pre-Vista Windows 2019-11-28 09:41:28 +01:00
w32.h Fix MS-Windows build as followup to pdumper executable lookup 2019-06-24 20:06:34 +03:00
w32common.h Move common HarfBuzz code to a common file hbfont.c 2019-06-01 12:53:41 +03:00
w32console.c Support mouse clicks on tab bar on TTY frames 2019-10-06 19:53:18 +03:00
w32cygwinx.c
w32fns.c Merge branch 'feature/tabs' 2019-10-01 23:15:03 +03:00
w32font.c Support more font weight values on MS-Windows 2019-11-17 18:19:18 +02:00
w32font.h Replace XChar2b with unsigned in all font backends 2019-05-19 19:50:32 -06:00
w32gui.h Replace XChar2b with unsigned in all font backends 2019-05-19 19:50:32 -06:00
w32heap.c
w32heap.h
w32inevt.c ; Add commentary to w32inevt.c 2019-10-21 13:32:40 +03:00
w32inevt.h
w32menu.c
w32notify.c
w32proc.c
w32reg.c Try to add more tab-bar support on Windows 2019-09-02 00:30:18 +03:00
w32select.c
w32select.h
w32term.c Do not report move frame events for tooltip frames (Bug#38213) 2019-11-16 09:04:53 +01:00
w32term.h Fixes to build on Windows 2019-09-01 22:47:23 +03:00
w32uniscribe.c Fix typo in populating otf_capability method for HarfBuzz 2019-12-03 16:10:24 +09:00
w32xfns.c
widget.c Update some URLs 2019-09-23 00:12:52 -07:00
widget.h
widgetprv.h
window.c Run scroll/recenter commands from minibuffer in original window (bug#38076) 2019-11-09 23:32:46 +02:00
window.h Make sure buffer is live before retrieving underline properties (Bug#38038) 2019-11-12 16:44:30 +01:00
xdisp.c Allow disabling the BPA part of bidi reordering 2019-11-28 17:00:33 +02:00
xfaces.c Support ':extend' in faces defined by list of key/value pairs 2019-11-26 19:29:45 +02:00
xfns.c Fix incorrect GTK menus on HiDPI monitors with scaling factor > 1 2019-12-03 08:54:31 +01:00
xfont.c Rename font_driver member close -> close_font 2019-07-09 18:40:57 +02:00
xftfont.c Fix typo in populating otf_capability method for HarfBuzz 2019-12-03 16:10:24 +09:00
xgselect.c
xgselect.h
xmenu.c
xml.c
xrdb.c
xselect.c Update some URLs 2019-09-23 00:12:52 -07:00
xsettings.c Update some URLs 2019-09-23 00:12:52 -07:00
xsettings.h
xsmfns.c
xterm.c Fix image scaling with masks (bug#38109) 2019-11-29 21:22:26 +00:00
xterm.h Remove unused code and reformat to 70 columns. 2019-10-01 23:01:08 +03:00
xwidget.c Substituted deprecated WebKitGTK+ api. 2019-09-17 22:15:28 +02:00
xwidget.h

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-2019 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 <https://www.gnu.org/licenses/>.