| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up parsing of delimiters in -mdoc. First, remove the "dowarn" | Kristaps Dzonsons | 2011-04-19 | 7 | -197/+166 |
* | Add more documentation bits to mandoc.3. | Kristaps Dzonsons | 2011-04-19 | 1 | -0/+72 |
* | .Pp in .Bl -column | Ingo Schwarze | 2011-04-17 | 1 | -0/+4 |
* | The semantics of .Bk was described incorrectly | Ingo Schwarze | 2011-04-17 | 1 | -2/+3 |
* | Use mandoc_getarg() for the regular case of processing unquoted | Kristaps Dzonsons | 2011-04-17 | 1 | -19/+3 |
* | Get mdoc_argv.c ready to use [some of] mandoc_getarg() by giving said | Kristaps Dzonsons | 2011-04-17 | 5 | -18/+20 |
* | mini-bug at eol after .Bl -column .It | Ingo Schwarze | 2011-04-16 | 1 | -0/+10 |
* | lines in tables and .RS/.RE nesting | Ingo Schwarze | 2011-04-16 | 1 | -0/+8 |
* | Check in fix to roff conditional if/else stack running out of space. | Kristaps Dzonsons | 2011-04-13 | 1 | -33/+24 |
* | Back out commit to roff.c that needs to go in on its own. | Kristaps Dzonsons | 2011-04-13 | 1 | -24/+33 |
* | Remove TODO from prior commit of lifting warnings from `Sh', `Ss', `SH', | Kristaps Dzonsons | 2011-04-13 | 2 | -40/+24 |
* | Remove the warning for empty bodies of `Sh', `Ss', `SH', and `SS'. This | Kristaps Dzonsons | 2011-04-13 | 2 | -9/+6 |
* | empty .SS is ok | Ingo Schwarze | 2011-04-12 | 1 | -0/+7 |
* | Let mandoc-db also collect -man descriptions. | Kristaps Dzonsons | 2011-04-12 | 1 | -5/+25 |
* | Updating mandoc-db manual page with new recno contents. | Kristaps Dzonsons | 2011-04-11 | 1 | -3/+12 |
* | Update example.style.css to be a bit more readable by default. | Kristaps Dzonsons | 2011-04-11 | 1 | -18/+12 |
* | Have mandoc-db accumulate manual page descriptions (`Nd' in -mdoc parlance) | Kristaps Dzonsons | 2011-04-11 | 1 | -29/+79 |
* | Ignore \# lines alongside \". From groff(7): | Kristaps Dzonsons | 2011-04-11 | 1 | -1/+1 |
* | Use dbt_xxxx functions to stash both filename and manual section in the | Kristaps Dzonsons | 2011-04-11 | 1 | -16/+18 |
* | Tidy up www page: remove all sorts of DIV crap, superfluous CSS, in-line | Kristaps Dzonsons | 2011-04-09 | 2 | -412/+363 |
* | Skeleton of documentation functions, types, and variables in mandoc.h. | Kristaps Dzonsons | 2011-04-09 | 1 | -0/+41 |
* | Lint catching some potential issues. | Kristaps Dzonsons | 2011-04-09 | 1 | -3/+3 |
* | Remove a2roffdeco() and mandoc_special() functions and replace them with | Kristaps Dzonsons | 2011-04-09 | 10 | -525/+470 |
* | Don't shadow global identifiers. | Joerg Sonnenberger | 2011-04-07 | 2 | -17/+17 |
* | First, properly escape periods with \&. Then consistently refer to | Kristaps Dzonsons | 2011-04-06 | 1 | -61/+82 |
* | On .de macro lines, after the macro name, space and tab are equivalent. | Ingo Schwarze | 2011-04-05 | 1 | -5/+3 |
* | Lint-checks over mandoc-db.c. | Kristaps Dzonsons | 2011-04-05 | 1 | -18/+14 |
* | Use a little more horsepower in parsing out NAME sections from -man | Kristaps Dzonsons | 2011-04-05 | 1 | -16/+56 |
* | Fix type- and NULL-check to be correct node (last, not child). Prevents | Kristaps Dzonsons | 2011-04-05 | 1 | -1/+1 |
* | Add mandoc-db.c checking for utility-name in NAME section of -man | Kristaps Dzonsons | 2011-04-05 | 1 | -3/+77 |
* | Make sure to create LIBDIR. From a patch by Thomas Klausner, thanks! | Kristaps Dzonsons | 2011-04-05 | 1 | -0/+1 |
* | Add config.h Glue for OpenIndiana (and older OpenSolaris) to build. | Kristaps Dzonsons | 2011-04-04 | 4 | -0/+16 |
* | Suppress a space following the "(" for -T[x]html `Fn'. Found by random | Kristaps Dzonsons | 2011-04-04 | 1 | -0/+1 |
* | Snafu: forgetting to tar up critical files. Pointed out by Yuri Pankov.VERSION.1.11.1 | Kristaps Dzonsons | 2011-04-04 | 1 | -0/+4 |
* | Remove an unused variable (caught in lint-check) | Kristaps Dzonsons | 2011-04-04 | 1 | -3/+1 |
* | Version up to 1.11.1: here we go! | Kristaps Dzonsons | 2011-04-04 | 2 | -3/+3 |
* | Have `Fd' detection in mandoc-db also look for local includes (i.e., | Kristaps Dzonsons | 2011-04-04 | 1 | -2/+2 |
* | Have `Fd' in -T[x]html generate an "include" link if it detects one | Kristaps Dzonsons | 2011-04-04 | 1 | -4/+52 |
* | Fix a bug that slip in: PAIR_XXXX macros expanded to run the increment | Kristaps Dzonsons | 2011-04-04 | 1 | -1/+2 |
* | Last low-hanging removal of superfluous variable assignments. | Kristaps Dzonsons | 2011-04-04 | 1 | -6/+13 |
* | Clean up superfluous variables in `Xr' handling in -Tascii. | Kristaps Dzonsons | 2011-04-04 | 1 | -9/+9 |
* | Fully fix the `Rv' and `Ex' handlers for -T[x]html and -Tascii. This | Kristaps Dzonsons | 2011-04-04 | 2 | -26/+34 |
* | Clean up -Tascii in the same way as -T[x]html regarding `Rv' arguments. | Kristaps Dzonsons | 2011-04-04 | 1 | -10/+15 |
* | Make `Rv' do the Right Thing regarding commas and "and" when listing its | Kristaps Dzonsons | 2011-04-04 | 1 | -19/+26 |
* | Roll back Linux-ism that crept into Makefile. | Kristaps Dzonsons | 2011-04-04 | 1 | -1/+1 |
* | Fix possible segfaults in `Lk' -T[x]html handler, which made some | Kristaps Dzonsons | 2011-04-04 | 2 | -10/+12 |
* | Clean-up in -T[x]html: remove some unnecessary assignments to local | Kristaps Dzonsons | 2011-04-04 | 1 | -22/+20 |
* | Clean up handling of `In' for -T[x]html such that it only links to the | Kristaps Dzonsons | 2011-04-04 | 1 | -11/+28 |
* | Add manual page for mandoc-db (mostly to document the file format of | Kristaps Dzonsons | 2011-04-04 | 2 | -16/+149 |
* | Have mandoc-db create an recno-addressed index of files alongside the | Kristaps Dzonsons | 2011-04-03 | 1 | -59/+83 |