aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be a bit more specific on where we compile. Are there any ANSI-CKristaps Dzonsons2011-03-221-3/+3
* 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-84/+55
* Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, andKristaps Dzonsons2011-03-227-877/+367
* Step 2: blow away roff.h, as all of its functions have been moved intoKristaps Dzonsons2011-03-224-31/+5
* Step 1 of restructuring: libmandoc.h. Move all compiler-set-specificKristaps Dzonsons2011-03-227-96/+96
* main.c doesn't need roff.h anymore.Kristaps Dzonsons2011-03-211-2/+1
* Let read.c worry about the currently-open file instead of having thisKristaps Dzonsons2011-03-203-40/+6
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-2023-248/+248
* Change around include ordering for compilation on OpenBSD.Kristaps Dzonsons2011-03-201-2/+2
* Split the document parsing sequence out of main.c and into read.c,Kristaps Dzonsons2011-03-204-610/+711
* Bumped internal version. There will be no formal release with this: itKristaps Dzonsons2011-03-201-2/+2
* .RS w/o line args is not seriousVERSION_1_10_10Ingo Schwarze2011-03-191-1/+5
* Note the development status of eqn.7 and tbl.7.Kristaps Dzonsons2011-03-172-4/+24
* "Reserved Characters" isn't correct since `\.' and `\*(Ba' aren'tKristaps Dzonsons2011-03-171-11/+14
* Note that mdoc_valids[] is static.Kristaps Dzonsons2011-03-171-2/+2
* mandocmsg finally has no return value.Kristaps Dzonsons2011-03-172-8/+6
* Clean-up in libman: make all calls to man_*msg not check return value.Kristaps Dzonsons2011-03-174-22/+20
* Clean-up in libmdoc: fix last checks for mdoc_*msg return value, thenKristaps Dzonsons2011-03-174-24/+22
* Clean-up in mdoc_argv.c args_checkpunct().Kristaps Dzonsons2011-03-171-28/+22
* Clean-up in mdoc_argv.c: make CPP-defines into an enum, document, makeKristaps Dzonsons2011-03-171-34/+18
* Clean up mdoc_pmsg invocations to make them not check the return value.Kristaps Dzonsons2011-03-171-14/+7
* Kill off some unused function prototypes.Kristaps Dzonsons2011-03-171-4/+1