aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocdb.c
Commit message (Expand)AuthorAgeFilesLines
* Logically, the following are are type names - just like .Vt,Ingo Schwarze2018-02-231-6/+27
* In man(7) and cat pages, cut off excessive one line descriptions.Ingo Schwarze2018-02-071-3/+13
* Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL.Ingo Schwarze2017-08-261-6/+6
* Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), andIngo Schwarze2017-08-261-40/+52
* No need to fork and exec rm(1) -rf, we know that we have exactlyIngo Schwarze2017-08-261-21/+4
* When the mparse_alloc() prototype changed in read.c 1.179, updatingIngo Schwarze2017-07-281-2/+2
* Improve rev. 1.250 further:Ingo Schwarze2017-07-151-2/+2
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-2/+3
* Never create empty databases.Ingo Schwarze2017-05-171-1/+23
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-2/+1
* move .ll to the roff modulesIngo Schwarze2017-05-051-2/+1
* Parser reorg:Ingo Schwarze2017-05-041-3/+5
* Continue parser unification:Ingo Schwarze2017-04-241-10/+9
* Fix a copy-and-paste error that caused man(7) manuals withoutIngo Schwarze2017-03-031-2/+2
* No need to cast NULL when assigning it to a variable;Ingo Schwarze2017-02-171-2/+2
* Be consistent in protecting __attribute__ attributes with __;Ingo Schwarze2017-02-171-2/+2
* warn about missing one-line description;Ingo Schwarze2017-01-271-4/+9
* Parse the section number from the content of preformatted pagesIngo Schwarze2017-01-271-14/+31
* If parsing a page reveals that it is neither mdoc(7) nor man(7),Ingo Schwarze2017-01-271-13/+17
* fix base directory detection for makewhatis -tIngo Schwarze2017-01-271-1/+15
* Always register names taken from file names in the names ohash.Ingo Schwarze2017-01-271-5/+7
* Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze2017-01-111-3/+3
* Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze2017-01-101-3/+3
* For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze2017-01-101-131/+136
* cast off_t and uint64_t for printf(3)Ingo Schwarze2016-10-221-2/+3
* 0x%llu is a bad idea, make that 0x%llx;Ingo Schwarze2016-10-201-2/+2
* Compat glue for the FreeBSD comparison function prototype for fts_open(3)Ingo Schwarze2016-10-181-1/+9
* Simplify and correct support for reproducible builds, such that databaseIngo Schwarze2016-10-181-36/+26
* When "makewhatis -d" tries to add to a database that doesn't (yet) exist,Ingo Schwarze2016-09-021-4/+4
* remove "sparc" from a commentIngo Schwarze2016-09-011-2/+2
* When trying to edit an existing database with makewhatis(8) -d or -uIngo Schwarze2016-08-221-5/+5
* When the content of a manual page does not specify a section, theIngo Schwarze2016-08-171-2/+3
* fix a typo that prevented names from .Dt from getting priorityIngo Schwarze2016-08-051-2/+2
* Repair makewhatis -t, regression in rev. 1.221 reported by naddy@.Ingo Schwarze2016-08-011-3/+4
* Sort pages in the pages table by file names.Ingo Schwarze2016-07-291-8/+27
* No need to populate the TYPE_arch and TYPE_sec bits, the informationIngo Schwarze2016-07-291-25/+8
* Now that our man.conf(5) format is mature and extremely simple,Ingo Schwarze2016-07-191-3/+2
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-369/+92
* Use __attribute__((__format__ throughout.Ingo Schwarze2016-07-191-4/+5
* add missing prototypes, no code change;Ingo Schwarze2016-07-151-1/+4
* Add support for Mac OS X's sandbox_init(3) sandbox functionality, whichKristaps Dzonsons2016-07-121-1/+11
* getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed;Ingo Schwarze2016-07-091-2/+1
* 'accomodate' -> 'accommodate' in a comment.Ingo Schwarze2016-03-171-2/+2
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-9/+10
* Prefer warn(3) over perror(3) at the few places where it was used.Ingo Schwarze2016-01-081-4/+4
* Simplify the mparse_open() interface.Ingo Schwarze2016-01-081-3/+2
* It was very surprising that a function called mparse_readfd()Ingo Schwarze2016-01-081-1/+2
* Improve handling of .Va and .Vt macros.Ingo Schwarze2016-01-041-14/+29
* pledge(2) style:Ingo Schwarze2015-12-151-9/+12
* Modernization, no functional change intended:Ingo Schwarze2015-11-071-18/+22