[bug #55257] xtotroff.c: Defined size of the array "encoding" is too short

2020-11-30 Thread G. Branden Robinson
Update of bug #55257 (project groff): Status: Confirmed => In Progress ___ Follow-up Comment #3: I have a fix in preparation. Should land with my next batch of commits. diff --git a/ChangeLog

[bug #55257] xtotroff.c: Defined size of the array "encoding" is too short

2020-11-30 Thread G. Branden Robinson
Update of bug #55257 (project groff): Item Group: Build/Installation => Warning/Suspicious behaviour Status:None => Confirmed Assigned to:None => gbranden

[bug #59583] [PATCH]

2020-11-30 Thread Bjarni Ingi Gislason
Follow-up Comment #1, bug #59583 (project groff): The report was sent by the program althouch I did not push the "Submit Changes" button, but was in the Subject input box, trying to add the subject line. The subject line is in the body.

[bug #59583] [PATCH]

2020-11-30 Thread Bjarni Ingi Gislason
URL: Summary: [PATCH] Project: GNU troff Submitted by: bjarniig Submitted on: Tue 01 Dec 2020 01:28:14 AM UTC Category: None Severity: 3 - Normal Item

[bug #55257] xtotroff.c: Defined size of the array "encoding" is too short

2020-11-30 Thread Bjarni Ingi Gislason
Follow-up Comment #2, bug #55257 (project groff): The patch that I have been using: --- /tmp/xtotroff.c 2020-12-01 00:05:44.0 + +++ xtotroff.c 2020-12-01 00:06:08.0 + @@ -127,7 +127,7 @@ static int MapFont(char *font_name, cons XFontName parsed; int j, k;

[bug #59573] typesetting.mom: traps are not initialised (set, planted)

2020-11-30 Thread Peter Schaffter
Follow-up Comment #2, bug #59573 (project groff): Until now, the exhibited behaviour of groff, if not the intended behaviour, was to ignore .ch requests for non-existent traps. The file typesetting.mom demonstrates bare-metal typesetting, so the FOOTER and FN_OVERFLOW traps, which are only used

[bug #59573] typesetting.mom: traps are not initialised (set, planted)

2020-11-30 Thread G. Branden Robinson
Update of bug #59573 (project groff): Category:Core => Macro - mom Status:None => Confirmed Assigned to:None => PTPi