summaryrefslogtreecommitdiff
path: root/src/globbing_test.c
Commit message (Expand)AuthorAge
* Convert many more ints to boolsColin Watson2022-10-08
* Reformat option declarations using macrosColin Watson2022-10-02
* Move debug-related declarations out of manconfig.hColin Watson2022-01-16
* Move util.c-related declarations out of manconfig.hColin Watson2022-01-16
* Fix crash in globbing if run with no argumentsColin Watson2022-01-02
* Simplify interface to container iterator macrosColin Watson2022-01-01
* Introduce pre-commitColin Watson2022-01-01
* Remove several unused macrosColin Watson2019-08-25
* Remove unused sandbox variablesColin Watson2019-08-23
* Use bool for boolean command-line optionsColin Watson2019-02-04
* Port order_files and look_for_file to gl_listColin Watson2019-01-29
* 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/util.c (init_locale): New function.Colin Watson2010-10-12
* * lib/debug.c (init_debug): New function: check for MAN_DEBUG=1 inColin Watson2009-12-15
* Add regular expression and shell wildcard search facilities to manColin Watson2008-12-25
* * src/accessdb.c (main), src/catman.c (main), src/globbing_test.cColin Watson2008-08-17
* * 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 globbing program wrapper so that it doesn't need to be built separa...Colin Watson2007-10-11