| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Simplify by handling empty request lines at the one logical place | Ingo Schwarze | 2014-09-06 | 1 | -0/+9 |
* | Move main format autodetection from the parser dispatcher to the | Ingo Schwarze | 2014-09-06 | 1 | -2/+18 |
* | libroff depends on libmandoc and so libmandoc should be included first; | Ingo Schwarze | 2014-08-19 | 1 | -1/+1 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+2 |
* | mention requests and macros in more messages | Ingo Schwarze | 2014-08-01 | 1 | -2/+3 |
* | Dynamically allocate the stack of roff(7) .ie condition values | Ingo Schwarze | 2014-08-01 | 1 | -16/+17 |
* | better name and wording for the last two non-generic errors | Ingo Schwarze | 2014-07-30 | 1 | -1/+1 |
* | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze | 2014-07-07 | 1 | -15/+24 |
* | implement .dei and .ami | Ingo Schwarze | 2014-07-07 | 1 | -32/+54 |
* | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze | 2014-07-06 | 1 | -12/+12 |
* | Fix expansion of escape sequences with incomplete arguments. | Ingo Schwarze | 2014-07-06 | 1 | -7/+14 |
* | Clean up messages regarding excess arguments: | Ingo Schwarze | 2014-07-04 | 1 | -2/+4 |
* | MANDOCERR_NOARGS reported three completely unrelated classes of problems. | Ingo Schwarze | 2014-07-03 | 1 | -2/+4 |
* | The previous commit to this file broke the control flow keywords \{ and \} | Ingo Schwarze | 2014-07-01 | 1 | -1/+3 |
* | Use the freshly improved roff_getname() function | Ingo Schwarze | 2014-06-29 | 1 | -16/+15 |
* | Use the freshly improved roff_getname() function | Ingo Schwarze | 2014-06-29 | 1 | -38/+18 |
* | Major roff_getname() cleanup. | Ingo Schwarze | 2014-06-29 | 1 | -35/+51 |
* | Bugfix in roff_setstrn(): | Ingo Schwarze | 2014-06-29 | 1 | -1/+2 |
* | Improve messages related to the roff(7) .so request. | Ingo Schwarze | 2014-06-25 | 1 | -3/+4 |
* | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -19/+9 |
* | make sure static buffers for snprintf(3) are large enough | Ingo Schwarze | 2014-04-20 | 1 | -3/+3 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -162/+120 |
* | Fully implement the \B (validate numerical expression) and | Ingo Schwarze | 2014-04-08 | 1 | -27/+70 |
* | We already supported (outer) user-defined strings containing references | Ingo Schwarze | 2014-04-07 | 1 | -36/+44 |
* | Almost complete implementation of roff(7) numerical expressions. | Ingo Schwarze | 2014-04-07 | 1 | -57/+207 |
* | Implement the roff(7) .rr (remove register) request. | Ingo Schwarze | 2014-04-05 | 1 | -0/+28 |
* | avoid repetitive code for asprintf error handling | Ingo Schwarze | 2014-03-23 | 1 | -5/+1 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Remove currently unimplemented macros from the lists of used-defined | Ingo Schwarze | 2014-03-20 | 1 | -14/+16 |
* | Generalize the mparse_alloc() and roff_alloc() functions by giving | Ingo Schwarze | 2014-03-19 | 1 | -7/+5 |
* | Improve .if/.ie condition handling. | Ingo Schwarze | 2014-03-08 | 1 | -55/+86 |
* | In roff_cond_sub(), make sure that the incorrect input sequence `\\}', | Ingo Schwarze | 2014-03-07 | 1 | -11/+12 |
* | Even on macro lines, \} must not cause whitespace. | Ingo Schwarze | 2014-03-07 | 1 | -14/+10 |
* | Three bugfixes related to the closing of conditional blocks: | Ingo Schwarze | 2014-03-07 | 1 | -25/+12 |
* | Parse and ignore the roff(7) .ce request (center some lines). | Ingo Schwarze | 2014-02-14 | 1 | -0/+2 |
* | Implement the roff(7) .as request (append to user-defined string). | Ingo Schwarze | 2014-02-14 | 1 | -13/+15 |
* | Handle some predefined read-only number registers, e.g. .H and .V. | Ingo Schwarze | 2014-02-14 | 1 | -0/+43 |
* | Gprof(1) is fun. You should use it more often. | Ingo Schwarze | 2014-01-06 | 1 | -9/+6 |
* | Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1). | Ingo Schwarze | 2014-01-06 | 1 | -4/+6 |
* | Oops, missed one: | Ingo Schwarze | 2013-12-30 | 1 | -2/+1 |
* | s/[Nn]ull/NUL/ in comments where appropriate; | Ingo Schwarze | 2013-12-25 | 1 | -1/+1 |
* | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze | 2013-12-15 | 1 | -4/+17 |