aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Add config.h Glue for OpenIndiana (and older OpenSolaris) to build.Kristaps Dzonsons2011-04-044-4/+20
* Suppress a space following the "(" for -T[x]html `Fn'. Found by randomKristaps Dzonsons2011-04-041-1/+2
* Snafu: forgetting to tar up critical files. Pointed out by Yuri Pankov.VERSION_1_11_1Kristaps Dzonsons2011-04-041-0/+4
* Remove an unused variable (caught in lint-check)Kristaps Dzonsons2011-04-041-4/+2
* Version up to 1.11.1: here we go!Kristaps Dzonsons2011-04-042-4/+4
* Have `Fd' detection in mandoc-db also look for local includes (i.e.,Kristaps Dzonsons2011-04-041-3/+3
* Have `Fd' in -T[x]html generate an "include" link if it detects oneKristaps Dzonsons2011-04-041-5/+53
* Fix a bug that slip in: PAIR_XXXX macros expanded to run the incrementKristaps Dzonsons2011-04-041-2/+3
* Last low-hanging removal of superfluous variable assignments.Kristaps Dzonsons2011-04-041-7/+14
* Clean up superfluous variables in `Xr' handling in -Tascii.Kristaps Dzonsons2011-04-041-10/+10
* Fully fix the `Rv' and `Ex' handlers for -T[x]html and -Tascii. ThisKristaps Dzonsons2011-04-042-28/+36
* Clean up -Tascii in the same way as -T[x]html regarding `Rv' arguments.Kristaps Dzonsons2011-04-041-11/+16
* Make `Rv' do the Right Thing regarding commas and "and" when listing itsKristaps Dzonsons2011-04-041-20/+27
* Roll back Linux-ism that crept into Makefile.Kristaps Dzonsons2011-04-041-1/+1
* Fix possible segfaults in `Lk' -T[x]html handler, which made someKristaps Dzonsons2011-04-042-11/+13
* Clean-up in -T[x]html: remove some unnecessary assignments to localKristaps Dzonsons2011-04-041-23/+21
* Clean up handling of `In' for -T[x]html such that it only links to theKristaps Dzonsons2011-04-041-12/+29
* Add manual page for mandoc-db (mostly to document the file format ofKristaps Dzonsons2011-04-042-17/+150
* Have mandoc-db create an recno-addressed index of files alongside theKristaps Dzonsons2011-04-031-60/+84
* Have mandoc-db use config.h for strlcat(). Then create the btreeKristaps Dzonsons2011-04-032-33/+41
* If wlevel in mparse_alloc() is greater than MANDOCLEVEL_FATAL, we'llKristaps Dzonsons2011-04-031-1/+3
* Allow mparse_result() pointers to be NULL.Kristaps Dzonsons2011-04-031-3/+5
* Make uname have its return value checked for -1 (POSIX style), notKristaps Dzonsons2011-04-031-2/+2
* Add an initial keyword-indexer as an alternative front-end to libmandoc.a.Kristaps Dzonsons2011-04-022-0/+650
* In reality `In' only accepts one argument. Subsequent ones are notKristaps Dzonsons2011-04-011-2/+2
* Properly quote arguments in `Fn' documentation. Also make standaloneKristaps Dzonsons2011-04-011-5/+5
* Allow a NULL mmsg passed to libmandoc.Kristaps Dzonsons2011-03-311-2/+3
* Make -Werr be -Wlevel, keeping it in sync with mandoc.1. Noted byKristaps Dzonsons2011-03-311-2/+2
* naddy@ reports rsync(1)Ingo Schwarze2011-03-301-1/+49
* Add lint target to Makefile.Kristaps Dzonsons2011-03-291-16/+73
* Getting ready for next [minor-number] release.Kristaps Dzonsons2011-03-291-1/+22
* Carefully let mandoc_getcontrol() handle libroff's detection of a macroKristaps Dzonsons2011-03-292-36/+23
* Make libman use mandoc_getcontrol() for real this time.Kristaps Dzonsons2011-03-291-47/+23
* Have libman and libmdoc use mandoc_getcontrol() to determine whether aKristaps Dzonsons2011-03-283-44/+53
* Put mandocerrs and mandoclevels arrays into libmandoc with accessorsKristaps Dzonsons2011-03-285-126/+152
* new: \. at the beginning of a lineIngo Schwarze2011-03-231-6/+7
* As per joerg@'s suggestion, use const arrays when looking up mdoc argvs.Kristaps Dzonsons2011-03-231-38/+69
* Merge man_args() into man_macro.c, the only place where it's called, andKristaps Dzonsons2011-03-234-56/+22
* First, make -man ARGS_EOLN et al. be an enum. Second, removeKristaps Dzonsons2011-03-233-32/+18
* Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to beKristaps Dzonsons2011-03-234-4/+29
* Fix "libman" dependence.Kristaps Dzonsons2011-03-231-1/+1
* Make (e.g.) `SM' before `B' be only a warning. In reality, this refersKristaps Dzonsons2011-03-233-11/+5
* Make empty sections and parts (SH, SS, RS) only produce a warning if itKristaps Dzonsons2011-03-223-10/+8
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-2218-23/+34
* mdoc_argn_free is only used local to mdoc_argv.c, so make it static.Kristaps Dzonsons2011-03-222-6/+6
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-2212-142/+184
* Add some documentation and clean up mdoc.h/man.h.Kristaps Dzonsons2011-03-222-134/+78
* Have the default include/lib install path end with "mandoc" to preventKristaps Dzonsons2011-03-221-4/+4
* Note the TODO file on the website. Also install index.html (oops).Kristaps Dzonsons2011-03-222-5/+9
* Add a FATAL error for when no manual type was assigned (you can repeatKristaps Dzonsons2011-03-223-10/+7