summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Give -Thtml and -Txhtml the gift of recognising escapes when calculatingKristaps Dzonsons2011-05-143-5/+42
* Move roff.c's strtol into libmandoc.h for use by other parts of the codeKristaps Dzonsons2011-05-143-27/+40
* Last sneak-in: incorrect www link.VERSION.1.11.2Kristaps Dzonsons2011-05-131-1/+1
* Ooops, forgot to install makewhatis manual.Kristaps Dzonsons2011-05-131-1/+6
* Version up! 1.11.2. Let's go...Kristaps Dzonsons2011-05-131-2/+2
* More release notes.Kristaps Dzonsons2011-05-131-0/+1
* Rename mandoc-db to makewhatis. On the suggestion of schwarze@; I agree.Kristaps Dzonsons2011-05-134-30/+41
* Don't let Linux-isms creep into Makefile.Kristaps Dzonsons2011-05-121-1/+1
* Correctly catch `Vt' semicolon in mandoc-db.Kristaps Dzonsons2011-05-121-2/+3
* Lint fixes: remove unused function variables and pass in proper enumKristaps Dzonsons2011-05-121-7/+6
* Make sure that we check for the \(en, \(em, \-, and - separators forKristaps Dzonsons2011-05-121-3/+8
* Grok manual architecture in mandoc-db.c.Kristaps Dzonsons2011-05-042-0/+10
* Add configurations (`Cd') to mandoc-db mining.Kristaps Dzonsons2011-05-042-3/+40
* Pick up authors in mandoc-db.Kristaps Dzonsons2011-05-032-2/+25
* Have mandoc-db grok `Dt'/`TH' manual title as well.Kristaps Dzonsons2011-05-031-0/+6
* Back out stripping of non-predef and non-special escape sequences fromKristaps Dzonsons2011-05-021-4/+3
* Have mandoc-db strip out escapes that aren't special or predefinedKristaps Dzonsons2011-05-011-15/+54
* Documenting the mchars_XXXX part of mandoc.h.Kristaps Dzonsons2011-05-011-0/+86
* Remove mdoc.template. It's already embedded in man(7) and mdoc(7); noKristaps Dzonsons2011-05-011-42/+0
* Document the fact that \N'' accepts only printable characters.Kristaps Dzonsons2011-05-011-0/+3
* Filter all \N'' values with isprint(). Ok schwarze@.Kristaps Dzonsons2011-05-011-9/+5
* Make mchars_num2char() return a char like it says.Kristaps Dzonsons2011-04-304-19/+17
* Rename mchars_init() -> mchars_alloc() for consistency.Kristaps Dzonsons2011-04-305-5/+5
* Remove enum mcharst, which hasn't been used in quite some time.Kristaps Dzonsons2011-04-305-12/+5
* No code change: fixing spelling errors. From a patch by uqs@. Thanks!Kristaps Dzonsons2011-04-309-12/+12
* Was installing libmandoc.a without mandoc.h...Kristaps Dzonsons2011-04-301-0/+2
* Move "chars" interface out of out.h and into mandoc.h. This doesn'tKristaps Dzonsons2011-04-2910-63/+56
* Let mandoc-db grok `St' tokens.Kristaps Dzonsons2011-04-282-2/+22
* Closing delimiters only suppress spacing when they follow something.Ingo Schwarze2011-04-251-1/+13
* User defined macros may invoke high-level macros.Ingo Schwarze2011-04-241-2/+1
* Prevent line breaks right before numbers. Groff does the same.Ingo Schwarze2011-04-242-36/+40
* Revert last change: this screwed up displaying in other pages (didn'tKristaps Dzonsons2011-04-231-1/+1
* Make the `Nm' -Thtml attribute be min-width instead of width. This is aKristaps Dzonsons2011-04-231-1/+1
* Add \*(Ai (ANSI) and \*(Px (POSIX) predefined strings, which are part ofKristaps Dzonsons2011-04-203-3/+12
* Clean up parsing of delimiters in -mdoc. First, remove the "dowarn"Kristaps Dzonsons2011-04-197-197/+166
* Add more documentation bits to mandoc.3.Kristaps Dzonsons2011-04-191-0/+72
* .Pp in .Bl -columnIngo Schwarze2011-04-171-0/+4
* The semantics of .Bk was described incorrectlyIngo Schwarze2011-04-171-2/+3
* Use mandoc_getarg() for the regular case of processing unquotedKristaps Dzonsons2011-04-171-19/+3
* Get mdoc_argv.c ready to use [some of] mandoc_getarg() by giving saidKristaps Dzonsons2011-04-175-18/+20
* mini-bug at eol after .Bl -column .ItIngo Schwarze2011-04-161-0/+10
* lines in tables and .RS/.RE nestingIngo Schwarze2011-04-161-0/+8
* Check in fix to roff conditional if/else stack running out of space.Kristaps Dzonsons2011-04-131-33/+24
* Back out commit to roff.c that needs to go in on its own.Kristaps Dzonsons2011-04-131-24/+33
* Remove TODO from prior commit of lifting warnings from `Sh', `Ss', `SH',Kristaps Dzonsons2011-04-132-40/+24
* Remove the warning for empty bodies of `Sh', `Ss', `SH', and `SS'. ThisKristaps Dzonsons2011-04-132-9/+6
* empty .SS is okIngo Schwarze2011-04-121-0/+7
* Let mandoc-db also collect -man descriptions.Kristaps Dzonsons2011-04-121-5/+25
* Updating mandoc-db manual page with new recno contents.Kristaps Dzonsons2011-04-111-3/+12
* Update example.style.css to be a bit more readable by default.Kristaps Dzonsons2011-04-111-18/+12