summaryrefslogtreecommitdiff
path: root/src/whatis.c
Commit message (Expand)AuthorAge
* Simplify static analysis of fatal errorsColin Watson2022-01-30
* mandb: Don't modify DB without changing its mtimeColin Watson2022-01-30
* 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
* 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
* lexgrog: Produce output in the user's localeColin Watson2022-01-09
* Pacify gcc -fanalyzer in some database functionsColin Watson2022-01-02
* Assert that some xasprintf calls return non-NULLColin Watson2022-01-02
* Use Gnulib attribute.h properlyColin Watson2022-01-01
* Simplify interface to container iterator macrosColin Watson2022-01-01
* Introduce pre-commitColin Watson2022-01-01
* Add several function attributes suggested by GCCColin 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
* Store database file name alongside its handleColin Watson2019-08-23
* Simplify case-insensitive comparisons in whatisColin Watson2019-02-05
* Use bool for boolean command-line optionsColin Watson2019-02-04
* Free seccomp sandbox before normal exitColin Watson2019-02-04
* Port dblookup to gl_listColin Watson2019-02-04
* Add helper functions for common container casesColin Watson2019-02-03
* Replace hashtable with Gnulib containersColin Watson2019-02-03
* Use bool in more places in whatisColin Watson2019-01-30
* Use macros for common cases of list iterationColin Watson2019-01-27
* Use bool type where appropriateColin Watson2019-01-26
* Remove arbitrary limit on manpath sizeColin Watson2019-01-26
* Use (void *) 0 as a variadic sentinelColin Watson2018-12-24
* Fix several resource and memory leaksNikola Forró2018-11-03
* Define an access(2) wrapper with clearer semanticsColin Watson2018-06-08
* Use Gnulib progname moduleColin Watson2018-05-29
* Suppress spurious gettext headers in --help outputColin Watson2018-04-05
* Refactor sandbox attachment to be more composableColin Watson2018-02-07
* Confine most untrusted data handling using seccompColin Watson2017-12-03
* Remove lots of unnecessary inline qualifiersColin Watson2015-12-07
* Clean up freeing of datum structuresColin Watson2015-04-08
* Stop storing the database handle in a global variableColin Watson2015-04-08
* apropos/whatis: Don't truncate names if long output was requestedColin Watson2014-11-14
* Avoid using or double-closing closed database handlesColin Watson2014-09-27
* Reimplement 'apropos --and' in a way that works with theColin Watson2013-07-08
* * src/man.c (format_display): Simplify using xasprintf.Colin Watson2013-07-08
* * docs/HACKING: Mention that xasprintf may be more readable thanColin Watson2013-06-27
* * lib/encodings.c (get_locale_charset): Free saved_locale.Peter Schiffer2013-06-27
* * src/manp.c (add_nls_manpaths): Duplicate manpathlist in the caseColin Watson2013-06-27
* * src/whatis.c (main): Make the global configuration file optionalColin Watson2012-06-18
* * src/whatis.c (main): Move locale manpath expansion to ...Colin Watson2012-02-27
* Optimise apropos when given many arguments (Ubuntu bug #927028).Colin Watson2012-02-22