]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2014-11-01 Ingo SchwarzeRefactor, no functional change: Remove the parse point...
2014-11-01 Ingo Schwarzefix a typo causing crashes in Unicode string length...
2014-10-30 Ingo SchwarzeMajor bugsquashing with respect to -offset and -width:
2014-10-30 Ingo Schwarzeadd -K to usage() and wrap nicely; from jmc@
2014-10-30 Ingo Schwarzefix a macro error in previous; from jmc@
2014-10-29 Ingo SchwarzeSome fine tuning of console rendering of named special...
2014-10-29 Ingo SchwarzeIn terminal output, unify handling of Unicode and numbe...
2014-10-28 Ingo SchwarzeIn -Tascii mode, print "<?>" only for Unicode escapes...
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-28 Ingo Schwarzestricter parsing of Unicode escape names
2014-10-28 Ingo SchwarzeTighten Unicode escape name parsing.
2014-10-28 Ingo SchwarzeRefine -Tascii rendering of Unicode characters, mostly...
2014-10-27 Ingo SchwarzeSupport overstriking by backspace in PostScript and...
2014-10-27 Ingo SchwarzeHandle output encoding for unicode, numbered and named...
2014-10-27 Ingo SchwarzeFix a regression in term.c rev. 1.229 reported by bentley@:
2014-10-26 Ingo SchwarzeKNF: indentation and sort variables by size; no functio...
2014-10-26 Ingo SchwarzeGrrr, patch(1) merged the new function to the wrong...
2014-10-26 Ingo SchwarzeIn -Tascii mode, provide approximations even for some...
2014-10-26 Ingo SchwarzeImprove -Tascii output for Unicode escape sequences...
2014-10-25 Ingo SchwarzeWith the current architecture, we can't support inline...
2014-10-25 Ingo SchwarzeFix a NULL pointer dereference reported
2014-10-25 Ingo SchwarzeReport arguments to .EQ as an error, and simplify the...
2014-10-25 Ingo Schwarzeintegrate preconv(1) into mandoc(1);
2014-10-25 Ingo Schwarzesome new tasks
2014-10-20 Kristaps DzonsonsProtect the roff parser from dividing by zero. ok...
2014-10-20 Ingo Schwarzeimprove documentation of .Fa, .Va, and .Vt;
2014-10-20 Ingo Schwarzecorrect the spacing after in-line equations
2014-10-20 Ingo Schwarzecorrectly parse spacing around in-line equations
2014-10-20 Ingo Schwarzecorrect spacing *after* inline equations (much simpler...
2014-10-20 Ingo Schwarzecorrect spacing before inline equations
2014-10-20 Ingo Schwarzeshow the {MDOC,MAN}_EQN node, it contains interesting...
2014-10-18 Ingo Schwarzeplug file descriptor leaks on read or write failure;
2014-10-16 Ingo Schwarzeoops, don't escape the first token of inline equations
2014-10-16 Ingo SchwarzeImplement in-line equations, much needed by Xenocara...
2014-10-14 Ingo Schwarzeeven if a table has zero columns, do not segfault in...
2014-10-14 Ingo Schwarzeannotate for difficulty, and some minor cleanup
2014-10-14 Ingo Schwarzebentley@ suggests Unicode table borders;
2014-10-14 Ingo SchwarzeRudimentary implementation of the e, x, and z table...
2014-10-13 Ingo Schwarzeimplement font modifiers in table layouts
2014-10-13 Ingo SchwarzeProperly scale string length measurements for PostScrip...
2014-10-13 Ingo SchwarzeStricter syntax checking of Unicode character names:
2014-10-13 Ingo Schwarzesync with OpenBSD:
2014-10-13 Ingo SchwarzeDo not warn about declarations of functions returning...
2014-10-13 Ingo SchwarzeClarify: SEE ALSO sections are sorted case insensitively.
2014-10-12 Ingo Schwarzeadd missing entry for .ll to the dispatch table;
2014-10-12 Ingo Schwarzebugfix: do not parse quoted strings for tokens; fixes...
2014-10-12 Ingo SchwarzeImprove error handling in the eqn(7) parser.
2014-10-12 Ingo Schwarzemajor upgrade to eqn(7) terminal output;
2014-10-12 Ingo Schwarzedocument the semantics of operation keywords
2014-10-11 Ingo Schwarzeoops, don't crash when .Fo has no argument
2014-10-11 Ingo Schwarzewarn about parentheses in function names after .Fn...
2014-10-10 Ingo Schwarzesync Copyright years after merge to OpenBSD; no code...
2014-10-10 Ingo SchwarzeDrop trailing whitespace, adjust a few indentations,
2014-10-10 Ingo SchwarzeNo need to assert() that a pointer is non-null right...
2014-10-10 Ingo SchwarzeMake eqn(7) -Ttree output more useful:
2014-10-10 Ingo Schwarzetasks found while reading the eqn(7) User's Guide
2014-10-10 Kristaps DzonsonsIgnore "delim" command.
2014-10-10 Kristaps DzonsonsRe-write of eqn(7) parser and MathML output.
2014-10-07 Ingo Schwarzebe a bit more patient, 1s is sometimes insufficient...
2014-10-07 Ingo SchwarzeIf a tbl(7) layout contains unknown font modifiers...
2014-10-06 Ingo Schwarzenote HTML max-width issue
2014-09-28 Kristaps DzonsonsChange "to" and "from" commands to use munder, mover...
2014-09-28 Kristaps DzonsonsCrudely accomodate for matrices by way of adjacent...
2014-09-28 Kristaps DzonsonsParse from/to clauses in eqn.
2014-09-28 Kristaps DzonsonsSupport a decent subset of eqn(7) in MathML.
2014-09-28 Kristaps DzonsonsAdd support for some MathML elements and attributes...
2014-09-28 Kristaps DzonsonsMake eqn tree output a bit more useful.
2014-09-28 Kristaps DzonsonsAdd support for EQNPOS_SUBSUP and a doubly-linked eqn_b...
2014-09-27 Kristaps DzonsonsHave Makefile build mandoc(1) before it tries to genera...
2014-09-27 Kristaps DzonsonsModify man.cgi to use HTML5.
2014-09-27 Kristaps DzonsonsDon't pretend we have a separate XHTML and HTML mode...
2014-09-27 Kristaps DzonsonsSpecify the spacer in the overridable CSS.
2014-09-27 Kristaps DzonsonsRemove <p> in favour of <div class="spacer">.
2014-09-27 Kristaps DzonsonsRemove last hard-coded width attribute.
2014-09-27 Kristaps DzonsonsHTML5-isation: remove more alignments.
2014-09-27 Kristaps DzonsonsContinue in HTML5-ing by kicking out some hard-coded...
2014-09-27 Kristaps DzonsonsKick out "summary" attribute, which isn't HTML5.
2014-09-27 Kristaps DzonsonsKick out two attibutes we don't use any more in HTML5.
2014-09-27 Kristaps DzonsonsFirst, add space for default styling for HTML5 (non...
2014-09-27 Kristaps DzonsonsFirst steps in HTML5: use UTF8 meta-charset and HTML5...
2014-09-17 Ingo Schwarzesimplify handling of .An -[no]split for terminal output:
2014-09-17 Ingo Schwarzeimplement .An -[no]split for -Thtml
2014-09-17 Ingo SchwarzeFive year old typo reported by Theo Buehler at math...
2014-09-14 Ingo SchwarzeSupport backslash-escaping of white space in the query...
2014-09-12 Ingo Schwarzewarn about commas in function arguments; inspired by...
2014-09-12 Ingo Schwarzedocument new SEE ALSO .Xr warnings
2014-09-11 Ingo Schwarzewarn about botched .Xr ordering and punctuation below...
2014-09-09 Ingo SchwarzeIf a manpath directory (for example, a _whatdb entry...
2014-09-07 Ingo Schwarzewarn about AUTHORS sections without .An macros, inspire...
2014-09-07 Ingo SchwarzeDo not report a page as arch=any merely because .Dt...
2014-09-07 Ingo Schwarzefix debugging output
2014-09-07 Ingo Schwarzealways use the right buffer, and fix one evil typo
2014-09-07 Ingo SchwarzeParse and ignore the .pl (page length) request;
2014-09-07 Ingo SchwarzeAllow .ll in the prologue; Daniel Levai reports Slackwa...
2014-09-06 Ingo SchwarzeSimplify by handling empty request lines at the one...
2014-09-06 Ingo SchwarzeMove main format autodetection from the parser dispatch...
2014-09-03 Ingo SchwarzeAdd *.gz support to apropos(1) -a, man(1), and even...
2014-09-03 Ingo SchwarzeIf a manual page is installed gzip(1)ed, let makewhatis...
2014-09-03 Ingo SchwarzeImplement the traditional -h option for man(1): show...
2014-09-01 Ingo SchwarzeWhen makewhatis(8) finds an .so link after the manual...
next