| Commit message (Expand) | Author | Age | Files | Lines |
* | move "sparc" down to discontinued architectures | Ingo Schwarze | 2016-09-01 | 1 | -3/+3 |
* | When the database is corrupt in the sense of containing invalid | Ingo Schwarze | 2016-08-30 | 1 | -1/+15 |
* | less confusing warning message about negative offsets | Ingo Schwarze | 2016-08-30 | 1 | -1/+5 |
* | If a line inside .Bl -column starts with a tab character | Ingo Schwarze | 2016-08-28 | 1 | -1/+1 |
* | When trying to edit an existing database with makewhatis(8) -d or -u | Ingo Schwarze | 2016-08-22 | 1 | -4/+4 |
* | When running into a mandoc.db(5) file still using the obsolete | Ingo Schwarze | 2016-08-22 | 1 | -2/+8 |
* | When a mismatching end macro occurs while at least two nested blocks | Ingo Schwarze | 2016-08-20 | 1 | -13/+22 |
* | When scanning upwards for a column list to put a .Ta macro in, | Ingo Schwarze | 2016-08-20 | 1 | -1/+1 |
* | If a column list starts with implicit rows (that is, rows without .It) | Ingo Schwarze | 2016-08-20 | 2 | -47/+52 |
* | fix an fd leak; patch from jsg@ | Ingo Schwarze | 2016-08-18 | 1 | -0/+1 |
* | When the content of a manual page does not specify a section, the | Ingo Schwarze | 2016-08-17 | 4 | -12/+8 |
* | When reading back a mandoc.db(5) file in order to apply incremental | Ingo Schwarze | 2016-08-17 | 2 | -4/+4 |
* | Make sure manuals in architecture-independent directories are treated | Ingo Schwarze | 2016-08-17 | 1 | -1/+1 |
* | Even after switching from a pending head to the body, we have to | Ingo Schwarze | 2016-08-11 | 1 | -1/+1 |
* | oops, fix stupid typo in previous | Ingo Schwarze | 2016-08-11 | 1 | -1/+2 |
* | If a .Bd display is on the one hand doomed to be deleted because | Ingo Schwarze | 2016-08-11 | 1 | -3/+4 |
* | Don't deref NULL if the only child of the first .Sh is an empty | Ingo Schwarze | 2016-08-10 | 1 | -4/+7 |
* | move armish and hppa64 down in the dropdown box; reminded by jmc@ | Ingo Schwarze | 2016-08-10 | 1 | -4/+5 |
* | When trying to figure out which C compiler make(1) wants to use, | Ingo Schwarze | 2016-08-10 | 1 | -1/+1 |
* | Don't printf("%s", NULL) if .It has a macro as an argument | Ingo Schwarze | 2016-08-10 | 1 | -2/+3 |
* | When validating a .Bl list that defaults to -item for want of a type, | Ingo Schwarze | 2016-08-10 | 1 | -0/+1 |
* | Fix assertion failures caused by whitespace inside \o'' (overstrike) | Ingo Schwarze | 2016-08-10 | 2 | -60/+50 |
* | fix printf("%s", NULL); | Ingo Schwarze | 2016-08-09 | 2 | -4/+6 |
* | The concept of endianness seems to be somewhat newfangled, so the | Ingo Schwarze | 2016-08-05 | 9 | -1/+71 |
* | Really protect <err.h> as already promised in the previous commit message. | Ingo Schwarze | 2016-08-05 | 1 | -0/+2 |
* | missing <endian.h> reported by Bapt@iste Daroussin, found on FreeBSD | Ingo Schwarze | 2016-08-05 | 1 | -0/+1 |
* | fix a typo that prevented names from .Dt from getting priority | Ingo Schwarze | 2016-08-05 | 1 | -1/+1 |
* | Fix an assertion failure that happened when trying to add a page | Ingo Schwarze | 2016-08-04 | 1 | -1/+1 |
* | POSIX allows PATH_MAX to not be defined, meaning "unlimited". | Ingo Schwarze | 2016-08-02 | 6 | -0/+47 |
* | Repair makewhatis -t, regression in rev. 1.221 reported by naddy@. | Ingo Schwarze | 2016-08-01 | 1 | -2/+3 |
* | Adjust MANDOC_DB and bump MANDOCDB_VERSION now that | Ingo Schwarze | 2016-08-01 | 1 | -2/+2 |
* | document the new file format | Ingo Schwarze | 2016-08-01 | 1 | -79/+151 |
* | Some base system pages, for example perl(1), contain non-ASCII | Ingo Schwarze | 2016-07-31 | 1 | -1/+2 |
* | Autodetect a suitable locale for -Tutf8 mode, | Ingo Schwarze | 2016-07-31 | 5 | -15/+39 |
* | Sort sections and architectures in the pages table. | Ingo Schwarze | 2016-07-29 | 1 | -6/+18 |
* | Sort pages in the pages table by file names. | Ingo Schwarze | 2016-07-29 | 1 | -7/+26 |
* | No need to populate the TYPE_arch and TYPE_sec bits, the information | Ingo Schwarze | 2016-07-29 | 2 | -25/+11 |
* | Autodetect if -lrt is needed for nanosleep(3). | Ingo Schwarze | 2016-07-20 | 4 | -5/+47 |
* | tag_signal() is dead; from LLVM via Christos Zoulas | Ingo Schwarze | 2016-07-20 | 1 | -2/+2 |
* | Linux compatibility: Work around the lack of EFTYPE and protect <err.h>. | Ingo Schwarze | 2016-07-20 | 8 | -11/+34 |
* | Now that our man.conf(5) format is mature and extremely simple, | Ingo Schwarze | 2016-07-19 | 6 | -102/+14 |
* | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze | 2016-07-19 | 25 | -1238/+2275 |
* | Remove one outdated comment and fix one typo | Ingo Schwarze | 2016-07-19 | 1 | -3/+1 |
* | Since the mdoc/man parser unification, the parser is always allocated | Ingo Schwarze | 2016-07-19 | 1 | -24/+2 |
* | Use __attribute__((__format__ throughout. | Ingo Schwarze | 2016-07-19 | 7 | -27/+15 |
* | cope with -Wmissing-prototypes | Ingo Schwarze | 2016-07-18 | 2 | -4/+25 |
* | To remove the const qualifier from a pointer to an object - either | Ingo Schwarze | 2016-07-15 | 2 | -3/+1 |
* | Fix previous: the mandocdb() prototype was already there, it just | Ingo Schwarze | 2016-07-15 | 1 | -3/+2 |
* | add missing prototypes, no code change; | Ingo Schwarze | 2016-07-15 | 7 | -4/+16 |
* | Sanitize the environment when calling make(1) to autodetect ${CC}. | Ingo Schwarze | 2016-07-15 | 1 | -1/+1 |