summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2016-08-18fix an fd leakJonathan Gray
2016-08-17When the content of a manual page does not specify a section, theIngo Schwarze
2016-08-17When reading back a mandoc.db(5) file in order to apply incrementalIngo Schwarze
2016-08-17Make sure manuals in architecture-independent directories are treatedIngo Schwarze
2016-08-13Even after switching from a pending head to the body, we have toIngo Schwarze
2016-08-11oops, fix stupid typo in previousIngo Schwarze
2016-08-11If a .Bd display is on the one hand doomed to be deleted becauseIngo Schwarze
2016-08-10Don't deref NULL if the only child of the first .Sh is an emptyIngo Schwarze
2016-08-10move armish and hppa64 down in the dropdown box; reminded by jmc@Ingo Schwarze
2016-08-10Don't printf("%s", NULL) if .It has a macro as an argumentIngo Schwarze
2016-08-10When validating a .Bl list that defaults to -item for want of a type,Ingo Schwarze
2016-08-10Fix assertion failures caused by whitespace inside \o'' (overstrike)Ingo Schwarze
2016-08-09fix printf("%s", NULL);Ingo Schwarze
2016-08-05missing <endian.h> reported by Bapt@iste Daroussin, found on FreeBSDIngo Schwarze
2016-08-05fix a typo that prevented names from .Dt from getting priority overIngo Schwarze
2016-08-04Fix an assertion failure that happened when trying to add a pageIngo Schwarze
2016-08-01Repair makewhatis -t, sorry for breaking it in the previous commit.Ingo Schwarze
2016-08-01Remove the dependency on SQLite without loss of functionality.Ingo Schwarze
2016-07-31Some base system pages, for example perl(1), contain non-ASCIIIngo Schwarze
2016-07-20tag_signal() is dead; from LLVM via Christos ZoulasIngo Schwarze
2016-07-19Since the mdoc/man parser unification, the parser is always allocatedIngo Schwarze
2016-07-19Use __attribute__((__format__ throughout.Ingo Schwarze
2016-07-15To remove the const qualifier from a pointer to an object - eitherIngo Schwarze
2016-07-15Fix previous: the mandocdb() prototype was already there, it justIngo Schwarze
2016-07-15add missing prototypes, no code change;Ingo Schwarze
2016-07-11Make all components of the URI individually optional,Ingo Schwarze
2016-07-10Fix a nasty typo that prevented .so links to gziped manualsIngo Schwarze
2016-07-10Simplify the code and the server setup by deleting the pseudo-manpathIngo Schwarze
2016-07-09Do not treat PATH_INFO as a complete path if it doesn't containIngo Schwarze
2016-07-09getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed;Ingo Schwarze
2016-07-08ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) onIngo Schwarze
2016-07-08POSIX requires that a process calling tcsetpgrp(3) from the backgroundIngo Schwarze
2016-07-07sync with mdocml.bsd.lv: mention httpd(8) and slowcgi(8)Ingo Schwarze
2016-07-01Update and simplify the documentation of the -s option,Ingo Schwarze
2016-05-28Simplify search form: minus two visible control elements, minusIngo Schwarze
2016-05-23Trim trailing whitespace from man.conf lines. OK schwarze@.Todd C. Miller
2016-04-29Only focus on the query input box when no manual page is displayed,Ingo Schwarze
2016-04-28Set the "autofocus" attribute on the query text box.Ingo Schwarze
2016-04-15Rename five static functions to make the classification of functionsIngo Schwarze
2016-04-15prefer warn[x](3) over fprintf(3) where appropriateIngo Schwarze
2016-04-15Fix parsing of PATH_INFO if both a section directory and anIngo Schwarze
2016-04-15Make HTML tags lower case for better stylistic agreement with whatIngo Schwarze
2016-04-15In the architectures dropdown, move aviion, ia64, solbourne, and vaxIngo Schwarze
2016-04-15If PATH_INFO contains a complete and correct path to a manual pageIngo Schwarze
2016-04-15omit list of other results one there is only one matchIngo Schwarze
2016-04-14for .Xr links, use short PATH_INFO style URIsIngo Schwarze
2016-04-14Fix a process group race.Ingo Schwarze
2016-04-14do not rewrite short URIsIngo Schwarze
2016-04-13Give manuals in purely numerical sections priority over manuals ofIngo Schwarze
2016-04-13Give manuals in purely numerical sections priority over manuals ofIngo Schwarze