summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Have mandoc-db accumulate manual page descriptions (`Nd' in -mdoc parlance)Kristaps Dzonsons2011-04-111-29/+79
* Ignore \# lines alongside \". From groff(7):Kristaps Dzonsons2011-04-111-1/+1
* Use dbt_xxxx functions to stash both filename and manual section in theKristaps Dzonsons2011-04-111-16/+18
* 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-0/+41
* Lint catching some potential issues.Kristaps Dzonsons2011-04-091-3/+3
* Remove a2roffdeco() and mandoc_special() functions and replace them withKristaps Dzonsons2011-04-0910-525/+470
* Don't shadow global identifiers.Joerg Sonnenberger2011-04-072-17/+17
* First, properly escape periods with \&. Then consistently refer toKristaps Dzonsons2011-04-061-61/+82
* On .de macro lines, after the macro name, space and tab are equivalent.Ingo Schwarze2011-04-051-5/+3
* Lint-checks over mandoc-db.c.Kristaps Dzonsons2011-04-051-18/+14
* Use a little more horsepower in parsing out NAME sections from -manKristaps Dzonsons2011-04-051-16/+56
* Fix type- and NULL-check to be correct node (last, not child). PreventsKristaps Dzonsons2011-04-051-1/+1
* Add mandoc-db.c checking for utility-name in NAME section of -manKristaps Dzonsons2011-04-051-3/+77
* 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-0/+16
* Suppress a space following the "(" for -T[x]html `Fn'. Found by randomKristaps Dzonsons2011-04-041-0/+1
* 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-3/+1
* Version up to 1.11.1: here we go!Kristaps Dzonsons2011-04-042-3/+3
* Have `Fd' detection in mandoc-db also look for local includes (i.e.,Kristaps Dzonsons2011-04-041-2/+2
* Have `Fd' in -T[x]html generate an "include" link if it detects oneKristaps Dzonsons2011-04-041-4/+52
* Fix a bug that slip in: PAIR_XXXX macros expanded to run the incrementKristaps Dzonsons2011-04-041-1/+2
* Last low-hanging removal of superfluous variable assignments.Kristaps Dzonsons2011-04-041-6/+13
* 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