summaryrefslogtreecommitdiff
path: root/src/man.c
Commit message (Expand)AuthorAge
* Fix segfault when nroff is not installedColin Watson2022-12-31
* Fix compile and test failures when troff is not groffColin Watson2022-12-31
* Replace $ in page names rather than trying to escape itColin Watson2022-11-05
* Sort whatis references below real pages more aggressivelyColin Watson2022-10-18
* Escape $ in page names when constructing less promptsColin Watson2022-10-18
* Fix regression in preprocessor string handlingColin Watson2022-10-11
* Convert many more ints to boolsColin Watson2022-10-08
* Remove unused variableColin Watson2022-10-08
* Add some more pure function attributesColin Watson2022-10-07
* Fix build on systems without <termios.h>Colin Watson2022-10-07
* Run preprocessors in the correct orderColin Watson2022-10-06
* Reformat option declarations using macrosColin Watson2022-10-02
* Restructure ult_src to add cachingColin Watson2022-10-01
* 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
* Move compression file name utilities to lib/Colin Watson2022-09-23
* Remove infoalloc macroColin Watson2022-09-23
* Make CATWIDTH override MINCATWIDTH/MAXCATWIDTHColin Watson2022-08-11
* man(1): Fix override dir handlingMihail Konev2022-03-06
* Fix showing HTML, as firefox runs into background too fastDr. Werner Fink2022-03-05
* Suppress Clang warnings with -Wconstant-logical-operandColin Watson2022-02-06
* Revert "Reduce indentation depth using C99"Colin Watson2022-02-06
* man: Avoid spurious error messages due to subpagesColin Watson2022-01-31
* Simplify static analysis of fatal errorsColin Watson2022-01-30
* man: Don't modify MANSECT environment variableColin Watson2022-01-30
* mandb: Don't modify DB without changing its mtimeColin Watson2022-01-30
* man: Make dbdelete_wrapper use the correct databaseColin Watson2022-01-29
* Significantly improve mandb performanceColin Watson2022-01-24
* Add a layer of abstraction to decompressionColin Watson2022-01-19
* Avoid libpipeline linkage in libmanColin Watson2022-01-17
* 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 create_tempdir out of manconfig.hColin Watson2022-01-16
* Move util.c-related declarations out of manconfig.hColin Watson2022-01-16
* Move comp_info and comp_file out of manconfig.hColin Watson2022-01-16
* Remove Checker supportColin Watson2022-01-16
* Rename program preprocessor symbols to PROG_*Colin Watson2022-01-16
* Use MAYBE_UNUSED rather than _GL_UNUSEDColin Watson2022-01-09
* Assert that some xasprintf calls return non-NULLColin Watson2022-01-02
* Reduce indentation depth using C99Colin Watson2022-01-01
* Simplify interface to container iterator macrosColin Watson2022-01-01
* Introduce pre-commitColin Watson2022-01-01
* Make gxditview work with seccomp sandboxColin Watson2020-05-31
* Fix document font size for -X75-12 and -X100-12Colin Watson2020-05-31
* Fix language/territory candidate comparison logicColin Watson2019-10-03
* man: Accept "page(section)" form on command lineColin Watson2019-09-09
* Make some debugging output less verboseColin Watson2019-09-08
* Suggest "man man" if run with no argumentsColin Watson2019-09-08