]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2011-02-06 Kristaps DzonsonsLet the line-number of a tbl_span be remembered.
2011-02-06 Kristaps DzonsonsAdd initial libmdoc and libman top-most machinery for...
2011-02-06 Kristaps DzonsonsAdd initial EQN support to mandoc. This parses, then...
2011-02-03 Kristaps DzonsonsTODO note on that `.TS', `.TE' etc. aren't real roff...
2011-02-02 Kristaps DzonsonsIf `Ns' is specified on its own line, it should be...
2011-01-31 Kristaps DzonsonsNote an error found in the wild.
2011-01-30 Ingo SchwarzeImplement the \N'number' (numbered character) roff...
2011-01-29 Kristaps DzonsonsWhen in a <PRE>, don't print out the <BR> before lines...
2011-01-25 Kristaps DzonsonsRemove unnecessary conditional...
2011-01-25 Kristaps DzonsonsArguments to `Bsx' and friends are separated by a non...
2011-01-25 Kristaps DzonsonsPush capitalisation of `Bx' second argument into valida...
2011-01-25 Kristaps DzonsonsProperly uppercase the first-letter of the `Bx' second...
2011-01-25 Kristaps DzonsonsHave `Bx' accept two arguments, not just one, and join...
2011-01-25 Ingo SchwarzeAvoid double blank line before a table preceded by...
2011-01-25 Ingo SchwarzeSince tbl_data() can now produce multiple spans, let...
2011-01-25 Ingo SchwarzeDo not skip data after horizontal lines in the layout.
2011-01-25 Ingo Schwarzecorrect horizontal spacing of data cells
2011-01-25 Kristaps DzonsonsIf %B is specified, quote %T. Noted by schwarze@ in...
2011-01-25 Ingo SchwarzeIgnore .ns (no-space mode), .ps (change point size...
2011-01-25 Ingo SchwarzeAs noticed by deraadt@, it goes without saying that...
2011-01-24 Ingo SchwarzeSkip carriage return before newline, if any.
2011-01-24 Ingo SchwarzeBetter explain roff(7) macro argument quoting;
2011-01-24 Ingo Schwarzeresults of some systematic comparisons
2011-01-23 Ingo Schwarzenot implemented: adjustment
2011-01-23 Ingo SchwarzeFix another regression caused by the reorg of print_man...
2011-01-22 Ingo Schwarzesome more reports from brad@
2011-01-22 Ingo Schwarzemissing: .ns, .UR; reported by brad@
2011-01-22 Ingo Schwarzesort missing features, no change of content
2011-01-22 Ingo SchwarzeLots of in-line macros require arguments but were not...
2011-01-22 Ingo SchwarzeCheck argument count validation for all in_line() macros.
2011-01-22 Ingo SchwarzeWhen finding the roff .it request (line trap),
2011-01-17 Kristaps Dzonsons"decimalpoint" is in fact supported.
2011-01-17 Ingo SchwarzeRefrain from throwing fatal errors for
2011-01-16 Ingo SchwarzeWhen processing a blank text line, do not break out...
2011-01-16 Ingo SchwarzeImplement the roff .rm request (remove macro).
2011-01-13 Kristaps DzonsonsChange how -Thtml behaves with tables: use multiple...
2011-01-12 Kristaps DzonsonsIncorporate same fix for -man post-validation deletion...
2011-01-12 Kristaps DzonsonsDowngrade -man message of ignored empty paragraph to...
2011-01-12 Kristaps DzonsonsMake out-of-context `fi' invocations not cause an error...
2011-01-12 Kristaps DzonsonsBring in -Tascii comments for -Thtml MANH_LITERAL line...
2011-01-12 Kristaps DzonsonsMake sure that -Thtml doesn't break within literal...
2011-01-12 Kristaps DzonsonsMake -man -Tascii not break within literal lines, e.g.,
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2011-01-11 Kristaps DzonsonsNote that "^" needs an empty cell, while "s" does not.
2011-01-11 Kristaps DzonsonsAdd support for "^" vertical spanners. Unlike GNU...
2011-01-11 Kristaps DzonsonsDon't let `in' creep past the right margin.
2011-01-11 Ingo SchwarzeRefactoring in preparation for .rm support:
2011-01-10 Kristaps DzonsonsClarify what members may be NULL or not in calculating...
2011-01-10 Kristaps DzonsonsMake dp->string always consist of a value.
2011-01-10 Kristaps DzonsonsFirst, make extra data cells be thrown away. This...
2011-01-10 Ingo Schwarzesome minor issues reported by brad@
2011-01-09 Kristaps DzonsonsWhen a row of data is being parsed and it's a line...
2011-01-09 Ingo SchwarzeRemove lots of issues that have been resolved,
2011-01-09 Joerg SonnenbergerAdd some unsigned char casts for tolower() usage
2011-01-08 Kristaps DzonsonsNote that we support the "a" key.
2011-01-08 Kristaps DzonsonsThe numerical column type centres on the *last* decimal...
2011-01-08 Kristaps DzonsonsGive the "n" cell type knowledge of its spacing.
2011-01-07 Kristaps DzonsonsMeh, 2010->2011. Changed the live index.html file...
2011-01-07 Kristaps DzonsonsOops: get rid of stray whitespace. VERSION_1_10_9
2011-01-07 Kristaps DzonsonsFixes: T} can be followed by a delimiter then more...
2011-01-07 Kristaps DzonsonsQuiesce lint with some type handling. Does not change...
2011-01-07 Kristaps DzonsonsVersion bits. Here we go...
2011-01-07 Kristaps DzonsonsTiny bits in place for tbl horizontal spans. This...
2011-01-06 Kristaps DzonsonsMake -literal displays only have 8-character displays...
2011-01-06 Kristaps DzonsonsRemove delims from struct tbl (not used anywhere and...
2011-01-06 Kristaps DzonsonsClean-up www page a bit.
2011-01-06 Kristaps DzonsonsRestructured tbl_html() function so that we always...
2011-01-06 Kristaps DzonsonsMake -T[x]html for tables structure cells with a width...
2011-01-05 Kristaps DzonsonsTweaks to tbl.7 from Jason McIntyre.
2011-01-05 Kristaps DzonsonsStuff tbl_calc() into out.c so that it can be shared...
2011-01-05 Kristaps DzonsonsGive tables an HTML class.
2011-01-05 Kristaps DzonsonsTweak some language in tbl.7.
2011-01-04 Ingo SchwarzeMerge from OpenBSD (similar to my original fix committe...
2011-01-04 Kristaps DzonsonsAdd tbl.7 to DOCUMENTATION. Removed old NEWS items.
2011-01-04 Kristaps DzonsonsMoved table stuff from roff.7 into the new tbl.7 (sugge...
2011-01-04 Kristaps DzonsonsSupport `T{' and `T}' data blocks. When a standalone...
2011-01-04 Kristaps DzonsonsHave horizontal spanner not clobber pre-set width.
2011-01-04 Kristaps DzonsonsFix spacing for tables to use term_len(). Also make...
2011-01-04 Kristaps DzonsonsFix to make horizontal spanners in the layout be proper...
2011-01-04 Kristaps DzonsonsProtect tbl nodes from getting a post call.
2011-01-04 Kristaps DzonsonsAdd skeleton for -T[x]html tbl stuff. Also start to...
2011-01-04 Ingo SchwarzeMultiple man(7) .IP and .TP fixes started during p2k10:
2011-01-03 Ingo SchwarzePartial cleanup of argument count validation in mdoc(7):
2011-01-03 Ingo SchwarzeCalling a macro with fewer arguments than it is defined...
2011-01-03 Ingo SchwarzeUnify roff macro argument parsing (in roff.c, roff_user...
2011-01-03 Kristaps DzonsonsRemove TODO for tbl.
2011-01-03 Kristaps DzonsonsSwitch on the `TS' documentation in roff.7. As per...
2011-01-03 Kristaps DzonsonsFor tbl: -man documents print an extra space before...
2011-01-03 Kristaps DzonsonsAdd in support for number table cells that account...
2011-01-03 Kristaps DzonsonsClean up the tbl top-level printing code and document...
2011-01-03 Kristaps DzonsonsStart using term_strlen() instead of strlen(). tbl_ter...
2011-01-03 Kristaps DzonsonsMake width calculations occur within tbl_term.c, not...
2011-01-03 Kristaps DzonsonsTiny edit required after MDOC_HALT change.
2011-01-03 Kristaps DzonsonsMake sure we don't continue recursively parsing once...
2011-01-03 Kristaps DzonsonsSame treatment for MAN_HALT as for MDOC_HALT.
2011-01-03 Kristaps DzonsonsClarified the role of MDOC_HALT in libmdoc functions...
2011-01-02 Kristaps DzonsonsFix table to print nicely (merging error). Also have...
2011-01-02 Kristaps DzonsonsTurn on -Tascii tbl printing. The output still has...
2011-01-02 Kristaps DzonsonsAdd some final bits necessary in the upcoming -Tascii...
2011-01-02 Kristaps DzonsonsChurn to get parts of 'struct tbl' visible from mandoc...
next