aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* implement tag priority 0, which will tag only keys that appear asIngo Schwarze2016-11-082-7/+37
* generate two tag entries from list entries of the formIngo Schwarze2016-11-081-2/+4
* skip leading \& and \e in tagsIngo Schwarze2016-11-081-2/+8
* support more than one tag entry for the same search term;Ingo Schwarze2016-11-081-8/+39
* cast off_t and uint64_t for printf(3)Ingo Schwarze2016-10-222-4/+5
* typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/Ingo Schwarze2016-10-201-2/+2
* 0x%llu is a bad idea, make that 0x%llx;Ingo Schwarze2016-10-201-2/+2
* st_size is off_t, which is signed, so use %lld rather than %llu;Ingo Schwarze2016-10-201-2/+2
* Avoid the confusion that -a might require a section argument; it does not.Ingo Schwarze2016-10-191-8/+4
* bring back support for sortingIngo Schwarze2016-10-182-9/+66
* sync with OpenBSDIngo Schwarze2016-10-181-17/+12
* The termination condition of the iteration logic in page_bymacro()Ingo Schwarze2016-10-181-19/+23
* Compat glue for the FreeBSD comparison function prototype for fts_open(3)Ingo Schwarze2016-10-184-19/+54
* update after rev. 1.5 of dba.cIngo Schwarze2016-10-181-1/+1
* 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