texlive[62224] Build/source/texk/web2c/luatexdir: Updated copyright;

commits+lscarso at tug.org commits+lscarso at tug.org
Sun Feb 27 13:37:37 CET 2022


Revision: 62224
          http://tug.org/svn/texlive?view=revision&revision=62224
Author:   lscarso
Date:     2022-02-27 13:37:37 +0100 (Sun, 27 Feb 2022)
Log Message:
-----------
Updated copyright; Development id also with --version.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/luatexdir/ChangeLog
    trunk/Build/source/texk/web2c/luatexdir/lua/luainit.c
    trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h

Modified: trunk/Build/source/texk/web2c/luatexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/ChangeLog	2022-02-27 10:34:32 UTC (rev 62223)
+++ trunk/Build/source/texk/web2c/luatexdir/ChangeLog	2022-02-27 12:37:37 UTC (rev 62224)
@@ -1,3 +1,6 @@
+2022-02-27 Luigi Scarso <luigi.scarso at gmail.com>
+    * Development id also with --version.
+
 2022-02-26 Luigi Scarso <luigi.scarso at gmail.com>
     * write xformattributes and xformresources  (thanks to E. Renkema)
 

Modified: trunk/Build/source/texk/web2c/luatexdir/lua/luainit.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/lua/luainit.c	2022-02-27 10:34:32 UTC (rev 62223)
+++ trunk/Build/source/texk/web2c/luatexdir/lua/luainit.c	2022-02-27 12:37:37 UTC (rev 62224)
@@ -30,6 +30,8 @@
 
 #include <locale.h>
 
+#include "luatex_svnversion.h"
+
 extern int load_luatex_core_lua (lua_State * L);
 
 /*tex internalized strings: see luatex-api.h */
@@ -443,14 +445,17 @@
         } else if (ARGUMENT_IS("help")) {
             usagehelp(LUATEX_IHELP, BUG_ADDRESS);
         } else if (ARGUMENT_IS("version")) {
+            #define STR(tok) STR2(tok)
+            #define STR2(tok) #tok
             print_version_banner();
+            puts("\nDevelopment id: " STR(luatex_svn_revision));
             /* *INDENT-OFF* */
-            puts("\n\nExecute  '" my_name " --credits'  for credits and version details.\n\n"
+            puts("\nExecute  '" my_name " --credits'  for credits and version details.\n\n"
                  "There is NO warranty. Redistribution of this software is covered by\n"
                  "the terms of the GNU General Public License, version 2 or (at your option)\n"
                  "any later version. For more information about these matters, see the file\n"
                  "named COPYING and the LuaTeX source.\n\n"
-                 "LuaTeX is Copyright 2021 Taco Hoekwater and the LuaTeX Team.\n");
+                 "LuaTeX is Copyright 2022 Taco Hoekwater and the LuaTeX Team.\n");
             /* *INDENT-ON* */
             uexit(0);
         } else if (ARGUMENT_IS("credits")) {

Modified: trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h	2022-02-27 10:34:32 UTC (rev 62223)
+++ trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h	2022-02-27 12:37:37 UTC (rev 62224)
@@ -1 +1,4 @@
-#define luatex_svn_revision 7499
+#ifndef luatex_svn_revision_h
+#define luatex_svn_revision_h
+#define luatex_svn_revision 7501
+#endif



More information about the tex-live-commits mailing list.