This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp.c: Improve self-referential comment
[perl5.git] / ext /
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
2013-10-18 Steve HayRemove some IGNORABLE files from ext/ and lib/
2013-10-17 David MitchellPerlIO::scalar: stringify refs
2013-10-16 Peter MartiniAdding a prototype attribute.
2013-10-02 Craig A. BerryFix ext/File-Glob/t/threads.t filenames for VMS.
2013-09-27 Brian FraserFile::Glob::VERSION++
2013-09-27 Brian FraserFile::Glob: Dup glob state in CLONE()
2013-09-16 Father ChrysostomosTweak B::Concise tests following OPpCONST_FOLDED removal
2013-09-16 Father ChrysostomosRemove OPpCONST_FOLDED
2013-09-16 Father ChrysostomosMake B::OP::slabbed, folded, etc. actually work
2013-09-16 Steve HaySilence noise from Errno_pm.PL on Windows
2013-09-16 Steve HayFix the #include of winsock2.h in win32/include/sys...
2013-09-16 Steve HayAdd more errno.h constants to POSIX for exporting if...
2013-09-16 Steve HayFix a problem with mod_perl on Windows using VS2010+.
2013-09-16 Tony Cook[perl #79074] make sure HeSVKEY_force() preserves UTF8n...
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-09-13 Father ChrysostomosIncrease $Opcode::VERSION to 1.26
2013-09-13 Father ChrysostomosAdd new opcodes to Opcode.pm
2013-09-13 Nicholas ClarkMove BmUSEFUL to the IV slot from the NV slot, simplify...
2013-09-12 Ricardo SignesXS-Typemap tests: use parent instead of base
2013-09-12 Ricardo SignesB: use parent instead of base
2013-09-12 Ricardo SignesPod::Html: use parent instead of base
2013-09-12 Ricardo SignesHash::Util::FieldHash: use parent instead of base
2013-09-12 Ricardo SignesFileCache: use parent instead of base
2013-09-12 Slaven RezicFile::Find: diagnostics in case of a failed chdir
next