aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Do not allocate a column for decimal points if all numbers are integers.Ingo Schwarze2018-08-182-14/+10
* Unsurprisingly, zero-width non-breaking spaces have... width 0.Ingo Schwarze2018-08-181-3/+2
* end of sentence detection after .ME and .UE, useful for some GNU manualsIngo Schwarze2018-08-181-1/+3
* The .nf/.fi (fill mode) requests never have text childrenIngo Schwarze2018-08-181-3/+3
* Two consecutive .SY blocks only get a blank line in betweenIngo Schwarze2018-08-182-4/+12
* prevent line breaks in the middle of .OPIngo Schwarze2018-08-181-2/+3
* Massively reduce the amount of text, cutting it down to what is neededIngo Schwarze2018-08-181-370/+73
* implement the GNU man-ext .SY/.YS (synopsis block) macro in man(7),Ingo Schwarze2018-08-189-15/+124
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-1716-151/+177
* implement the GNU man-ext .TQ macro in man(7),Ingo Schwarze2018-08-168-25/+35
* Do not calculate a pointer to a memory location before the beginning ofIngo Schwarze2018-08-162-7/+5
* Document \*(.T.Ingo Schwarze2018-08-161-41/+24
* Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze2018-08-1613-17/+151
* process UTF-8 input even in ASCII output mode,Ingo Schwarze2018-08-161-2/+2
* fix incomplete variable renaming in previous;Ingo Schwarze2018-08-151-2/+2
* Change comment: NetBSD just fixed their headers; but leave theIngo Schwarze2018-08-151-2/+2
* NULL requires <stddef.h>Ingo Schwarze2018-08-151-1/+2
* Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; theIngo Schwarze2018-08-156-65/+70
* support tail arguments on the .ME and .UE macros,Ingo Schwarze2018-08-1410-39/+64
* error message for invalid -S argumentIngo Schwarze2018-08-101-1/+10
* handle the non-portable GNU-style \[charNN], \[charNNN] characterIngo Schwarze2018-08-103-14/+35
* The groff man-ext macros define fonts CB, CI, and CR,Ingo Schwarze2018-08-104-15/+19
* Implement the roff(7) .nop (no operation) request.Ingo Schwarze2018-08-103-12/+22
* If somebody asks "man 3 chmod",Ingo Schwarze2018-08-091-3/+9
* some fixes for the "www" and "www-install" maintainer targetsIngo Schwarze2018-08-091-9/+14
* release 1.14.4VERSION_1_14_4Ingo Schwarze2018-08-081-6/+8
* Even though we strongly discourage escaping hyphens in manual pagesIngo Schwarze2018-08-081-2/+2
* Reorder the text in the "Dashes and Hyphens" subsection to keep theIngo Schwarze2018-08-081-25/+25
* Clarify the confusing "(text)" annotation in the character lists.Ingo Schwarze2018-08-081-17/+18
* After years of deliberation, finally provide a clear recommendationIngo Schwarze2018-08-081-16/+21
* scanned to groff manual pages for todo items;Ingo Schwarze2018-08-061-1/+29
* Fix an off-by-one string read access that could happen if an emptyIngo Schwarze2018-08-011-3/+2
* After rewriting the parse buffer from scratch, we also have to resetIngo Schwarze2018-08-012-3/+8
* Avoid a read access one byte beyond the end of an allocated stringIngo Schwarze2018-08-012-5/+5
* more 1.14.4 release preparations:Ingo Schwarze2018-07-316-67/+113
* makewhatis -p complains about language subdirectoriesIngo Schwarze2018-07-311-1/+5
* html.c now uses ohash, and new file compat_strndup.cIngo Schwarze2018-07-311-1/+2
* first steps toward the 1.14.4 releaseIngo Schwarze2018-07-313-11/+84
* Issue a STYLE message when normalizing the date format in .Dd/.TH.Ingo Schwarze2018-07-285-14/+29
* remove two entries that were doneIngo Schwarze2018-07-281-11/+3
* garbage collect the unused "#define INDENT"Ingo Schwarze2018-07-272-6/+2
* Remove more redundant element selectors where the class selectorIngo Schwarze2018-07-231-37/+37
* replace the last instances of ex units by em;Ingo Schwarze2018-07-231-6/+6
* new todos, mostly from Pali Rohar, mostly tbl(7)Ingo Schwarze2018-07-161-1/+19
* Delete substantial amounts of codeIngo Schwarze2018-06-255-180/+27
* Get rid of the last explicit length in HTML style= attributes.Ingo Schwarze2018-06-251-13/+3
* Delete support for style=margin-left attributes, which are no longer used.Ingo Schwarze2018-06-252-21/+4
* Drop explicit, constant style=margin-left attribute on .Bf blocks.Ingo Schwarze2018-06-251-2/+2
* Delete support for style=width attributes, which are no longer used.Ingo Schwarze2018-06-252-66/+2
* Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze2018-06-254-38/+5