summaryrefslogtreecommitdiff
path: root/ext/File-Glob
Commit message (Expand)AuthorAgeFilesLines
...
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-5/+6
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-262-2/+4
* Use new case changing macrosKarl Williamson2013-05-201-2/+2
* File::Glob: Drop dependency on given/whenBrian Fraser2013-03-261-15/+19
* Remove the BeOS port.Nicholas Clark2012-12-141-1/+1
* {Dos,}Glob.xs: Skip freeing during global destructionFather Chrysostomos2012-12-121-0/+3
* Glob.xs: PL_opfreehook is an interpreter variableFather Chrysostomos2012-12-111-7/+4
* Don’t leak when partly iterated glob op is freedFather Chrysostomos2012-12-091-0/+17
* Increase $File::Glob::VERSION to 1.19Father Chrysostomos2012-12-091-1/+1
* Stop using PL_glob_index for PL_globhookFather Chrysostomos2012-12-091-10/+2
* File::Glob: Don’t use the magic 2nd arg to globFather Chrysostomos2012-12-092-11/+9
* Remove "register" declarationsKarl Williamson2012-11-241-14/+14
* Fix test-skipping logic for File::Glob under no-taint-perlSteffen Mueller2012-11-191-2/+2
* Fix VMS-specific case nit in File::Glob's basic.t.Craig A. Berry2012-11-111-1/+2
* Skip non-functional glob test on VMS.Craig A. Berry2012-11-061-1/+7
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-1/+8
* Remove the MPE/iX port.Nicholas Clark2012-09-211-1/+1
* Increase $File::Glob::VERSION to 1.18Father Chrysostomos2012-09-201-1/+1
* [perl #114984] Glob.xs: Extend stack when returningFather Chrysostomos2012-09-202-0/+26
* Revert "Increase the fallback value of MAXPATHLEN"Dominic Hargreaves2012-02-181-1/+1
* Increase $File::Glob::VERSION to 1.17Father Chrysostomos2012-01-311-1/+1
* Increase the fallback value of MAXPATHLENDominic Hargreaves2012-01-301-1/+1
* [perl #107296] Document File::Glob’s default flagsFather Chrysostomos2011-12-301-2/+21
* Increase $File::Glob::VERSION to 1.16Father Chrysostomos2011-12-301-1/+1
* Version bumpsif-0.0602Father Chrysostomos2011-11-221-1/+1
* [RT #36079] Convert ` to '.jkeenan2011-11-223-3/+3
* expunge gratuitous Unicode punctuation in commentsZefram2011-11-161-1/+1
* Glob.xs: remove unused varsFather Chrysostomos2011-11-051-4/+0
* File::Glob: Consistent use of spaces after dotsFather Chrysostomos2011-10-291-4/+4
* File::Glob: Remove docs specific to Mac ClassicFather Chrysostomos2011-10-291-40/+0
* Document File::Glob::csh_globFather Chrysostomos2011-10-291-0/+5
* Glob.xs: Remove dMY_CXT from bsd_globFather Chrysostomos2011-10-291-2/+0
* Glob.xs: Clarify commentFather Chrysostomos2011-10-291-1/+2
* Glob.xs: Remove commentFather Chrysostomos2011-10-291-4/+0
* Glob.xs: constingFather Chrysostomos2011-10-291-2/+2
* Glob.xs: Be more parsimonious with SVsFather Chrysostomos2011-10-291-16/+7
* Glob.xs: Remove commentFather Chrysostomos2011-10-291-1/+0
* Oops: Fix Glob.xs assertion failureFather Chrysostomos2011-10-292-3/+6
* Glob.xs: Eliminate x_GLOB_ITERFather Chrysostomos2011-10-291-11/+2
* Document File::Glob’s :bsd_glob tagFather Chrysostomos2011-10-291-2/+25
* Add :bsd_glob export tag to File::Glob [perl #96116]Father Chrysostomos2011-10-293-2/+84
* Glob.xs: Refactor iteration into separate functionFather Chrysostomos2011-10-281-32/+54
* Stop csh_glob from reading past end of stringFather Chrysostomos2011-10-271-1/+1
* Make csh_glob remove quote-escaping backslashesFather Chrysostomos2011-10-272-4/+28
* File::Glob: short-circuit earlier for list cxFather Chrysostomos2011-10-271-2/+2
* File::Glob: Eliminate the doglob alias to bsd_globFather Chrysostomos2011-10-271-6/+2
* Fix CORE::globFather Chrysostomos2011-10-261-0/+4
* Rewrite csh_glob in C; fix two quoting bugsFather Chrysostomos2011-10-263-80/+261
* Speed up csh_globFather Chrysostomos2011-10-261-21/+21
* Make new basic.t glob tests work on Win & VMSFather Chrysostomos2011-10-241-4/+7