aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-158-26/+19
* Push buffer resizing into its own function. Keep initial allocations theJoerg Sonnenberger2010-05-151-20/+25
* fixed tabs in quoted .Bl -column; and removed right margin from displaysIngo Schwarze2010-05-151-10/+0
* no more info on bugs FIXED in bsd.lv;Ingo Schwarze2010-05-151-40/+2
* Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze2010-05-154-26/+36
* Initial roff shim skeleton in place.Kristaps Dzonsons2010-05-153-11/+89
* Documented EOS buffered spaces and added `]'.Kristaps Dzonsons2010-05-153-9/+24
* More EOS: append_delims() fitted with EOS detection, so ANY macro with append...Kristaps Dzonsons2010-05-154-22/+55
* Cleanup indentation after moving the read buffering out of the loop.Joerg Sonnenberger2010-05-151-54/+52
* "Push down the buffer to where they are used.Kristaps Dzonsons2010-05-151-78/+131
* More `Bl -column' dancing: It children also inherit in-phrase flags (noted by...Kristaps Dzonsons2010-05-153-30/+22
* Whacked lastman and lastmdoc (not being used).Kristaps Dzonsons2010-05-151-7/+1
* Making room for libroff in Makefile: properly split out libmandoc.a.Kristaps Dzonsons2010-05-151-15/+57
* Added Ingo's TODO file.Kristaps Dzonsons2010-05-141-0/+164
* "Accumulate errors and warnings in global variables and exit with errorKristaps Dzonsons2010-05-141-58/+60
* Remove in-manual-section warnings for Fd and Lb (ok joerg@, schwarze@).Kristaps Dzonsons2010-05-141-48/+4
* Backed out check for `Ex' manual sec (ok schwarze@, joerg@), in turn backing ...Kristaps Dzonsons2010-05-144-42/+7
* "Add libelf and libterminfo." (patch by Joerg Sonnenberger)Kristaps Dzonsons2010-05-141-1/+3
* Pulled back in mysterious lost le1 <-> eq0 for Sp macro.Kristaps Dzonsons2010-05-142-5/+5
* "Warn on unknown argument for .At and print it like [new] groff." (patch by J...Kristaps Dzonsons2010-05-144-11/+34
* "Invalid standard argument should be a warning. Just leak it into theKristaps Dzonsons2010-05-142-6/+7
* Finish initial documentation of the Bl lists.Kristaps Dzonsons2010-05-141-1/+40
* Re-addition of cleaned-up list documentation in mdoc.7.Kristaps Dzonsons2010-05-141-55/+69
* "If the last column wasn't specified, it is auto-sized." (patch by Joerg Sonn...Kristaps Dzonsons2010-05-141-3/+3
* Added documentation bits.Kristaps Dzonsons2010-05-141-2/+5
* Block-implicit macros now up-propogate end-of-sentence spacing. NOTE: GROFF ...Kristaps Dzonsons2010-05-142-3/+24
* Fix for Joerg's patch stripping of pre-comment whitespace (by Joerg).Kristaps Dzonsons2010-05-141-3/+3
* Removed remaining "1 == ppos" invocations.Kristaps Dzonsons2010-05-141-5/+11
* Proper handling of quoted tab-separated column lists.Kristaps Dzonsons2010-05-143-36/+53
* Superfluous checkin testing cvs commit mailout (again)...Kristaps Dzonsons2010-05-141-1/+6
* Superfluous commit just to test commit messages.Kristaps Dzonsons2010-05-141-2/+3
* Added source mailing list entry.Kristaps Dzonsons2010-05-141-3/+3
* Documented version bits.VERSION_1_9_25Kristaps Dzonsons2010-05-132-7/+11
* Lint fix.Kristaps Dzonsons2010-05-131-1/+2
* Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.Kristaps Dzonsons2010-05-136-52/+69
* Use "=" instead of "?=" for compatibility.Kristaps Dzonsons2010-05-131-1/+1
* Put the eos-checker into libmandoc.h.Kristaps Dzonsons2010-05-126-32/+44
* End-of-sentence, end-of-line.Kristaps Dzonsons2010-05-121-93/+124
* End-of-sentence spacing for -man -Tascii.Kristaps Dzonsons2010-05-123-3/+30
* End of sentence, end of line for mdoc.7.Kristaps Dzonsons2010-05-121-145/+196
* Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...Kristaps Dzonsons2010-05-125-7/+43
* mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).Kristaps Dzonsons2010-05-128-77/+73
* Fix quoting of bar: \*(Ba mapping "|" is dumb, dumb, dumb (thanks groff).Kristaps Dzonsons2010-05-121-3/+3
* Back out OpenBSD special case (ok Ingo Schwarze).Kristaps Dzonsons2010-05-101-12/+12
* Proper leading spaces for new- and old-groff in -man -Tascii mode.Kristaps Dzonsons2010-05-101-2/+20
* -man also now has unbound margins for literal context.Kristaps Dzonsons2010-05-103-9/+9
* Keeping track of changes...Kristaps Dzonsons2010-05-091-2/+3
* Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz...Kristaps Dzonsons2010-05-097-50/+29
* Noted \*(Ba side effects.Kristaps Dzonsons2010-05-091-1/+12
* Explicitly account for \*(Ba when checking for delims. Noted by Jason McInty...Kristaps Dzonsons2010-05-092-12/+19