Age | Commit message (Expand) | Author |
2010-05-08 | sync to bsd.lv mdoc_term.c 1.117, mdoc_html.c 1.61: | Ingo Schwarze |
2010-04-23 | Handle literal tab characters both in literal context (.Bd -literal) | Ingo Schwarze |
2010-04-12 | Partial revert of term.c rev. 1.23 | Ingo Schwarze |
2010-04-07 | Merge the good parts of 1.9.23, | Ingo Schwarze |
2010-04-03 | no need to die from .Xr without arguments, we can just ignore it | Ingo Schwarze |
2010-03-26 | merge 1.9.17, keeping local patches | Ingo Schwarze |
2010-03-02 | Proper inter-sentence spacing for mdoc(7). | Ingo Schwarze |
2010-02-18 | sync to release 1.9.15: | Ingo Schwarze |
2010-01-02 | complete the sync to 1.9.15-pre2: mostly minor fixes | Ingo Schwarze |
2010-01-01 | When a .Fl macro without an argument is followed by text, | Ingo Schwarze |
2010-01-01 | Fix .Bl -column horizontal spacing to agree with groff. | Ingo Schwarze |
2009-12-24 | sync to 1.9.14: rewrite escape sequence handling: | Ingo Schwarze |
2009-12-23 | sync to 1.9.13: minor fixes: | Ingo Schwarze |
2009-12-22 | sync to 1.9.12, mostly portability and refactoring: | Ingo Schwarze |
2009-10-27 | sync to 1.9.11: adapt printing of dates to groff conventions, | Ingo Schwarze |
2009-10-21 | sync to 1.9.9, featuring: | Ingo Schwarze |
2009-10-19 | sync to 1.9.7: kristaps@ renamed part of the DECL_ARGS :-( | Ingo Schwarze |
2009-10-19 | sync to 1.9.6: minor fixes: | Ingo Schwarze |
2009-10-19 | sync to 1.9.6: multiple improvements to references (.Rs) | Ingo Schwarze |
2009-10-19 | sync to 1.9.6: two newline fixes: | Ingo Schwarze |
2009-10-19 | sync to 1.9.6: fix segfault in .Bl -column | Ingo Schwarze |
2009-09-21 | sync to 1.9.5: make terminal_*, tree_* and out_* functions return void, | Ingo Schwarze |
2009-09-21 | sync to 1.9.5: remove TERMP_STYLE bit field in favour of recursion-friendly | Ingo Schwarze |
2009-08-22 | sync to 1.9.1: .Rv and .Ex accept multiple arguments | Ingo Schwarze |
2009-08-22 | sync to 1.9.0: like in groff, do not assert vspace between two .Sh macros | Ingo Schwarze |
2009-08-22 | sync to 1.9.0: move indentation size into *term.c files, | Ingo Schwarze |
2009-08-22 | sync to 1.8.4: LLVM findings from <uqs at spoerlein dot net> | Ingo Schwarze |
2009-08-09 | sync to 1.8.4: full .An -[no]split support | Ingo Schwarze |
2009-08-09 | sync to 1.8.4: now that leading blanks in literal text are preserved, | Ingo Schwarze |
2009-08-09 | sync to 1.8.3: ugly fix for .Bl or .Bd when nested in .Bl -hang | Ingo Schwarze |
2009-08-09 | sync to 1.8.3: In .Bl -column, handle one column in excess, | Ingo Schwarze |
2009-08-09 | sync to 1.8.3: bring vspace handling in .Bl -column and -diag closer to groff | Ingo Schwarze |
2009-08-09 | sync to 1.8.3: remove doubled .Bl -diag whitespace | Ingo Schwarze |
2009-08-09 | sync to 1.8.3: right-most column now fills to the right margin | Ingo Schwarze |
2009-08-09 | multiple spacing fixes for .Bl -hang, -tag, -inset and -diag | Ingo Schwarze |
2009-08-09 | sync to 1.8.2: more .Bl -column fixes, in particular: | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: remove superfluous NOSPACE in bd post, | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: add a comment explaining the non-trivial termpair semantics; | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: support .br and .sp | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: .Bl -diag lacked the second blank after the tag | Ingo Schwarze |
2009-07-25 | sync to 1.8.1: fix date in footer; from Ulrich Sporlein | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: a couple of cosmetic fixes: | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: support -offset [0-9]+n and -offset [0-9]+m | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: support .Bl -hang | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: move mdoc_a2att, mdoc_a2st, and mdoc_a2lib to libmdoc | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: for .Fo, do not print a blank before '(' | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: two .Vd in SYNOPSIS get a line break in between, | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: replace macro function declarations by real ones, and sort them | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: cleanup: remove offset and rmargin from termpair | Ingo Schwarze |
2009-07-18 | sync to 1.8.0: remove ambiguous TERMPAIR_SETFLAG macro and set flags manually | Ingo Schwarze |