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