aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term_tab.c
Commit message (Collapse)AuthorAgeFilesLines
* Provide a cleanup function for the term_tab module, freeing memoryIngo Schwarze2021-10-041-7/+17
| | | | | | | | | | and resetting the internal state to the initial state. Call this function from the proper place in term_free(). With the way the module is currently used, this does not imply any functional change, but doing proper cleanup is more robust, makes it easier during code review to understand what is going on, and makes it explicit that there is no memory leak.
* Because mandoc_aux.h and mandoc.h use __attribute__, all files thatIngo Schwarze2020-06-221-1/+3
| | | | | | | | include mandoc_aux.h or mandoc.h need to include config.h, too. It is suspected that for example IRIX needs this, or it is likely to throw errors in these files because the system compiler doesn't understand __attribute__. Issue reported by Kazuo Kuroi <kazuo at irixnet dot org>.
* s/OpenBSD/Id/ in CVS IdsIngo Schwarze2018-12-161-1/+1
|
* tables leak tab settings to subsequent textIngo Schwarze2017-06-171-0/+15
|
* improve rounding rules for scaling unitsIngo Schwarze2017-06-141-8/+4
| | | | in horizontal orientation in the terminal formatter
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-1/+1
| | | | | a pointer to the end of the parsed data, making it easier to parse subsequent bytes
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-0/+117
This is the first feature made possible by the parser reorganization. Improves the formatting of the SYNOPSIS in many Xenocara GL manuals. Also important for ports, as reported by many, including naddy@.