2015-05-07 |
Ingo Schwarze | Do not let the -m option or MANPATH with leading, trail... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Ingo Schwarze | mdoc_valid_post() may indirectly call roff_node_unlink... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Ingo Schwarze | Setting the "last" member of struct roff_node was done... |
commit | commitdiff | tree | snapshot |
2015-05-01 |
Ingo Schwarze | Minor bug fix: When .Pp rewinds .Nm, rewind the whole... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Ingo Schwarze | If a block body gets broken, that's no good reason... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Ingo Schwarze | Replace the kludge for the \z escape sequence by an... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Ingo Schwarze | Do not mark a block with the MDOC_BROKEN flag if it... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Ingo Schwarze | When the last line of a table layout turns out to be... |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Ingo Schwarze | Improve the error message in case somebody has configur... |
commit | commitdiff | tree | snapshot |
2015-04-28 |
Ingo Schwarze | Fix the HAVE_MANPATH case, got broken in rev. 1.23. |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Ingo Schwarze | Unify mdoc_deroff() and man_deroff() into a common... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Ingo Schwarze | Get rid of two empty wrapper functions. No functional... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Ingo Schwarze | Avoid a use after free when the target node is deleted... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Ingo Schwarze | Fix previous: Don't let man(1) warn twice about non... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Ingo Schwarze | Avoid out-of-bounds read access before the beginning... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ingo Schwarze | More than one data field may follow T} on the same... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ingo Schwarze | If an explicit line break request (.br or .sp) occurs... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ingo Schwarze | If apropos(1) finds no match, print "nothing appropriat... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ingo Schwarze | Unify trickier node handling functions. |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ingo Schwarze | Unify some node handling functions that use TOKEN_NONE. |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ingo Schwarze | Decouple the token code for "no request or macro" from... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Ingo Schwarze | Unify node handling functions: |
commit | commitdiff | tree | snapshot |
2015-04-18 |
Ingo Schwarze | Delete the wrapper functions mdoc_meta(), man_meta... |
commit | commitdiff | tree | snapshot |
2015-04-18 |
Ingo Schwarze | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_... |
commit | commitdiff | tree | snapshot |
2015-04-18 |
Ingo Schwarze | Move mdoc_hash_init() and man_hash_init() to libmandoc.h |
commit | commitdiff | tree | snapshot |
2015-04-18 |
Ingo Schwarze | Profit from the unified struct roff_man and reduce... |
commit | commitdiff | tree | snapshot |
2015-04-18 |
Ingo Schwarze | Replace the structs mdoc and man by a unified struct... |
commit | commitdiff | tree | snapshot |
2015-04-18 |
Ingo Schwarze | look at COHERENT troff |
commit | commitdiff | tree | snapshot |
2015-04-16 |
Ingo Schwarze | florian want <img> tags for https://tlakh.xyz/p2k15... |
commit | commitdiff | tree | snapshot |
2015-04-16 |
Ingo Schwarze | Restore the page headers and page footers that accident... |
commit | commitdiff | tree | snapshot |
2015-04-16 |
Ingo Schwarze | shorten "outdated mandoc.db" warning message; requested... |
commit | commitdiff | tree | snapshot |
2015-04-06 |
Ingo Schwarze | Do not mistreat empty arguments to font alternating... |
commit | commitdiff | tree | snapshot |
2015-04-06 |
Ingo Schwarze | On a new RS nesting level, the saved width starts from... |
commit | commitdiff | tree | snapshot |
2015-04-06 |
Ingo Schwarze | Use the default width for .RS without arguments. |
commit | commitdiff | tree | snapshot |
2015-04-05 |
Ingo Schwarze | If a partial explicit block extending to the next input... |
commit | commitdiff | tree | snapshot |
2015-04-05 |
Ingo Schwarze | Reduce code duplication, no functional change: |
commit | commitdiff | tree | snapshot |
2015-04-05 |
Ingo Schwarze | Arguments to end macros of broken partial explicit... |
commit | commitdiff | tree | snapshot |
2015-04-05 |
Ingo Schwarze | allow using an alternate mandoc binary |
commit | commitdiff | tree | snapshot |
2015-04-04 |
Ingo Schwarze | Give man(7) section and subsection headers hanging... |
commit | commitdiff | tree | snapshot |
2015-04-04 |
Ingo Schwarze | Rounding rules for horizontal scaling widths are more... |
commit | commitdiff | tree | snapshot |
2015-04-04 |
Ingo Schwarze | Don't allow breaking the output line after hyphens... |
commit | commitdiff | tree | snapshot |
2015-04-04 |
Ingo Schwarze | Fix a quirk with respect to empty .HP. |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Ingo Schwarze | Vastly simplify man(7) block unwinding, similar to... |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Ingo Schwarze | It turns out the man(7) parser suffers from unintelligi... |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Ingo Schwarze | portability: word boundaries in regular expressions |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Ingo Schwarze | No need to hardcode /usr/bin/ as the path to more(1... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Ingo Schwarze | Third step towards parser unification: |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Ingo Schwarze | Second step towards parser unification: |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Ingo Schwarze | First step towards parser unification: |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Ingo Schwarze | Let man(1) and apropos(1) work even when the current... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Ingo Schwarze | Escape punctuation characters that have a different... |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Ingo Schwarze | refering -> referring; patch from jmc@ |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Ingo Schwarze | Actually use the new man.conf(5) "output" directive. |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Ingo Schwarze | Parse the new man.conf(5) "output" directive. |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Ingo Schwarze | Modernize documentation by inserting blanks between... |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Ingo Schwarze | various tweaks from jmc@ |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Ingo Schwarze | oops, forgot to apply the actual patch... |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Ingo Schwarze | Document that certain stand-alone accents need escaping... |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Ingo Schwarze | Add man.conf(5). After adding some additional function... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Ingo Schwarze | Add a new directive "manpath path" |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Ingo Schwarze | make MANPATH_DEFAULT compile-time configurable |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Ingo Schwarze | when there is no -m, no -M, no MANPATH and no /etc... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Ingo Schwarze | vasprintf(3) needs _GNU_SOURCE on Linux; |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Ingo Schwarze | Patch from Christian Neukirchen <chneukirchen at gmail... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Ingo Schwarze | The .PD macro can occur in next-line scope. Fixes... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Ingo Schwarze | Simplify by almost halving the number of macro flags: |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Ingo Schwarze | Compat glue needed for Solaris 9 and 10. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Ingo Schwarze | We always use FTS_NOCHDIR, so delete the directory... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Ingo Schwarze | Pass the CC set in configure.local to Makefile.local. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Ingo Schwarze | Simplify: Now that rc is global anyway, no need to... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Ingo Schwarze | When the user exits the pager before the pager has... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Ingo Schwarze | naddy@ found a tough problem - fittingly, in cobfusc... |
commit | commitdiff | tree | snapshot |
2015-03-15 |
Ingo Schwarze | Avoid off-by-one read access to the termacts array... |
commit | commitdiff | tree | snapshot |
2015-03-13 |
Ingo Schwarze | Remove the first comma from constructs like ", and... |
commit | commitdiff | tree | snapshot |
2015-03-13 |
Ingo Schwarze | release 1.13.3 VERSION_1_13_3 |
commit | commitdiff | tree | snapshot |
2015-03-13 |
Ingo Schwarze | Fix hardlink detection on platforms having padding... |
commit | commitdiff | tree | snapshot |
2015-03-11 |
Ingo Schwarze | When manpath(1) is available, enable HAVE_MANPATH even... |
commit | commitdiff | tree | snapshot |
2015-03-11 |
Ingo Schwarze | When interpreting the -O argument as a macro name fails, |
commit | commitdiff | tree | snapshot |
2015-03-11 |
Ingo Schwarze | Fix previous: size_t is often narrower than off_t. |
commit | commitdiff | tree | snapshot |
2015-03-10 |
Ingo Schwarze | The st_size member of struct stat is off_t, which is... |
commit | commitdiff | tree | snapshot |
2015-03-10 |
Ingo Schwarze | We can keep track of the pager PID without additional... |
commit | commitdiff | tree | snapshot |
2015-03-10 |
Ingo Schwarze | Fix a regression caused in rev. 1.212, reported by... |
commit | commitdiff | tree | snapshot |
2015-03-09 |
Ingo Schwarze | update for 1.13.3 |
commit | commitdiff | tree | snapshot |
2015-03-09 |
Ingo Schwarze | use \(dq rather than \*q; patch from bentley@ |
commit | commitdiff | tree | snapshot |
2015-03-06 |
Ingo Schwarze | Fix vertical spacing at the beginning of tables. |
commit | commitdiff | tree | snapshot |
2015-03-06 |
Ingo Schwarze | In mdoc(7), don't mistreat negative .sp arguments as... |
commit | commitdiff | tree | snapshot |
2015-03-06 |
Ingo Schwarze | prevent the skipvsp flag from creeping past actual... |
commit | commitdiff | tree | snapshot |
2015-03-06 |
Ingo Schwarze | Flush the line preceding a table before clearing the... |
commit | commitdiff | tree | snapshot |
2015-03-06 |
Kristaps Dzonsons | Allow compilation on Mac OS X, which doesn't have MACHI... |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Ingo Schwarze | in eqn, "prime" is equivalent to \(fm, and - is equival... |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Ingo Schwarze | If an eqn(7) starts on a new input line, be sure to... |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Ingo Schwarze | If a non-gz manual is read after a gzipped manual,... |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Ingo Schwarze | When makewhatis(8) scans a tree, ignore trailing garbag... |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Ingo Schwarze | When man(1) and apropos(1) look for a file man1/foo... |
commit | commitdiff | tree | snapshot |
2015-02-23 |
Ingo Schwarze | oops, in NAME, don't nag about the comma after .Nm |
commit | commitdiff | tree | snapshot |
2015-02-23 |
Ingo Schwarze | improve NAME section diagnostics; |
commit | commitdiff | tree | snapshot |
2015-02-21 |
Ingo Schwarze | Escape quotes when expanding macro arguments. |
commit | commitdiff | tree | snapshot |
2015-02-20 |
Ingo Schwarze | For selecting a two-digit font size, support the histor... |
commit | commitdiff | tree | snapshot |
2015-02-20 |
Ingo Schwarze | Completely delete all carriage return characters from... |
commit | commitdiff | tree | snapshot |
2015-02-20 |
Ingo Schwarze | \n(.$ |
commit | commitdiff | tree | snapshot |
next |