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 |
2014-09-27 |
Kristaps Dzonsons | Continue in HTML5-ing by kicking out some hard-coded... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Kristaps Dzonsons | Kick out "summary" attribute, which isn't HTML5. |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Kristaps Dzonsons | Kick out two attibutes we don't use any more in HTML5. |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Kristaps Dzonsons | First, add space for default styling for HTML5 (non... |
commit | commitdiff | tree | snapshot |
2014-09-27 |
Kristaps Dzonsons | First steps in HTML5: use UTF8 meta-charset and HTML5... |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Ingo Schwarze | simplify handling of .An -[no]split for terminal output: |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Ingo Schwarze | implement .An -[no]split for -Thtml |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Ingo Schwarze | Five year old typo reported by Theo Buehler at math... |
commit | commitdiff | tree | snapshot |
2014-09-14 |
Ingo Schwarze | Support backslash-escaping of white space in the query... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Ingo Schwarze | warn about commas in function arguments; inspired by... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Ingo Schwarze | document new SEE ALSO .Xr warnings |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Ingo Schwarze | warn about botched .Xr ordering and punctuation below... |
commit | commitdiff | tree | snapshot |
2014-09-09 |
Ingo Schwarze | If a manpath directory (for example, a _whatdb entry... |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Ingo Schwarze | warn about AUTHORS sections without .An macros, inspire... |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Ingo Schwarze | Do not report a page as arch=any merely because .Dt... |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Ingo Schwarze | fix debugging output |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Ingo Schwarze | always use the right buffer, and fix one evil typo |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Ingo Schwarze | Parse and ignore the .pl (page length) request; |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Ingo Schwarze | Allow .ll in the prologue; Daniel Levai reports Slackwa... |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Ingo Schwarze | Simplify by handling empty request lines at the one... |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Ingo Schwarze | Move main format autodetection from the parser dispatch... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Ingo Schwarze | Add *.gz support to apropos(1) -a, man(1), and even... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Ingo Schwarze | If a manual page is installed gzip(1)ed, let makewhatis... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Ingo Schwarze | Implement the traditional -h option for man(1): show... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Ingo Schwarze | When makewhatis(8) finds an .so link after the manual... |
commit | commitdiff | tree | snapshot |
next |