This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module-Load to CPAN version 0.30
[perl5.git] / ext /
2014-01-24 Craig A. BerryFix $ENV{PATH} flags in Peek.t.
2014-01-22 Brian Fraserext/DynaLoader/t/DynaLoader.t: Skip the dl_findfile...
2014-01-18 Brian Fraserext/POSIX/t/time.t: Conditionalize the use of setlocale...
2014-01-18 Brian FraserDynaLoader: Pure-perl mod2fname shouldn't use %Config...
2014-01-18 Father ChrysostomosIncrease $Hash::Util::FieldHash::VERSION to 1.14
2014-01-18 Father ChrysostomosHash::Util::FieldHash: fix broken pod link
2014-01-17 Father ChrysostomosXS::APItest: Flatten src for utf16_to_utf8_reversed
2014-01-17 Father ChrysostomosMake XS::APItest::establish_cleanup protect existing...
2014-01-16 Alan Hourihanefreemint doesn't need the extra -lm -lposix either
2014-01-16 Alan Hourihanefix some linuxisms and RETVAL warnings from xsubpp
2014-01-16 Tony Cook[perl #89502] support for dld on Atari FreeMINT
2014-01-14 Jess RobinsonIntroduce sysroot variable to Configure
2014-01-06 H.Merijn BrandXS is more C than perl. Use C-comments please
2014-01-06 Daniel Draganext/Win32CORE/Win32CORE.c, rmv redundant stack & mark...
2014-01-04 Karl WilliamsonAPItest.xs: #include fakesdio.h
2014-01-04 Karl WilliamsonPOSIX:strtod() should restore the locale it changed
2014-01-04 Brian Fraserext/Devel-Peek/t/Peek.t: Don't leave PATH tainted.
2014-01-04 Brian FraserFixups for ext/Devel-Peek/t/Peek.t
2014-01-04 Brian Frasersv_peek didn't add quotes before, doesn't need them now
2014-01-04 Brian FraserDevel::Peek: Test that we dump CvOUTSIDE properly
2014-01-04 Brian FraserMake dump.c nul-and-UTF8 clean
2014-01-03 Brian FraserDynaLoader: Introduce d_libname_unique
2014-01-02 Karl WilliamsonChange some warnings in utf8n_to_uvchr()
2014-01-01 Karl Williamsonext/XS-APItest/t/utf8.t: White-space only
2014-01-01 Karl Williamsonutf8.c: Fix warning category and subcategory conflicts
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-23 Daniel Dragantest various types of SVs with call_sv
2013-12-21 Craig A. BerryFix unescaped first character in tovmsspec.
2013-12-18 Father ChrysostomosLong verbatim lines in SDBM_File.pm
2013-12-17 Kevin Ryde[perl #114350] improved documentation
2013-12-17 Tony Cook[perl #114350] access to sdbm_prep()
2013-12-17 Tony Cook[perl #114350] add exportable PAGFEXT, DIRFEXT and...
2013-12-17 Karl Williamsonposix.t, time.t: Correct saving/restoring locales
2013-12-16 Father ChrysostomosGet optree_samples.t passing when PERL_UNICODE is set
2013-12-14 Matthew Horsfall... Tests for rpeep optimisations in e45d8982ae
2013-12-13 Matthew HorsfallOptimise out PUSHMARK/RETURN if return is the last...
2013-12-09 James E KeenanTest previously untested branches in lib/File/Find.pm.
2013-12-07 James E KeenanRemove tests of $File::Find::untaint_pattern.
2013-12-04 James E KeenanAdd test for previously uncovered case.
2013-12-03 James E KeenanStandardize dir_path() and file_path() in package Testing.
2013-12-01 James E KeenanExtract subroutines used to test File-Find into separat...
2013-12-01 James E KeenanStandardize subroutine definitions between tests.
2013-11-30 Father ChrysostomosPeek.t: Update skip version
2013-11-30 Father ChrysostomosAllow PADTMPs’ strings to be swiped
2013-11-28 David Mitchellsilence -Wformat-nonliteral compiler warnings
2013-11-27 Father ChrysostomosRevert "Squash COWs in the char* typemap"
2013-11-27 Father ChrysostomosRevert "Increase $XS::Typemap::VERSION to 0.13"
2013-11-26 David Mitchellbump DynaLoader version after previous commits
2013-11-26 David Mitchelldl_hpux.xs: fix PREINIT boundary
2013-11-26 David MitchellDynaloader: use PREINIT to avoid compiler errors
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-11-24 David MitchellXS::APItest: remove unused var
2013-11-24 Father ChrysostomosIncrease $XS::Typemap::VERSION to 0.13
2013-11-24 Father ChrysostomosSquash COWs in the char* typemap
2013-11-23 Father ChrysostomosIncrease $PerlIO::via::VERSION to 0.14
2013-11-23 Nicholas ClarkNo need to wrap calls to Perl_load_module() in ENTER...
2013-11-23 Nicholas ClarkPerl_load_module() no longer moves the current stack...
2013-11-23 Nicholas ClarkRemove redundant SPAGAIN & PUTBACK after PUSHSTACKi().
2013-11-22 Father ChrysostomosRemove unused var from APItest.xs
2013-11-21 David MitchellAPItest.xs: fix various compiler warnings
2013-11-20 Daniel Draganadd Intel C++ Compiler for Win32 support
2013-11-19 Victor EfimovCheck symlink status before setting File::Find::fullnam...
2013-11-18 David MitchellXS::Typemap: silence compiler warning.
2013-11-18 David MitchellPOSIX: silence some compiler warnings
2013-11-18 David MitchellSDBM_File: fix 'set but not used' warning
2013-11-18 David MitchellPerlIO::via: fix compiler warning
2013-11-18 David MitchellPerlIO::scalar: silence some compiler warnings
2013-11-18 Tony Cookun-TODO the test for 120535, Reini's patch fixes it
2013-11-18 Reini UrbanAdd UTF8 flag to keys returned by B::HV->ARRAY
2013-11-18 Tony CookTODO test for 120535
2013-11-17 James E KeenanConvert to using Test::More. Provide each test with...
2013-11-14 H.Merijn BrandCompliance: Mixed declarations not allowed in some...
2013-11-14 David MitchellDynaloader: fix build issue
2013-11-13 David MitchellOpcode: fix 'null argument' warning
2013-11-13 David MitchellFile::Glob: fix warnings and non-\0-ended strings
2013-11-13 David MitchellFile::Glob: silence some compiler warnings
2013-11-13 David MitchellDevel::Peek: fix some compiler warnings
2013-11-13 David Mitchellarybase: silence some compiler warnings
2013-11-13 David MitchellFile-DosGlob: silence some compiler warnings
2013-11-13 David MitchellB: silence some compiler warnings
2013-11-13 David MitchellDynaLoader: silence some compiler warnings
2013-11-10 Daniel Draganfix multi-eval of Perl_custom_op_xop in XopENTRY
2013-11-10 Father ChrysostomosStop open fh, ">>", \$undef from warning
2013-11-09 Father ChrysostomosMake &CORE::exit respect vmsish exit hint
2013-11-09 Father ChrysostomosUpdate B::Concise for the exit->nextstate hush hint...
2013-11-09 Father ChrysostomosTeach B::Concise about VMS hushed flag
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-11-08 H.Merijn BrandThis version bump also got lost in the merge
2013-11-08 H.Merijn BrandSearch for errno.h in more (semi)default locations
2013-11-05 Father Chrysostomos[perl #120462] Exempt $a and $b from ‘used once’ warnings
2013-10-26 Matthew HorsfallAdd op_other to B::Concise -debug output for LOGOPs
2013-10-25 Father ChrysostomosMake sure truncated in-memory files have trailing null
2013-10-25 Father ChrysostomosIncrease PerlIO::scalar::VERSION to 0.18
2013-10-25 Father ChrysostomosBetter fix for #119529
2013-10-25 Steve HayRemove some unnecessary Makefile.PLs from cpan/ and...
2013-10-25 Father Chrysostomosrv2hv does not use its TARG
2013-10-24 Father ChrysostomosFix bare blocks in lvalue subs
2013-10-24 Father ChrysostomosIncrease $B::Concise::VERSION to 0.991
2013-10-24 Father ChrysostomosAdd OPpLVALUE flag
2013-10-23 David MitchellMake B/Deparse handle unicode regexes
next