]> git.cameronkatri.com Git - mandoc.git/history - roff.c
Correct an embarrassing spelling mistake:
[mandoc.git] / roff.c
2015-09-26 Ingo Schwarze/* NOTREACHED */ after abort() is silly, delete it
2015-08-29 Ingo SchwarzeIf we have to reparse the text line because we spring...
2015-08-29 Ingo SchwarzeImplement the escape sequence \\$*, expanding to all...
2015-08-29 Ingo SchwarzeMinimal implementation of the read-only number register...
2015-06-27 Ingo SchwarzeIgnore blank characters at the beginning of a condition...
2015-05-31 Ingo SchwarzeImplement the roff(7) `r' (register exists) conditional.
2015-05-01 Ingo SchwarzeSetting the "last" member of struct roff_node was done...
2015-04-23 Ingo SchwarzeUnify mdoc_deroff() and man_deroff() into a common...
2015-04-19 Ingo SchwarzeUnify trickier node handling functions.
2015-04-19 Ingo SchwarzeUnify some node handling functions that use TOKEN_NONE.
2015-04-19 Ingo SchwarzeUnify node handling functions:
2015-04-18 Ingo SchwarzeUnify {mdoc,man}_{alloc,reset,free}() into roff_man_...
2015-04-04 Ingo SchwarzeDon't allow breaking the output line after hyphens...
2015-02-21 Ingo SchwarzeEscape quotes when expanding macro arguments.
2015-02-17 Ingo SchwarzeCope with another one of the many kinds of DocBook...
2015-02-17 Ingo SchwarzeLet .it accept numerical expressions, not just numerica...
2015-02-06 Ingo Schwarzereplace the last legacy generic message type, "argument...
2015-01-30 Ingo Schwarzecorrectly handle table layout lines starting with a dot
2015-01-28 Ingo Schwarze* Polish tbl(7) error reporting.
2015-01-28 Ingo SchwarzeFor now, it can't be helped that mandoc tbl(7) ignores...
2015-01-24 Ingo SchwarzeStrangely, ignoring the roff(7) .na request was impleme...
2015-01-23 Ingo SchwarzeWhile ignoring the .ta (set tab stops) and .ti (temp...
2015-01-23 Ingo SchwarzeWonders of roff(7): Integer numbers in numerical expres...
2015-01-22 Ingo SchwarzeSlightly improve \w width measurements:
2015-01-21 Ingo Schwarzepass empty request lines through to tbl(7); sometimes...
2015-01-20 Ingo SchwarzeSplit the -Werror message level into -Werror (broken...
2015-01-16 Ingo SchwarzeParse and ignore .IX (generate index entry) macros...
2015-01-14 Ingo Schwarzedowngrade ".so with absolute path" from FATAL to ERROR;
2015-01-07 Ingo SchwarzeBugfix: When the invocation of a user-defined macro...
2015-01-01 Ingo SchwarzeFix a buffer overrun triggered by a trailing backslash...
2014-12-28 Ingo Schwarzeimprove previous: do the size check up front to avoid...
2014-12-25 Ingo SchwarzeReduce memory and time consumption on certain malformed...
2014-12-18 Ingo SchwarzeDon't let the modulo operator divide by zero.
2014-12-16 Ingo SchwarzeIgnore mdoc(7) and man(7) macros inside tbl(7) code...
2014-12-16 Ingo SchwarzeWhen a string comparison condition contains no mismatch...
2014-12-16 Ingo SchwarzeWhen a numerical condition errors out after consuming...
2014-12-15 Ingo SchwarzeEmpty conditions count as false.
2014-11-19 Ingo SchwarzeSupport the ".if v" conditional operator (vroff mode...
2014-11-01 Ingo SchwarzeUse struct buf in libroff, it is very natural there
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-25 Ingo SchwarzeWith the current architecture, we can't support inline...
2014-10-25 Ingo SchwarzeReport arguments to .EQ as an error, and simplify the...
2014-10-20 Kristaps DzonsonsProtect the roff parser from dividing by zero. ok...
2014-10-20 Ingo Schwarzecorrectly parse spacing around in-line equations
2014-10-20 Ingo Schwarzecorrect spacing before inline equations
2014-10-16 Ingo Schwarzeoops, don't escape the first token of inline equations
2014-10-16 Ingo SchwarzeImplement in-line equations, much needed by Xenocara...
2014-09-07 Ingo SchwarzeParse and ignore the .pl (page length) request;
2014-09-06 Ingo SchwarzeSimplify by handling empty request lines at the one...
2014-09-06 Ingo SchwarzeMove main format autodetection from the parser dispatch...
2014-08-19 Ingo Schwarzelibroff depends on libmandoc and so libmandoc should...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-01 Ingo Schwarzemention requests and macros in more messages
2014-08-01 Ingo SchwarzeDynamically allocate the stack of roff(7) .ie condition...
2014-07-30 Ingo Schwarzebetter name and wording for the last two non-generic...
2014-07-07 Ingo SchwarzeClean up ERROR messages related to document structure...
2014-07-07 Ingo Schwarzeimplement .dei and .ami
2014-07-06 Ingo SchwarzeClean up messages related to plain text and to escape...
2014-07-06 Ingo SchwarzeFix expansion of escape sequences with incomplete argum...
2014-07-04 Ingo SchwarzeClean up messages regarding excess arguments:
2014-07-03 Ingo SchwarzeMANDOCERR_NOARGS reported three completely unrelated...
2014-07-01 Ingo SchwarzeThe previous commit to this file broke the control...
2014-06-29 Ingo SchwarzeUse the freshly improved roff_getname() function
2014-06-29 Ingo SchwarzeUse the freshly improved roff_getname() function
2014-06-29 Ingo SchwarzeMajor roff_getname() cleanup.
2014-06-29 Ingo SchwarzeBugfix in roff_setstrn():
2014-06-25 Ingo SchwarzeImprove messages related to the roff(7) .so request.
2014-04-23 Ingo SchwarzeAudit strlcpy(3)/strlcat(3) usage.
2014-04-20 Ingo Schwarzemake sure static buffers for snprintf(3) are large...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-04-08 Ingo SchwarzeFully implement the \B (validate numerical expression...
2014-04-07 Ingo SchwarzeWe already supported (outer) user-defined strings conta...
2014-04-07 Ingo SchwarzeAlmost complete implementation of roff(7) numerical...
2014-04-05 Ingo SchwarzeImplement the roff(7) .rr (remove register) request.
2014-03-23 Ingo Schwarzeavoid repetitive code for asprintf error handling
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-03-20 Ingo SchwarzeRemove currently unimplemented macros from the lists...
2014-03-19 Ingo SchwarzeGeneralize the mparse_alloc() and roff_alloc() function...
2014-03-08 Ingo SchwarzeImprove .if/.ie condition handling.
2014-03-07 Ingo SchwarzeIn roff_cond_sub(), make sure that the incorrect input...
2014-03-07 Ingo SchwarzeEven on macro lines, \} must not cause whitespace.
2014-03-07 Ingo SchwarzeThree bugfixes related to the closing of conditional...
2014-02-14 Ingo SchwarzeParse and ignore the roff(7) .ce request (center some...
2014-02-14 Ingo SchwarzeImplement the roff(7) .as request (append to user-defin...
2014-02-14 Ingo SchwarzeHandle some predefined read-only number registers,...
2014-01-06 Ingo SchwarzeGprof(1) is fun. You should use it more often.
2014-01-06 Ingo SchwarzeAnother 25% speedup for mandocdb(8) -Q mode, found...
2013-12-30 Ingo SchwarzeOops, missed one:
2013-12-25 Ingo Schwarzes/[Nn]ull/NUL/ in comments where appropriate;
2013-12-15 Ingo SchwarzeThe "value" argument to the roff(7) .nr requests ends...
2013-10-22 Ingo SchwarzeParse and ignore .hw (hyphenation points in words)...
2013-10-14 Ingo SchwarzeParse and ignore the .fam (font family) request.
2013-10-05 Ingo SchwarzeSupport simple numerical conditions.
2013-10-05 Ingo SchwarzeROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing,
2013-10-05 Ingo SchwarzeAvoid code duplication in roff_parseln() as suggested by
2013-10-05 Ingo SchwarzeExpand references to number registers in exactly the...
2013-10-05 Ingo SchwarzeSupport setting arbitrary roff(7) number registers,
2013-10-05 Ingo SchwarzeCleanup suggested by gcc-4.8.1, following hints by...
2013-07-13 Ingo SchwarzeRudimentary implementation of the .it request (input...
2013-06-27 Ingo SchwarzeParse for the closing delimiter `\}' for conditionals
next