summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* "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 ↵Kristaps Dzonsons2010-05-144-11/+34
| | | | | | | Joerg Sonnenberger, ed. Kristaps) Keep short-log of commits in index.sgml. Document compatibility with new/old groff in mdoc.7.
* "Invalid standard argument should be a warning. Just leak it into theKristaps Dzonsons2010-05-142-6/+7
| | | | output." (patch by Joerg Sonnenberger)
* 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 ↵Kristaps Dzonsons2010-05-141-3/+3
| | | | Sonnenberger)
* 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
| | | | IS NOT SMART ENOUGH TO DO THIS.
* 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
| | | | | Fixed assumption that parse-point == 1 equates to beginning of line (false if whitespace separates macro and control character). Fixed line-break for non-first-macro in several SYNOPSIS macros.
* Use "=" instead of "?=" for compatibility.Kristaps Dzonsons2010-05-131-1/+1
|
* Put the eos-checker into libmandoc.h.Kristaps Dzonsons2010-05-126-32/+44
| | | | Added bits in mdoc.7 and man.7 about EOS spacing.
* 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 ↵Kristaps Dzonsons2010-05-125-7/+43
| | | | output engine with flag.
* mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).Kristaps Dzonsons2010-05-128-77/+73
| | | | | Changed ordering of sections (EXIT STATUS moved around), argued for by Ulrich Sporlein. Fixed mdoc_str2sec not to use weird structure.
* 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 ↵Kristaps Dzonsons2010-05-097-50/+29
| | | | Schwarze, too.
* Noted \*(Ba side effects.Kristaps Dzonsons2010-05-091-1/+12
|
* Explicitly account for \*(Ba when checking for delims. Noted by Jason ↵Kristaps Dzonsons2010-05-092-12/+19
| | | | McIntyre via Ingo Schwarze.
* Setting maxmargin, too (for completion).Kristaps Dzonsons2010-05-091-9/+13
|
* Allow literal contexts to have unbound line lengths (from Ingo Schwarze's ↵Kristaps Dzonsons2010-05-091-23/+56
| | | | mandoc TODO by way of Jason McIntyre).
* Fixed ugly formatting of mandoc_char.7 in groff (-column widths were using ↵Kristaps Dzonsons2010-05-091-4/+4
| | | | an escape, which groff understands but mandoc doesn't).
* Introduce ARGS_PEND for `It -column' end-of-line special casing.Kristaps Dzonsons2010-05-093-19/+52
| | | | Initial rules for insane `It -column' tabsep handling.
* Backing out activitymail (broken).VERSION_1_9_24Kristaps Dzonsons2010-05-091-4/+3
|
* This is just a test of the source changes mailer.Kristaps Dzonsons2010-05-091-1/+2
|
* Noting that list subscription is moderated.Kristaps Dzonsons2010-05-091-2/+2
|
* Getting version ready.Kristaps Dzonsons2010-05-092-4/+4
|
* Cleaned up index, added GSoC projects.Kristaps Dzonsons2010-05-091-10/+17
|
* Another mailing list...Kristaps Dzonsons2010-05-081-1/+8
|
* Adding initial mailing list section to homepage.Kristaps Dzonsons2010-05-083-7/+20
|
* Note that whitespace is really only the space character.Kristaps Dzonsons2010-05-082-3/+5
|
* Fix asserts on stripping end-of-line whitespace.Kristaps Dzonsons2010-05-082-8/+4
|
* Second test of log_accum.Kristaps Dzonsons2010-05-081-2/+2
|
* Test of log_accum.Kristaps Dzonsons2010-05-081-2/+2
|
* Strip trailing, unescaped whitespace from free-form, non-literal lines (like ↵Kristaps Dzonsons2010-05-084-30/+51
| | | | groff).
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-0811-52/+57
|