| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -24/+0 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -128/+128 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -3/+2 |
* | If we have to reparse the text line because we spring an input line trap, | Ingo Schwarze | 2015-08-29 | 1 | -16/+17 |
* | Implement the escape sequence \\$*, expanding to all arguments | Ingo Schwarze | 2015-08-29 | 1 | -15/+26 |
* | Minimal implementation of the read-only number register \n(.$ | Ingo Schwarze | 2015-08-29 | 1 | -8/+18 |
* | Ignore blank characters at the beginning of a conditional block, | Ingo Schwarze | 2015-06-27 | 1 | -0/+2 |
* | Implement the roff(7) `r' (register exists) conditional. | Ingo Schwarze | 2015-05-31 | 1 | -5/+31 |
* | Setting the "last" member of struct roff_node was done at an extremely | Ingo Schwarze | 2015-05-01 | 1 | -0/+1 |
* | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze | 2015-04-23 | 1 | -0/+46 |
* | Unify trickier node handling functions. | Ingo Schwarze | 2015-04-19 | 1 | -0/+21 |
* | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze | 2015-04-19 | 1 | -2/+61 |
* | Unify node handling functions: | Ingo Schwarze | 2015-04-19 | 1 | -6/+204 |
* | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}(). | Ingo Schwarze | 2015-04-18 | 1 | -1/+69 |
* | Don't allow breaking the output line after hyphens following escape | Ingo Schwarze | 2015-04-04 | 1 | -0/+2 |
* | Escape quotes when expanding macro arguments. | Ingo Schwarze | 2015-02-21 | 1 | -16/+76 |
* | Cope with another one of the many kinds of DocBook stupidity: | Ingo Schwarze | 2015-02-17 | 1 | -2/+11 |
* | Let .it accept numerical expressions, not just numerical constants. | Ingo Schwarze | 2015-02-17 | 1 | -36/+41 |
* | replace the last legacy generic message type, "argument count wrong", | Ingo Schwarze | 2015-02-06 | 1 | -4/+5 |
* | correctly handle table layout lines starting with a dot | Ingo Schwarze | 2015-01-30 | 1 | -1/+1 |
* | * Polish tbl(7) error reporting. | Ingo Schwarze | 2015-01-28 | 1 | -3/+6 |
* | For now, it can't be helped that mandoc tbl(7) ignores high-level macros, | Ingo Schwarze | 2015-01-28 | 1 | -1/+7 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze | 2015-01-24 | 1 | -1/+2 |
* | While ignoring the .ta (set tab stops) and .ti (temp indent) requests | Ingo Schwarze | 2015-01-23 | 1 | -3/+3 |
* | Wonders of roff(7): Integer numbers in numerical expressions can carry | Ingo Schwarze | 2015-01-23 | 1 | -2/+40 |
* | Slightly improve \w width measurements: | Ingo Schwarze | 2015-01-22 | 1 | -1/+19 |
* | pass empty request lines through to tbl(7); sometimes, they end a layout | Ingo Schwarze | 2015-01-21 | 1 | -10/+9 |
* | Split the -Werror message level into -Werror (broken manual, probably | Ingo Schwarze | 2015-01-20 | 1 | -18/+456 |
* | Parse and ignore .IX (generate index entry) macros because pod2man(1) | Ingo Schwarze | 2015-01-16 | 1 | -0/+2 |
* | downgrade ".so with absolute path" from FATAL to ERROR; | Ingo Schwarze | 2015-01-14 | 1 | -2/+7 |
* | Bugfix: When the invocation of a user-defined macro follows a roff | Ingo Schwarze | 2015-01-07 | 1 | -0/+1 |
* | Fix a buffer overrun triggered by a trailing backslash at EOF in | Ingo Schwarze | 2015-01-01 | 1 | -4/+6 |
* | improve previous: do the size check up front to avoid leaking memory | Ingo Schwarze | 2014-12-28 | 1 | -6/+4 |
* | Reduce memory and time consumption on certain malformed input files | Ingo Schwarze | 2014-12-25 | 1 | -0/+7 |
* | Don't let the modulo operator divide by zero. | Ingo Schwarze | 2014-12-18 | 1 | -1/+7 |
* | Ignore mdoc(7) and man(7) macros inside tbl(7) code because they | Ingo Schwarze | 2014-12-16 | 1 | -4/+19 |
* | When a string comparison condition contains no mismatching character | Ingo Schwarze | 2014-12-16 | 1 | -1/+1 |
* | When a numerical condition errors out after consuming at least one | Ingo Schwarze | 2014-12-16 | 1 | -2/+5 |
* | Empty conditions count as false. | Ingo Schwarze | 2014-12-15 | 1 | -0/+2 |
* | Support the ".if v" conditional operator (vroff mode, always false) | Ingo Schwarze | 2014-11-19 | 1 | -0/+2 |
* | Use struct buf in libroff, it is very natural there | Ingo Schwarze | 2014-11-01 | 1 | -166/+164 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -2/+9 |
* | With the current architecture, we can't support inline equations | Ingo Schwarze | 2014-10-25 | 1 | -1/+2 |
* | Report arguments to .EQ as an error, and simplify the code: | Ingo Schwarze | 2014-10-25 | 1 | -20/+9 |
* | Protect the roff parser from dividing by zero. ok schwarze@ | Kristaps Dzonsons | 2014-10-20 | 1 | -13/+24 |
* | correctly parse spacing around in-line equations | Ingo Schwarze | 2014-10-20 | 1 | -5/+36 |
* | correct spacing before inline equations | Ingo Schwarze | 2014-10-20 | 1 | -11/+3 |
* | oops, don't escape the first token of inline equations | Ingo Schwarze | 2014-10-16 | 1 | -2/+2 |
* | Implement in-line equations, much needed by Xenocara manuals. | Ingo Schwarze | 2014-10-16 | 1 | -11/+58 |
* | Parse and ignore the .pl (page length) request; | Ingo Schwarze | 2014-09-07 | 1 | -0/+2 |