1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00
emacs/src
Paul Eggert dae0cd48d8 * ftfont.c: Distingish more carefully between FcChar8 and char.
The previous code passed unsigned char * to a functions like
strlen and xstrcasecmp that expect char *, which does not
conform to the C standard.
(get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
arguments to FcPatternGetString, and explicitly cast FcChar8 * to
char * when the C standard requires it.
2011-04-09 12:14:12 -07:00
..
bitmaps * xfns.c: conform to C89 pointer rules 2011-02-05 19:48:28 -08:00
m error: Print 32- and 64-bit integers portably (Bug#8435). 2011-04-06 20:34:05 -07:00
s Remove (RET)SIGTYPE; it is identical to void on all supported systems. 2011-03-26 19:27:11 -07:00
.dbxinit
.gdbinit * .gdbinit (pwinx, xbuffer): Fix access to buffer name. 2011-03-11 01:19:57 +01:00
.gitignore Nuke arch-tags. 2011-01-15 15:16:57 -08:00
alloc.c * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int. 2011-04-02 22:41:46 -07:00
atimer.c Remove (RET)SIGTYPE; it is identical to void on all supported systems. 2011-03-26 19:27:11 -07:00
atimer.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
autodeps.mk Remove src/prefix-args.c. 2010-07-07 20:31:04 -07:00
bidi.c * bidi.c (BIDI_BOB): Remove unused macro. 2011-03-08 09:25:52 -08:00
bidimirror.h Use BidiMirroring.txt for mirroring characters in bidi context. 2010-06-12 18:52:43 +03:00
biditype.h Update to latest Unicode 6.0 beta data files. 2010-09-05 04:06:39 +02:00
blockinput.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
buffer.c * buffer.c (Fprevious_overlay_change): Remove var that is set 2011-04-02 00:36:27 -07:00
buffer.h Backport fix for Bug#8219 from trunk. 2011-03-19 12:42:53 -04:00
bytecode.c * bytecode.c (exec_byte_code): Rename local to avoid shadowing. 2011-04-04 00:55:46 -07:00
callint.c Miscellanous cleanups in preparation for the merge. 2011-04-01 11:16:50 -04:00
callproc.c * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA 2011-03-27 02:07:38 -07:00
casefiddle.c * casefiddle.c (casify_region): Remove var that is set but not used. 2011-04-02 17:33:43 -07:00
casetab.c Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254). 2011-03-15 00:04:00 -07:00
category.c error: Print 32- and 64-bit integers portably (Bug#8435). 2011-04-06 20:34:05 -07:00
category.h Change B_ to BVAR 2011-02-16 08:02:50 -07:00
ccl.c Replace some uses of `int' with EMACS_INT. 2011-04-09 19:35:19 +03:00
ccl.h Move all DEFVAR'd globals into a structure -- threading infrastructure 2011-01-18 13:45:37 -07:00
ChangeLog * ftfont.c: Distingish more carefully between FcChar8 and char. 2011-04-09 12:14:12 -07:00
ChangeLog.1 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ChangeLog.2 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ChangeLog.3 Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org. 2011-02-27 17:07:29 -08:00
ChangeLog.4 Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ChangeLog.5 Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ChangeLog.6 Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ChangeLog.7 Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ChangeLog.8 Fix typos. 2011-02-23 20:56:30 +01:00
ChangeLog.9 Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ChangeLog.10 Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org. 2011-02-27 17:07:29 -08:00
ChangeLog.11 Update and split ChangeLogs. 2011-04-06 14:18:10 +02:00
character.c Merge from mainline. 2011-03-29 16:35:49 -07:00
character.h src/*.c: Remove some additional unused parameters. 2011-03-29 00:41:01 +02:00
charset.c error: Print 32- and 64-bit integers portably (Bug#8435). 2011-04-06 20:34:05 -07:00
charset.h * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid 2011-03-07 16:22:52 -08:00
chartab.c * chartab.c (sub_char_table_ref_and_range): Redo for slight 2011-03-27 01:10:27 -07:00
cm.c * cm.c (calccost): Turn while-do into do-while, for clarity. 2011-03-23 01:06:21 -07:00
cm.h Make tparam.h and terminfo.c consistent. 2011-03-19 15:46:50 -07:00
cmds.c src/*.c: Remove some additional unused parameters. 2011-03-29 00:41:01 +02:00
coding.c Merge from mainline. 2011-04-09 11:42:31 -07:00
coding.h Replace some uses of `int' with EMACS_INT. 2011-04-09 19:35:19 +03:00
commands.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
composite.c * composite.c (composition_gstring_put_cache): Use unsigned integer. 2011-04-04 22:11:14 -07:00
composite.h * coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code 2011-04-04 23:41:53 -07:00
COPYING
data.c Merge from trunk 2011-03-31 00:24:03 -04:00
dbusbind.c Variadic C functions now count arguments with size_t, not int. 2011-03-26 19:12:36 -07:00
deps.mk Remove the doprnt implementation, as Emacs now uses vsnprintf. 2011-04-06 20:49:25 -07:00
dired.c * dired.c (file_name_completion): Remove var that is set but not used. 2011-04-02 17:32:58 -07:00
dispextern.h src/xdisp.c: Remove unused parameters. 2011-03-31 03:37:51 +02:00
dispnew.c * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]: 2011-03-28 23:57:40 -07:00
disptab.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
doc.c error: Print 32- and 64-bit integers portably (Bug#8435). 2011-04-06 20:34:05 -07:00
dosfns.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
dosfns.h Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
editfns.c Replace some uses of `int' with EMACS_INT. 2011-04-09 19:35:19 +03:00
emacs-icon.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
emacs.c Remove (RET)SIGTYPE; it is identical to void on all supported systems. 2011-03-26 19:27:11 -07:00
epaths.in Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
eval.c * eval.c: Port to Windows vsnprintf (Bug#8435). 2011-04-08 16:28:52 -07:00
fileio.c Replace some uses of `int' with EMACS_INT. 2011-04-09 19:35:19 +03:00
filelock.c Replace two copies of readlink code with single gnulib version. 2011-03-31 23:28:48 -07:00
firstfile.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
floatfns.c Remove (RET)SIGTYPE; it is identical to void on all supported systems. 2011-03-26 19:27:11 -07:00
fns.c error: Print 32- and 64-bit integers portably (Bug#8435). 2011-04-06 20:34:05 -07:00
font.c * font.c (font_list_entities): Redo for clarity, 2011-04-03 23:29:11 -07:00
font.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
fontset.c * fontset.c (Finternal_char_font, Ffontset_info): Remove vars 2011-04-01 19:25:18 -07:00
fontset.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
frame.c Variadic C functions now count arguments with size_t, not int. 2011-03-26 19:12:36 -07:00
frame.h * frame.h: Avoid gcc -Wmissing-prototypes diagnostics. 2011-02-26 23:30:02 -08:00
fringe.c Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.edu 2011-03-12 11:19:47 -08:00
ftfont.c * ftfont.c: Distingish more carefully between FcChar8 and char. 2011-04-09 12:14:12 -07:00
ftfont.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
ftxfont.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
getpagesize.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
gmalloc.c Merge from mainline. 2011-01-17 11:01:01 -08:00
gnutls.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
gnutls.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
gtkutil.c * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized. 2011-04-01 19:39:52 -07:00
gtkutil.h Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
image.c * image.c (tiff_error_handler, tiff_warning_handler): Mark as 2011-04-05 13:06:52 -07:00
indent.c * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column. 2011-04-02 18:00:03 -07:00
indent.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
insdel.c src/*.h: Remove unused parameters and functions. 2011-03-26 02:23:15 +01:00
intervals.c error: Print 32- and 64-bit integers portably (Bug#8435). 2011-04-06 20:34:05 -07:00
intervals.h * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else". 2011-03-18 09:39:15 -07:00
keyboard.c * keyboard.c (read_char): Remove unused var. 2011-04-09 12:12:39 -07:00
keyboard.h Merge from mainline. 2011-03-26 19:32:40 -07:00
keymap.c src/*.c: Remove some additional unused parameters. 2011-03-29 00:41:01 +02:00
keymap.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
lastfile.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
lisp.h Merge from mainline. 2011-04-09 11:42:31 -07:00
lread.c * lread.c (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop. 2011-04-04 00:48:36 -07:00
macros.c Hide implementation of `struct kboard' 2011-02-16 09:35:16 -07:00
macros.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
Makefile.in Remove the doprnt implementation, as Emacs now uses vsnprintf. 2011-04-06 20:49:25 -07:00
makefile.w32-in src/makefile.w32-in: Update dependencies. 2011-03-19 04:22:14 +01:00
marker.c * marker.c (bytepos_to_charpos): Remove; unused. 2011-03-14 18:33:14 -07:00
mem-limits.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
menu.c * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats. 2011-04-05 13:25:23 -07:00
menu.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
minibuf.c * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes. 2011-04-02 00:40:13 -07:00
msdos.c Adapt the MS-DOS build to changes in gnulib. 2011-04-06 20:49:21 +03:00
msdos.h Fix compilation warnings on MS-DOS due to constifying of pointers in xmenu.c. 2011-03-12 12:51:31 +02:00
ndir.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
ns.mk Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
nsfns.m error: Print 32- and 64-bit integers portably (Bug#8435). 2011-04-06 20:34:05 -07:00
nsfont.m do not dereference NULL upon failed strdup 2011-04-02 15:52:34 +02:00
nsgui.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
nsimage.m Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
nsmenu.m * nsmenu.m (runDialogAt): Remove argument to timer_check. 2011-03-27 11:23:52 +02:00
nsselect.m Make globals.h a generated header 2011-02-08 14:42:56 -07:00
nsterm.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
nsterm.m * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6 2011-04-03 10:30:57 +02:00
pre-crt0.c Nuke arch-tags. 2011-01-15 15:16:57 -08:00
print.c Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp. 2011-04-08 11:37:15 -04:00
process.c Merge changes from emacs-23 branch 2011-04-08 14:53:26 -04:00
process.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
puresize.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ralloc.c * ralloc.c: conform to C89 pointer rules 2011-02-06 21:47:56 -08:00
README Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
regex.c * regex.c (IF_LINT): Add defn, for benefit of ../lib-src. 2011-03-15 14:33:24 -07:00
regex.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
region-cache.c * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing. 2011-03-17 23:25:25 -07:00
region-cache.h * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes. 2011-03-17 23:22:42 -07:00
scroll.c src/scroll.c, src/w32.c: Trivial whitespace changes. 2011-03-29 16:00:16 +02:00
search.c Replace some uses of `int' with EMACS_INT. 2011-04-09 19:35:19 +03:00
sheap.c * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB. 2011-03-02 16:30:51 -05:00
sound.c * sound.c (sound_warning): Don't crash if arg contains a printf format. 2011-04-05 13:08:03 -07:00
stamp-h.in
syntax.c * syntax.c (update_syntax_table): Use unsigned instead of int. 2011-04-04 00:53:20 -07:00
syntax.h Change B_ to BVAR 2011-02-16 08:02:50 -07:00
sysdep.c error: Print 32- and 64-bit integers portably (Bug#8435). 2011-04-06 20:34:05 -07:00
sysselect.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
syssignal.h Remove (RET)SIGTYPE; it is identical to void on all supported systems. 2011-03-26 19:27:11 -07:00
systime.h Move 'make_time' to be next to its inverse 'lisp_time_argument'. 2011-03-11 12:24:09 -08:00
systty.h * process.c (serial_open, serial_configure): Move decls from here ... 2011-03-14 15:49:41 -07:00
syswait.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
term.c Merge from mainline. 2011-04-09 11:42:31 -07:00
termcap.c Make termcap.c implementations consistent with tparam.h prototypes. 2011-03-12 14:03:24 +02:00
termchar.h * cm.c (calccost, cmgoto): Use const pointers where appropriate. 2011-03-08 18:12:00 -08:00
termhooks.h Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu. 2011-03-11 11:41:56 +02:00
terminal.c * terminal.c (store_terminal_param): Now static. 2011-03-08 22:07:27 -08:00
terminfo.c Make tparam.h and terminfo.c consistent. 2011-03-19 15:46:50 -07:00
termopts.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
textprop.c * textprop.c (set_text_properties_1): Change while to do-while, 2011-04-04 12:30:48 -07:00
tparam.c * tparam.h: New file. 2011-03-08 10:26:34 -08:00
tparam.h Make tparam.h and terminfo.c consistent. 2011-03-19 15:46:50 -07:00
undo.c Change B_ to BVAR 2011-02-16 08:02:50 -07:00
unexaix.c Restore failure returns to unexaix.c, unexcoff.c, unexcw.c 2011-03-17 13:18:59 -07:00
unexcoff.c Restore failure returns to unexaix.c, unexcoff.c, unexcw.c 2011-03-17 13:18:59 -07:00
unexcw.c Restore failure returns to unexaix.c, unexcoff.c, unexcw.c 2011-03-17 13:18:59 -07:00
unexec.h * unexec.h: New file. 2011-03-16 17:03:31 -07:00
unexelf.c * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]: 2011-03-29 17:19:27 -07:00
unexhp9k800.c Change unexec implementations to match prototype. 2011-03-17 11:41:30 -07:00
unexmacosx.c Change unexec implementations to match prototype. 2011-03-17 11:41:30 -07:00
unexsol.c Change unexec implementations to match prototype. 2011-03-17 11:41:30 -07:00
unexw32.c nt/*.c, src/*.c: Remove unused variables. 2011-03-25 16:39:59 +01:00
vm-limit.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w16select.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32.c Don't call gnulib's careadlinkat on Windows. 2011-04-06 19:05:49 +03:00
w32.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32console.c src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01:00
w32fns.c nt/*.c, src/*.c: Remove unused variables. 2011-03-25 16:39:59 +01:00
w32font.c w32: Fix some warnings reported by -Wall -Wextra. 2011-03-23 17:25:38 +01:00
w32font.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32gui.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32heap.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32heap.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32inevt.c nt/*.c, src/*.c: Remove unused variables. 2011-03-25 16:39:59 +01:00
w32inevt.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32menu.c src/*.h: Remove unused parameters and functions. 2011-03-26 02:23:15 +01:00
w32proc.c src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01:00
w32reg.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
w32select.c src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01:00
w32term.c nt/*.c, src/*.c: Remove unused variables. 2011-03-25 16:39:59 +01:00
w32term.h src/w32*.c: Clean up extern declarations. 2011-03-14 18:07:53 +01:00
w32uniscribe.c w32: Fix some warnings reported by -Wall -Wextra. 2011-03-23 17:25:38 +01:00
w32xfns.c Backport 2011-03-08T01:52:20Z!lekktu@gmail.com from trunk. 2011-03-11 16:42:12 +01:00
widget.c Use SSDATA when the context wants char *. 2011-01-30 14:17:44 -08:00
widget.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
widgetprv.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
window.c Merge from mainline. 2011-04-09 11:42:31 -07:00
window.h Merge from trunk 2011-03-21 12:42:16 -04:00
xdisp.c Merge from mainline. 2011-04-09 11:42:31 -07:00
xfaces.c * xfaces.c (realize_named_face): Remove vars that are set but not used. 2011-04-01 10:41:46 -07:00
xfns.c error: Print 32- and 64-bit integers portably (Bug#8435). 2011-04-06 20:34:05 -07:00
xfont.c * xfont.c (xfont_open): Avoid unnecessary tests. 2011-04-04 22:14:06 -07:00
xftfont.c * xftfont.c (xftfont_open): Rename locals to avoid shadowing. 2011-03-18 22:07:42 -07:00
xgselect.c * xgselect.c (xg_select): Remove unused var. 2011-03-13 00:05:40 -08:00
xgselect.h Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
xmenu.c Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu. 2011-04-09 10:40:29 -07:00
xml.c * src/xml.c (parse_region): Avoid creating spurious whiespace nodes. 2011-04-08 12:15:30 -04:00
xrdb.c Move editfns decls to lisp.h to check interfaces. 2011-03-15 17:44:50 -07:00
xselect.c Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu. 2011-04-09 10:40:29 -07:00
xsettings.c Port to Solaris 10, which doesn't support FC_HINT_STYLE. 2011-02-11 21:13:34 -08:00
xsettings.h Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
xsmfns.c Updates for compiling with Gtk+ 3.0 (--with-x-toolkit=gtk3). 2011-03-08 09:34:55 +01:00
xterm.c Merge from mainline. 2011-04-09 11:42:31 -07:00
xterm.h Merge: Minor changes for problems found by GCC 4.5.2's static checks. 2011-03-10 22:57:50 -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-2011  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/>.