[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Mon, 30 Dec 2024 16:54:44 -0500 (EST) |
branch: master
commit 851e989742e76fbbee21c370f0889bc561ff11b9
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Dec 30 22:54:32 2024 +0100
ChangeLog: reorder
---
ChangeLog | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d1b1ad0640..ff49695cf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2024-12-30 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/texi2any.c (main): free macro expansion file output
+ files information.
+
+2024-12-30 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/main/convert_utils.c (register_unclosed_file),
+ tp/Texinfo/XS/main/utils.c (new_output_files_information)
+ (allocate_file_stream): add allocate_file_stream based on
+ register_unclosed_file code, with code doing the allocation of a
+ FILE_STREAM in OUTPUT_FILES_INFORMATION unclosed_files. Add
+ new_output_files_information.
+
+ * tp/Texinfo/XS/convert/call_conversion_perl.c
+ (call_converter_output), tp/Texinfo/XS/convert/texinfo.c
+ (txi_converter_output), tp/Texinfo/XS/main/converter_types.h
+ (OUTPUT_TEXT_FILES_INFO), tp/Texinfo/XS/main/get_perl_info.c
+ (get_output_files_information): in call_converter_output, call also
+ converter->output_files_information and return both the output text
+ and output files information in OUTPUT_TEXT_FILES_INFO struct.
+ Add get_output_files_information to setup OUTPUT_FILES_INFORMATION
+ based on Perl data returned by converter->output_files_information.
+ Copy opened_files and unclosed_files returned by call_converter_output
+ to the converter output_files_information in txi_converter_output.
+
2024-12-30 Gavin Smith <gavinsmith0123@gmail.com>
* info/scan.c (INFO_QUOTE, INFO_QUOTE_STR):
@@ -60,32 +86,6 @@
(\opnr, \cpnr, \lbrb, \rbrb):
Add comments about what the names of the macros stand for.
-2024-12-30 Patrice Dumas <pertusus@free.fr>
-
- * tp/Texinfo/XS/texi2any.c (main): free macro expansion file output
- files information.
-
-2024-12-30 Patrice Dumas <pertusus@free.fr>
-
- * tp/Texinfo/XS/main/convert_utils.c (register_unclosed_file),
- tp/Texinfo/XS/main/utils.c (new_output_files_information)
- (allocate_file_stream): add allocate_file_stream based on
- register_unclosed_file code, with code doing the allocation of a
- FILE_STREAM in OUTPUT_FILES_INFORMATION unclosed_files. Add
- new_output_files_information.
-
- * tp/Texinfo/XS/convert/call_conversion_perl.c
- (call_converter_output), tp/Texinfo/XS/convert/texinfo.c
- (txi_converter_output), tp/Texinfo/XS/main/converter_types.h
- (OUTPUT_TEXT_FILES_INFO), tp/Texinfo/XS/main/get_perl_info.c
- (get_output_files_information): in call_converter_output, call also
- converter->output_files_information and return both the output text
- and output files information in OUTPUT_TEXT_FILES_INFO struct.
- Add get_output_files_information to setup OUTPUT_FILES_INFORMATION
- based on Perl data returned by converter->output_files_information.
- Copy opened_files and unclosed_files returned by call_converter_output
- to the converter output_files_information in txi_converter_output.
-
2024-12-30 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/Convert/Text.pm (converter_line_error)