| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | First, make -man ARGS_EOLN et al. be an enum. Second, remove | Kristaps Dzonsons | 2011-03-23 | 3 | -29/+15 |
* | Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to be | Kristaps Dzonsons | 2011-03-23 | 4 | -0/+25 |
* | Fix "libman" dependence. | Kristaps Dzonsons | 2011-03-23 | 1 | -1/+1 |
* | Make (e.g.) `SM' before `B' be only a warning. In reality, this refers | Kristaps Dzonsons | 2011-03-23 | 3 | -8/+2 |
* | Make empty sections and parts (SH, SS, RS) only produce a warning if it | Kristaps Dzonsons | 2011-03-22 | 3 | -7/+5 |
* | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. | Kristaps Dzonsons | 2011-03-22 | 18 | -5/+16 |
* | mdoc_argn_free is only used local to mdoc_argv.c, so make it static. | Kristaps Dzonsons | 2011-03-22 | 2 | -4/+4 |
* | Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported | Kristaps Dzonsons | 2011-03-22 | 12 | -130/+172 |
* | Add some documentation and clean up mdoc.h/man.h. | Kristaps Dzonsons | 2011-03-22 | 2 | -132/+76 |
* | Have the default include/lib install path end with "mandoc" to prevent | Kristaps Dzonsons | 2011-03-22 | 1 | -4/+4 |
* | Note the TODO file on the website. Also install index.html (oops). | Kristaps Dzonsons | 2011-03-22 | 2 | -4/+8 |
* | Add a FATAL error for when no manual type was assigned (you can repeat | Kristaps Dzonsons | 2011-03-22 | 3 | -7/+4 |
* | Be a bit more specific on where we compile. Are there any ANSI-C | Kristaps Dzonsons | 2011-03-22 | 1 | -2/+2 |
* | As mentioned: ChangeLog isn't being built any more. | Kristaps Dzonsons | 2011-03-22 | 1 | -43/+0 |
* | Step 5: re-write Makefile and relax. This restructures the Makefile to | Kristaps Dzonsons | 2011-03-22 | 1 | -315/+277 |
* | Step 4: merge chars.h into out.h. The functions in this file are | Kristaps Dzonsons | 2011-03-22 | 8 | -78/+49 |
* | Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, and | Kristaps Dzonsons | 2011-03-22 | 7 | -875/+365 |
* | Step 2: blow away roff.h, as all of its functions have been moved into | Kristaps Dzonsons | 2011-03-22 | 4 | -29/+3 |
* | Step 1 of restructuring: libmandoc.h. Move all compiler-set-specific | Kristaps Dzonsons | 2011-03-22 | 7 | -89/+89 |
* | main.c doesn't need roff.h anymore. | Kristaps Dzonsons | 2011-03-21 | 1 | -1/+0 |
* | Let read.c worry about the currently-open file instead of having this | Kristaps Dzonsons | 2011-03-20 | 3 | -37/+3 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 23 | -225/+225 |
* | Change around include ordering for compilation on OpenBSD. | Kristaps Dzonsons | 2011-03-20 | 1 | -1/+1 |
* | Split the document parsing sequence out of main.c and into read.c, | Kristaps Dzonsons | 2011-03-20 | 4 | -608/+709 |
* | Bumped internal version. There will be no formal release with this: it | Kristaps Dzonsons | 2011-03-20 | 1 | -2/+2 |
* | .RS w/o line args is not seriousVERSION.1.10.10 | Ingo Schwarze | 2011-03-19 | 1 | -0/+4 |
* | Note the development status of eqn.7 and tbl.7. | Kristaps Dzonsons | 2011-03-17 | 2 | -0/+20 |
* | "Reserved Characters" isn't correct since `\.' and `\*(Ba' aren't | Kristaps Dzonsons | 2011-03-17 | 1 | -9/+12 |
* | Note that mdoc_valids[] is static. | Kristaps Dzonsons | 2011-03-17 | 1 | -1/+1 |
* | mandocmsg finally has no return value. | Kristaps Dzonsons | 2011-03-17 | 2 | -6/+4 |
* | Clean-up in libman: make all calls to man_*msg not check return value. | Kristaps Dzonsons | 2011-03-17 | 4 | -18/+16 |
* | Clean-up in libmdoc: fix last checks for mdoc_*msg return value, then | Kristaps Dzonsons | 2011-03-17 | 4 | -20/+18 |
* | Clean-up in mdoc_argv.c args_checkpunct(). | Kristaps Dzonsons | 2011-03-17 | 1 | -27/+21 |