summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2016-12-07When reporting "whitespace at end of input line" on lines ending withIngo Schwarze
2016-11-10warn about trailing whitespace at the end of comments;Ingo Schwarze
2016-11-08document improved tagging functionalityIngo Schwarze
2016-11-08use .Fn in custom sections for tagging, in addition to in DESCRIPTION;Ingo Schwarze
2016-11-08tag leading .Dv, .Li, and .No in .It;Ingo Schwarze
2016-11-08implement tag priority 0, which will tag only keys that appear asIngo Schwarze
2016-11-08generate two tag entries from list entries of the formIngo Schwarze
2016-11-08skip leading \& and \e in tagsIngo Schwarze
2016-11-08support more than one tag entry for the same search term;Ingo Schwarze
2016-10-22cast off_t and uint64_t for printf(3)Ingo Schwarze
2016-10-200x%llu is a bad idea, make that 0x%llx;Ingo Schwarze
2016-10-20st_size is off_t, which is signed, so use %lld rather than %llu;Ingo Schwarze
2016-10-19Avoid the confusion that -a might require a section argument; it does not.Ingo Schwarze
2016-10-18The termination condition of the iteration logic in page_bymacro()Ingo Schwarze
2016-10-18Fix a comment: We don't have manpath(1). No code change.Ingo Schwarze
2016-10-18Simplify and correct support for reproducible builds, such that databaseIngo Schwarze
2016-10-09Delete complicated code dealing with .Bl -tag without -width,Ingo Schwarze
2016-09-18We cannot use fputs(3) in passthrough() because the stdout streamIngo Schwarze
2016-09-18Make sure an output device is allocated before calling terminal_sepline(),Ingo Schwarze
2016-09-11Use the proper HTML escape for double quote ("): " not &quote;.Anthony J. Bentley
2016-09-03move zaurus down to the discontinued architecturesIngo Schwarze
2016-09-02When "makewhatis -d" tries to add to a database that doesn't (yet) exist,Ingo Schwarze
2016-09-01remove "sparc" from a commentIngo Schwarze
2016-09-01move "sparc" down to discontinued architecturesIngo Schwarze
2016-08-30When the database is corrupt in the sense of containing invalidIngo Schwarze
2016-08-30less confusing warning message about negative offsetsIngo Schwarze
2016-08-28If a line inside .Bl -column starts with a tab characterIngo Schwarze
2016-08-22When trying to edit an existing database with makewhatis(8) -d or -uIngo Schwarze
2016-08-22When running into a mandoc.db(5) file still using the obsoleteIngo Schwarze
2016-08-20When a mismatching end macro occurs while at least two nested blocksIngo Schwarze
2016-08-20When scanning upwards for a column list to put a .Ta macro in,Ingo Schwarze
2016-08-20If a column list starts with implicit rows (that is, rows without .It)Ingo Schwarze
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