summaryrefslogtreecommitdiff
path: root/src/lexgrog_test.c
Commit message (Expand)AuthorAge
* Reformat option declarations using macrosColin Watson2022-10-02
* Restructure ult_src to add cachingColin Watson2022-10-01
* Move some more declarations 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
* Use lexgrog type definitions consistentlyColin Watson2022-01-16
* Move lexgrog-related bits out of manconfig.hColin Watson2022-01-16
* Use MAYBE_UNUSED rather than _GL_UNUSEDColin Watson2022-01-09
* lexgrog: Produce output in the user's localeColin Watson2022-01-09
* Simplify interface to container iterator macrosColin Watson2022-01-01
* Introduce pre-commitColin Watson2022-01-01
* Simplify some GCC attribute handlingColin Watson2019-08-24
* Use bool for boolean command-line optionsColin Watson2019-02-04
* Port parse_descriptions to gl_listColin Watson2019-02-04
* Free seccomp sandbox before normal exitColin Watson2019-02-04
* Remove useless if-before-free testsColin Watson2018-05-29
* Use Gnulib progname moduleColin Watson2018-05-29
* Suppress spurious gettext headers in --help outputColin Watson2018-04-05
* Reduce number of MAN_OWNER ifdefsColin Watson2018-02-07
* Confine most untrusted data handling using seccompColin Watson2017-12-03
* Rename SECURE_MAN_UID to MAN_OWNERColin Watson2016-12-13
* If mandb sees that A is a symlink to B, it should never store aColin Watson2011-01-10
* * 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
* Move security to libman.Colin Watson2010-09-27
* * src/descriptions.c (parse_descriptions): Free record.Colin Watson2010-05-19
* * lib/debug.c (init_debug): New function: check for MAN_DEBUG=1 inColin Watson2009-12-15
* * src/accessdb.c (parse_opt), src/lexgrog_test.c (parse_opt),Colin Watson2009-10-01
* * src/accessdb.c (main), src/catman.c (main), src/globbing_test.cColin Watson2008-08-17
* * man/man1/man.man1, src/encodings.c, src/encodings.h,Colin Watson2008-03-02
* Improve '\''man -E'\'' to allow overriding the output encoding explicitly,Colin Watson2008-03-02
* * src/lexgrog_test.c (parse_opt): Use argp_error rather thanColin Watson2008-01-14
* * src/accessdb.c (options, parse_opt): Accept -d/--debug.Colin Watson2008-01-07
* * 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-11-24
|\
| * * src/accessdb.c (main), src/globbing_test.c (main),Colin Watson2007-11-12
* | convert argument processing to argpColin Watson2007-11-24
|/
* 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
* 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
* split out lexgrog program wrapper so that it doesn't need to be built separatelyColin Watson2007-10-11