2014-11-25 |
Ingo Schwarze | Completely rewrite the top level of the layout parser. |
commit | commitdiff | tree | snapshot |
2014-11-25 |
Ingo Schwarze | "Aq foo" is not the same as "<foo>". Don't use it to... |
commit | commitdiff | tree | snapshot |
2014-11-25 |
Ingo Schwarze | Do not access a NULL pointer when a section has no... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Ingo Schwarze | We repeatedly observed assertion crashes in the low... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Ingo Schwarze | Prevent negative arguments to the .ll request from... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Ingo Schwarze | warn about calling non-callable macros |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Ingo Schwarze | Fix two minibugs reported by Thomas Klausner <wiz at... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Ingo Schwarze | Let .Ao and .Aq render as "<>" after .An and as "\... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Ingo Schwarze | Three fixes with respect to the names table: |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Ingo Schwarze | Escape sequences terminate high-level macro names,... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Ingo Schwarze | Support the ".if v" conditional operator (vroff mode... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Ingo Schwarze | Ignore invalid directories in man.conf(5) and MANPATH... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Ingo Schwarze | In man(1) mode, prefer file name matches over .Dt name... |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Ingo Schwarze | Multiple fixes with respect to in-line macros: |
commit | commitdiff | tree | snapshot |
2014-11-16 |
Ingo Schwarze | When a line (in the sense of term_flushln()) contains... |
commit | commitdiff | tree | snapshot |
2014-11-16 |
Ingo Schwarze | Delete five standards that are: |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Ingo Schwarze | Remove needless and harmful byte swapping on big endian... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Ingo Schwarze | In man(1) mode without -a, stop searching after the... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Ingo Schwarze | Let -h imply -c (that is, not use the pager). |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Ingo Schwarze | implement -h (synopsis only) for preformatted (cat... |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Ingo Schwarze | add required vertical spacing before lists that begin |
commit | commitdiff | tree | snapshot |
2014-11-09 |
Ingo Schwarze | hyperlinking in -man -Thtml |
commit | commitdiff | tree | snapshot |
2014-11-06 |
Ingo Schwarze | Let -Tascii \(bu (bullet) output agree with groff; |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Ingo Schwarze | Allow the five man(7) font macros to concatenate their... |
commit | commitdiff | tree | snapshot |
2014-11-01 |
Ingo Schwarze | Use struct buf in libroff, it is very natural there |
commit | commitdiff | tree | snapshot |
2014-11-01 |
Ingo Schwarze | Refactor, no functional change: Remove the parse point... |
commit | commitdiff | tree | snapshot |
2014-11-01 |
Ingo Schwarze | fix a typo causing crashes in Unicode string length... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Ingo Schwarze | Major bugsquashing with respect to -offset and -width: |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Ingo Schwarze | add -K to usage() and wrap nicely; from jmc@ |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Ingo Schwarze | fix a macro error in previous; from jmc@ |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Ingo Schwarze | Some fine tuning of console rendering of named special... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Ingo Schwarze | In terminal output, unify handling of Unicode and numbe... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Ingo Schwarze | In -Tascii mode, print "<?>" only for Unicode escapes... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Ingo Schwarze | Make the character table available to libroff so it... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Ingo Schwarze | stricter parsing of Unicode escape names |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Ingo Schwarze | Tighten Unicode escape name parsing. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Ingo Schwarze | Refine -Tascii rendering of Unicode characters, mostly... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Ingo Schwarze | Support overstriking by backspace in PostScript and... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Ingo Schwarze | Handle output encoding for unicode, numbered and named... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Ingo Schwarze | Fix a regression in term.c rev. 1.229 reported by bentley@: |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Ingo Schwarze | KNF: indentation and sort variables by size; no functio... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Ingo Schwarze | Grrr, patch(1) merged the new function to the wrong... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Ingo Schwarze | In -Tascii mode, provide approximations even for some... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Ingo Schwarze | Improve -Tascii output for Unicode escape sequences... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Ingo Schwarze | With the current architecture, we can't support inline... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Ingo Schwarze | Fix a NULL pointer dereference reported |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Ingo Schwarze | Report arguments to .EQ as an error, and simplify the... |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Ingo Schwarze | integrate preconv(1) into mandoc(1); |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Ingo Schwarze | some new tasks |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Kristaps Dzonsons | Protect the roff parser from dividing by zero. ok... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Ingo Schwarze | improve documentation of .Fa, .Va, and .Vt; |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Ingo Schwarze | correct the spacing after in-line equations |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Ingo Schwarze | correctly parse spacing around in-line equations |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Ingo Schwarze | correct spacing *after* inline equations (much simpler... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Ingo Schwarze | correct spacing before inline equations |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Ingo Schwarze | show the {MDOC,MAN}_EQN node, it contains interesting... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Ingo Schwarze | plug file descriptor leaks on read or write failure; |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Ingo Schwarze | oops, don't escape the first token of inline equations |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Ingo Schwarze | Implement in-line equations, much needed by Xenocara... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Ingo Schwarze | even if a table has zero columns, do not segfault in... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Ingo Schwarze | annotate for difficulty, and some minor cleanup |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Ingo Schwarze | bentley@ suggests Unicode table borders; |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Ingo Schwarze | Rudimentary implementation of the e, x, and z table... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Ingo Schwarze | implement font modifiers in table layouts |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Ingo Schwarze | Properly scale string length measurements for PostScrip... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Ingo Schwarze | Stricter syntax checking of Unicode character names: |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Ingo Schwarze | sync with OpenBSD: |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Ingo Schwarze | Do not warn about declarations of functions returning... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Ingo Schwarze | Clarify: SEE ALSO sections are sorted case insensitively. |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Ingo Schwarze | add missing entry for .ll to the dispatch table; |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Ingo Schwarze | bugfix: do not parse quoted strings for tokens; fixes... |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Ingo Schwarze | Improve error handling in the eqn(7) parser. |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Ingo Schwarze | major upgrade to eqn(7) terminal output; |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Ingo Schwarze | document the semantics of operation keywords |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Ingo Schwarze | oops, don't crash when .Fo has no argument |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Ingo Schwarze | warn about parentheses in function names after .Fn... |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Ingo Schwarze | sync Copyright years after merge to OpenBSD; no code... |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Ingo Schwarze | Drop trailing whitespace, adjust a few indentations, |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Ingo Schwarze | No need to assert() that a pointer is non-null right... |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Ingo Schwarze | Make eqn(7) -Ttree output more useful: |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Ingo Schwarze | tasks found while reading the eqn(7) User's Guide |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Kristaps Dzonsons | Ignore "delim" command. |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Kristaps Dzonsons | Re-write of eqn(7) parser and MathML output. |
commit | commitdiff | tree | snapshot |
2014-10-07 |
Ingo Schwarze | be a bit more patient, 1s is sometimes insufficient... |
commit | commitdiff | tree | snapshot |
2014-10-07 |
Ingo Schwarze | If a tbl(7) layout contains unknown font modifiers... |
commit | commitdiff | tree | snapshot |
2014-10-06 |
Ingo Schwarze | note HTML max-width issue |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Kristaps Dzonsons | Change "to" and "from" commands to use munder, mover... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Kristaps Dzonsons | Crudely accomodate for matrices by way of adjacent... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Kristaps Dzonsons | Parse from/to clauses in eqn. |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Kristaps Dzonsons | Support a decent subset of eqn(7) in MathML. |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Kristaps Dzonsons | Add support for some MathML elements and attributes... |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Kristaps Dzonsons | Make eqn tree output a bit more useful. |
commit | commitdiff | tree | snapshot |
2014-09-28 |
Kristaps Dzonsons | Add support for EQNPOS_SUBSUP and a doubly-linked eqn_b... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Kristaps Dzonsons | Have Makefile build mandoc(1) before it tries to genera... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Kristaps Dzonsons | Modify man.cgi to use HTML5. |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Kristaps Dzonsons | Don't pretend we have a separate XHTML and HTML mode... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Kristaps Dzonsons | Specify the spacer in the overridable CSS. |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Kristaps Dzonsons | Remove <p> in favour of <div class="spacer">. |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Kristaps Dzonsons | Remove last hard-coded width attribute. |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Kristaps Dzonsons | HTML5-isation: remove more alignments. |
commit | commitdiff | tree | snapshot |
next |