texlive[72156] Build/source/texk/web2c/luatexdir: Changed char

commits+lscarso at tug.org commits+lscarso at tug.org
Sun Sep 1 21:01:55 CEST 2024


Revision: 72156
          https://tug.org/svn/texlive?view=revision&revision=72156
Author:   lscarso
Date:     2024-09-01 21:01:55 +0200 (Sun, 01 Sep 2024)
Log Message:
-----------
Changed char utf8word[(4 * MAX_WORD_LEN) + 1] = { 0 }; in char utf8word[(4 * MAX_WORD_LEN) + 1] ; in function  void hnj_hyphenation(halfword head, halfword tail) (thanks to user202729 at protonmail.com)

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/luatexdir/ChangeLog
    trunk/Build/source/texk/web2c/luatexdir/lang/texlang.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	2024-08-31 23:45:52 UTC (rev 72155)
+++ trunk/Build/source/texk/web2c/luatexdir/ChangeLog	2024-09-01 19:01:55 UTC (rev 72156)
@@ -1,3 +1,8 @@
+2024-09-01  Luigi Scarso <luigi.scarso at gmail.com>
+        * Changed char utf8word[(4 * MAX_WORD_LEN) + 1] = { 0 };
+	in char utf8word[(4 * MAX_WORD_LEN) + 1] ;
+	in function  void hnj_hyphenation(halfword head, halfword tail) (thanks to user202729 at protonmail.com)
+
 2024-05-11  Luigi Scarso <luigi.scarso at gmail.com>
         * allow interactive deletion of \outer token, see https://tug.org/texmfbug/newbug.html#B142outer 
 

Modified: trunk/Build/source/texk/web2c/luatexdir/lang/texlang.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/lang/texlang.c	2024-08-31 23:45:52 UTC (rev 72155)
+++ trunk/Build/source/texk/web2c/luatexdir/lang/texlang.c	2024-09-01 19:01:55 UTC (rev 72156)
@@ -943,7 +943,7 @@
     int lchar, i;
     struct tex_language *lang;
     lang_variables langdata;
-    char utf8word[(4 * MAX_WORD_LEN) + 1] = { 0 };
+    char utf8word[(4 * MAX_WORD_LEN) + 1];
     int wordlen = 0;
     char *hy = utf8word;
     char *replacement = NULL;

Modified: trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h	2024-08-31 23:45:52 UTC (rev 72155)
+++ trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h	2024-09-01 19:01:55 UTC (rev 72156)
@@ -1,4 +1,4 @@
 #ifndef luatex_svn_revision_h
 #define luatex_svn_revision_h
-#define luatex_svn_revision 7621
+#define luatex_svn_revision 7624
 #endif



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