gbranden pushed a commit to branch master
in repository groff.
commit fe7c637ff3f056487e4e11a28e2890c69cf4532b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon May 6 04:09:43 2024 -0500
ChangeLog: Correct and clarify items.
---
ChangeLog | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 638e07d58..3fd8a37d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -165,7 +165,7 @@
also used). Move the report of its value from here...
(environment::dump_troff_state): ...to here, a member function
that is only reachable if the `DEBUGGING` preprocessor symbol is
- defined or if one is using a debugger on an unstripped troff
+ defined and if one is using a debugger on an unstripped troff
executable.
2024-04-30 G. Branden Robinson <[email protected]>
@@ -262,7 +262,7 @@
`centered_line_count`. Rename `get_center_lines()` to
`get_centered_line_count()`.
* src/roff/troff/env.cpp (environment::print_env): Perform
- integer comparison, not Boolean, test, for clarity and to ensure
+ integer comparison, not Boolean test, for clarity and to ensure
consistency with *roff integer-to-Boolean conversion idiom.
* src/roff/troff/env.h (class environment):
@@ -545,6 +545,8 @@
* src/roff/troff/env.cpp (environment::print_env): Fix glitch in
report of line number multiple when line numbering enabled.
+ Problem introduced in commit b022f38dfa, 2 September 2006.
+
2024-04-24 G. Branden Robinson <[email protected]>
* src/roff/troff/env.cpp (environment::dump_troff_state): Tweak
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit