| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Parse and ignore .hw (hyphenation points in words); this is safe because | Ingo Schwarze | 2013-10-22 | 1 | -0/+2 |
* | Parse and ignore the .fam (font family) request. | Ingo Schwarze | 2013-10-14 | 1 | -0/+2 |
* | Support simple numerical conditions. | Ingo Schwarze | 2013-10-05 | 1 | -3/+91 |
* | ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing, | Ingo Schwarze | 2013-10-05 | 1 | -2/+2 |
* | Avoid code duplication in roff_parseln() as suggested by | Ingo Schwarze | 2013-10-05 | 1 | -10/+5 |
* | Expand references to number registers in exactly the same way as | Ingo Schwarze | 2013-10-05 | 1 | -31/+52 |
* | Support setting arbitrary roff(7) number registers, | Ingo Schwarze | 2013-10-05 | 1 | -27/+56 |
* | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze | 2013-10-05 | 1 | -1/+1 |
* | Rudimentary implementation of the .it request (input line trap). | Ingo Schwarze | 2013-07-13 | 1 | -10/+57 |
* | Parse for the closing delimiter `\}' for conditionals | Ingo Schwarze | 2013-06-27 | 1 | -43/+31 |
* | More cleanup: Consistently use the name "struct tbl_node *tbl" | Ingo Schwarze | 2013-05-31 | 1 | -9/+9 |
* | In groff, trying to redefine standard man(7) macros before .TH has no effect; | Ingo Schwarze | 2012-11-19 | 1 | -2/+67 |
* | Add `cc' support. | Kristaps Dzonsons | 2012-06-12 | 1 | -1/+58 |
* | Fix blank line handling in .if. | Ingo Schwarze | 2012-05-31 | 1 | -33/+24 |
* | Handle infinite recursion the same way as groff: | Ingo Schwarze | 2011-10-24 | 1 | -8/+12 |
* | Breaking the line at a hyphen is only allowed if the hyphen | Ingo Schwarze | 2011-09-19 | 1 | -9/+2 |
* | Fix another regression introduced in 1.11.7: | Ingo Schwarze | 2011-09-18 | 1 | -2/+13 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Lint check. | Kristaps Dzonsons | 2011-08-16 | 1 | -7/+0 |
* | Use a character-table for quick per-character substitution in `tr'. As | Kristaps Dzonsons | 2011-07-29 | 1 | -42/+71 |