[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Thu, 19 Dec 2024 14:44:46 -0500 (EST) |
branch: master
commit 316682df95d0551f1748889efddca9e86e260f8e
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Dec 19 19:11:27 2024 +0000
* README-hacking: tweak instructions for checking with valgrind
* info/t/Init-test.inc: 2024
---
ChangeLog | 5 +++++
README-hacking | 4 ++--
info/t/Init-test.inc | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a0ff636774..39cb8047b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-19 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * README-hacking: tweak instructions for checking with valgrind
+ * info/t/Init-test.inc: 2024
+
2024-12-17 Gavin Smith <gavinsmith0123@gmail.com>
Bump version to 7.2
diff --git a/README-hacking b/README-hacking
index 5065913d65..00011095e1 100644
--- a/README-hacking
+++ b/README-hacking
@@ -306,8 +306,8 @@ callgrind profiling for XS code
FILE.texi' then 'kcachegrind callgrind.out.*'.
run all tests with valgrind:
-* under info/t, put valgrind in $ginfo, then check t/*.val.log files after
- running test suite
+* in info/t/Init-test.inc, put valgrind in $ginfo, then check t/*.val.log
+ files after running test suite
* edit install-info/tests/defs.in, uncomment valgrind line and run
config.status to regenerate defs
* XS modules memory leak check checking with valgrind
diff --git a/info/t/Init-test.inc b/info/t/Init-test.inc
index dffc761ec5..564a3f6abd 100644
--- a/info/t/Init-test.inc
+++ b/info/t/Init-test.inc
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2023 Free Software Foundation, Inc.
+# Copyright (C) 2014-2024 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by