This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POSIX.pod: Nits
[perl5.git] / ext / File-Glob / Glob.xs
2013-11-13 David MitchellFile::Glob: fix warnings and non-\0-ended strings
2013-09-27 Brian FraserFile::Glob: Dup glob state in CLONE()
2013-09-09 Tony Cook[perl #117265] do most glob \0 checks in the same place
2013-09-09 Tony Cook[perl #117265] correctly handle overloaded strings
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2012-12-13 Father Chrysostomos{Dos,}Glob.xs: Skip freeing during global destruction
2012-12-11 Father ChrysostomosGlob.xs: PL_opfreehook is an interpreter variable
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