Age | Commit message (Expand) | Author |
2016-09-01 | remove "sparc" from a comment | Ingo Schwarze |
2016-09-01 | move "sparc" down to discontinued architectures | Ingo Schwarze |
2016-08-30 | When the database is corrupt in the sense of containing invalid | Ingo Schwarze |
2016-08-30 | less confusing warning message about negative offsets | Ingo Schwarze |
2016-08-28 | If a line inside .Bl -column starts with a tab character | Ingo Schwarze |
2016-08-22 | When trying to edit an existing database with makewhatis(8) -d or -u | Ingo Schwarze |
2016-08-22 | When running into a mandoc.db(5) file still using the obsolete | Ingo Schwarze |
2016-08-20 | When a mismatching end macro occurs while at least two nested blocks | Ingo Schwarze |
2016-08-20 | When scanning upwards for a column list to put a .Ta macro in, | Ingo Schwarze |
2016-08-20 | If a column list starts with implicit rows (that is, rows without .It) | Ingo Schwarze |
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 |