[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Wed, 2 Oct 2024 11:39:20 -0400 (EDT) |
branch: master
commit 26a32b1e7511b6ec138ec8b5237241a3c7934279
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Oct 2 16:06:35 2024 +0200
* tp/maintain/regenerate_C_options_info.pl: use basename of generating
program in comments.
Add TODO item from Bruno CI.
---
ChangeLog | 7 +++++++
tp/TODO | 8 ++++++++
tp/Texinfo/XS/convert/converters_defaults.c | 2 +-
tp/maintain/regenerate_C_options_info.pl | 2 +-
4 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2184825e3e..9747d7e25d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-08-02 Patrice Dumas <pertusus@free.fr>
+
+ * tp/maintain/regenerate_C_options_info.pl: use basename of generating
+ program in comments.
+
+ Add TODO item from Bruno CI.
+
2024-08-01 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/Convert/Converter.pm,
diff --git a/tp/TODO b/tp/TODO
index 9d2fe65aef..387445f4e2 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -19,6 +19,14 @@ to check
Bugs
====
+From Bruno:
+../../../../tp/Texinfo/XS/convert/convert_html.c: In function
'html_process_css_file':
+../../../../tp/Texinfo/XS/convert/convert_html.c:18912:11: error: label at end
of compound statement
+ nocharset:
+ ^
+You need to add a semicolon (empty statement) after the label.
+
+
HTML API
========
diff --git a/tp/Texinfo/XS/convert/converters_defaults.c
b/tp/Texinfo/XS/convert/converters_defaults.c
index 5b47a708ab..b2c7f0e08b 100644
--- a/tp/Texinfo/XS/convert/converters_defaults.c
+++ b/tp/Texinfo/XS/convert/converters_defaults.c
@@ -1,4 +1,4 @@
-/* Automatically generated from ./../../maintain/regenerate_C_options_info.pl
*/
+/* Automatically generated from regenerate_C_options_info.pl */
#include <config.h>
diff --git a/tp/maintain/regenerate_C_options_info.pl
b/tp/maintain/regenerate_C_options_info.pl
index c2fcbb2ce7..66f6933d36 100755
--- a/tp/maintain/regenerate_C_options_info.pl
+++ b/tp/maintain/regenerate_C_options_info.pl
@@ -330,7 +330,7 @@ close(CODE);
open(OCDEF, ">$converter_defaults_code_file")
or die "Open $converter_defaults_code_file: $!\n";
-print OCDEF "/* Automatically generated from $0 */\n\n";
+print OCDEF "/* Automatically generated from $program_name */\n\n";
print OCDEF '#include <config.h>'."\n\n";