Age | Commit message (Expand) | Author |
2016-08-18 | fix an fd leak | Jonathan Gray |
2016-08-17 | When the content of a manual page does not specify a section, the | Ingo Schwarze |
2016-08-17 | When reading back a mandoc.db(5) file in order to apply incremental | Ingo Schwarze |
2016-08-17 | Make sure manuals in architecture-independent directories are treated | Ingo Schwarze |
2016-08-13 | Even after switching from a pending head to the body, we have to | Ingo Schwarze |
2016-08-11 | oops, fix stupid typo in previous | Ingo Schwarze |
2016-08-11 | If a .Bd display is on the one hand doomed to be deleted because | Ingo Schwarze |
2016-08-10 | Don't deref NULL if the only child of the first .Sh is an empty | Ingo Schwarze |
2016-08-10 | move armish and hppa64 down in the dropdown box; reminded by jmc@ | Ingo Schwarze |
2016-08-10 | Don't printf("%s", NULL) if .It has a macro as an argument | Ingo Schwarze |
2016-08-10 | When validating a .Bl list that defaults to -item for want of a type, | Ingo Schwarze |
2016-08-10 | Fix assertion failures caused by whitespace inside \o'' (overstrike) | Ingo Schwarze |
2016-08-09 | fix printf("%s", NULL); | Ingo Schwarze |
2016-08-05 | missing <endian.h> reported by Bapt@iste Daroussin, found on FreeBSD | Ingo Schwarze |
2016-08-05 | fix a typo that prevented names from .Dt from getting priority over | Ingo Schwarze |
2016-08-04 | Fix an assertion failure that happened when trying to add a page | Ingo Schwarze |
2016-08-01 | Repair makewhatis -t, sorry for breaking it in the previous commit. | Ingo Schwarze |
2016-08-01 | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze |
2016-07-31 | Some base system pages, for example perl(1), contain non-ASCII | Ingo Schwarze |
2016-07-20 | tag_signal() is dead; from LLVM via Christos Zoulas | Ingo Schwarze |
2016-07-19 | Since the mdoc/man parser unification, the parser is always allocated | Ingo Schwarze |
2016-07-19 | Use __attribute__((__format__ throughout. | Ingo Schwarze |
2016-07-15 | To remove the const qualifier from a pointer to an object - either | Ingo Schwarze |
2016-07-15 | Fix previous: the mandocdb() prototype was already there, it just | Ingo Schwarze |
2016-07-15 | add missing prototypes, no code change; | Ingo Schwarze |
2016-07-11 | Make all components of the URI individually optional, | Ingo Schwarze |
2016-07-10 | Fix a nasty typo that prevented .so links to gziped manuals | Ingo Schwarze |
2016-07-10 | Simplify the code and the server setup by deleting the pseudo-manpath | Ingo Schwarze |
2016-07-09 | Do not treat PATH_INFO as a complete path if it doesn't contain | Ingo Schwarze |
2016-07-09 | getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed; | Ingo Schwarze |
2016-07-08 | ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) on | Ingo Schwarze |
2016-07-08 | POSIX requires that a process calling tcsetpgrp(3) from the background | Ingo Schwarze |
2016-07-07 | sync with mdocml.bsd.lv: mention httpd(8) and slowcgi(8) | Ingo Schwarze |
2016-07-01 | Update and simplify the documentation of the -s option, | Ingo Schwarze |
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 |