texlive[74132] Build/source/texk/web2c/luatexdir: LuaTeX: Fixed ffi.h
commits+lscarso at tug.org
commits+lscarso at tug.org
Wed Feb 19 09:38:26 CET 2025
Revision: 74132
https://tug.org/svn/texlive?view=revision&revision=74132
Author: lscarso
Date: 2025-02-19 09:38:25 +0100 (Wed, 19 Feb 2025)
Log Message:
-----------
LuaTeX: Fixed ffi.h for OSX on arm64
Modified Paths:
--------------
trunk/Build/source/texk/web2c/luatexdir/ChangeLog
trunk/Build/source/texk/web2c/luatexdir/luaffi/ffi.h
trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
Modified: trunk/Build/source/texk/web2c/luatexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/ChangeLog 2025-02-19 04:34:49 UTC (rev 74131)
+++ trunk/Build/source/texk/web2c/luatexdir/ChangeLog 2025-02-19 08:38:25 UTC (rev 74132)
@@ -1,6 +1,11 @@
+2025-02-19 Luigi Scarso <luigi.scarso at gmail.com>
+ * Fixed ffi.h for OSX on arm64
+
+
2025-02-10 Luigi Scarso <luigi.scarso at gmail.com>
* Updated \tracinglostchars. 4: early warning (and force terminal); >4: early error.
+
2025-02-09 Luigi Scarso <luigi.scarso at gmail.com>
* fixed shell-escape bypass (thanks to tex at maxchernoff.ca)
* Add token.unchecked_put_next, support setting the environment
Modified: trunk/Build/source/texk/web2c/luatexdir/luaffi/ffi.h
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luaffi/ffi.h 2025-02-19 04:34:49 UTC (rev 74131)
+++ trunk/Build/source/texk/web2c/luatexdir/luaffi/ffi.h 2025-02-19 08:38:25 UTC (rev 74132)
@@ -125,7 +125,7 @@
/* See ffi.c: replace luaopen_ffi with a stub */
/* if FFI_ENABLE_LUATEX_INTERFACE is not defined */
-#if (defined ARCH_X86 || defined ARCH_X64) && (defined OS_CE || defined OS_WIN || defined OS_LINUX || defined OS_BSD || defined OS_POSIX || defined OS_OSX) || ( defined ARCH_ARM64 && (defined OS_LINUX ||defined OS_POSIX ))
+#if (defined ARCH_X86 || defined ARCH_X64) && (defined OS_CE || defined OS_WIN || defined OS_LINUX || defined OS_BSD || defined OS_POSIX || defined OS_OSX) || ( defined ARCH_ARM64 && (defined OS_LINUX ||defined OS_POSIX || defined OS_OSX))
#define FFI_ENABLE_LUATEX_INTERFACE
#endif
/* for the moment */
Modified: trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h 2025-02-19 04:34:49 UTC (rev 74131)
+++ trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h 2025-02-19 08:38:25 UTC (rev 74132)
@@ -1,4 +1,4 @@
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
-#define luatex_svn_revision 7666
+#define luatex_svn_revision 7667
#endif
More information about the tex-live-commits
mailing list.