This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don’t leak when partly iterated glob op is freed
[perl5.git] / ext / File-Glob / Glob.xs
2012-12-10 Father ChrysostomosDon’t leak when partly iterated glob op is freed
2012-12-10 Father ChrysostomosStop using PL_glob_index for PL_globhook
2012-12-10 Father ChrysostomosFile::Glob: Don’t use the magic 2nd arg to glob
2012-09-20 Father Chrysostomos[perl #114984] Glob.xs: Extend stack when returning
2011-11-16 Zeframexpunge gratuitous Unicode punctuation in comments
2011-11-05 Father ChrysostomosGlob.xs: remove unused vars
2011-10-29 Father ChrysostomosGlob.xs: Remove dMY_CXT from bsd_glob
2011-10-29 Father ChrysostomosGlob.xs: Clarify comment
2011-10-29 Father ChrysostomosGlob.xs: Remove comment
2011-10-29 Father ChrysostomosGlob.xs: consting
2011-10-29 Father ChrysostomosGlob.xs: Be more parsimonious with SVs
2011-10-29 Father ChrysostomosGlob.xs: Remove comment
2011-10-29 Father ChrysostomosOops: Fix Glob.xs assertion failure
2011-10-29 Father ChrysostomosGlob.xs: Eliminate x_GLOB_ITER
2011-10-29 Father ChrysostomosAdd :bsd_glob export tag to File::Glob [perl #96116]
2011-10-29 Father ChrysostomosGlob.xs: Refactor iteration into separate function
2011-10-27 Father ChrysostomosStop csh_glob from reading past end of string
2011-10-27 Father ChrysostomosMake csh_glob remove quote-escaping backslashes
2011-10-27 Father ChrysostomosFile::Glob: short-circuit earlier for list cx
2011-10-27 Father ChrysostomosFile::Glob: Eliminate the doglob alias to bsd_glob
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-27 Father ChrysostomosRewrite csh_glob in C; fix two quoting bugs
2011-09-06 Nicholas ClarkIn Glob.xs, use memset() instead of bzero()
2011-09-03 Craig A. BerryPlug segfault in bsd_glob() with unsupported ALTDIRFUNC...
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to File::Glob
2010-12-11 Zeframfix various compiler warnings from XS code
2010-10-21 Nicholas ClarkMY_CXT_INIT happens to contain a variable declaration...
2010-10-21 Nicholas ClarkConvert File::Glob::bsd_glob to XS.
2010-10-15 Nicholas ClarkFile::Glob::GLOB_ERROR is a real subroutine, not a...
2009-10-15 Nicholas ClarkReplace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
2009-02-09 Nicholas ClarkRename ext/File/Glob to ext/File-Glob