[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Wed, 23 Oct 2024 19:06:32 -0400 (EDT) |
branch: master
commit f357a2ec9498158a25b02d2f563b398740fc9282
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Oct 24 01:06:25 2024 +0200
* README-hacking: update ppport.h call.
---
ChangeLog | 4 ++++
README-hacking | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index c6a79dc0b5..50dec09b7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-23 Patrice Dumas <pertusus@free.fr>
+
+ * README-hacking: update ppport.h call.
+
2024-10-23 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/main/build_perl_info.c (html_build_button): rename
diff --git a/README-hacking b/README-hacking
index 8260032fa9..e83e4258be 100644
--- a/README-hacking
+++ b/README-hacking
@@ -369,7 +369,7 @@ available version, then run:
Check that this results in a newer version.
Check what changes ppport.h reports:
- perl ppport.h --compat-version=5.8.1 *.xs misc.c xspara.c miscxs.h xspara.h
*/*.xs main/get_perl_info.* main/build_perl_info.* main/api_to_perl.*
convert/call_html_perl_function.* convert/build_html_perl_state.*
convert/get_html_perl_info.*
+ perl ppport.h --compat-version=5.8.1 *.xs misc.c xspara.c miscxs.h xspara.h
*/*.xs main/get_perl_info.* main/build_perl_info.* main/api_to_perl.*
main/call_perl_function.* convert/call_html_perl_function.*
convert/build_html_perl_state.* convert/get_converter_perl_info.*
convert/get_html_perl_info.*
make po-check # update po/POTFILES.in as needed
make po_document-check # update po_document/POTFILES.in as needed