summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up superfluous variables in `Xr' handling in -Tascii.Kristaps Dzonsons2011-04-041-9/+9
* Fully fix the `Rv' and `Ex' handlers for -T[x]html and -Tascii. ThisKristaps Dzonsons2011-04-042-26/+34
* Clean up -Tascii in the same way as -T[x]html regarding `Rv' arguments.Kristaps Dzonsons2011-04-041-10/+15
* Make `Rv' do the Right Thing regarding commas and "and" when listing itsKristaps Dzonsons2011-04-041-19/+26
* 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-10/+12
* Clean-up in -T[x]html: remove some unnecessary assignments to localKristaps Dzonsons2011-04-041-22/+20
* Clean up handling of `In' for -T[x]html such that it only links to theKristaps Dzonsons2011-04-041-11/+28
* Add manual page for mandoc-db (mostly to document the file format ofKristaps Dzonsons2011-04-042-16/+149
* Have mandoc-db create an recno-addressed index of files alongside theKristaps Dzonsons2011-04-031-59/+83
* Have mandoc-db use config.h for strlcat(). Then create the btreeKristaps Dzonsons2011-04-032-32/+40
* If wlevel in mparse_alloc() is greater than MANDOCLEVEL_FATAL, we'llKristaps Dzonsons2011-04-031-0/+2
* Allow mparse_result() pointers to be NULL.Kristaps Dzonsons2011-04-031-2/+4
* Make uname have its return value checked for -1 (POSIX style), notKristaps Dzonsons2011-04-031-1/+1
* 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-1/+1
* Properly quote arguments in `Fn' documentation. Also make standaloneKristaps Dzonsons2011-04-011-3/+3
* Allow a NULL mmsg passed to libmandoc.Kristaps Dzonsons2011-03-311-1/+2
* Make -Werr be -Wlevel, keeping it in sync with mandoc.1. Noted byKristaps Dzonsons2011-03-311-1/+1
* naddy@ reports rsync(1)Ingo Schwarze2011-03-301-0/+48
* Add lint target to Makefile.Kristaps Dzonsons2011-03-291-16/+73
* Getting ready for next [minor-number] release.Kristaps Dzonsons2011-03-291-0/+21
* Carefully let mandoc_getcontrol() handle libroff's detection of a macroKristaps Dzonsons2011-03-292-34/+21
* Make libman use mandoc_getcontrol() for real this time.Kristaps Dzonsons2011-03-291-46/+22
* Have libman and libmdoc use mandoc_getcontrol() to determine whether aKristaps Dzonsons2011-03-283-41/+50
* Put mandocerrs and mandoclevels arrays into libmandoc with accessorsKristaps Dzonsons2011-03-285-121/+147
* new: \. at the beginning of a lineIngo Schwarze2011-03-231-5/+6
* As per joerg@'s suggestion, use const arrays when looking up mdoc argvs.Kristaps Dzonsons2011-03-231-37/+68
* Merge man_args() into man_macro.c, the only place where it's called, andKristaps Dzonsons2011-03-234-54/+20
* First, make -man ARGS_EOLN et al. be an enum. Second, removeKristaps Dzonsons2011-03-233-29/+15
* Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to beKristaps Dzonsons2011-03-234-0/+25
* 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-8/+2
* Make empty sections and parts (SH, SS, RS) only produce a warning if itKristaps Dzonsons2011-03-223-7/+5
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-2218-5/+16
* mdoc_argn_free is only used local to mdoc_argv.c, so make it static.Kristaps Dzonsons2011-03-222-4/+4
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-2212-130/+172
* Add some documentation and clean up mdoc.h/man.h.Kristaps Dzonsons2011-03-222-132/+76
* 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-4/+8
* Add a FATAL error for when no manual type was assigned (you can repeatKristaps Dzonsons2011-03-223-7/+4
* Be a bit more specific on where we compile. Are there any ANSI-CKristaps Dzonsons2011-03-221-2/+2
* As mentioned: ChangeLog isn't being built any more.Kristaps Dzonsons2011-03-221-43/+0
* Step 5: re-write Makefile and relax. This restructures the Makefile toKristaps Dzonsons2011-03-221-315/+277
* Step 4: merge chars.h into out.h. The functions in this file areKristaps Dzonsons2011-03-228-78/+49
* Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, andKristaps Dzonsons2011-03-227-875/+365
* Step 2: blow away roff.h, as all of its functions have been moved intoKristaps Dzonsons2011-03-224-29/+3
* Step 1 of restructuring: libmandoc.h. Move all compiler-set-specificKristaps Dzonsons2011-03-227-89/+89
* main.c doesn't need roff.h anymore.Kristaps Dzonsons2011-03-211-1/+0
* Let read.c worry about the currently-open file instead of having thisKristaps Dzonsons2011-03-203-37/+3