summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-17 01:13:38 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-17 06:12:11 -0600
commitb2201256d1c5e49d6b7659b188e113e293f1c48e (patch)
tree69d53e3298affd6831201cf3a00b7623343b9472 /ChangeLog
parent668a1b183b748473e2fec17bdde4db286129f659 (diff)
downloadgroff-git-b2201256d1c5e49d6b7659b188e113e293f1c48e.tar.gz
[ms]: Port a test to Solaris 11 sed.
* tmac/tests/s_TC-works-with-percent-in-custom-titles.sh: Put newlines after opening braces in sed scripts. macOS and GNU sed tolerate their absence, but this sed does not. * HACKING: Document this problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23db8e6df..cd109a5af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2023-02-16 G. Branden Robinson <g.branden.robinson@gmail.com>
+ [ms]: Port a test to Solaris 11 sed.
+
+ * tmac/tests/s_TC-works-with-percent-in-custom-titles.sh: Put
+ newlines after opening braces in sed scripts. macOS and GNU sed
+ tolerate their absence, but this sed does not.
+ * HACKING: Document this problem.
+
+2023-02-16 G. Branden Robinson <g.branden.robinson@gmail.com>
+
* src/roff/groff/groff.am (groff_TESTS) [!USE_GROHTML]: Don't
test the 'grohtml' driver if we know it won't work.