aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Remove enum mcharst, which hasn't been used in quite some time.Kristaps Dzonsons2011-04-305-17/+10
* No code change: fixing spelling errors. From a patch by uqs@. Thanks!Kristaps Dzonsons2011-04-309-23/+23
* 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-72/+65
* Let mandoc-db grok `St' tokens.Kristaps Dzonsons2011-04-282-5/+25
* Closing delimiters only suppress spacing when they follow something.Ingo Schwarze2011-04-251-2/+14
* User defined macros may invoke high-level macros.Ingo Schwarze2011-04-241-3/+2
* Prevent line breaks right before numbers. Groff does the same.Ingo Schwarze2011-04-242-38/+42
* Revert last change: this screwed up displaying in other pages (didn'tKristaps Dzonsons2011-04-231-2/+2
* Make the `Nm' -Thtml attribute be min-width instead of width. This is aKristaps Dzonsons2011-04-231-2/+2
* Add \*(Ai (ANSI) and \*(Px (POSIX) predefined strings, which are part ofKristaps Dzonsons2011-04-203-7/+16
* Clean up parsing of delimiters in -mdoc. First, remove the "dowarn"Kristaps Dzonsons2011-04-197-204/+173
* Add more documentation bits to mandoc.3.Kristaps Dzonsons2011-04-191-2/+74
* .Pp in .Bl -columnIngo Schwarze2011-04-171-1/+5
* The semantics of .Bk was described incorrectlyIngo Schwarze2011-04-171-4/+5
* Use mandoc_getarg() for the regular case of processing unquotedKristaps Dzonsons2011-04-171-20/+4
* Get mdoc_argv.c ready to use [some of] mandoc_getarg() by giving saidKristaps Dzonsons2011-04-175-23/+25
* mini-bug at eol after .Bl -column .ItIngo Schwarze2011-04-161-1/+11
* lines in tables and .RS/.RE nestingIngo Schwarze2011-04-161-1/+9
* Check in fix to roff conditional if/else stack running out of space.Kristaps Dzonsons2011-04-131-34/+25
* Back out commit to roff.c that needs to go in on its own.Kristaps Dzonsons2011-04-131-25/+34
* Remove TODO from prior commit of lifting warnings from `Sh', `Ss', `SH',Kristaps Dzonsons2011-04-132-42/+26
* Remove the warning for empty bodies of `Sh', `Ss', `SH', and `SS'. ThisKristaps Dzonsons2011-04-132-11/+8
* empty .SS is okIngo Schwarze2011-04-121-1/+8
* Let mandoc-db also collect -man descriptions.Kristaps Dzonsons2011-04-121-6/+26
* Updating mandoc-db manual page with new recno contents.Kristaps Dzonsons2011-04-111-5/+14
* Update example.style.css to be a bit more readable by default.Kristaps Dzonsons2011-04-111-19/+13
* Have mandoc-db accumulate manual page descriptions (`Nd' in -mdoc parlance)Kristaps Dzonsons2011-04-111-30/+80
* Ignore \# lines alongside \". From groff(7):Kristaps Dzonsons2011-04-111-2/+2
* Use dbt_xxxx functions to stash both filename and manual section in theKristaps Dzonsons2011-04-111-17/+19
* Tidy up www page: remove all sorts of DIV crap, superfluous CSS, in-lineKristaps Dzonsons2011-04-092-412/+363
* Skeleton of documentation functions, types, and variables in mandoc.h.Kristaps Dzonsons2011-04-091-2/+43
* Lint catching some potential issues.Kristaps Dzonsons2011-04-091-4/+4
* Remove a2roffdeco() and mandoc_special() functions and replace them withKristaps Dzonsons2011-04-0910-535/+480
* Don't shadow global identifiers.Joerg Sonnenberger2011-04-072-19/+19
* First, properly escape periods with \&. Then consistently refer toKristaps Dzonsons2011-04-061-63/+84
* On .de macro lines, after the macro name, space and tab are equivalent.Ingo Schwarze2011-04-051-6/+4
* Lint-checks over mandoc-db.c.Kristaps Dzonsons2011-04-051-19/+15
* Use a little more horsepower in parsing out NAME sections from -manKristaps Dzonsons2011-04-051-17/+57
* Fix type- and NULL-check to be correct node (last, not child). PreventsKristaps Dzonsons2011-04-051-2/+2
* Add mandoc-db.c checking for utility-name in NAME section of -manKristaps Dzonsons2011-04-051-4/+78
* Make sure to create LIBDIR. From a patch by Thomas Klausner, thanks!Kristaps Dzonsons2011-04-051-0/+1
* 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