aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Simplify and correct support for reproducible builds, such that databaseIngo Schwarze2016-10-182-39/+30
* link to http://mdocml.bsd.lv/mdoc/ below SEE ALSO;Ingo Schwarze2016-10-111-2/+8
* Delete complicated code dealing with .Bl -tag without -width,Ingo Schwarze2016-10-094-88/+7
* We cannot use fputs(3) in passthrough() because the stdout streamIngo Schwarze2016-09-181-5/+15
* Make sure an output device is allocated before calling terminal_sepline(),Ingo Schwarze2016-09-181-28/+35
* minor tbl(7) column spacing and wrapping issues in lftp(1)Ingo Schwarze2016-09-131-1/+8
* use the proper HTML escape for double quote ("): " not &quote;Ingo Schwarze2016-09-121-2/+2
* move zaurus down to the discontinued architecturesIngo Schwarze2016-09-031-4/+4
* When "makewhatis -d" tries to add to a database that doesn't (yet) exist,Ingo Schwarze2016-09-021-4/+4
* remove "sparc" from a commentIngo Schwarze2016-09-011-2/+2
* move "sparc" down to discontinued architecturesIngo Schwarze2016-09-011-4/+4
* When the database is corrupt in the sense of containing invalidIngo Schwarze2016-08-301-2/+16
* less confusing warning message about negative offsetsIngo Schwarze2016-08-301-2/+6
* If a line inside .Bl -column starts with a tab characterIngo Schwarze2016-08-281-2/+2
* When trying to edit an existing database with makewhatis(8) -d or -uIngo Schwarze2016-08-221-5/+5
* When running into a mandoc.db(5) file still using the obsoleteIngo Schwarze2016-08-221-3/+9
* When a mismatching end macro occurs while at least two nested blocksIngo Schwarze2016-08-201-14/+23
* When scanning upwards for a column list to put a .Ta macro in,Ingo Schwarze2016-08-201-2/+2
* If a column list starts with implicit rows (that is, rows without .It)Ingo Schwarze2016-08-202-49/+54
* fix an fd leak; patch from jsg@Ingo Schwarze2016-08-181-1/+2
* 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