1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00
emacs/src
Paul Eggert 99027bdd81 Use sprintf return value instead of invoking strlen on result.
In the old days this wasn't portable, since some sprintf
implementations returned char *.  But they died out years ago and
Emacs already assumes sprintf returns int.
Similarly for float_to_string.
This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
* ccl.c (ccl_driver):
* character.c (string_escape_byte8):
* data.c (Fnumber_to_string):
* doprnt.c (doprnt):
* print.c (print_object):
* xdisp.c (message_dolog):
* xfns.c (syms_of_xfns):
Use sprintf or float_to_string result to avoid need to call strlen.
* data.c (Fnumber_to_string):
Use make_unibyte_string, since the string must be ASCII.
* lisp.h, print.c (float_to_string): Now returns int length.
* term.c (produce_glyphless_glyph):
Use sprintf result rather than recomputing it.
2012-06-25 19:33:51 -07:00
..
bitmaps Change bitmaps back to X11-compatible types. 2011-04-16 01:30:05 -07:00
s Improve port of struct timespec to MS-Windows. 2012-06-24 20:21:20 +03:00
.dbxinit
.gdbinit .gdbinit: Update to match recent lisp.h changes. 2012-06-13 21:02:35 -07:00
.gitignore
alloc.c Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
atimer.c Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
atimer.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
autodeps.mk
bidi.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
blockinput.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
buffer.c Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
buffer.h Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
bytecode.c * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: 2012-06-19 20:56:28 +04:00
callint.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
callproc.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
casefiddle.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
casetab.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
category.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
category.h * category.h (CHAR_HAS_CATEGORY): Define as inline. 2012-06-16 10:20:19 +02:00
ccl.c Use sprintf return value instead of invoking strlen on result. 2012-06-25 19:33:51 -07:00
ccl.h * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 2011-09-21 10:41:20 -07:00
ChangeLog Use sprintf return value instead of invoking strlen on result. 2012-06-25 19:33:51 -07:00
ChangeLog.1 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.2 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.3 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.4 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.5 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.6 Fix ChangeLog typos. 2012-04-15 04:59:30 +02:00
ChangeLog.7 More ChangeLog fixes 2012-02-24 14:47:53 -05:00
ChangeLog.8 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.9 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.10 Fix ChangeLog typos. 2012-04-15 04:59:30 +02:00
ChangeLog.11 Fix ChangeLog typos. 2012-04-15 04:59:30 +02:00
character.c Use sprintf return value instead of invoking strlen on result. 2012-06-25 19:33:51 -07:00
character.h Merge from trunk. 2012-05-25 11:19:24 -07:00
charset.c Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.de 2012-05-31 14:08:06 +08:00
charset.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
chartab.c Merge from trunk. 2011-12-10 16:56:50 -08:00
cm.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
cm.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
cmds.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
coding.c * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: 2012-06-19 20:56:28 +04:00
coding.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
commands.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
composite.c * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: 2012-06-19 20:56:28 +04:00
composite.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
COPYING
data.c Use sprintf return value instead of invoking strlen on result. 2012-06-25 19:33:51 -07:00
dbusbind.c * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and 2012-06-09 13:13:30 +02:00
deps.mk Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
dired.c Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
dispextern.h * configure.in (AC_CHECK_FUNCS): Detect library functions 2012-06-25 18:07:04 +04:00
dispnew.c Fix bug when time_t is unsigned and as wide as intmax_t. 2012-06-23 21:11:19 -07:00
disptab.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
doc.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
doprnt.c Use sprintf return value instead of invoking strlen on result. 2012-06-25 19:33:51 -07:00
dosfns.c * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: 2012-06-19 20:56:28 +04:00
dosfns.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
editfns.c Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
emacs-icon.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
emacs.c * emacs.c (setpgrp): Remove definition, unused. 2012-06-24 14:22:22 -06:00
emacsgtkfixed.c Fix minor GTK3 problems found by static checking. 2012-04-23 00:34:29 -07:00
emacsgtkfixed.h Fix minor GTK3 problems found by static checking. 2012-04-23 00:34:29 -07:00
epaths.in Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
eval.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
fileio.c Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
filelock.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
firstfile.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
floatfns.c Merge from trunk. 2012-02-10 10:58:48 -08:00
fns.c Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
font.c * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: 2012-06-19 20:56:28 +04:00
font.h Merge from trunk. 2012-05-25 11:19:24 -07:00
fontset.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
fontset.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
frame.c Preserve tty top-frames under various window-changing operations. 2012-06-19 14:49:50 +08:00
frame.h Merge from trunk. 2012-05-25 11:19:24 -07:00
fringe.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
ftfont.c USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604) 2012-06-12 17:26:40 -07:00
ftfont.h
ftxfont.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
getpagesize.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
gmalloc.c Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
gnutls.c Merge from trunk. 2012-05-25 11:19:24 -07:00
gnutls.h Merge 2012-04-09 GnuTLS fix from trunk 2012-04-10 16:00:43 +08:00
gtkutil.c * gtkutil.c (get_utf8_string): Remove redundant assignment. 2012-06-25 00:54:45 -07:00
gtkutil.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
image.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
indent.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
indent.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
insdel.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
intervals.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
intervals.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
keyboard.c * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence): 2012-06-25 12:28:47 +02:00
keyboard.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
keymap.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
keymap.h * keymap.c (describe_map_tree): Revert 2011-07-07 change. 2012-05-30 22:08:58 +08:00
lastfile.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
lisp.h Use sprintf return value instead of invoking strlen on result. 2012-06-25 19:33:51 -07:00
lisp.mk * lisp/paths.el: Remove no-byte-compile. 2012-05-25 18:13:24 -04:00
lread.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
macros.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
macros.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
Makefile.in Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
makefile.w32-in Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
marker.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
mem-limits.h USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604) 2012-06-12 17:26:40 -07:00
menu.c * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence): 2012-06-25 12:28:47 +02:00
menu.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
minibuf.c * src/minibuf.c (Fread_string): Bind minibuffer-completion-table. 2012-06-19 13:05:41 -04:00
msdos.c * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence): 2012-06-25 12:28:47 +02:00
msdos.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ndir.h
ns.mk Remove trailing / from $ns_appbindir 2012-05-12 11:10:37 -07:00
nsfns.m * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
nsfont.m Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsgui.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsimage.m Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsmenu.m * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
nsselect.m Merge from trunk. 2012-02-24 22:41:40 -08:00
nsterm.h Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
nsterm.m Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
pre-crt0.c
print.c Use sprintf return value instead of invoking strlen on result. 2012-06-25 19:33:51 -07:00
process.c * process.c: Fix spelling and caps in comments. 2012-06-24 13:34:48 -07:00
process.h Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
puresize.h Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
ralloc.c Really fix bug #11519, by fixing the last change in ralloc.c. 2012-06-23 12:46:33 +03:00
README Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
regex.c Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
regex.h Assume C89 or later. 2012-05-21 08:36:54 -07:00
region-cache.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
region-cache.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
scroll.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
search.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
sheap.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
sound.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
stamp-h.in
syntax.c * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: 2012-06-19 20:56:28 +04:00
syntax.h * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not MOST_POSITIVE_FIXNUM. 2012-04-09 16:21:20 -07:00
sysdep.c * sysdep.c (setpgrp): Remove definition, not used in this file. 2012-06-24 14:13:15 -06:00
sysselect.h Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu. 2012-06-23 13:22:59 +03:00
syssignal.h Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
systime.h Improve port of struct timespec to MS-Windows. 2012-06-24 20:21:20 +03:00
systty.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
syswait.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
term.c Use sprintf return value instead of invoking strlen on result. 2012-06-25 19:33:51 -07:00
termcap.c Assume C89 or later. 2012-05-21 08:36:54 -07:00
termchar.h Add support for italic text on ttys. 2012-06-10 00:44:44 +08:00
termhooks.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
terminal.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
terminfo.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
termopts.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
textprop.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
tparam.c Assume C89 or later. 2012-05-21 08:36:54 -07:00
tparam.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
undo.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
unexaix.c * unexaix.c: Port to more-recent AIX compilers. 2012-05-14 08:11:10 -07:00
unexcoff.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
unexcw.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
unexec.h * unexec.h: New file. 2011-03-16 17:03:31 -07:00
unexelf.c Assume C89 or later. 2012-05-21 08:36:54 -07:00
unexhp9k800.c Protoize 2011-07-10 10:20:10 +02:00
unexmacosx.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
unexsol.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
unexw32.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
vm-limit.c Assume C89 or later. 2012-05-21 08:36:54 -07:00
w16select.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
w32.c src/w32.c (ltime): Add return type and declare static. 2012-06-23 18:56:47 +02:00
w32.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32console.c Support mouse highlight on w32 text-mode frames. 2012-05-26 12:31:59 +03:00
w32fns.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
w32font.c Add NUL-termination to some uses of strncpy. 2012-05-02 18:12:13 +08:00
w32font.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32gui.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32heap.c Use a simple struct to implement compile time checks for the Lisp_Object type 2012-06-13 15:40:48 +02:00
w32heap.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32inevt.c Support help-echo and tooltip messages on w32 text-mode terminals. 2012-05-26 14:58:19 +03:00
w32inevt.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32menu.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
w32proc.c Fix a bug in w32-get-locale-info. 2012-06-23 15:44:42 +03:00
w32reg.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32select.c Fix bug #10783 with w32 doc string of x-selection-exists-p. 2012-02-11 11:50:27 +02:00
w32term.c Improve and document the language-change event on MS-Windows. 2012-06-23 15:39:23 +03:00
w32term.h Fix bug #11513 with raise-frame on MS-Windows. 2012-05-28 20:22:40 +03:00
w32uniscribe.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32xfns.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
widget.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
widget.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
widgetprv.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
window.c * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: 2012-06-19 20:56:28 +04:00
window.h For a 'struct window', replace some Lisp_Object fields to 2012-06-01 07:41:03 +04:00
xdisp.c Use sprintf return value instead of invoking strlen on result. 2012-06-25 19:33:51 -07:00
xfaces.c * configure.in (AC_CHECK_FUNCS): Detect library functions 2012-06-25 18:07:04 +04:00
xfns.c Use sprintf return value instead of invoking strlen on result. 2012-06-25 19:33:51 -07:00
xfont.c USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604) 2012-06-12 17:26:40 -07:00
xftfont.c Fix wrong font metrics for mouse highlight (backport 2011-12-15T02:12:08Z!handa@m17n.org from trunk) 2012-01-15 10:55:52 +08:00
xgselect.c Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
xgselect.h Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
xmenu.c * xmenu.c (xmenu_show, xdialog_show): Explicit cast from 2012-06-25 08:05:48 +04:00
xml.c * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. 2012-06-16 14:24:15 +02:00
xrdb.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xselect.c Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
xsettings.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
xsettings.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xsmfns.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xterm.c * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string 2012-06-24 16:14:39 -07:00
xterm.h Remove obsolete '#define static' cruft. 2012-05-30 22:08:37 -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-2012  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/>.