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