gbranden pushed a commit to branch master
in repository groff.
commit 365dfb13273c81b8356197fc86347b45035a5fb6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jan 27 21:22:07 2026 -0600
HACKING: Update items.
---
HACKING | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/HACKING b/HACKING
index 568479e76..f9d632f9e 100644
--- a/HACKING
+++ b/HACKING
@@ -87,8 +87,8 @@ their impact.
1. Changes should of course be documented in the Git commit message.
If a change alters only comments or formatting of source code, or
- makes editorial changes to documentation, and does not resolve a
- Savannah ticket, you can stop at that.
+ makes editorial changes to documentation or a test script, and does
+ not resolve a Savannah ticket, you can stop at that.
2. The 'ChangeLog' file follows the format and practices documented in
the GNU Coding Standards.
@@ -198,8 +198,9 @@ Here are some portability notes on writing automated tests.
might need to be weakened to the following to work on macOS.
grep -Eqx '0000000 +A +\\b +B +\\b +C D +\\n *'
-* The "od" command on macOS puts extra space characters between the
- hexadecimal values when using the "-t x1" format; GNU od does not.
+* The "od" command on macOS, NetBSD, and OpenBSD puts extra space
+ characters between the hexadecimal values when using the "-t x1"
+ format; GNU od does not.
So a regex like this that works with GNU od:
grep -q '81 30 55 81 30 56 81 6c e2'
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit