| Commit message (Expand) | Author | Age | Files | Lines |
* | Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, and | Kristaps Dzonsons | 2011-03-22 | 1 | -359/+0 |
* | Allow -man to process EQN as well. Also fix a segfault in missing case | Kristaps Dzonsons | 2011-02-09 | 1 | -0/+2 |
* | Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). Only | Kristaps Dzonsons | 2011-02-09 | 1 | -0/+9 |
* | Oops: get rid of stray whitespace.VERSION.1.10.9 | Kristaps Dzonsons | 2011-01-07 | 1 | -1/+1 |
* | Tiny edit required after MDOC_HALT change. | Kristaps Dzonsons | 2011-01-03 | 1 | -5/+0 |
* | Clarified the role of MDOC_HALT in libmdoc functions by having accessor | Kristaps Dzonsons | 2011-01-03 | 1 | -12/+12 |
* | Add table processing structures to -mdoc. This consists of an | Kristaps Dzonsons | 2011-01-01 | 1 | -0/+8 |
* | Correctly labelled command-line as `Dl'. | Kristaps Dzonsons | 2010-12-17 | 1 | -1/+1 |
* | Cleaned up library manuals: removed old escapes, added EXAMPLES, stripped | Kristaps Dzonsons | 2010-10-10 | 1 | -29/+7 |
* | Implement a simple, consistent user interface for error handling. | Ingo Schwarze | 2010-08-20 | 1 | -6/+1 |
* | Re-constitution of `ds' symbol processing. First, push the | Kristaps Dzonsons | 2010-07-07 | 1 | -1/+0 |
* | Assert my copyright, making it explicit that i'm granting the same license | Ingo Schwarze | 2010-07-04 | 1 | -1/+2 |
* | "Tweak previous": "badly nested" becomes badly-nested, some typos | Kristaps Dzonsons | 2010-07-01 | 1 | -17/+24 |
* | Support for badly nested blocks, written around the time of | Ingo Schwarze | 2010-06-29 | 1 | -4/+67 |
* | Following clue-stick applied by schwarze@, back out const-ness of regset | Kristaps Dzonsons | 2010-06-27 | 1 | -2/+4 |
* | Downstream maintainers: this removes UGLY! I don't want diverging | Kristaps Dzonsons | 2010-06-27 | 1 | -2/+6 |
* | Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a | Kristaps Dzonsons | 2010-06-26 | 1 | -1/+7 |
* | Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. This | Kristaps Dzonsons | 2010-05-30 | 1 | -5/+5 |
* | Added roff.3, which documents the roff parser interface. | Kristaps Dzonsons | 2010-05-25 | 1 | -3/+2 |
* | Clean-up: added `Nm mdoc' to mdoc.3. | Kristaps Dzonsons | 2010-05-25 | 1 | -0/+1 |
* | Clean-up: new-sentence, new-line for mdoc.3. | Kristaps Dzonsons | 2010-05-25 | 1 | -105/+59 |
* | Removed offsets from most parts (no reason for indentation). | Kristaps Dzonsons | 2010-02-17 | 1 | -18/+18 |
* | Fix white-space issues found by mandoc's better white-space finder. | Kristaps Dzonsons | 2010-01-07 | 1 | -1/+1 |
* | Fixed mandoc.1 examples (new -Thtml options). | Kristaps Dzonsons | 2009-10-03 | 1 | -1/+1 |
* | Made tree/term/out() functions return void. | Kristaps Dzonsons | 2009-09-16 | 1 | -1/+1 |
* | Removed trailing whitespace in manuals. | Kristaps Dzonsons | 2009-07-20 | 1 | -32/+32 |
* | Removed some finished FIXMEs in mdoc.3. | Kristaps Dzonsons | 2009-07-19 | 1 | -8/+0 |
* | Fixed man.3 mdoc.3 const-nesses. | Kristaps Dzonsons | 2009-07-05 | 1 | -3/+3 |
* | Fixed email address in manual AUTHOR reference. | Kristaps Dzonsons | 2009-06-11 | 1 | -1/+1 |
* | Fixed license email address. | Kristaps Dzonsons | 2009-06-10 | 1 | -1/+1 |
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
* | Manual .Dt fields CAPITALISED. | Kristaps Dzonsons | 2009-04-12 | 1 | -1/+1 |
* | General clean-ups. | Kristaps Dzonsons | 2009-03-31 | 1 | -2/+3 |
* | Added some new manuals (mdoc.3 mandoc_char.7). | Kristaps Dzonsons | 2009-03-27 | 1 | -12/+3 |
* | All macro-invocations, for consistency, begin with `.' in documentation. | Kristaps Dzonsons | 2009-03-26 | 1 | -7/+7 |
* | More manual documentation fixed/improved. | Kristaps Dzonsons | 2009-03-23 | 1 | -4/+7 |
* | More documentation clarification. | Kristaps Dzonsons | 2009-03-22 | 1 | -0/+3 |
* | Fixes to dynamic addition of Bl width. | Kristaps Dzonsons | 2009-03-21 | 1 | -0/+20 |
* | Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2 | Kristaps Dzonsons | 2009-03-20 | 1 | -8/+21 |
* | Changed e-mail address to @openbsd. | Kristaps Dzonsons | 2009-03-16 | 1 | -2/+2 |
* | Fixed mdoc_phrase escape handling. | Kristaps Dzonsons | 2009-03-16 | 1 | -1/+4 |
* | mdoc.3 refers to local mdoc.7. | Kristaps Dzonsons | 2009-03-14 | 1 | -168/+31 |
* | Made syste-name macros callable (At, Bsx, etc.). | Kristaps Dzonsons | 2009-03-12 | 1 | -6/+16 |
* | Added -nested (doesn't do anything). | Kristaps Dzonsons | 2009-03-12 | 1 | -0/+19 |
* | NetBSD '.[[:whitespace:]]*' properly handled. | Kristaps Dzonsons | 2009-03-12 | 1 | -44/+39 |
* | Character-encoding stuff documented, expanded. | Kristaps Dzonsons | 2009-02-27 | 1 | -0/+5 |
* | More character-encoding. | Kristaps Dzonsons | 2009-02-27 | 1 | -2/+39 |
* | *** empty log message *** | Kristaps Dzonsons | 2009-02-25 | 1 | -1/+4 |
* | Character-encoding checked for all text (arguments/values). | Kristaps Dzonsons | 2009-02-24 | 1 | -1/+18 |
* | Adding revamped webpage. | Kristaps Dzonsons | 2009-02-23 | 1 | -5/+14 |