gbranden pushed a commit to branch master
in repository groff.
commit aeea3c366ef47b09036b989cc1a7c30eb8f5993c
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+
+ [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 <[email protected]>
+
+ [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 <[email protected]>
[troff]: Make groff streams objects of new `grostream` class, so
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit