[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 02/08: ChangeLog: Add missing entries.
From: |
G. Branden Robinson |
Subject: |
[groff] 02/08: ChangeLog: Add missing entries. |
Date: |
Tue, 17 Sep 2024 10:18:34 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit aeea3c366ef47b09036b989cc1a7c30eb8f5993c
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Sep 17 06:34:15 2024 -0500
ChangeLog: Add missing entries.
Overlooked in commits 41ff764bb1 and 6d7725d2ba, 13 September.
---
ChangeLog | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 7877932cf..c95fba554 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,22 @@
well-defined, and further this change brings `\X` into parity
with its sibling, the `device` request, which does so already.
+2024-09-13 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ [troff]: Clean up streams on formatter exit.
+
+ * src/roff/troff/input.cpp (close_all_streams): New function
+ iterates `stream_dictionary` and closes each stream.
+ (exit_troff): Call `close_all_streams()`.
+
+2024-09-13 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ [troff]: Add `pstream` request.
+
+ * src/roff/troff/input.cpp (print_streams): New request handler
+ iterates through `stream_dictionary`, writing each entry.
+ (init_input_requests): Wire up `pstream` request to new handler.
+
2024-09-13 G. Branden Robinson <g.branden.robinson@gmail.com>
[troff]: Make groff streams objects of new `grostream` class, so
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 02/08: ChangeLog: Add missing entries.,
G. Branden Robinson <=