2014-03-30 |
Ingo Schwarze | Implement the roff(7) .ll (line length) request. |
blob | commitdiff | raw |
2013-12-24 |
Ingo Schwarze | It turns out SYNOPSIS mode does not imply .Bk in general, |
blob | commitdiff | raw | diff to current |
2013-12-24 |
Ingo Schwarze | When deciding whether two consecutive macros are on... |
blob | commitdiff | raw | diff to current |
2012-11-17 |
Ingo Schwarze | Cleanup naming of local variables to make the code... |
blob | commitdiff | raw | diff to current |
2012-08-12 |
Ingo Schwarze | .Sq should use curly right quotes in HTML output to... |
blob | commitdiff | raw | diff to current |
2011-11-03 |
Ingo Schwarze | Correct .Eo spacing: |
blob | commitdiff | raw | diff to current |
2011-10-16 |
Ingo Schwarze | Remove a bunch of useless assignments, |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Ingo Schwarze | Always print <table> column widths in -T[x]html; |
blob | commitdiff | raw | diff to current |
2011-10-05 |
Kristaps Dzonsons | Add the -Ofragment option to -T[]x]html. This accomoda... |
blob | commitdiff | raw | diff to current |
2011-08-26 |
Kristaps Dzonsons | Make sure that `Ql' literalises its arguments in -T... |
blob | commitdiff | raw | diff to current |
2011-08-18 |
Kristaps Dzonsons | Align `-offset indent' and `D1' by forcing BLOCKQUOTE... |
blob | commitdiff | raw | diff to current |
2011-08-18 |
Kristaps Dzonsons | Have `Li' be correctly monospaced in -T[x]html. Also... |
blob | commitdiff | raw | diff to current |
2011-08-10 |
Kristaps Dzonsons | Allow `Sx' and `Ss' to have child nodes. Fixes manuals... |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | Flip on equation printing for -T[x]html. |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Flip eqn into using parsed nodes. I've temporarily... |
blob | commitdiff | raw | diff to current |
2011-07-04 |
Kristaps Dzonsons | The bufcat() function in -T[x]html was eating one byte... |
blob | commitdiff | raw | diff to current |
2011-06-29 |
Kristaps Dzonsons | First fix how `sp 1' doesn't imply `1v' (it now does... |
blob | commitdiff | raw | diff to current |
2011-06-16 |
Kristaps Dzonsons | Have -T[x]html print out the link target for `Lk' if... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Clean-up fallout: differentiate ID's and HREF's (where... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Cleanups in -T[x]html: make html_idcat() use the buffer... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Clean-ups in -T[x]html: inline print_num(), as it was... |
blob | commitdiff | raw | diff to current |
2011-05-14 |
Kristaps Dzonsons | Give -Thtml and -Txhtml the gift of recognising escapes... |
blob | commitdiff | raw | diff to current |
2011-04-23 |
Kristaps Dzonsons | Revert last change: this screwed up displaying in other... |
blob | commitdiff | raw | diff to current |
2011-04-23 |
Kristaps Dzonsons | Make the `Nm' -Thtml attribute be min-width instead... |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Kristaps Dzonsons | Suppress a space following the "(" for -T[x]html `Fn... |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Kristaps Dzonsons | Have `Fd' in -T[x]html generate an "include" link if... |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Kristaps Dzonsons | Fix a bug that slip in: PAIR_XXXX macros expanded to... |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Kristaps Dzonsons | Fully fix the `Rv' and `Ex' handlers for -T[x]html... |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Kristaps Dzonsons | Make `Rv' do the Right Thing regarding commas and ... |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Kristaps Dzonsons | Fix possible segfaults in `Lk' -T[x]html handler, which... |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Kristaps Dzonsons | Clean-up in -T[x]html: remove some unnecessary assignme... |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Kristaps Dzonsons | Clean up handling of `In' for -T[x]html such that it... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Move mandoc_isdelim() back into libmdoc.h. This fixes... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Ingo Schwarze | Clean up date handling, |
blob | commitdiff | raw | diff to current |
2011-02-09 |
Kristaps Dzonsons | EQN blocks are now printed in all modes. This is simpl... |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Ingo Schwarze | Fix a regression caused by mdoc_term.c 1.214 / mdoc_htm... |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Kristaps Dzonsons | Add initial libmdoc and libman top-most machinery for... |
blob | commitdiff | raw | diff to current |
2011-02-02 |
Kristaps Dzonsons | If `Ns' is specified on its own line, it should be... |
blob | commitdiff | raw | diff to current |
2011-01-29 |
Kristaps Dzonsons | When in a <PRE>, don't print out the <BR> before lines... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Kristaps Dzonsons | Arguments to `Bsx' and friends are separated by a non... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Kristaps Dzonsons | Push capitalisation of `Bx' second argument into valida... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Kristaps Dzonsons | Properly uppercase the first-letter of the `Bx' second... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Kristaps Dzonsons | Have `Bx' accept two arguments, not just one, and join... |
blob | commitdiff | raw | diff to current |
2011-01-13 |
Kristaps Dzonsons | Change how -Thtml behaves with tables: use multiple... |
blob | commitdiff | raw | diff to current |
2011-01-12 |
Kristaps Dzonsons | If the first character of free-form text is whitespace... |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Kristaps Dzonsons | Quiesce lint with some type handling. Does not change... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Add skeleton for -T[x]html tbl stuff. Also start to... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Add table processing structures to -mdoc. This consist... |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Kristaps Dzonsons | Make `Fo' use a B instead of SPAN (left-over). |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Kristaps Dzonsons | Apparently the U tag is deprecated, so use a SPAN inste... |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Kristaps Dzonsons | As per schwarze@'s suggestions, roll back the refcount... |
blob | commitdiff | raw | diff to current |
2010-12-23 |
Kristaps Dzonsons | Ensure -Thtml has DIV as child of BLOCKQUOTE. |
blob | commitdiff | raw | diff to current |
2010-12-22 |
Kristaps Dzonsons | Implement reference-counted version of original union... |
blob | commitdiff | raw | diff to current |
2010-12-20 |
Kristaps Dzonsons | Fix list-type being clobbered by margins. Last default... |
blob | commitdiff | raw | diff to current |
2010-12-20 |
Kristaps Dzonsons | More use default tags, this time I and U. Also fix... |
blob | commitdiff | raw | diff to current |
2010-12-20 |
Kristaps Dzonsons | Give header and footer table cells default widths ... |
blob | commitdiff | raw | diff to current |
2010-12-19 |
Kristaps Dzonsons | Migrate schwarze@'s `Bk' argument patch to -T[x]html. |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Kristaps Dzonsons | Don't use EM for default widths; use BU instead. |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Kristaps Dzonsons | Prevent double-printing of `D1' or `Dl' DIV. |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Kristaps Dzonsons | Add a "list" top-level tag, too. |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Kristaps Dzonsons | Remove useless DIVs in favour of BRs. Fix `Ex' by... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Kristaps Dzonsons | Make literal `Bd' use a PRE in -Thtml. Make `Bd' outpu... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Kristaps Dzonsons | Have synopsis_pre() in -Thtml emit P or BR, not DIVs. |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Kristaps Dzonsons | Make SYNOPSIS `Nm' use a TABLE in -T[x]html mode. ... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Kristaps Dzonsons | Significantly clean up Sh, Ss, SH, and SS handling... |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Kristaps Dzonsons | Get widths to be propertly represented in -T[x]html. |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | Remove `Pp' and `Lp' checks in front-ends to make sure... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | Use a single P tag for paragraph breaks (which can... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | Make sure that new list types don't emit whitespace... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | Clarify purpose of "lit". |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | Remove stupid outer DIV tag in favour of regular BODY... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | Added list-type style tips. |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | In-progress move from -T[x]html using DIVs for its... |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Kristaps Dzonsons | Merge schwarze@'s changes allowing nested displays... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Kristaps Dzonsons | Move `Mt', `Ar', and `Li' handling from mdoc_action... |
blob | commitdiff | raw | diff to current |
2010-10-23 |
Ingo Schwarze | let .Bsx print just "BSD/OS" like in modern groff |
blob | commitdiff | raw | diff to current |
2010-10-10 |
Kristaps Dzonsons | `Sm' no longer produces a linebreak when used in `Bd'. |
blob | commitdiff | raw | diff to current |
2010-10-01 |
Ingo Schwarze | * need a space before .No even if it starts with a... |
blob | commitdiff | raw | diff to current |
2010-10-01 |
Kristaps Dzonsons | Fix small regression where `Op' had an extra space... |
blob | commitdiff | raw | diff to current |
2010-09-27 |
Kristaps Dzonsons | Suppress whitespace following Pp, Lp, sp, and the other... |
blob | commitdiff | raw | diff to current |
2010-09-26 |
Kristaps Dzonsons | Consolidated all -T[x]html punctuation macros into... |
blob | commitdiff | raw | diff to current |
2010-09-25 |
Kristaps Dzonsons | A `%T' invoked outside of `Rs' should not produce trail... |
blob | commitdiff | raw | diff to current |
2010-09-25 |
Kristaps Dzonsons | Add `Rs' vertical-space in -T[x]html "SEE ALSO" section... |
blob | commitdiff | raw | diff to current |
2010-09-04 |
Kristaps Dzonsons | Churny commit to quiet lint. No functional changes. |
blob | commitdiff | raw | diff to current |
2010-09-04 |
Kristaps Dzonsons | Properly handle -mdoc %A in all outputs. This has... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Ingo Schwarze | Implement a simple, consistent user interface for error... |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Ingo Schwarze | same as mdoc_term.c rev. 1.180: |
blob | commitdiff | raw | diff to current |
2010-07-27 |
Kristaps Dzonsons | Fix how `Bd -unfilled' and `Bd -literal' break lines... |
blob | commitdiff | raw | diff to current |
2010-07-23 |
Kristaps Dzonsons | Add support for `Sm' in -T[x]html -mdoc. |
blob | commitdiff | raw | diff to current |
2010-07-19 |
Kristaps Dzonsons | Remove some FIXMEs: `Ms' accepts arbitrary text, so... |
blob | commitdiff | raw | diff to current |
2010-07-19 |
Kristaps Dzonsons | Fix spurrious newline emitted by `Pp' when specified... |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Ingo Schwarze | correct lots of copyright notices; |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Kristaps Dzonsons | Re-constitution of `ds' symbol processing. First,... |
blob | commitdiff | raw | diff to current |
2010-07-06 |
Kristaps Dzonsons | Give -T[x]html `Bk -words' capability. |
blob | commitdiff | raw | diff to current |
2010-07-04 |
Kristaps Dzonsons | Cache column sizes and char pointer into mdoc_bl. ... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Kristaps Dzonsons | Stash `Bf' parameters into struct mdoc_bf. |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Kristaps Dzonsons | Implemented -Thtml bits for handling `Nm' blocks. |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Kristaps Dzonsons | Make struct_bl and struct_bd into pointers. This remov... |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Kristaps Dzonsons | More reality-checks for the p->end type. |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Ingo Schwarze | Support for badly nested blocks, written around the... |
blob | commitdiff | raw | diff to current |
next |