Age | Commit message (Expand) | Author |
2016-12-07 | When reporting "whitespace at end of input line" on lines ending with | Ingo Schwarze |
2016-11-10 | warn about trailing whitespace at the end of comments; | Ingo Schwarze |
2016-11-08 | document improved tagging functionality | Ingo Schwarze |
2016-11-08 | use .Fn in custom sections for tagging, in addition to in DESCRIPTION; | Ingo Schwarze |
2016-11-08 | tag leading .Dv, .Li, and .No in .It; | Ingo Schwarze |
2016-11-08 | implement tag priority 0, which will tag only keys that appear as | Ingo Schwarze |
2016-11-08 | generate two tag entries from list entries of the form | Ingo Schwarze |
2016-11-08 | skip leading \& and \e in tags | Ingo Schwarze |
2016-11-08 | support more than one tag entry for the same search term; | Ingo Schwarze |
2016-10-22 | cast off_t and uint64_t for printf(3) | Ingo Schwarze |
2016-10-20 | 0x%llu is a bad idea, make that 0x%llx; | Ingo Schwarze |
2016-10-20 | st_size is off_t, which is signed, so use %lld rather than %llu; | Ingo Schwarze |
2016-10-19 | Avoid the confusion that -a might require a section argument; it does not. | Ingo Schwarze |
2016-10-18 | The termination condition of the iteration logic in page_bymacro() | Ingo Schwarze |
2016-10-18 | Fix a comment: We don't have manpath(1). No code change. | Ingo Schwarze |
2016-10-18 | Simplify and correct support for reproducible builds, such that database | Ingo Schwarze |
2016-10-09 | Delete complicated code dealing with .Bl -tag without -width, | Ingo Schwarze |
2016-09-18 | We cannot use fputs(3) in passthrough() because the stdout stream | Ingo Schwarze |
2016-09-18 | Make sure an output device is allocated before calling terminal_sepline(), | Ingo Schwarze |
2016-09-11 | Use the proper HTML escape for double quote ("): " not "e;. | Anthony J. Bentley |
2016-09-03 | move zaurus down to the discontinued architectures | Ingo Schwarze |
2016-09-02 | When "makewhatis -d" tries to add to a database that doesn't (yet) exist, | Ingo Schwarze |
2016-09-01 | remove "sparc" from a comment | Ingo Schwarze |
2016-09-01 | move "sparc" down to discontinued architectures | Ingo Schwarze |
2016-08-30 | When the database is corrupt in the sense of containing invalid | Ingo Schwarze |
2016-08-30 | less confusing warning message about negative offsets | Ingo Schwarze |
2016-08-28 | If a line inside .Bl -column starts with a tab character | Ingo Schwarze |
2016-08-22 | When trying to edit an existing database with makewhatis(8) -d or -u | Ingo Schwarze |
2016-08-22 | When running into a mandoc.db(5) file still using the obsolete | Ingo Schwarze |
2016-08-20 | When a mismatching end macro occurs while at least two nested blocks | Ingo Schwarze |
2016-08-20 | When scanning upwards for a column list to put a .Ta macro in, | Ingo Schwarze |
2016-08-20 | If a column list starts with implicit rows (that is, rows without .It) | Ingo Schwarze |
2016-08-18 | fix an fd leak | Jonathan Gray |
2016-08-17 | When the content of a manual page does not specify a section, the | Ingo Schwarze |
2016-08-17 | When reading back a mandoc.db(5) file in order to apply incremental | Ingo Schwarze |
2016-08-17 | Make sure manuals in architecture-independent directories are treated | Ingo Schwarze |
2016-08-13 | Even after switching from a pending head to the body, we have to | Ingo Schwarze |
2016-08-11 | oops, fix stupid typo in previous | Ingo Schwarze |
2016-08-11 | If a .Bd display is on the one hand doomed to be deleted because | Ingo Schwarze |
2016-08-10 | Don't deref NULL if the only child of the first .Sh is an empty | Ingo Schwarze |
2016-08-10 | move armish and hppa64 down in the dropdown box; reminded by jmc@ | Ingo Schwarze |
2016-08-10 | Don't printf("%s", NULL) if .It has a macro as an argument | Ingo Schwarze |
2016-08-10 | When validating a .Bl list that defaults to -item for want of a type, | Ingo Schwarze |
2016-08-10 | Fix assertion failures caused by whitespace inside \o'' (overstrike) | Ingo Schwarze |
2016-08-09 | fix printf("%s", NULL); | Ingo Schwarze |
2016-08-05 | missing <endian.h> reported by Bapt@iste Daroussin, found on FreeBSD | Ingo Schwarze |
2016-08-05 | fix a typo that prevented names from .Dt from getting priority over | Ingo Schwarze |
2016-08-04 | Fix an assertion failure that happened when trying to add a page | Ingo Schwarze |
2016-08-01 | Repair makewhatis -t, sorry for breaking it in the previous commit. | Ingo Schwarze |
2016-08-01 | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze |