[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 02/23: ChangeLog: Fix formatting of old entries.
From: |
G. Branden Robinson |
Subject: |
[groff] 02/23: ChangeLog: Fix formatting of old entries. |
Date: |
Thu, 3 Oct 2024 07:22:29 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit f4603aebae92b6da14966636050f50919f56e39c
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Oct 3 02:14:08 2024 -0500
ChangeLog: Fix formatting of old entries.
---
ChangeLog | 25 ++++++++++---------------
1 file changed, 10 insertions(+), 15 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a2c16af44..0634adb4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -149,9 +149,9 @@
(main): Rename `vflag` to `want_version_info` and demote it from
`int` to `bool`. Assign to it using Boolean, not integer,
literals.
- * src/roff/groff/pipeline.c:
- * src/roff/groff/pipeline.h:
- (run_pipeline): Demote `no_pipe` argument from `int` to `bool`.
+ * src/roff/groff/pipeline.c (run_pipeline):
+ * src/roff/groff/pipeline.h (run_pipeline): Demote `no_pipe`
+ argument from `int` to `bool`.
* src/roff/groff/pipeline.c: Include "stdbool.h" header file.
2024-09-20 G. Branden Robinson <g.branden.robinson@gmail.com>
@@ -392,18 +392,13 @@
* src/preproc/html/pre-html.cpp: Improve diagnostic message
handling.
- (html_system)
- (imageList::createPage)
- (imageList::createImage)
- (set_redirection)
- (save_and_redirect)
- (print_args [DEBUGGING]): Prefix output to standard error stream
- with name of program.
- (html_system [DEBUGGING])
- (imageList::createPage [DEBUGGING])
- (imageList::createImage [DEBUGGING])
- (print_args [DEBUGGING]): Prefix output to standard error stream
- with "debug:" message severity tag.
+ (html_system, imageList::createPage, imageList::createImage)
+ (set_redirection, save_and_redirect, print_args [DEBUGGING]):
+ Prefix output to standard error stream with name of program.
+ (html_system [DEBUGGING], imageList::createPage [DEBUGGING])
+ (imageList::createImage [DEBUGGING], print_args [DEBUGGING]):
+ Prefix output to standard error stream with "debug:" message
+ severity tag.
(main): Assign to `program_name` global variable before emitting
first diagnostic ([CAPTURE_MODE]), and convert that diagnostic
to use it.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 02/23: ChangeLog: Fix formatting of old entries.,
G. Branden Robinson <=