Age | Commit message (Expand) | Author |
2018-08-17 | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze |
2018-02-23 | Logically, the following are are type names - just like .Vt, | Ingo Schwarze |
2018-02-07 | In man(7) and cat pages, cut off excessive one line descriptions. | Ingo Schwarze |
2017-08-26 | Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL. | Ingo Schwarze |
2017-08-26 | Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), and | Ingo Schwarze |
2017-08-26 | No need to fork and exec rm(1) -rf, we know that we have exactly | Ingo Schwarze |
2017-07-28 | When the mparse_alloc() prototype changed in read.c 1.151, updating | Ingo Schwarze |
2017-07-15 | Improve rev. 1.199 further: | Ingo Schwarze |
2017-06-24 | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze |
2017-05-17 | Never create empty databases. | Ingo Schwarze |
2017-05-05 | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze |
2017-05-05 | move .ll to the roff modules | Ingo Schwarze |
2017-05-04 | Parser reorg: | Ingo Schwarze |
2017-04-24 | Continue parser unification: | Ingo Schwarze |
2017-03-03 | Fix a copy-and-paste error that caused man(7) manuals without | Ingo Schwarze |
2017-02-09 | No need to cast NULL when assigning it to a variable; | Ingo Schwarze |
2017-02-09 | Be consistent in protecting __attribute__ attributes with __; | Ingo Schwarze |
2017-01-27 | warn about missing one-line description; | Ingo Schwarze |
2017-01-27 | Parse the section number from the content of preformatted pages | Ingo Schwarze |
2017-01-27 | If parsing a page reveals that it is neither mdoc(7) nor man(7), | Ingo Schwarze |
2017-01-27 | fix base directory detection for makewhatis -t | Ingo Schwarze |
2017-01-27 | Always register names taken from file names in the names ohash. | Ingo Schwarze |
2017-01-11 | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze |
2017-01-10 | Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At. | Ingo Schwarze |
2017-01-10 | For the .Ux/.Ox family of macros, do text production at the validation | 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-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-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-08-22 | When trying to edit an existing database with makewhatis(8) -d or -u | Ingo Schwarze |
2016-08-17 | When the content of a manual page does not specify a section, the | Ingo Schwarze |
2016-08-05 | fix a typo that prevented names from .Dt from getting priority over | 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 |
2016-07-19 | Use __attribute__((__format__ throughout. | Ingo Schwarze |
2016-07-15 | add missing prototypes, no code change; | Ingo Schwarze |
2016-07-09 | getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed; | Ingo Schwarze |
2016-03-15 | 'accomodate' -> 'accommodate' in comments. | Kenneth R Westerback |
2016-01-08 | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze |
2016-01-08 | Prefer warn(3) over perror(3) at the few places where it was used. | Ingo Schwarze |
2016-01-08 | Simplify the mparse_open() interface. | Ingo Schwarze |
2016-01-08 | It was very surprising that a function called mparse_readfd() | Ingo Schwarze |
2016-01-04 | Improve handling of .Va and .Vt macros. | Ingo Schwarze |
2015-12-15 | pledge(2) style: | Ingo Schwarze |
2015-11-07 | Modernization, no functional change intended: | Ingo Schwarze |
2015-11-06 | Use getprogname(3) rather than __progname. | Ingo Schwarze |
2015-10-22 | use the new function man_validate() here, too | Ingo Schwarze |
2015-10-20 | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze |