summaryrefslogtreecommitdiff
path: root/src/manconv.c
Commit message (Expand)AuthorAge
* Pacify gcc -Wanalyzer-use-of-uninitialized-valueColin Watson2022-12-31
* Simplify static analysis of fatal errorsColin Watson2022-01-30
* 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
* Avoid libpipeline linkage in libmanColin Watson2022-01-17
* Move some more declarations out of manconfig.hColin Watson2022-01-16
* Move debug-related declarations out of manconfig.hColin Watson2022-01-16
* Use MAYBE_UNUSED rather than _GL_UNUSEDColin Watson2022-01-09
* Simplify interface to container iterator macrosColin Watson2022-01-01
* Adjust encoding declarations when recodingColin Watson2019-09-06
* Improve list iteration helperColin Watson2019-08-31
* Improve data types in manconvColin Watson2019-08-30
* Simplify some GCC attribute handlingColin Watson2019-08-24
* Use HTTPS URLs where possibleColin Watson2018-02-09
* update copyright yearsColin Watson2012-02-05
* Fix some errors spotted by the clang static analyser. Some justColin Watson2012-02-02
* Provide byte positions in manconv errors (Debian bug #562789).Colin Watson2010-12-05
* Move security to libman.Colin Watson2010-09-27
* * src/manconv.c (try_iconv): Don't lose iconv errors from convertingColin Watson2010-01-31
* * src/manconv.c (try_iconv): Only handle iconv errors when iconvColin Watson2010-01-01
* * src/manconv.c (try_iconv): Handle iconv errors when attempting toColin Watson2010-01-01
* * src/manconv.c (try_iconv): When trying the last source encoding inColin Watson2009-08-22
* * src/manconv.c (try_iconv): Convert text to UTF-8 and then (ifColin Watson2009-08-18
* Fix handling of pages that declare a non-default encoding in theirColin Watson2009-03-10
* * lib/pipeline.c (command_new_function): Initialise discard_err.Colin Watson2008-11-17
* Improve handling of systems without internationalisation support.Colin Watson2008-11-16
* Call manconv as an internal function rather than as an externalColin Watson2008-09-08
* * src/manconv.c (try_iconv): Remove premature optimisation thatColin Watson2008-09-07
* * src/accessdb.c (main), src/catman.c (main), src/globbing_test.cColin Watson2008-08-17
* * src/manconv.c (try_iconv): Don'\''t handle //IGNORE unless this isColin Watson2008-04-27
* * src/manconv.c (options, parse_opt): Accept -q/--quiet.Colin Watson2008-04-27
* * src/manconv.c (args_doc, options): Describe argument to -f asColin Watson2008-03-02
* * src/lexgrog_test.c (parse_opt): Use argp_error rather thanColin Watson2008-01-14
* * lib/decompress.c (decompress_zlib), lib/linelength.cColin Watson2008-01-02
* * src/accessdb.c (main), src/catman.c (main), src/globbing_test.cColin Watson2008-01-02
* * src/accessdb.c (args_doc), src/catman.c (args_doc),Colin Watson2007-12-13
* merge from trunkColin Watson2007-12-13
|\
| * * configure.ac (AM_GNU_GETTEXT_VERSION): Upgrade to gettext 0.17.Colin Watson2007-12-13
* | convert argument processing to argpColin Watson2007-11-24
|/
* no need to test HAVE_UNISTD_H any moreColin Watson2007-10-16
* explicitly import gnulib dirname module; use base_name and dir_name throughoutColin Watson2007-10-15
* remove attempts at K&R compatibility; such systems are no longer supported by...Colin Watson2007-10-15
* merge from trunk; now uses strspn directly again, but I think this is suffici...Colin Watson2007-10-15
|\
| * * src/manconv.c (check_preprocessor_encoding): Allow onlyColin Watson2007-10-15
* | include <errno.h>Colin Watson2007-10-14
|/
* ensure we use the system fnmatch/getopt/glob if availableColin Watson2007-10-14
* many fixes to allow VPATH builds, including a separate Makefile.am for each m...Colin Watson2007-10-13
* * src/manconv.c (try_iconv): If we need to try the next encoding inColin Watson2007-10-12
* * src/manconv.c (try_iconv): Improve debugging output slightly.Colin Watson2007-10-12