]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2014-11-25 Ingo SchwarzeCompletely rewrite the top level of the layout parser.
2014-11-25 Ingo Schwarze"Aq foo" is not the same as "<foo>". Don't use it to...
2014-11-25 Ingo SchwarzeDo not access a NULL pointer when a section has no...
2014-11-21 Ingo SchwarzeWe repeatedly observed assertion crashes in the low...
2014-11-20 Ingo SchwarzePrevent negative arguments to the .ll request from...
2014-11-20 Ingo Schwarzewarn about calling non-callable macros
2014-11-20 Ingo SchwarzeFix two minibugs reported by Thomas Klausner <wiz at...
2014-11-19 Ingo SchwarzeLet .Ao and .Aq render as "<>" after .An and as "\...
2014-11-19 Ingo SchwarzeThree fixes with respect to the names table:
2014-11-19 Ingo SchwarzeEscape sequences terminate high-level macro names,...
2014-11-19 Ingo SchwarzeSupport the ".if v" conditional operator (vroff mode...
2014-11-18 Ingo SchwarzeIgnore invalid directories in man.conf(5) and MANPATH...
2014-11-18 Ingo SchwarzeIn man(1) mode, prefer file name matches over .Dt name...
2014-11-17 Ingo SchwarzeMultiple fixes with respect to in-line macros:
2014-11-16 Ingo SchwarzeWhen a line (in the sense of term_flushln()) contains...
2014-11-16 Ingo SchwarzeDelete five standards that are:
2014-11-14 Ingo SchwarzeRemove needless and harmful byte swapping on big endian...
2014-11-11 Ingo SchwarzeIn man(1) mode without -a, stop searching after the...
2014-11-11 Ingo SchwarzeLet -h imply -c (that is, not use the pager).
2014-11-11 Ingo Schwarzeimplement -h (synopsis only) for preformatted (cat...
2014-11-10 Ingo Schwarzeadd required vertical spacing before lists that begin
2014-11-09 Ingo Schwarzehyperlinking in -man -Thtml
2014-11-06 Ingo SchwarzeLet -Tascii \(bu (bullet) output agree with groff;
2014-11-03 Ingo SchwarzeAllow the five man(7) font macros to concatenate their...
2014-11-01 Ingo SchwarzeUse struct buf in libroff, it is very natural there
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.
next