1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00
emacs/src
Pip Cet 6068cf00cd Turn union vectorlike_header into struct vectorlike_header
This makes it feasible to add GC header members to this struct; keeping
it as a union and merely turning its contents into a struct would have
been misleading and required more difficult changes.

* src/lisp.h (struct vectorlike_header): New type.  Adjust comments.
(union vectorlike_header): Remove.
(PSEUDOVECTORP):
(XSETPVECTYPESIZE):
(struct Lisp_Vector):
(PSEUDOVECTOR_TYPEP):
(struct Lisp_Bool_Vector):
(struct Lisp_Char_Table):
(struct Lisp_Sub_Char_Table):
(struct Lisp_Subr):
(struct Lisp_Obarray):
(struct Lisp_Weak_Hash_Table):
(struct Lisp_Hash_Table):
(struct Lisp_Marker):
(struct Lisp_Overlay)
(struct Lisp_Misc_Ptr):
(struct Lisp_Sqlite):
(struct Lisp_User_Ptr):
(struct Lisp_Finalizer):
(vectorlike_nbytes):
* src/alloc.c (pseudovector_nbytes):
(vectorlike_nbytes):
(vectorlike_marked_p):
(set_vectorlike_marked):
(mark_vectorlike):
* src/androidterm.h (struct scroll_bar):
* src/bignum.h (struct Lisp_Bignum):
* src/buffer.h (struct buffer):
* src/comp.c (helper_PSEUDOVECTOR_TYPEP_XUNTAG):
* src/comp.h (struct Lisp_Native_Comp_Unit):
* src/emacs-module.c (struct Lisp_Module_Function):
* src/emacs-module.h.in (struct module_global_reference):
* src/font.h (struct font_spec, struct font_entity)
(struct font):
* src/frame.h (struct frame):
* src/haikuterm.h (struct scroll_bar): Adjust
* src/pdumper.c (_dump_object_start_pseudovector):
(START_DUMP_PVEC):
(finish_dump_pvec):
(dump_pseudovector_lisp_fields):
(dump_vectorlike_generic):
(fill_pseudovec):
(dump_nilled_pseudovec):
* src/pgtkterm.h (struct scroll_bar):
* src/process.h (struct Lisp_Process):
* src/termhooks.h (struct terminal):
* src/thread.h (struct thread_state):
(struct Lisp_Mutex):
(struct Lisp_CondVar):
* src/treesit.h (struct Lisp_TS_Parser)
(struct Lisp_TS_Node):
(struct Lisp_TS_Query):
* src/w32term.h (struct scroll_bar):
* src/window.c (make_parent_window):
(struct save_window_data):
(struct saved_window):
* src/window.h (struct window):
* src/xterm.h (struct scroll_bar):
* src/xwidget.h (struct xwidget):
(struct xwidget_view): Replace `union vectorlike_header' by `struct
vectorlike_header' throughout.
* doc/lispref/internals.texi: Fix references.
2024-07-20 15:17:50 +00:00
..
bitmaps
.dbxinit
.gdbinit ; Fix last change. 2024-07-02 15:59:26 +03:00
.lldbinit igc-root-stats WIP 2024-06-28 10:31:05 +02:00
alloc.c Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
android-asset.h Restore functionality on Android 2.2 2024-06-12 16:44:21 +08:00
android-emacs.c Correct JNI string error checking and miscellaneous corrections 2024-07-07 10:21:47 +08:00
android.c Correct JNI string error checking and miscellaneous corrections 2024-07-07 10:21:47 +08:00
android.h Fix Android 2.2 build 2024-05-19 09:38:50 +08:00
androidfns.c Correctly cache images when frames vary in their font metrics 2024-06-20 17:03:36 +08:00
androidfont.c Complete pacification of build warnings on Android 2024-05-13 08:25:39 +08:00
androidgui.h Simplify management of Android handle IDs 2024-05-04 11:36:09 +08:00
androidmenu.c Simplify management of Android handle IDs 2024-05-04 11:36:09 +08:00
androidselect.c Spelling fixes 2024-06-04 22:16:28 -07:00
androidterm.c Use IGC routines for some allocations in Android port 2024-07-13 16:02:29 +00:00
androidterm.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
androidvfs.c * src/androidvfs.c (android_saf_check_nonnull): Fix typo. 2024-07-07 10:24:24 +08:00
atimer.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
atimer.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
bidi.c Speed up display of RTL text with many character compositions 2024-03-21 10:25:56 +02:00
bignum.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
bignum.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
blockinput.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
buffer.c Merge branch 'master' into scratch/igc 2024-07-10 13:01:59 +00:00
buffer.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
bytecode.c Merge branch 'master' into scratch/igc 2024-06-23 16:20:37 +02:00
callint.c Replace calls to intern with a constant string with DEFSYMs 2024-05-09 15:07:22 +08:00
callproc.c Replace calls to intern with a constant string with DEFSYMs 2024-05-09 15:07:22 +08:00
casefiddle.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
casetab.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
category.c Share hash table test structs 2024-01-13 20:50:38 +01:00
category.h
ccl.c Ignore fewer GCC -fanalyzer diagnostics in ccl.c 2024-02-18 00:38:15 -08:00
ccl.h Be more systematic about parens in C source code 2024-01-20 17:28:53 -08:00
ChangeLog.1 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.2 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.3 Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ChangeLog.4 Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
ChangeLog.5 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.6 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.7 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.8 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.9 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.10 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.11 ; Fix typos 2024-06-16 22:38:26 +02:00
ChangeLog.12 ; Fix typos 2024-06-23 16:40:06 +02:00
ChangeLog.13 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
character.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
character.h Simplify str_to_multibyte and related code 2022-07-11 13:52:01 +02:00
charset.c Replace igc_create_charset_root (not executed if dump is loaded) 2024-06-14 10:12:17 +02:00
charset.h Replace igc_create_charset_root (not executed if dump is loaded) 2024-06-14 10:12:17 +02:00
chartab.c ; Improve documentation of 'char-table-range' 2023-09-01 16:33:40 +03:00
cm.c ; Fix last change. 2024-06-05 19:32:17 +03:00
cm.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cmds.c Fix electric-pair-mode when characters are bound to non-ASCII keys 2024-06-15 11:08:22 +03:00
coding.c Merge branch 'master' into scratch/igc 2024-07-10 13:01:59 +00:00
coding.h Merge branch 'master' into scratch/igc 2024-06-23 16:20:37 +02:00
commands.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
comp.c Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
comp.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
composite.c Revert "build_marker histogram" 2024-06-30 14:11:37 +02:00
composite.h (struct composition): Remove dependency on hash-table internals 2024-01-24 08:16:41 -05:00
conf_post.h Fix the MS-DOS build 2024-02-15 22:13:04 +08:00
COPYING
cygw32.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cygw32.h Avoid compiler warnings in the Cygwin-w32 build 2024-06-26 15:58:35 -04:00
data.c MPS weak-key hash table support 2024-07-01 17:08:18 +00:00
dbusbind.c ; * src/dbusbind.c (Fdbus_message_internal): Fix coding style. 2024-07-09 21:16:54 +08:00
decompress.c "Insert before markers" in read_and_insert_process_output properly 2024-06-14 19:50:59 +03:00
deps.mk ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
dired.c Fix unsafe usage of string data on Android 2024-05-29 17:11:11 +08:00
dispextern.h Merge branch 'master' into scratch/igc 2024-07-10 13:01:59 +00:00
dispnew.c Merge branch 'master' into scratch/igc 2024-06-23 16:20:37 +02:00
disptab.h Be more systematic about parens in C source code 2024-01-20 17:28:53 -08:00
dmpstruct.awk ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
doc.c Rename subr-native-elisp to native-comp-function (bug#71123) 2024-05-28 20:52:40 -04:00
doprnt.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
dosfns.c Replace calls to intern with a constant string with DEFSYMs 2024-05-09 15:07:22 +08:00
dosfns.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
dynlib.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
dynlib.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
editfns.c Revert "build_marker histogram" 2024-06-30 14:11:37 +02:00
emacs-icon.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
emacs-module.c Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
emacs-module.h.in Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
emacs.c Merge branch 'master' into scratch/igc 2024-07-10 13:01:59 +00:00
emacsgtkfixed.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
emacsgtkfixed.h Be more systematic about parens in C source code 2024-01-20 17:28:53 -08:00
epaths.in ; * src/epaths.in: Declare and use android_game_path. 2024-05-13 08:26:04 +08:00
eval.c Allocate handlerlist_sentinel using igc_alloc_handler 2024-07-13 22:05:12 +00:00
fileio.c Use cheaper string constructors 2024-07-09 18:31:46 +02:00
filelock.c Fix removal of file locks on MS-Windows 9X 2024-06-13 10:24:21 +03:00
firstfile.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
floatfns.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
fns.c Merge branch 'master' into scratch/igc 2024-07-10 13:01:59 +00:00
font.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
font.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
fontset.c ; Fix typos 2024-06-16 22:38:26 +02:00
fontset.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
frame.c Merge branch 'master' into scratch/igc 2024-06-23 16:20:37 +02:00
frame.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
fringe.c Initial result of applying diff 2024-04-18 10:29:02 +02:00
ftcrfont.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ftfont.c Enable support for color fonts in recent releases of Xft 2024-06-11 17:00:00 +08:00
ftfont.h Fix recent Cairo xsettings changes 2022-11-15 19:48:39 +08:00
getpagesize.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
gfilenotify.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
gmalloc.c Pacify warnings in gmalloc.c 2024-05-12 13:27:43 +08:00
gnutls.c Use cheaper string constructors 2024-07-09 18:31:46 +02:00
gnutls.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
gtkutil.c Fix compatibility with older GTK/glib versions 2024-07-09 17:16:23 +00:00
gtkutil.h Fix GTK-related MPS crashes 2024-07-04 16:03:57 +00:00
haiku.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
haiku_draw_support.cc ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
haiku_font_support.cc ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
haiku_io.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
haiku_select.cc * src/haiku_select.cc: Include stdckdint.h. 2024-01-29 12:17:26 +00:00
haiku_support.cc New variable haiku-pass-control-tab-to-system 2024-04-04 08:33:52 +08:00
haiku_support.h New variable haiku-pass-control-tab-to-system 2024-04-04 08:33:52 +08:00
haikufns.c Correctly cache images when frames vary in their font metrics 2024-06-20 17:03:36 +08:00
haikufont.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
haikugui.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
haikuimage.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
haikumenu.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
haikuselect.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
haikuselect.h Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
haikuterm.c Implement dots and dashes on MS-Windows 2024-05-10 16:45:33 +08:00
haikuterm.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
hbfont.c Pacify GCC 14 -Wanalyzer-out-of-bounds in hbfont.c 2024-04-30 01:26:24 -07:00
igc.c * src/igc.c (set_header): Fix typo 2024-07-20 15:17:50 +00:00
igc.h igc_check_fwd with is_vector argument 2024-07-20 09:41:11 +02:00
image.c Merge branch 'master' into scratch/igc 2024-07-10 13:01:59 +00:00
indent.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
indent.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
inotify.c Enable inotify on systems with inotify_init yet no init1 variant 2024-02-22 09:53:48 +08:00
insdel.c Add END_DO_MARKERS to allow break in DO_MARKERS 2024-06-29 05:53:27 +02:00
intervals.c Pacify GCC 14 -Wnull-dereference in intervals.c 2024-04-30 01:26:24 -07:00
intervals.h ; Improve commentary in intervals.h 2024-05-02 09:50:37 +03:00
itree.c Merge branch 'master' into scratch/igc 2024-06-23 16:20:37 +02:00
itree.h Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
json.c Merge branch 'master' into scratch/igc 2024-06-23 16:20:37 +02:00
keyboard.c Process SIGCHLD asynchronously 2024-06-30 20:57:04 +02:00
keyboard.h Process SIGCHLD asynchronously 2024-06-30 20:57:04 +02:00
keymap.c Replace calls to intern with a constant string with DEFSYMs 2024-05-09 15:07:22 +08:00
keymap.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
kqueue.c Fix compilation on prerelease versions of Haiku 2024-06-23 12:49:45 +08:00
lastfile.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
lcms.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
lisp.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
lread.c Merge branch 'master' into scratch/igc 2024-07-10 13:01:59 +00:00
macfont.h Be more systematic about parens in C source code 2024-01-20 17:28:53 -08:00
macfont.m macfont.m: Fix values for font widths and weights on macOS 2024-02-01 12:18:50 +02:00
macros.c Merge branch 'master' into scratch/igc 2024-06-23 16:20:37 +02:00
macros.h Extract check for end of macro to function 2024-03-10 10:40:01 -04:00
macuvs.h ; Update src/macuvs.h, forgotten in Unicode 15.0 commit. 2022-09-17 10:15:14 +03:00
Makefile.in Allow Android builds with MPS 2024-07-13 15:53:13 +00:00
marker.c Adjust markers considered in bytepos<->charpos conversion 2024-07-10 16:02:02 +00:00
menu.c Fix build 2024-07-06 08:29:51 +02:00
menu.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
minibuf.c minibuffer-allow-text-properties can be buffer-local and affects completions 2024-05-27 21:19:53 +03:00
module-env-25.h
module-env-26.h
module-env-27.h
module-env-28.h
module-env-29.h Bump master Emacs version to 30.0.50 2022-11-28 20:03:07 +02:00
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 Replace calls to intern with a constant string with DEFSYMs 2024-05-09 15:07:22 +08:00
msdos.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
nsfns.m More fixes for EmacsView::emacsframe change 2024-07-18 08:13:06 +02:00
nsfont.m Replace calls to intern with a constant string with DEFSYMs 2024-05-09 15:07:22 +08:00
nsgui.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
nsimage.m Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
nsmenu.m Silence some macOS build warnings 2024-05-12 15:04:47 +02:00
nsselect.m Fix clipboard request on macOS for yank-media 2024-06-16 14:23:37 +02:00
nsterm.h Remove special code to handle NS EmacsScroller 2024-07-18 09:01:07 +02:00
nsterm.m Remove special code to handle NS EmacsScroller 2024-07-18 09:01:07 +02:00
nsxwidget.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
nsxwidget.m ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
pdumper.c Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
pdumper.h Remove unused code 2024-06-14 10:12:18 +02:00
pgtkfns.c Correctly cache images when frames vary in their font metrics 2024-06-20 17:03:36 +08:00
pgtkgui.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
pgtkim.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
pgtkmenu.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
pgtkselect.c Pacify gcc -Wmissing-variable-declarations 2024-05-11 18:46:27 -07:00
pgtkterm.c Merge branch 'master' into scratch/igc 2024-07-10 13:01:59 +00:00
pgtkterm.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
print.c Simplify igc_xpalloc_exact 2024-07-16 18:15:43 +00:00
process.c Process SIGCHLD asynchronously 2024-06-30 20:57:04 +02:00
process.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
profiler.c Be careful while profiling 2024-06-21 14:40:30 +02:00
puresize.h Fix size of 'pure' 2024-06-28 20:58:05 +03:00
ralloc.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
README ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
regex-emacs.c Tweak STORE_NUMBER arg type 2024-05-19 08:58:15 -07:00
regex-emacs.h Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
region-cache.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
region-cache.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
scroll.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
search.c Merge branch 'master' into scratch/igc 2024-07-10 13:01:59 +00:00
sfnt.c ; Stylistic adjustments to sfnt.c 2024-05-20 09:10:57 +08:00
sfnt.h Remove redundant byte-swapping boundary 2024-04-04 13:52:52 +08:00
sfntfont-android.c Implement face stipples on Android 2024-04-23 14:30:38 +08:00
sfntfont.c Pin font objects in memory (when HAVE_MPS is set) 2024-07-13 18:49:27 +00:00
sfntfont.h ; Add 2024 to copyright years 2024-01-02 10:30:05 +08:00
sheap.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
sheap.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
sort.c Merge branch 'master' into scratch/igc 2024-06-23 16:20:37 +02:00
sound.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
sqlite.c ; Fix last change in sqlite.c 2024-06-06 13:06:58 +03:00
syntax.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
syntax.h Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
sysdep.c Don’t define LC_COLLATE, LC_CTYPE 2024-06-30 01:03:17 +01:00
sysselect.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
syssignal.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
sysstdio.h Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
systhread.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
systhread.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
systime.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
systty.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
syswait.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
term.c Re-enable TTY glyph production for batch mode frames on Android 2024-06-10 11:56:24 +08:00
termcap.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
termchar.h Add support for colored and styled underlines on tty frames 2024-04-27 11:59:15 +03:00
termhooks.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
terminal.c Fix non-MPS build 2024-06-29 23:36:03 +02:00
terminfo.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
termopts.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
textconv.c Fix latent side-effects of respecting field boundaries in text conversion 2024-06-25 11:37:09 +08:00
textconv.h Take fields into account during text conversion 2024-04-29 12:34:39 +08:00
textprop.c Fix deletion of text holding `inhibit-read-only' properties 2024-04-30 18:28:05 +08:00
thread.c * src/thread.c (run_thread): Fix --with-mps build. 2024-06-26 10:01:50 +02:00
thread.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
timefns.c Fix FIXME in comment 2024-06-22 20:42:55 -04:00
tparam.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
tparam.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
treesit.c ; * src/treesit.c (Ftreesit_query_capture): Fix typo. 2024-06-30 22:36:34 -07:00
treesit.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
undo.c Add END_DO_MARKERS to allow break in DO_MARKERS 2024-06-29 05:53:27 +02:00
unexaix.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
unexcoff.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
unexcw.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
unexec.h
unexelf.c ; * src/unexelf.c (unexec): Fix compiler warning. 2024-05-23 13:54:48 +08:00
unexhp9k800.c
unexmacosx.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
unexsol.c
unexw32.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
verbose.mk.in Port to GNU Make 03ecd94488b85adc38746ec3e7c2a297a522598e 2024-02-08 23:22:00 -08:00
vm-limit.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
w16select.c Remove redundant casts from void* with malloc functions 2024-01-10 14:48:00 +01:00
w32.c Fix MS-Windows build with native-compilation 2024-07-03 22:13:42 +03:00
w32.h Restore functionality on Windows 98 2024-06-23 16:28:22 +08:00
w32common.h Fix removal of file locks on MS-Windows 9X 2024-06-13 10:24:21 +03:00
w32console.c Fix resetting keyboard hook state on MS-Windows 2024-03-14 10:01:06 +02:00
w32cygwinx.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
w32fns.c ; * src/w32fns.c (funhook): Restore mistakenly lost line. 2024-07-03 21:06:27 +03:00
w32font.c Merge from origin/emacs-29 2024-06-01 08:34:43 -04:00
w32font.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
w32gui.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
w32heap.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
w32heap.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
w32image.c ; Fix typos 2024-06-23 16:40:06 +02:00
w32inevt.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
w32inevt.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
w32menu.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
w32notify.c Restore functionality on Windows 98 2024-06-23 16:28:22 +08:00
w32proc.c ; * src/w32proc.c (sys_kill): Handle negative PID when sig == 0. 2024-06-13 11:03:52 +03:00
w32reg.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
w32select.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
w32select.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
w32term.c Merge branch 'master' into scratch/igc 2024-06-23 16:20:37 +02:00
w32term.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
w32uniscribe.c Merge remote-tracking branch 'savannah/scratch/windows-98' into emacs-30 2024-06-30 10:08:35 +08:00
w32xfns.c Unbreak the Cygw32 build broken by resent WTS_SESSION changes 2024-03-19 14:45:45 +02:00
widget.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
widget.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
widgetprv.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
window.c Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
window.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
xdisp.c Merge branch 'master' into scratch/igc 2024-07-10 13:01:59 +00:00
xfaces.c Merge branch 'master' into scratch/igc 2024-07-10 13:01:59 +00:00
xfns.c ; * src/xfns.c (unwind_create_frame): Add missing definition. 2024-06-22 15:14:19 +03:00
xfont.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
xftfont.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
xgselect.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
xgselect.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
xmenu.c Fix GTK-related MPS crashes 2024-07-04 16:03:57 +00:00
xml.c Replace calls to intern with a constant string with DEFSYMs 2024-05-09 15:07:22 +08:00
xrdb.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
xselect.c Merge branch 'master' into scratch/igc 2024-05-26 09:27:03 +02:00
xsettings.c ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
xsettings.h ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
xsmfns.c Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
xterm.c More FIXME/igc 2024-06-27 10:05:04 +02:00
xterm.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00:00
xwidget.c Avoid compilation warnings 2024-06-19 14:30:17 +03:00
xwidget.h Turn union vectorlike_header into struct vectorlike_header 2024-07-20 15:17:50 +00: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-2024 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/>.