Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documented EOS buffered spaces and added `]'. | Kristaps Dzonsons | 2010-05-15 | 3 | -4/+19 |
| | |||||
* | More EOS: append_delims() fitted with EOS detection, so ANY macro with ↵ | Kristaps Dzonsons | 2010-05-15 | 4 | -18/+51 |
| | | | | | | appended delimiters will properly EOS. Fixed mandoc_eos() to accept sentence punctuation followed by close-delim buffers. | ||||
* | Cleanup indentation after moving the read buffering out of the loop. | Joerg Sonnenberger | 2010-05-15 | 1 | -53/+51 |
| | |||||
* | "Push down the buffer to where they are used. | Kristaps Dzonsons | 2010-05-15 | 1 | -77/+130 |
| | | | | | | Handle the stdin/file argument in one function. On top, use either mmap or if that failed reading the whole file into a single buffer." (patches by Joerg Sonnenberger, ed. Kristaps) | ||||
* | More `Bl -column' dancing: It children also inherit in-phrase flags (noted ↵ | Kristaps Dzonsons | 2010-05-15 | 3 | -27/+19 |
| | | | | by Ingo Schwarze). | ||||
* | Whacked lastman and lastmdoc (not being used). | Kristaps Dzonsons | 2010-05-15 | 1 | -6/+0 |
| | |||||
* | Making room for libroff in Makefile: properly split out libmandoc.a. | Kristaps Dzonsons | 2010-05-15 | 1 | -15/+57 |
| | |||||
* | Added Ingo's TODO file. | Kristaps Dzonsons | 2010-05-14 | 1 | -0/+164 |
| | |||||
* | "Accumulate errors and warnings in global variables and exit with error | Kristaps Dzonsons | 2010-05-14 | 1 | -57/+59 |
| | | | | if either is not null on exit." (patch by Joerg Sonnenberger) | ||||
* | Remove in-manual-section warnings for Fd and Lb (ok joerg@, schwarze@). | Kristaps Dzonsons | 2010-05-14 | 1 | -47/+3 |
| | |||||
* | Backed out check for `Ex' manual sec (ok schwarze@, joerg@), in turn backing ↵ | Kristaps Dzonsons | 2010-05-14 | 4 | -38/+3 |
| | | | | out check_msec() and deps. | ||||
* | "Add libelf and libterminfo." (patch by Joerg Sonnenberger) | Kristaps Dzonsons | 2010-05-14 | 1 | -0/+2 |
| | |||||
* | Pulled back in mysterious lost le1 <-> eq0 for Sp macro. | Kristaps Dzonsons | 2010-05-14 | 2 | -2/+2 |
| | |||||
* | "Warn on unknown argument for .At and print it like [new] groff." (patch by ↵ | Kristaps Dzonsons | 2010-05-14 | 4 | -7/+30 |
| | | | | | | | 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 the | Kristaps Dzonsons | 2010-05-14 | 2 | -4/+5 |
| | | | | output." (patch by Joerg Sonnenberger) | ||||
* | Finish initial documentation of the Bl lists. | Kristaps Dzonsons | 2010-05-14 | 1 | -0/+39 |
| | |||||
* | Re-addition of cleaned-up list documentation in mdoc.7. | Kristaps Dzonsons | 2010-05-14 | 1 | -54/+68 |
| | |||||
* | "If the last column wasn't specified, it is auto-sized." (patch by Joerg ↵ | Kristaps Dzonsons | 2010-05-14 | 1 | -2/+2 |
| | | | | Sonnenberger) | ||||
* | Added documentation bits. | Kristaps Dzonsons | 2010-05-14 | 1 | -0/+3 |
| | |||||
* | Block-implicit macros now up-propogate end-of-sentence spacing. NOTE: GROFF ↵ | Kristaps Dzonsons | 2010-05-14 | 2 | -1/+22 |
| | | | | IS NOT SMART ENOUGH TO DO THIS. | ||||
* | Fix for Joerg's patch stripping of pre-comment whitespace (by Joerg). | Kristaps Dzonsons | 2010-05-14 | 1 | -2/+2 |
| | |||||
* | Removed remaining "1 == ppos" invocations. | Kristaps Dzonsons | 2010-05-14 | 1 | -4/+10 |
| | |||||
* | Proper handling of quoted tab-separated column lists. | Kristaps Dzonsons | 2010-05-14 | 3 | -33/+50 |
| | |||||
* | Superfluous checkin testing cvs commit mailout (again)... | Kristaps Dzonsons | 2010-05-14 | 1 | -0/+5 |
| | |||||
* | Superfluous commit just to test commit messages. | Kristaps Dzonsons | 2010-05-14 | 1 | -1/+2 |
| | |||||
* | Added source mailing list entry. | Kristaps Dzonsons | 2010-05-14 | 1 | -2/+2 |
| | |||||
* | Documented version bits.VERSION.1.9.25 | Kristaps Dzonsons | 2010-05-13 | 2 | -6/+10 |
| | |||||
* | Lint fix. | Kristaps Dzonsons | 2010-05-13 | 1 | -0/+1 |
| | |||||
* | Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section. | Kristaps Dzonsons | 2010-05-13 | 6 | -46/+63 |
| | | | | | 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 Dzonsons | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | Put the eos-checker into libmandoc.h. | Kristaps Dzonsons | 2010-05-12 | 6 | -26/+38 |
| | | | | Added bits in mdoc.7 and man.7 about EOS spacing. | ||||
* | End-of-sentence, end-of-line. | Kristaps Dzonsons | 2010-05-12 | 1 | -92/+123 |
| | |||||
* | End-of-sentence spacing for -man -Tascii. | Kristaps Dzonsons | 2010-05-12 | 3 | -0/+27 |
| | |||||
* | End of sentence, end of line for mdoc.7. | Kristaps Dzonsons | 2010-05-12 | 1 | -144/+195 |
| | |||||
* | Tiny EOS patch. Back-end cues front-end through flag. Front-end cues ↵ | Kristaps Dzonsons | 2010-05-12 | 5 | -2/+38 |
| | | | | output engine with flag. | ||||
* | mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2). | Kristaps Dzonsons | 2010-05-12 | 8 | -68/+64 |
| | | | | | 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 Dzonsons | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | Back out OpenBSD special case (ok Ingo Schwarze). | Kristaps Dzonsons | 2010-05-10 | 1 | -11/+11 |
| | |||||
* | Proper leading spaces for new- and old-groff in -man -Tascii mode. | Kristaps Dzonsons | 2010-05-10 | 1 | -1/+19 |
| | |||||
* | -man also now has unbound margins for literal context. | Kristaps Dzonsons | 2010-05-10 | 3 | -6/+6 |
| | |||||
* | Keeping track of changes... | Kristaps Dzonsons | 2010-05-09 | 1 | -1/+2 |
| | |||||
* | Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo ↵ | Kristaps Dzonsons | 2010-05-09 | 7 | -42/+21 |
| | | | | Schwarze, too. | ||||
* | Noted \*(Ba side effects. | Kristaps Dzonsons | 2010-05-09 | 1 | -0/+11 |
| | |||||
* | Explicitly account for \*(Ba when checking for delims. Noted by Jason ↵ | Kristaps Dzonsons | 2010-05-09 | 2 | -10/+17 |
| | | | | McIntyre via Ingo Schwarze. | ||||
* | Setting maxmargin, too (for completion). | Kristaps Dzonsons | 2010-05-09 | 1 | -8/+12 |
| | |||||
* | Allow literal contexts to have unbound line lengths (from Ingo Schwarze's ↵ | Kristaps Dzonsons | 2010-05-09 | 1 | -22/+55 |
| | | | | mandoc TODO by way of Jason McIntyre). | ||||
* | Fixed ugly formatting of mandoc_char.7 in groff (-column widths were using ↵ | Kristaps Dzonsons | 2010-05-09 | 1 | -2/+2 |
| | | | | an escape, which groff understands but mandoc doesn't). | ||||
* | Introduce ARGS_PEND for `It -column' end-of-line special casing. | Kristaps Dzonsons | 2010-05-09 | 3 | -16/+49 |
| | | | | Initial rules for insane `It -column' tabsep handling. | ||||
* | Backing out activitymail (broken).VERSION.1.9.24 | Kristaps Dzonsons | 2010-05-09 | 1 | -3/+2 |
| | |||||
* | This is just a test of the source changes mailer. | Kristaps Dzonsons | 2010-05-09 | 1 | -0/+1 |
| |