| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow ERRORS in section 4; OpenBSD rev. 1.121. | Ingo Schwarze | 2014-03-30 | 1 | -2/+4 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -0/+1 |
* | Retire the old concat() function. | Ingo Schwarze | 2014-03-23 | 1 | -77/+26 |
* | avoid repetitive code for asprintf error handling | Ingo Schwarze | 2014-03-23 | 1 | -5/+3 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Remove useless use of strnlen(3). | Ingo Schwarze | 2014-01-11 | 1 | -1/+1 |
* | Cache the result of uname(3) such that we don't need to call it | Ingo Schwarze | 2014-01-07 | 1 | -29/+22 |
* | Another 18% speedup for mandocdb(8) -Q, found by gprof(1). | Ingo Schwarze | 2014-01-06 | 1 | -5/+5 |
* | Joerg Sonnenberger contributed copyrightable amounts of text to | Ingo Schwarze | 2014-01-06 | 1 | -0/+1 |
* | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze | 2013-12-15 | 1 | -2/+2 |
* | There are three kinds of input lines: text lines, macros taking | Ingo Schwarze | 2013-10-21 | 1 | -2/+8 |
* | We don't do hyphenation, but we allow breaking the line at hyphens that are | Ingo Schwarze | 2013-10-06 | 1 | -19/+61 |
* | If there is random stuff inside a .Bl block body before the first .It, | Ingo Schwarze | 2013-10-06 | 1 | -19/+58 |
* | Support setting arbitrary roff(7) number registers, | Ingo Schwarze | 2013-10-05 | 1 | -5/+6 |
* | One of the WARNING messages has to use the word "section" twice in two | Ingo Schwarze | 2013-09-16 | 1 | -1/+2 |
* | Put .%C before .%D in .Rs output | Ingo Schwarze | 2013-08-05 | 1 | -2/+2 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 1 | -16/+16 |
* | Warn about unknown volume or arch in Dt macro arguments; | Ingo Schwarze | 2012-11-16 | 1 | -1/+1 |
* | Fix handling of paragraph macros inside lists: | Ingo Schwarze | 2012-07-18 | 1 | -4/+33 |
* | Several -mdoc parser improvements related to vertical spacing: | Ingo Schwarze | 2012-07-16 | 1 | -6/+36 |
* | The post_nm() validation function crashed when the first .Nm child node | Ingo Schwarze | 2012-07-12 | 1 | -12/+17 |
* | fix position and formatting of %U; | Ingo Schwarze | 2012-07-11 | 1 | -2/+2 |
* | * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It | Ingo Schwarze | 2012-07-10 | 1 | -4/+16 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze | 2012-05-27 | 1 | -11/+12 |
* | update Copyright years according to the CVS logs; no code change | Ingo Schwarze | 2012-05-27 | 1 | -1/+1 |
* | Make the `-width' field to `Bl' not puke if it doesn't have an argument. | Kristaps Dzonsons | 2012-03-23 | 1 | -2/+7 |
* | When processing .Sh HEAD, as soon as we know which section this is, | Ingo Schwarze | 2011-12-03 | 1 | -0/+15 |
* | In man(7), when no explicit volume name is given, use the default | Ingo Schwarze | 2011-12-02 | 1 | -1/+1 |
* | Improve misleading comment: | Ingo Schwarze | 2011-11-19 | 1 | -1/+5 |
* | Bail out explicitly on invalid .Rs content like: | Joerg Sonnenberger | 2011-11-18 | 1 | -0/+4 |
* | Remove a bunch of useless assignments, | Ingo Schwarze | 2011-10-16 | 1 | -5/+4 |
* | Make -man check for tabs correctly print the column.VERSION.1.11.7 | Kristaps Dzonsons | 2011-09-02 | 1 | -1/+1 |
* | Avoid incorrect casting by using an implicit cast. Reported by Thomas | Kristaps Dzonsons | 2011-08-19 | 1 | -2/+2 |
* | Fixed mingw compatibility where the "z" printf() modifier isn't | Kristaps Dzonsons | 2011-08-16 | 1 | -2/+2 |
* | Allow `Sx' and `Ss' to have child nodes. Fixes manuals in NetBSD. | Kristaps Dzonsons | 2011-08-10 | 1 | -34/+41 |
* | Move checking of escapes into roff.c, where we're already stepping | Kristaps Dzonsons | 2011-07-26 | 1 | -31/+5 |
* | Scary-looking but otherwise harmless changes allow me to build for Windows. | Kristaps Dzonsons | 2011-07-24 | 1 | -1/+1 |
* | Make `struct roff' be passed into libmdoc and libman upon creation. | Kristaps Dzonsons | 2011-07-18 | 1 | -1/+1 |
* | No code change: fixing spelling errors. From a patch by uqs@. Thanks! | Kristaps Dzonsons | 2011-04-30 | 1 | -1/+1 |
* | Remove the warning for empty bodies of `Sh', `Ss', `SH', and `SS'. This | Kristaps Dzonsons | 2011-04-13 | 1 | -2/+2 |
* | Remove a2roffdeco() and mandoc_special() functions and replace them with | Kristaps Dzonsons | 2011-04-09 | 1 | -11/+19 |
* | Make uname have its return value checked for -1 (POSIX style), not | Kristaps Dzonsons | 2011-04-03 | 1 | -1/+1 |
* | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+1 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -10/+10 |
* | Note that mdoc_valids[] is static. | Kristaps Dzonsons | 2011-03-17 | 1 | -1/+1 |
* | Clean-up in libmdoc: fix last checks for mdoc_*msg return value, then | Kristaps Dzonsons | 2011-03-17 | 1 | -7/+6 |
* | Move mdoc_macro2len() into mdoc_validate.c as macro2len(), as that's the | Kristaps Dzonsons | 2011-03-17 | 1 | -3/+96 |
* | Move mdoc_str2sec() into mdoc_validate.c as a2sec(), as that's the only | Kristaps Dzonsons | 2011-03-17 | 1 | -1/+38 |
* | Make lint shut up a little bit. | Kristaps Dzonsons | 2011-03-15 | 1 | -1/+2 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 1 | -14/+12 |