summaryrefslogtreecommitdiff
path: root/src/check_mandirs.c
Commit message (Expand)AuthorAge
* Silence error for empty mandir with missing catdirColin Watson2022-10-18
* Convert many more ints to boolsColin Watson2022-10-08
* test_manfile: Remove "already exists" checkColin Watson2022-10-01
* test_manfile: Stop caching ult_src tracesColin Watson2022-10-01
* Restructure ult_src to add cachingColin Watson2022-10-01
* mandb: Improve debuggingColin Watson2022-09-25
* Don't skip adding a database entry due to SO_MANColin Watson2022-09-25
* Simplify struct mandata memory allocationColin Watson2022-09-24
* Stop using the addr field of struct mandataColin Watson2022-09-24
* Simplify split_content interfaceColin Watson2022-09-24
* Always allocate struct mandata on the heapColin Watson2022-09-24
* filename_info: Always allocate info->nameColin Watson2022-09-24
* Simplify the filename_info interfaceColin Watson2022-09-23
* Move manual page file name utilities to lib/Colin Watson2022-09-23
* Cache filters alongside whatis informationColin Watson2022-05-19
* Simplify static analysis of fatal errorsColin Watson2022-01-30
* mandb: Don't modify DB without changing its mtimeColin Watson2022-01-30
* mandb: Fix some details of error handlingColin Watson2022-01-29
* mandb: Call purge_missing and straycats from mandbColin Watson2022-01-29
* Use bool in more places in mandbColin Watson2022-01-26
* Move some more declarations out of manconfig.hColin Watson2022-01-16
* Move appendstr out of manconfig.hColin Watson2022-01-16
* Move debug-related declarations out of manconfig.hColin Watson2022-01-16
* Move util.c-related declarations out of manconfig.hColin Watson2022-01-16
* Move lexgrog-related bits out of manconfig.hColin Watson2022-01-16
* Use MAYBE_UNUSED rather than _GL_UNUSEDColin Watson2022-01-09
* Pacify gcc -fanalyzer in some database functionsColin Watson2022-01-02
* Assert that some xasprintf calls return non-NULLColin Watson2022-01-02
* Simplify interface to container iterator macrosColin Watson2022-01-01
* Introduce pre-commitColin Watson2022-01-01
* Enable many more GCC warningsColin Watson2019-08-25
* Simplify some GCC attribute handlingColin Watson2019-08-24
* Pass database file name in function parametersColin Watson2019-08-23
* Use MYDBM_FILE->name for error messagesColin Watson2019-08-23
* Use bool for boolean command-line optionsColin Watson2019-02-04
* Port parse_descriptions to gl_listColin Watson2019-02-04
* Add helper functions for common container casesColin Watson2019-02-03
* Replace hashtable with Gnulib containersColin Watson2019-02-03
* Port ult_src tracing to gl_listColin Watson2019-01-31
* Port order_files and look_for_file to gl_listColin Watson2019-01-29
* Use Gnulib's lchown functionColin Watson2019-01-26
* Use bool type where appropriateColin Watson2019-01-26
* Use (void *) 0 as a variadic sentinelColin Watson2018-12-24
* Remove useless if-before-free testsColin Watson2018-05-29
* Fix compiler warnings on x32Colin Watson2018-04-05
* Use HTTPS URLs where possibleColin Watson2018-02-09
* Reduce number of MAN_OWNER ifdefsColin Watson2018-02-07
* Rename SECURE_MAN_UID to MAN_OWNERColin Watson2016-12-13
* Eliminate dangerous setgid-root directoriesColin Watson2016-12-10
* man(1): Fix gcc warningsMihail Konev2016-11-20