aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* When the content of a manual page does not specify a section, theIngo Schwarze2016-08-174-16/+12
* When reading back a mandoc.db(5) file in order to apply incrementalIngo Schwarze2016-08-172-6/+6
* Make sure manuals in architecture-independent directories are treatedIngo Schwarze2016-08-171-2/+2
* Even after switching from a pending head to the body, we have toIngo Schwarze2016-08-111-2/+2
* oops, fix stupid typo in previousIngo Schwarze2016-08-111-2/+3
* If a .Bd display is on the one hand doomed to be deleted becauseIngo Schwarze2016-08-111-4/+5
* Don't deref NULL if the only child of the first .Sh is an emptyIngo Schwarze2016-08-101-5/+8
* move armish and hppa64 down in the dropdown box; reminded by jmc@Ingo Schwarze2016-08-101-5/+6
* When trying to figure out which C compiler make(1) wants to use,Ingo Schwarze2016-08-101-2/+2
* Don't printf("%s", NULL) if .It has a macro as an argumentIngo Schwarze2016-08-101-3/+4
* When validating a .Bl list that defaults to -item for want of a type,Ingo Schwarze2016-08-101-1/+2
* Fix assertion failures caused by whitespace inside \o'' (overstrike)Ingo Schwarze2016-08-102-62/+52
* fix printf("%s", NULL);Ingo Schwarze2016-08-092-6/+8
* The concept of endianness seems to be somewhat newfangled, so theIngo Schwarze2016-08-059-8/+78
* Really protect <err.h> as already promised in the previous commit message.Ingo Schwarze2016-08-051-0/+2
* missing <endian.h> reported by Bapt@iste Daroussin, found on FreeBSDIngo Schwarze2016-08-051-1/+2
* fix a typo that prevented names from .Dt from getting priorityIngo Schwarze2016-08-051-2/+2
* Fix an assertion failure that happened when trying to add a pageIngo Schwarze2016-08-041-2/+2
* POSIX allows PATH_MAX to not be defined, meaning "unlimited".Ingo Schwarze2016-08-026-5/+52
* Repair makewhatis -t, regression in rev. 1.221 reported by naddy@.Ingo Schwarze2016-08-011-3/+4
* Adjust MANDOC_DB and bump MANDOCDB_VERSION now thatIngo Schwarze2016-08-011-3/+3
* document the new file formatIngo Schwarze2016-08-011-81/+153
* Some base system pages, for example perl(1), contain non-ASCIIIngo Schwarze2016-07-311-2/+3
* Autodetect a suitable locale for -Tutf8 mode,Ingo Schwarze2016-07-315-20/+44
* Sort sections and architectures in the pages table.Ingo Schwarze2016-07-291-7/+19
* Sort pages in the pages table by file names.Ingo Schwarze2016-07-291-8/+27
* No need to populate the TYPE_arch and TYPE_sec bits, the informationIngo Schwarze2016-07-292-27/+13
* Autodetect if -lrt is needed for nanosleep(3).Ingo Schwarze2016-07-204-7/+49
* tag_signal() is dead; from LLVM via Christos ZoulasIngo Schwarze2016-07-201-2/+2
* Linux compatibility: Work around the lack of EFTYPE and protect <err.h>.Ingo Schwarze2016-07-208-15/+38
* Now that our man.conf(5) format is mature and extremely simple,Ingo Schwarze2016-07-196-108/+20
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-1926-1262/+2299
* Remove one outdated comment and fix one typoIngo Schwarze2016-07-191-4/+2
* Since the mdoc/man parser unification, the parser is always allocatedIngo Schwarze2016-07-191-25/+3
* Use __attribute__((__format__ throughout.Ingo Schwarze2016-07-197-33/+21
* cope with -Wmissing-prototypesIngo Schwarze2016-07-182-5/+26
* To remove the const qualifier from a pointer to an object - eitherIngo Schwarze2016-07-152-5/+3
* Fix previous: the mandocdb() prototype was already there, it justIngo Schwarze2016-07-151-4/+3
* add missing prototypes, no code change;Ingo Schwarze2016-07-157-9/+21
* Sanitize the environment when calling make(1) to autodetect ${CC}.Ingo Schwarze2016-07-151-1/+1
* final 1.13.4 release notesVERSION_1_13_4Ingo Schwarze2016-07-143-22/+40
* Add support for Mac OS X's sandbox_init(3) sandbox functionality, whichKristaps Dzonsons2016-07-125-3/+38
* Make all components of the URI individually optional,Ingo Schwarze2016-07-112-20/+47
* support LDFLAGS;Ingo Schwarze2016-07-103-8/+17
* On OpenBSD, more(1) is actually less(1) with a small number ofIngo Schwarze2016-07-101-3/+3
* Fix a nasty typo that prevented .so links to gziped manualsIngo Schwarze2016-07-101-2/+2
* Simplify the code and the server setup by deleting the pseudo-manpathIngo Schwarze2016-07-103-30/+17
* Do not treat PATH_INFO as a complete path if it doesn't containIngo Schwarze2016-07-091-2/+2
* getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed;Ingo Schwarze2016-07-094-8/+4
* ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) onIngo Schwarze2016-07-083-11/+10