[tex4ht-commits] [SCM] tex4ht updated: r166 - trunk/lit

karl at gnu.org.ua karl at gnu.org.ua
Sun May 22 18:56:07 CEST 2016


Author: karl
Date: 2016-05-22 19:56:07 +0300 (Sun, 22 May 2016)
New Revision: 166

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-c.tex
Log:
return NULL rather than FALSE for FILE*, https://sourceforge.net/p/miktex/bugs/2488

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2016-03-31 18:11:49 UTC (rev 165)
+++ trunk/lit/ChangeLog	2016-05-22 16:56:07 UTC (rev 166)
@@ -1,3 +1,9 @@
+2016-05-22  Karl Berry  <karl at freefriends.org>
+
+	* tex4ht-c.tex (search_file): return NULL rather than FALSE
+	to placate MiKTeX.  Report from Mojca,
+	https://sourceforge.net/p/miktex/bugs/2488.
+
 2016-03-31  Karl Berry  <karl at freefriends.org>
 
 	* Makefile (tex4ht_info_html4_derived, tex4ht_info_javahelp_derived,

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2016-03-31 18:11:49 UTC (rev 165)
+++ trunk/lit/Makefile	2016-05-22 16:56:07 UTC (rev 166)
@@ -16,7 +16,7 @@
 derived += $(tex4ht_4ht_derived)
 tex4ht_4ht_derived = \
   biblatex.4ht book.4ht frenchb.4ht graphicx.4ht hyperref.4ht listings.4ht \
-  memoir.4ht multicol.4ht quoting.4ht \
+  memoir.4ht multicol.4ht quoting.4ht reading.4ht \
   scrartcl.4ht scrbook.4ht scrreprt.4ht spanish.4ht subscript.4ht \
   titlesec.4ht tocloft.4ht wrapfig.4ht 
 # and many, many more.

Modified: trunk/lit/tex4ht-c.tex
===================================================================
--- trunk/lit/tex4ht-c.tex	2016-03-31 18:11:49 UTC (rev 165)
+++ trunk/lit/tex4ht-c.tex	2016-05-22 16:56:07 UTC (rev 166)
@@ -2,7 +2,7 @@
 %         tex tex4ht-c
 % or   ht tex tex4ht-c
 
-% Copyright (C) 2009-2012 TeX Users Group
+% Copyright (C) 2009-2016 TeX Users Group
 % Copyright (C) 1996-2009 Eitan M. Gurari
 % Released under LPPL 1.3c+.
 % See tex4ht-cpright.tex for license text.
@@ -232,8 +232,8 @@
 
 \<tex4ht.c\><<< 
 /* tex4ht.c (`version), generated from `jobname.tex
-   Copyright (C) 2009-2012 TeX Users Group
-   Copyright (C) `CopyYear.1996. Eitan M. Gurari
+   Copyright 2009-2016 TeX Users Group
+   Copyright `CopyYear.1996. Eitan M. Gurari
 `<TeX4ht copyright`> */
 `<tex4ht.h`>
 >>>
@@ -15441,7 +15441,7 @@
   `<search file in named dir`>
   str[i] = '\0';
   return  subs?  search_file_ext( name, str, flags):
-                FALSE;
+                NULL;
 } 
 >>>
 



More information about the tex4ht-commits mailing list