summaryrefslogtreecommitdiff
path: root/ext/File-Glob
Commit message (Expand)AuthorAgeFilesLines
* ext/File-Glob/ - replace "define\t" with "define "Yves Orton2023-04-293-60/+60
* File/Glob.xs: Idempotent setting of PL_opfreehook (fixes GH#20615)Paul "LeoNerd" Evans2022-12-172-3/+5
* Change !! to cBOOL() in dist/ext modulesKarl Williamson2022-06-202-2/+2
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-021-2/+2
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-083-8/+4
* Remove inheritance from Exporter in ext/ modulesMax Maischein2021-06-251-6/+4
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-092-2/+2
* Rename G_ARRAY to G_LIST; provide back-compat when not(PERL_CORE)Paul "LeoNerd" Evans2021-06-022-5/+5
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-172-643/+643
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+2
* ext/File-Glob/t/basic.t: Check error returnsKarl Williamson2020-07-171-4/+4
* Finally, bump version of File-GlobSawyer X2020-05-241-1/+1
* Fix File::Glob test:Sawyer X2020-05-241-8/+7
* Remove File::Glob::glob() entirelySawyer X2020-05-241-7/+0
* File-Glob/bsd_glob.c: use PerlEnv_getenv()Karl Williamson2020-03-181-2/+2
* ext/File-Glob/t/rt131211.t: simplify timingDavid Mitchell2019-04-231-7/+3
* ext/File-Glob/t/rt131211.t: fix timing issues #2David Mitchell2019-04-191-1/+1
* basic.t: Provide descriptions for all unit testsJames E Keenan2018-10-181-19/+22
* Use bsd_glob() instead of glob().James E Keenan2018-10-171-2/+2
* Remove File::Glob::glob() in perl-5.30James E Keenan2018-10-172-20/+15
* Update File::Glob to 1.31 to account for changes in 5.27.10Todd Rinaldo2018-03-191-1/+1
* File::Glob bsd_glob.c dont use "loop" as a goto labelDaniel Dragan2018-03-071-2/+2
* ext/File-Glob/t/rt131211.t: fix timing issuesDavid Mitchell2018-02-271-3/+10
* Rely on C89 <limits.h>Aaron Crane2017-10-211-2/+0
* (perl #131746) avoid undefined behaviour in Copy() etcTony Cook2017-09-042-2/+2
* Use temp files with extensions in rt131211.t on VMS.Craig A. Berry2017-08-121-0/+3
* ext/File-Glob/t/rt131211.t: Fix typoKarl Williamson2017-07-151-1/+1
* Fix File::Glob/t/rt131211.tKarl Williamson2017-07-151-1/+1
* File-Glob/t/rt131211.t: skip when File::Glob not usedKarl Williamson2017-07-132-1/+4
* File::Glob - tweak rt131211.t to be less sensitive on wonky boxesYves Orton2017-06-271-2/+7
* fixup typo (squash candidate) in globbing code commentsYves Orton2017-06-011-1/+1
* [perl #131211] fixup File::Glob degenerate matchingYves Orton2017-06-012-15/+143
* Avoid deprecation message.Abigail2017-01-171-1/+1
* Actively deprecate File::Glob::glob().Abigail2017-01-161-1/+7
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* docs: clarify flag constants in File::GlobEd Avis2016-06-171-6/+13
* Fix various pod errors.Karl Williamson2016-03-111-31/+43
* Fix ext/File-Glob/t/rt114984.t for -DPERL_EXTERNAL_GLOBKarl Williamson2015-10-061-2/+1
* Start fixing some pod pedantic errorsKarl Williamson2015-09-031-31/+31
* remove multi-eval problem from File::GlobDaniel Dragan2015-01-192-6/+7
* File::Glob: avoid qsort() on no entriesDavid Mitchell2014-12-311-0/+1
* /tmp can have (low) quotas on the number of files.Jarkko Hietaniemi2014-10-191-5/+16
* File-Glob/t/basic.t: avoid race conditionDavid Mitchell2014-04-061-0/+6
* Compliance: Mixed declarations not allowed in some pre-C99 compilersH.Merijn Brand2013-11-141-3/+3
* File::Glob: fix warnings and non-\0-ended stringsDavid Mitchell2013-11-132-4/+14
* File::Glob: silence some compiler warningsDavid Mitchell2013-11-131-4/+13
* Fix ext/File-Glob/t/threads.t filenames for VMS.Craig A. Berry2013-10-011-1/+1
* File::Glob::VERSION++Brian Fraser2013-09-271-1/+1
* File::Glob: Dup glob state in CLONE()Brian Fraser2013-09-272-0/+104
* [perl #117265] do most glob \0 checks in the same placeTony Cook2013-09-091-30/+38