summaryrefslogtreecommitdiff
path: root/src/manconv_main.c
Commit message (Expand)AuthorAge
* Reformat option declarations using macrosColin Watson2022-10-02
* Significantly improve mandb performanceColin Watson2022-01-24
* Make manconv error handling less abruptColin Watson2022-01-22
* Add a layer of abstraction to decompressionColin Watson2022-01-19
* 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
* Pacify gcc -fanalyzer in manconvColin Watson2022-01-02
* manconv: Guess input encoding if necessaryColin Watson2019-09-30
* Improve data types in manconvColin Watson2019-08-30
* Use bool for boolean command-line optionsColin Watson2019-02-04
* Free seccomp sandbox before normal exitColin Watson2019-02-04
* Use (void *) 0 as a variadic sentinelColin Watson2018-12-24
* Use Gnulib progname moduleColin Watson2018-05-29
* Confine most untrusted data handling using seccompColin Watson2017-12-03
* * lib/util.c (init_locale): Avoid warnings if configured withColin Watson2010-11-17
* * lib/pipeline.c (pipeline_install_post_fork): New function.Colin Watson2010-10-25
* * lib/util.c (init_locale): New function.Colin Watson2010-10-12
* * lib/pipeline.c (reap_children, pipeline_sigchld,Colin Watson2010-10-03
* * lib/debug.c (init_debug): New function: check for MAN_DEBUG=1 inColin Watson2009-12-15
* * src/manconv_main.c (main): Correct error message if the givenColin Watson2009-02-12
* * lib/pipeline.c (command_new_function): Initialise discard_err.Colin Watson2008-11-17
* Call manconv as an internal function rather than as an externalColin Watson2008-09-08