Age | Commit message (Expand) | Author |
2016-05-28 | Simplify search form: minus two visible control elements, minus | Ingo Schwarze |
2016-05-23 | Trim trailing whitespace from man.conf lines. OK schwarze@. | Todd C. Miller |
2016-04-29 | Only focus on the query input box when no manual page is displayed, | Ingo Schwarze |
2016-04-28 | Set the "autofocus" attribute on the query text box. | Ingo Schwarze |
2016-04-15 | Rename five static functions to make the classification of functions | Ingo Schwarze |
2016-04-15 | prefer warn[x](3) over fprintf(3) where appropriate | Ingo Schwarze |
2016-04-15 | Fix parsing of PATH_INFO if both a section directory and an | Ingo Schwarze |
2016-04-15 | Make HTML tags lower case for better stylistic agreement with what | Ingo Schwarze |
2016-04-15 | In the architectures dropdown, move aviion, ia64, solbourne, and vax | Ingo Schwarze |
2016-04-15 | If PATH_INFO contains a complete and correct path to a manual page | Ingo Schwarze |
2016-04-15 | omit list of other results one there is only one match | Ingo Schwarze |
2016-04-14 | for .Xr links, use short PATH_INFO style URIs | Ingo Schwarze |
2016-04-14 | Fix a process group race. | Ingo Schwarze |
2016-04-14 | do not rewrite short URIs | Ingo Schwarze |
2016-04-13 | Give manuals in purely numerical sections priority over manuals of | Ingo Schwarze |
2016-04-13 | Give manuals in purely numerical sections priority over manuals of | Ingo Schwarze |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-20 | " the the " -> " the ", or in a couple of cases replace the superfluous | Kenneth R Westerback |
2016-03-18 | double word; | Jason McIntyre |
2016-03-18 | Make the SCRIPT_NAME logic simpler, safer, and make it actually work; | Ingo Schwarze |
2016-03-18 | document short URIs | Ingo Schwarze |
2016-03-17 | make man(1) mode the default rather than apropos(1) mode | Ingo Schwarze |
2016-03-17 | support short URIs for man.openbsd.org | Ingo Schwarze |
2016-03-15 | 'accomodate' -> 'accommodate' in comments. | Kenneth R Westerback |
2016-01-16 | Unbreak reading from stdin after recent parse() restructuring. | Florian Obser |
2016-01-08 | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze |
2016-01-08 | Prefer warn(3) over perror(3) at the few places where it was used. | Ingo Schwarze |
2016-01-08 | Simplify the mparse_open() interface. | Ingo Schwarze |
2016-01-08 | It was very surprising that a function called mparse_readfd() | Ingo Schwarze |
2016-01-08 | The root of an .EQ tree is always EQN_ROOT, never EQN_LIST, | Ingo Schwarze |
2016-01-07 | This code wasted memory by allocating sizeof(enum termfont *) | Ingo Schwarze |
2016-01-07 | Recursive "define" was not detected because "lim" was never | Ingo Schwarze |
2016-01-04 | Improve handling of .Va and .Vt macros. | Ingo Schwarze |
2015-12-25 | Generate simpler in-page links: just replace spaces with underscores. | Anthony J. Bentley |
2015-12-25 | Don't retain the search query in the resulting manual links. | Anthony J. Bentley |
2015-12-23 | remove NULL-checks before free() | mmcc |
2015-12-15 | pledge(2) style: | Ingo Schwarze |
2015-11-26 | No point in trying to go on when elementary database operations | Ingo Schwarze |
2015-11-20 | Fix multiple issues regarding process group and signal mask handling | Ingo Schwarze |
2015-11-14 | Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT) | Ingo Schwarze |
2015-11-12 | Simplify the logic in mandoc_normdate() and add some comments. | Ingo Schwarze |
2015-11-12 | Never use LC_ALL. On the one hand, it can cause misformatting. | Ingo Schwarze |
2015-11-07 | Modernization, no functional change intended: | Ingo Schwarze |
2015-11-07 | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze |
2015-11-06 | correct exit status on pledge(2) errors | Ingo Schwarze |
2015-11-06 | Use getprogname(3) rather than __progname. | Ingo Schwarze |
2015-11-05 | Use include files "header.html" and "footer.html" rather than a | Ingo Schwarze |
2015-11-05 | simplify: use one stylesheet rather than two; from bentley@ | Ingo Schwarze |
2015-10-30 | If a .Bd block has no arguments at all, drop the block and only keep | Ingo Schwarze |
2015-10-30 | Do not access a NULL pointer when a .Bd macro has no arguments at all. | Ingo Schwarze |