Age | Commit message (Expand) | Author |
2015-01-24 | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze |
2015-01-23 | While ignoring the .ta (set tab stops) and .ti (temp indent) requests | Ingo Schwarze |
2015-01-23 | Wonders of roff(7): Integer numbers in numerical expressions can carry | Ingo Schwarze |
2015-01-22 | Slightly improve \w width measurements: | Ingo Schwarze |
2015-01-21 | pass empty request lines through to tbl(7); sometimes, they end a layout | Ingo Schwarze |
2015-01-20 | Split the -Werror message level into -Werror (broken manual, probably | Ingo Schwarze |
2015-01-16 | Parse and ignore .IX (generate index entry) macros because pod2man(1) | Ingo Schwarze |
2015-01-14 | downgrade ".so with absolute path" from FATAL to ERROR; | Ingo Schwarze |
2015-01-07 | Bugfix: When the invocation of a user-defined macro follows a roff | Ingo Schwarze |
2015-01-01 | Fix a buffer overrun triggered by a trailing backslash at EOF in | Ingo Schwarze |
2014-12-28 | improve previous: do the size check up front to avoid leaking memory | Ingo Schwarze |
2014-12-25 | Reduce memory and time consumption on certain malformed input files | Ingo Schwarze |
2014-12-18 | Don't let the modulo operator divide by zero. | Ingo Schwarze |
2014-12-16 | Ignore mdoc(7) and man(7) macros inside tbl(7) code because they | Ingo Schwarze |
2014-12-16 | When a string comparison condition contains no mismatching character | Ingo Schwarze |
2014-12-16 | When a numerical condition errors out after consuming at least one | Ingo Schwarze |
2014-12-15 | Empty conditions count as false. | Ingo Schwarze |
2014-11-19 | Support the ".if v" conditional operator (vroff mode, always false) | Ingo Schwarze |
2014-11-01 | Use struct buf in libroff, it is very natural there | Ingo Schwarze |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |
2014-10-25 | With the current architecture, we can't support inline equations | Ingo Schwarze |
2014-10-25 | Report arguments to .EQ as an error, and simplify the code: | Ingo Schwarze |
2014-10-20 | protect the roff parser from dividing by zero; | Ingo Schwarze |
2014-10-20 | correctly parse spacing around in-line equations | Ingo Schwarze |
2014-10-20 | correct spacing before inline equations | Ingo Schwarze |
2014-10-16 | oops, don't escape the first token of inline equations | Ingo Schwarze |
2014-10-16 | Implement in-line equations, much needed by Xenocara manuals. | Ingo Schwarze |
2014-09-07 | Parse and ignore the .pl (page length) request; | Ingo Schwarze |
2014-09-06 | Simplify by handling empty request lines at the one logical place | Ingo Schwarze |
2014-09-06 | Move main format autodetection from the parser dispatcher to the | Ingo Schwarze |
2014-08-19 | libroff depends on libmandoc and so libmandoc should be included first. | Daniel Dickman |
2014-08-08 | mention requests and macros in more messages | Ingo Schwarze |
2014-08-08 | Dynamically allocate the stack of roff(7) .ie condition values | Ingo Schwarze |
2014-08-08 | better name and wording for the last two non-generic errors | Ingo Schwarze |
2014-07-07 | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze |
2014-07-07 | implement .dei and .ami | Ingo Schwarze |
2014-07-06 | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze |
2014-07-06 | Fix expansion of escape sequences with incomplete arguments. | Ingo Schwarze |
2014-07-04 | Clean up messages regarding excess arguments: | Ingo Schwarze |
2014-07-03 | MANDOCERR_NOARGS reported three completely unrelated classes of problems. | Ingo Schwarze |
2014-07-01 | The previous commit to this file broke the control flow keywords \{ and \} | Ingo Schwarze |
2014-06-29 | Use the freshly improved roff_getname() function | Ingo Schwarze |
2014-06-29 | Use the freshly improved roff_getname() function | Ingo Schwarze |
2014-06-29 | Major roff_getname() cleanup. | Ingo Schwarze |
2014-06-29 | Bugfix in roff_setstrn(): | Ingo Schwarze |
2014-06-25 | Improve messages related to the roff(7) .so request. | Ingo Schwarze |
2014-04-23 | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze |
2014-04-20 | make sure static buffers for snprintf(3) are large enough | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-04-08 | Fully implement the \B (validate numerical expression) and | Ingo Schwarze |