summaryrefslogtreecommitdiffstats
path: root/mandocdb.c
Commit message (Expand)AuthorAgeFilesLines
* support for hunting memory leaks;Ingo Schwarze2022-04-141-2/+2
* Commit and commit message by deraadt@:Ingo Schwarze2021-11-051-2/+5
* do not crash when a manpath directory contains a symbolic linkIngo Schwarze2021-08-191-0/+2
* Rename the compile-time configuration variable $HOMEBREWDIR toIngo Schwarze2021-08-071-4/+26
* Remove some stray argument names from function prototypes,Ingo Schwarze2020-04-031-3/+5
* Repair more of the issues that i found in filescan() while investigatingIngo Schwarze2020-01-261-35/+85
* Fix incorrect file type tests.Ingo Schwarze2020-01-261-2/+2
* Minor cleanup, no functional change:Ingo Schwarze2020-01-251-54/+59
* Enter dangling .so links into the database, to avoid harassingIngo Schwarze2019-05-031-6/+11
* Cleanup, no functional change:Ingo Schwarze2018-12-301-24/+20
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-2/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-131-0/+1
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-171-10/+12
* Logically, the following are are type names - just like .Vt,Ingo Schwarze2018-02-231-5/+26
* In man(7) and cat pages, cut off excessive one line descriptions.Ingo Schwarze2018-02-071-2/+12
* Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL.Ingo Schwarze2017-08-261-5/+5
* Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), andIngo Schwarze2017-08-261-39/+51
* No need to fork and exec rm(1) -rf, we know that we have exactlyIngo Schwarze2017-08-261-20/+3
* When the mparse_alloc() prototype changed in read.c 1.179, updatingIngo Schwarze2017-07-281-1/+1
* Improve rev. 1.250 further:Ingo Schwarze2017-07-151-1/+1
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-1/+2
* Never create empty databases.Ingo Schwarze2017-05-171-0/+22
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-1/+0
* move .ll to the roff modulesIngo Schwarze2017-05-051-1/+0
* Parser reorg:Ingo Schwarze2017-05-041-2/+4
* Continue parser unification:Ingo Schwarze2017-04-241-9/+8
* Fix a copy-and-paste error that caused man(7) manuals withoutIngo Schwarze2017-03-031-1/+1
* No need to cast NULL when assigning it to a variable;Ingo Schwarze2017-02-171-1/+1
* Be consistent in protecting __attribute__ attributes with __;Ingo Schwarze2017-02-171-1/+1
* warn about missing one-line description;Ingo Schwarze2017-01-271-3/+8
* Parse the section number from the content of preformatted pagesIngo Schwarze2017-01-271-13/+30
* If parsing a page reveals that it is neither mdoc(7) nor man(7),Ingo Schwarze2017-01-271-12/+16
* fix base directory detection for makewhatis -tIngo Schwarze2017-01-271-0/+14
* Always register names taken from file names in the names ohash.Ingo Schwarze2017-01-271-4/+6
* Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze2017-01-111-2/+2
* Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze2017-01-101-2/+2
* For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze2017-01-101-130/+135
* cast off_t and uint64_t for printf(3)Ingo Schwarze2016-10-221-1/+2
* 0x%llu is a bad idea, make that 0x%llx;Ingo Schwarze2016-10-201-1/+1
* Compat glue for the FreeBSD comparison function prototype for fts_open(3)Ingo Schwarze2016-10-181-0/+8
* Simplify and correct support for reproducible builds, such that databaseIngo Schwarze2016-10-181-35/+25
* When "makewhatis -d" tries to add to a database that doesn't (yet) exist,Ingo Schwarze2016-09-021-3/+3
* remove "sparc" from a commentIngo Schwarze2016-09-011-1/+1
* When trying to edit an existing database with makewhatis(8) -d or -uIngo Schwarze2016-08-221-4/+4
* When the content of a manual page does not specify a section, theIngo Schwarze2016-08-171-1/+2
* fix a typo that prevented names from .Dt from getting priorityIngo Schwarze2016-08-051-1/+1
* Repair makewhatis -t, regression in rev. 1.221 reported by naddy@.Ingo Schwarze2016-08-011-2/+3
* Sort pages in the pages table by file names.Ingo Schwarze2016-07-291-7/+26
* No need to populate the TYPE_arch and TYPE_sec bits, the informationIngo Schwarze2016-07-291-24/+7
* Now that our man.conf(5) format is mature and extremely simple,Ingo Schwarze2016-07-191-2/+1