Age | Commit message (Expand) | Author |
2010-05-24 | document ignorance of .ds, .rm and .tr; | Ingo Schwarze |
2010-05-24 | document the -o option | Theo de Raadt |
2010-05-24 | Support the -o operation in the non-binutils version, since some | Theo de Raadt |
2010-05-24 | plug second meta.source leak in .UT handling; from kristaps@ | Ingo Schwarze |
2010-05-24 | lift 64-byte max width for Sh (now BUFSIZ); from kristaps@ | Ingo Schwarze |
2010-05-24 | fix memory leak for .AT; from kristaps@ | Ingo Schwarze |
2010-05-24 | Fix segfault in mixing old enum types for -Thtml -mdoc; from kristaps@. | Ingo Schwarze |
2010-05-24 | sync to bsd.lv: remove needless #include <time.h> | Ingo Schwarze |
2010-05-24 | remove the now unused #define MAN_EL_USE, | Ingo Schwarze |
2010-05-24 | The input | Ingo Schwarze |
2010-05-24 | sync to bsd.lv: | Ingo Schwarze |
2010-05-24 | Fix the code to add a line break before .Nm in the SYNOPSIS; | Ingo Schwarze |
2010-05-24 | Increase performance by saving the list type in struct mdoc_node. | Ingo Schwarze |
2010-05-23 | fix the build (oops, sorry!): | Ingo Schwarze |
2010-05-23 | Unified error and warning message system for all of mandoc, | Ingo Schwarze |
2010-05-23 | implement .AT and .UC; from Joerg Sonnenberger | Ingo Schwarze |
2010-05-23 | Small fix for `D1' and `Bd' in -Thtml; from kristaps@. | Ingo Schwarze |
2010-05-23 | Pass in the session, rather than the client, to window modes' key() | Nicholas Marriott |
2010-05-23 | remove unused function | Charles Longeau |
2010-05-21 | colon() returns char*, so s/return (0)/return NULL/ | Damien Miller |
2010-05-20 | Move the permit-* options to the non-critical "extensions" field for v01 | Damien Miller |
2010-05-20 | fix logspam when key options (from="..." especially) deny non-matching keys; | Damien Miller |
2010-05-20 | Support nested roff instructions: | Ingo Schwarze |
2010-05-19 | Enhance paste-buffer to allow lines to be separated by any string, from | Nicholas Marriott |
2010-05-19 | remove unused variables | Charles Longeau |
2010-05-18 | use the right capitalization for "HyperText Transfer Protocol (HTTP)" | Igor Sobrado |
2010-05-17 | The function term_flushln() had effectively forked wrt to bsd.lv. | Ingo Schwarze |
2010-05-16 | Rewrite the main mdoc text parser, mdoc_ptext() | Ingo Schwarze |
2010-05-16 | mux support for remote forwarding with dynamic port allocation, | Markus Friedl |
2010-05-16 | sync to bsd.lv: enable .Bl documentation | Ingo Schwarze |
2010-05-16 | add forgotten header file, duh... | Ingo Schwarze |
2010-05-16 | allow the single quote as a control character in place of the dot | Ingo Schwarze |
2010-05-16 | In theory, Kristaps never intended to write a roff parser, | Ingo Schwarze |
2010-05-15 | mdoc_isdelim now returns enum mdelim, not int any more; | Ingo Schwarze |
2010-05-15 | For .IP, a single space after the head is sufficient; | Ingo Schwarze |
2010-05-15 | add libelf and libterminfo; | Ingo Schwarze |
2010-05-15 | Joerg Sonnenberger rewrote the comment stripping and line merging | Ingo Schwarze |
2010-05-15 | More systematic output width handling by Joerg Sonnenberger: | Ingo Schwarze |
2010-05-15 | allow non-numeric manual sections in -mdoc; | Ingo Schwarze |
2010-05-15 | removed restriction on integer manual sections in -man; | Ingo Schwarze |
2010-05-15 | Bugfxing and cleanup by Joerg Sonnenberger, edited by kristaps@: | Ingo Schwarze |
2010-05-15 | various improvements regarding errors and warnings Joerg Sonnenberger: | Ingo Schwarze |
2010-05-15 | merge bsd.lv 1.63: | Ingo Schwarze |
2010-05-15 | merge bsd.lv rev. 1.63: | Ingo Schwarze |
2010-05-15 | more end-of-sentence (EOS) handling: | Ingo Schwarze |
2010-05-15 | proper handling of quoted tab-separated column lists | Ingo Schwarze |
2010-05-15 | Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum). | Ingo Schwarze |
2010-05-15 | normalize() cannot be inline and extern at the same time; prompted by | Otto Moerbeek |
2010-05-15 | block-implicit macros now up-propogate end-of-sentence spacing; | Ingo Schwarze |
2010-05-14 | Pause the mux channel while waiting for reply from aynch callbacks. | Damien Miller |