1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-29 02:02:50 -07:00
emacs/src
Helmut Eller c4380c68b7 Remove IGC_OBJ_DUMPED_CHARSET_TABLE from igc_obj_type
Use IGC_OBJ_DUMPED_BYTES instead.

* src/igc.h (enum igc_obj_type): Remove IGC_OBJ_DUMPED_CHARSET_TABLE.
* src/igc.c (obj_type_names, gc_init_header, dflt_scan_obj, thread_ap)
(builtin_obj_type_and_hash, igc_dump_finish_obj, igc_on_pdump_loaded):
Adjust accordingly.
(fix_charset_table): Deleted.
* src/pdumper.c (dump_charset_table): Use IGC_OBJ_DUMPED_BYTES.
2025-11-12 13:18:08 +01:00
..
bitmaps
.dbxinit
.gdbinit ; * src/.gdbinit [defined_HAVE_MPS]: Don't print SIGSEGV messages. 2025-10-19 15:30:28 +00:00
.lldbinit Merge branch 'master' into scratch/igc 2025-01-15 09:14:06 +01:00
alloc.c Fix non-MPS build 2025-11-10 12:43:35 +01:00
android-asset.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
android-emacs.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
android.c Fix reference leak in displaying successive dashes of distinct styles on Android 2025-09-20 10:08:05 +08:00
android.h Fully support Lisp threads on Android 2025-02-28 19:54:46 +08:00
androidfns.c Update Android frame param handlers 2025-07-27 09:36:10 +08:00
androidfont.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
androidgui.h Respond to display configuration updates on Android 2025-04-10 15:25:38 +08:00
androidmenu.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
androidselect.c Fix clipboard object handle leak on Android 3.1 to 11.0 2025-03-16 20:13:34 +08:00
androidterm.c Merge branch 'master' into feature/igc 2025-05-08 11:16:35 +00:00
androidterm.h Merge branch 'master' into scratch/igc 2025-01-08 04:04:49 +01:00
androidvfs.c Replace call[1-8] with calln 2025-01-19 14:29:41 +01:00
atimer.c Add labels to some roots 2025-11-07 08:56:43 +01:00
atimer.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
bidi.c * src/bidi.c: Add comments to uses of INT_PROMOTE (bug#75964). 2025-02-11 15:42:26 +02:00
bignum.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
bignum.h Merge branch 'master' into scratch/igc 2025-01-08 04:04:49 +01:00
blockinput.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
buffer.c Merge branch 'master' into feature/igc 2025-08-24 12:15:10 +02:00
buffer.h Merge branch 'master' into feature/igc 2025-07-31 09:42:08 +02:00
bytecode.c [MPS] Use xmalloc to allocate 'bc_thread_state' struct 2025-10-13 18:25:19 +00:00
callint.c Merge branch 'scratch/no-purespace' into 'master' 2025-02-01 04:56:52 +01:00
callproc.c Merge branch 'master' into feature/igc 2025-07-31 09:42:08 +02:00
casefiddle.c Add line-column tracking for tree-sitter 2025-05-03 22:14:03 -07:00
casetab.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
category.c Avoid name clashes with static GnuTLS 2025-04-19 19:31:26 -07:00
category.h
ccl.c Avoid name clashes with static GnuTLS 2025-04-19 19:31:26 -07:00
ccl.h
ChangeLog.1 ; Delete troff markers from ChangeLog files 2025-02-20 02:46:43 +01:00
ChangeLog.2 ; Delete troff markers from ChangeLog files 2025-02-20 02:46:43 +01:00
ChangeLog.3 ; Delete troff markers from ChangeLog files 2025-02-20 02:46:43 +01:00
ChangeLog.4 ; Delete troff markers from ChangeLog files 2025-02-20 02:46:43 +01:00
ChangeLog.5 ; Delete troff markers from ChangeLog files 2025-02-20 02:46:43 +01:00
ChangeLog.6 ; Delete troff markers from ChangeLog files 2025-02-20 02:46:43 +01:00
ChangeLog.7 ; Delete troff markers from ChangeLog files 2025-02-20 02:46:43 +01:00
ChangeLog.8 ; Delete troff markers from ChangeLog files 2025-02-20 02:46:43 +01:00
ChangeLog.9 ; Delete troff markers from ChangeLog files 2025-02-20 02:46:43 +01:00
ChangeLog.10 Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ChangeLog.11 Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ChangeLog.12 Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ChangeLog.13 Update copyright year to 2025 2025-01-02 18:39:42 +01:00
character.c Fix the values and documentation of 'printable-chars' table 2025-02-28 16:22:30 +02:00
character.h Prefer static_assert to verify 2024-08-22 00:51:55 +02:00
charset.c Remove the charset_table_init array 2025-11-02 15:19:50 +01:00
charset.h Remove gc_header from struct charset 2025-11-12 11:15:46 +01:00
chartab.c Fix capitalization ELisp -> Elisp 2025-03-12 09:38:33 +08:00
cm.c Variable to control overshoot and backup for TTY cursor motion 2025-08-09 15:27:00 +03:00
cm.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cmds.c (replace_range): Delete argument markers 2025-03-06 11:21:42 -05:00
coding.c Merge branch 'master' into feature/igc 2025-05-08 11:16:35 +00:00
coding.h Merge branch 'master' into feature/igc 2025-05-01 12:59:07 +00:00
commands.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
comp.c Revert "Alternative implementation of constants in .eln files" 2025-11-10 12:16:04 +01:00
comp.h Revert "Alternative implementation of constants in .eln files" 2025-11-10 12:16:04 +01:00
composite.c Merge branch 'master' into feature/igc 2025-05-01 12:59:07 +00:00
composite.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
conf_post.h Disable Gnulib’s non-Gregorian calendars 2025-07-29 15:06:13 -07:00
COPYING
cygw32.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cygw32.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
data.c Merge branch 'master' into feature/igc 2025-10-04 16:41:45 +02:00
dbusbind.c * src/dbusbind.c: Avoid compiler warning. 2025-03-18 12:55:30 +00:00
decompress.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
deps.mk Merge branch 'scratch/no-purespace' into 'master' 2025-02-01 04:56:52 +01:00
dired.c Make specpdl discards explicit 2025-02-16 19:22:29 +00:00
dispextern.h Merge branch 'master' into feature/igc 2025-07-31 09:42:08 +02:00
dispnew.c Merge branch 'master' into feature/igc 2025-05-01 12:59:07 +00:00
disptab.h Display separators on tty menus with display table entries 2025-01-26 16:41:01 +01:00
dmpstruct.awk Update copyright year to 2025 2025-01-02 18:39:42 +01:00
doc.c Allow disabling of reloading files on doc read failure 2025-09-13 10:33:20 +03:00
doprnt.c ; Fix typos 2025-02-22 14:48:29 +01:00
dosfns.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
dosfns.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
dynlib.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
dynlib.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
editfns.c Merge branch 'master' into feature/igc 2025-10-17 13:32:10 +02:00
emacs-icon.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
emacs-module.c Replace AMS pool for immovable objects (bug#79584) 2025-10-13 05:22:22 +02:00
emacs-module.h.in Update copyright year to 2025 2025-01-02 18:39:42 +01:00
emacs.c Introduce a GC handle type 2025-10-25 17:10:38 +02:00
emacsgtkfixed.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
emacsgtkfixed.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
epaths.in Update copyright year to 2025 2025-01-02 18:39:42 +01:00
eval.c Produce a warning when MPS pointers are passed as callback cookies 2025-11-03 19:44:27 +00:00
fileio.c Merge branch 'master' into feature/igc 2025-08-24 12:15:10 +02:00
filelock.c Replace some calls to `intern' with DEFSYMs 2025-04-08 10:26:18 +08:00
floatfns.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
fns.c Fix indentation of recent commits 2025-11-10 12:33:18 +01:00
font.c Remove DEFVAR_LISP_NOPRO 2025-02-01 16:27:37 +02:00
font.h Merge branch 'master' into scratch/igc 2025-01-08 04:04:49 +01:00
fontset.c Merge branch 'scratch/no-purespace' into 'master' 2025-02-01 04:56:52 +01:00
fontset.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
frame.c Merge branch 'master' into feature/igc 2025-07-31 09:42:08 +02:00
frame.h Merge branch 'master' into feature/igc 2025-07-31 09:42:08 +02:00
fringe.c Merge branch 'master' into scratch/igc 2025-01-08 04:04:49 +01:00
ftcrfont.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ftfont.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ftfont.h
gc-handles.c Fix help popups for Athena menus 2025-11-10 13:03:27 +01:00
gc-handles.h Fix help popups for Athena menus 2025-11-10 13:03:27 +01:00
getpagesize.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
gfilenotify.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
gmalloc.c Merge branch 'scratch/no-purespace' into 'master' 2025-02-01 04:56:52 +01:00
gnutls.c Don't forget to free process->gnutls_pproc if we HAVE_MPS (Bug#76473) 2025-02-22 14:23:05 +00:00
gnutls.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
gtkutil.c Fix help popups for Athena menus 2025-11-10 13:03:27 +01:00
gtkutil.h Remove 'glib_user_data' 2025-10-26 14:44:42 +00:00
haiku.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
haiku_draw_support.cc Update copyright year to 2025 2025-01-02 18:39:42 +01:00
haiku_font_support.cc Update copyright year to 2025 2025-01-02 18:39:42 +01:00
haiku_io.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
haiku_select.cc Update copyright year to 2025 2025-01-02 18:39:42 +01:00
haiku_support.cc Merge from savannah/emacs-30 2025-02-21 13:32:14 +08:00
haiku_support.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
haikufns.c Add frame parameter which allows border transparency 2025-07-26 18:02:18 +03:00
haikufont.c Prevent double frees in closing fonts provided by the Haiku font driver 2025-05-18 08:46:36 +08:00
haikugui.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
haikuimage.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
haikumenu.c Replace call[1-8] with calln 2025-01-19 14:29:41 +01:00
haikuselect.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
haikuselect.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
haikuterm.c Synchronize Android and Haiku terminal frontends with X 2025-05-05 08:51:48 +08:00
haikuterm.h Merge branch 'master' into scratch/igc 2025-01-08 04:04:49 +01:00
hbfont.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
igc.c Remove IGC_OBJ_DUMPED_CHARSET_TABLE from igc_obj_type 2025-11-12 13:18:08 +01:00
igc.h Remove IGC_OBJ_DUMPED_CHARSET_TABLE from igc_obj_type 2025-11-12 13:18:08 +01:00
image.c Merge branch 'master' into feature/igc 2025-07-31 09:42:08 +02:00
indent.c bug#79241: Fix incorrect handling of overlays in `vertical-motion' 2025-08-30 12:39:35 +03:00
indent.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
inotify.c Fix file notification problem on Windows. 2025-08-12 22:05:44 +02:00
insdel.c Merge branch 'master' into feature/igc 2025-05-08 11:16:35 +00:00
intervals.c ; Whitespace fixes to silence git hooks 2025-02-26 18:11:22 +01:00
intervals.h Merge branch 'master' into scratch/igc 2025-01-08 04:04:49 +01:00
itree.c Merge branch 'master' into scratch/igc 2025-01-15 09:14:06 +01:00
itree.h Merge branch 'master' into scratch/igc 2025-01-08 04:04:49 +01:00
json.c Merge branch 'master' into feature/igc 2025-08-24 12:15:10 +02:00
keyboard.c Merge branch 'master' into feature/igc 2025-08-24 12:15:10 +02:00
keyboard.h Reduce the size of the kbd-buffer GC root 2025-06-13 12:33:40 +00:00
keymap.c Merge branch 'master' into feature/igc 2025-10-18 21:00:08 +02:00
keymap.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
kqueue.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
lcms.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
lisp.h Assert that misc and user pointers don't point to MPS memory 2025-11-08 07:15:28 +00:00
lread.c Avoid interior pointers into hash table vectors 2025-10-22 13:03:58 +02:00
macfont.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
macfont.m Merge branch 'master' into feature/igc 2025-05-01 12:59:07 +00:00
macros.c Trace kboards as exact roots 2025-06-25 08:49:16 +00:00
macros.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
macuvs.h
Makefile.in Introduce a GC handle type 2025-10-25 17:10:38 +02:00
marker.c Merge branch 'master' into scratch/igc 2025-01-08 04:04:49 +01:00
menu.c Fix help popups for Athena menus 2025-11-10 13:03:27 +01:00
menu.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
minibuf.c Return case common to all completions in try-completion 2025-10-16 20:18:23 +03:00
module-env-25.h
module-env-26.h
module-env-27.h
module-env-28.h
module-env-29.h
module-env-30.h Update emacs-module for Emacs 31 2024-06-23 07:11:04 -04:00
module-env-31.h Update emacs-module for Emacs 31 2024-06-23 07:11:04 -04:00
msdos.c Fix handling of frame position values 2025-03-10 09:33:17 +01:00
msdos.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
nsfns.m Merge branch 'master' into feature/igc 2025-07-31 09:42:08 +02:00
nsfont.m Update copyright year to 2025 2025-01-02 18:39:42 +01:00
nsgui.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
nsimage.m Support colored stipples on Cocoa NS (Bug#73384) 2025-03-04 14:31:35 +02:00
nsmenu.m Remove inhibit_garbage_collection when HAVE_MPS 2025-01-12 15:49:47 +01:00
nsselect.m Replace call[1-8] with calln 2025-01-19 14:29:41 +01:00
nsterm.h Merge branch 'master' into feature/igc 2025-07-31 09:42:08 +02:00
nsterm.m Merge branch 'master' into feature/igc 2025-10-18 21:00:08 +02:00
nsxwidget.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
nsxwidget.m Update copyright year to 2025 2025-01-02 18:39:42 +01:00
pdumper.c Remove IGC_OBJ_DUMPED_CHARSET_TABLE from igc_obj_type 2025-11-12 13:18:08 +01:00
pdumper.h Merge branch 'master' into scratch/igc 2025-01-08 04:04:49 +01:00
pgtkfns.c Add labels to some roots 2025-11-07 08:56:43 +01:00
pgtkgui.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
pgtkim.c ; Delete superfluous comments explaining config.h 2025-04-19 10:39:05 +02:00
pgtkmenu.c Remove glib_user_data in PGTK code 2025-10-26 14:42:27 +00:00
pgtkselect.c Merge branch 'master' into feature/igc 2025-05-01 12:59:07 +00:00
pgtkterm.c Add labels to some roots 2025-11-07 08:56:43 +01:00
pgtkterm.h Merge branch 'master' into scratch/igc 2025-01-08 04:04:49 +01:00
print.c Use a strong Lisp hash table as a weak hash table's strong part 2025-10-30 22:54:13 +00:00
process.c Merge branch 'master' into feature/igc 2025-10-17 13:32:10 +02:00
process.h Merge branch 'master' into feature/igc 2025-06-19 19:14:56 +00:00
profiler.c Merge branch 'master' into feature/igc 2025-06-19 19:14:56 +00:00
ralloc.c Merge branch 'scratch/no-purespace' into 'master' 2025-02-01 04:56:52 +01:00
README Update copyright year to 2025 2025-01-02 18:39:42 +01:00
regex-emacs.c Don't call record_unwind_protect_ptr with a Lisp pointer 2025-11-03 19:44:27 +00:00
regex-emacs.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
region-cache.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
region-cache.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
scroll.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
search.c Merge branch 'master' into feature/igc 2025-10-04 16:41:45 +02:00
sfnt.c Avoid reserved names in sfnt.c 2025-03-09 13:20:02 +08:00
sfnt.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
sfntfont-android.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
sfntfont.c Merge branch 'master' into scratch/igc 2025-01-08 04:04:49 +01:00
sfntfont.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
sort.c Merge branch 'master' into feature/igc 2025-01-19 15:52:10 +01:00
sound.c ; Fix typos 2025-02-22 14:48:29 +01:00
sqlite.c Support file:// URIs and readonly DB in 'sqlite-open' 2025-04-14 12:42:28 +03:00
syntax.c [MPS] Protect some global variables in pdumper builds 2025-03-28 13:03:23 +00:00
syntax.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
sysdep.c Port better to Linux with 1 MiB pages 2025-08-02 11:19:24 -07:00
sysselect.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
syssignal.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
sysstdio.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
systhread.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
systhread.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
systime.h Prefer coarse timestamps when using X sync 2025-09-27 12:26:24 -07:00
systty.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
syswait.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
term.c Merge branch 'master' into feature/igc 2025-08-24 12:15:10 +02:00
termcap.c ; Delete superfluous comments explaining config.h 2025-04-19 10:39:05 +02:00
termchar.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
termhooks.h Merge from savannah/master 2025-02-17 09:39:18 +00:00
terminal.c Merge branch 'master' into feature/igc 2025-01-31 16:40:29 +00:00
terminfo.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
termopts.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
textconv.c Replace call[1-8] with calln 2025-01-19 14:29:41 +01:00
textconv.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
textprop.c Make 'text-property-default-nonsticky' buffer-local when set 2025-02-22 18:04:04 +02:00
thread.c Also put sys_cond_t variables in ordinary memory 2025-10-18 13:29:52 +00:00
thread.h Also put sys_cond_t variables in ordinary memory 2025-10-18 13:29:52 +00:00
timefns.c Prefer coarse timestamps when using X sync 2025-09-27 12:26:24 -07:00
tparam.c ; Delete superfluous comments explaining config.h 2025-04-19 10:39:05 +02:00
tparam.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
treesit.c Support Tree-sitter version 0.26 and later 2025-10-17 14:15:41 +03:00
treesit.h Merge branch 'master' into feature/igc 2025-05-08 11:16:35 +00:00
undo.c Merge branch 'master' into feature/igc 2025-01-19 15:52:10 +01:00
verbose.mk.in Update copyright year to 2025 2025-01-02 18:39:42 +01:00
vm-limit.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
w16select.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
w32.c Merge branch 'master' into feature/igc 2025-10-04 16:41:45 +02:00
w32.h Fix DST time calculations on MS-Windows 2025-05-26 19:53:21 +03:00
w32common.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
w32console.c * src/w32console.c: Fix last change (bug#79298). 2025-10-09 15:21:38 +03:00
w32cygwinx.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
w32dwrite.c ; * src/w32dwrite.c: Minor coding style adjustments. 2025-04-24 09:04:33 +08:00
w32fns.c Make w32 threads' stack-bottom alignment be like in thread.c 2025-10-30 10:16:03 +02:00
w32font.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
w32font.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
w32gdiplus.h Support :transform-smoothing on images (MS-Windows) (bug#57166) 2024-11-05 14:37:07 +02:00
w32gui.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
w32heap.c ; Avoid compiler warnings in MinGW builds 2025-06-01 12:05:23 +03:00
w32heap.h Merge branch 'scratch/no-purespace' into 'master' 2025-02-01 04:56:52 +01:00
w32image.c Merge branch 'scratch/no-purespace' into 'master' 2025-02-01 04:56:52 +01:00
w32inevt.c ; Avoid compiler warnings in MinGW builds 2025-06-01 12:05:23 +03:00
w32inevt.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
w32menu.c Avoid crashes when displaying menu help-echo strings 2025-11-12 08:01:28 +01:00
w32notify.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
w32proc.c Make w32 threads' stack-bottom alignment be like in thread.c 2025-10-30 10:16:03 +02:00
w32reg.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
w32select.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
w32select.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
w32term.c Merge branch 'savannah/master' into feature/igc 2025-06-07 09:41:45 +00:00
w32term.h Merge branch 'savannah/master' into feature/igc 2025-06-07 09:41:45 +00:00
w32uniscribe.c ; Avoid compiler warnings in MinGW builds 2025-06-01 12:05:23 +03:00
w32xfns.c ; Avoid compiler warnings in MinGW builds 2025-06-01 12:05:23 +03:00
widget.c Merge branch 'master' into scratch/igc 2025-01-08 04:04:49 +01:00
widget.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
widgetprv.h Merge branch 'master' into scratch/igc 2025-01-08 04:04:49 +01:00
window.c Merge branch 'master' into feature/igc 2025-10-18 21:00:08 +02:00
window.h Merge branch 'master' into feature/igc 2025-01-31 16:40:29 +00:00
xdisp.c Merge branch 'master' into feature/igc 2025-10-04 16:41:45 +02:00
xfaces.c Merge branch 'master' into feature/igc 2025-07-09 15:33:35 +00:00
xfns.c Merge branch 'master' into feature/igc 2025-08-24 12:15:10 +02:00
xfont.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
xftfont.c Merge 'master' into 'feature/igc' 2025-02-01 12:48:57 +00:00
xgselect.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
xgselect.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
xmenu.c Fix help popups for Athena menus 2025-11-10 13:03:27 +01:00
xml.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
xrdb.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
xselect.c Merge from 'savannah/master' 2025-03-18 12:13:58 +00:00
xsettings.c Simplify make_formatted_string API 2025-01-26 23:05:50 -08:00
xsettings.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
xsmfns.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
xterm.c Fix indentation of recent commits 2025-11-10 12:33:18 +01:00
xterm.h Merge from savannah/master 2025-02-17 09:39:18 +00:00
xwidget.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
xwidget.h Merge branch 'master' into scratch/igc 2025-01-08 04:04:49 +01: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-2025 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/>.