| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Have mandoc-db use config.h for strlcat(). Then create the btree | Kristaps Dzonsons | 2011-04-03 | 2 | -32/+40 |
* | If wlevel in mparse_alloc() is greater than MANDOCLEVEL_FATAL, we'll | Kristaps Dzonsons | 2011-04-03 | 1 | -0/+2 |
* | Allow mparse_result() pointers to be NULL. | Kristaps Dzonsons | 2011-04-03 | 1 | -2/+4 |
* | Make uname have its return value checked for -1 (POSIX style), not | Kristaps Dzonsons | 2011-04-03 | 1 | -1/+1 |
* | Add an initial keyword-indexer as an alternative front-end to libmandoc.a. | Kristaps Dzonsons | 2011-04-02 | 2 | -0/+650 |
* | In reality `In' only accepts one argument. Subsequent ones are not | Kristaps Dzonsons | 2011-04-01 | 1 | -1/+1 |
* | Properly quote arguments in `Fn' documentation. Also make standalone | Kristaps Dzonsons | 2011-04-01 | 1 | -3/+3 |
* | Allow a NULL mmsg passed to libmandoc. | Kristaps Dzonsons | 2011-03-31 | 1 | -1/+2 |
* | Make -Werr be -Wlevel, keeping it in sync with mandoc.1. Noted by | Kristaps Dzonsons | 2011-03-31 | 1 | -1/+1 |
* | naddy@ reports rsync(1) | Ingo Schwarze | 2011-03-30 | 1 | -0/+48 |
* | Add lint target to Makefile. | Kristaps Dzonsons | 2011-03-29 | 1 | -16/+73 |
* | Getting ready for next [minor-number] release. | Kristaps Dzonsons | 2011-03-29 | 1 | -0/+21 |
* | Carefully let mandoc_getcontrol() handle libroff's detection of a macro | Kristaps Dzonsons | 2011-03-29 | 2 | -34/+21 |
* | Make libman use mandoc_getcontrol() for real this time. | Kristaps Dzonsons | 2011-03-29 | 1 | -46/+22 |
* | Have libman and libmdoc use mandoc_getcontrol() to determine whether a | Kristaps Dzonsons | 2011-03-28 | 3 | -41/+50 |
* | Put mandocerrs and mandoclevels arrays into libmandoc with accessors | Kristaps Dzonsons | 2011-03-28 | 5 | -121/+147 |
* | new: \. at the beginning of a line | Ingo Schwarze | 2011-03-23 | 1 | -5/+6 |
* | As per joerg@'s suggestion, use const arrays when looking up mdoc argvs. | Kristaps Dzonsons | 2011-03-23 | 1 | -37/+68 |
* | Merge man_args() into man_macro.c, the only place where it's called, and | Kristaps Dzonsons | 2011-03-23 | 4 | -54/+20 |