This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-10-07 Nicholas Clarkbisect-runner.pl should add db4 compatibility to DB_Fil...
2011-10-07 Nicholas Clarkbisect-runner.pl must build CombiningClass.pl before...
2011-10-07 David Mitchellrenumber SVpad_STATE and free a bit in SvFLAGS
2011-10-07 David Mitchellmake SVs_PADTMP and SVs_PADSTALE share a bit
2011-10-07 Father ChrysostomosUse HEKf
2011-10-07 Father ChrysostomosHEKf256 format
2011-10-07 Father ChrysostomosTeach porting/diag.t about HEKf
2011-10-07 Father ChrysostomosHEKf format
2011-10-07 Nicholas ClarkIn bisect-runner.pl, "patch" ext/IPC/SysV/SysV.xs to...
2011-10-07 Tony Cookuse SSize_t for string offsets instead of int or socklen_t
2011-10-07 Tony Cookdocument the behaviour of negative klen for hv_fetch...
2011-10-07 Father Chrysostomosperldelta up to c60dbbc38
2011-10-07 Father ChrysostomosSuppress some uninit warnings in gv.c:S_maybe_add_coresub
2011-10-07 Brian FraserCast to signed before negating, to avoid compiler warnings
2011-10-07 Brian FraserClarification in perlre.pod about captures created...
2011-10-07 Father Chrysostomosperldelta up to 59c72abb9
2011-10-07 Father ChrysostomosMake undef %overload:: test more likely to crash
2011-10-07 Father ChrysostomosIncrease $DynaLoader'VERSION from 1.13 to 1.14,
2011-10-07 John P LindermanRemove "8-bit" reference from ord documentation
2011-10-06 Gerard GoossenSet PERL_DL_NONLAZY in t/TEST to check existence of...
2011-10-06 Father ChrysostomosMerge support for UTF8 symbols
2011-10-06 Father ChrysostomosCorrect skip counts for miniperl
2011-10-06 Father ChrysostomosIncrease $mro::VERSION from 1.08 to 1.09
2011-10-06 Father ChrysostomosIncrease $attributes::VERSION from 0.16 to 0.17
2011-10-06 Father ChrysostomosIncrease $XS::APItest::VERSION from 0.31 to 0.32
2011-10-06 Father ChrysostomosIncrease $constant::VERSION from 1.22 to 1.23
2011-10-06 Father Chrysostomosuni/universal.t tests passing
2011-10-06 Father ChrysostomosRewrite -l warning test to account for 433644eed
2011-10-06 Father ChrysostomosRestore whichsig to the list in perlapi
2011-10-06 Brian Fraserwhichsig nul-cleanup.
2011-10-06 Brian Frasertoke.c, ext/attributes/attributes.xs: Make attributes...
2011-10-06 Brian Fraserop.c: Scalar filehandles in errors UTF8 cleanup.
2011-10-06 Father ChrysostomosModify S_pending_ident to use sv_catpvn_flags
2011-10-06 Brian FraserTODO tests for parsing our() now pass
2011-10-06 Father ChrysostomosOust cv_ckproto_len
2011-10-06 Brian Frasertoke.c, op.c, sv.c: Prototype parsing and checking...
2011-10-06 Brian Frasergv.c, op.c, pp.c: Stash-injected prototypes and prototy...
2011-10-06 Brian Fraserpp.c: Got pp_gelem nul-clean.
2011-10-06 Brian Frasertoke.c: Some simple mending to get readline() working...
2011-10-06 Brian Fraserpp_sys.c: pp_select UTF8 cleanup.
2011-10-06 Brian Fraserop.c: Malformed prototype warning on UTF8 sub name
2011-10-06 Father Chrysostomosgv.c: Use name_end to avoid compiler warning
2011-10-06 Father Chrysostomosglobvar.t: Skip PL_warn_uninit_sv
2011-10-06 Father ChrysostomosFix diag.t failure with diag_listed_as comment
2011-10-06 Brian FraserSeveral TODO tests that now pass.
2011-10-06 Brian Fraserutil.c UTF8 cleanup
2011-10-06 Brian FraserMore warnings tests.
2011-10-06 Brian Fraseruniversal.c: VERSION UTF8 cleanup
2011-10-06 Brian Fraseruniversal.c: Make croak_xs_usage account for UTF8
2011-10-06 Brian Fraser"Use of uninitialized value..." UTF8 cleanup
2011-10-06 Brian Frasergv.c: Make more warnings utf8-clean
2011-10-06 Brian Frasermro.(c|xs): Make warnings utf8-clean
2011-10-06 Brian Frasert/uni/gv.t, stringify is clean, remove the TODO
2011-10-06 Brian FraserTests for DATA handle in UTF8 packages
2011-10-06 Father Chrysostomostoke.c: Take utf8 into account when creating DATA handle
2011-10-06 Brian FraserTests for UTF-8 stashes.
2011-10-06 Brian FraserTests for package; declarations in UTF-8
2011-10-06 Brian FraserMore tests for t/uni/method.t
2011-10-06 Brian Frasersv.c: Make most warnings utf8-clean
2011-10-06 Brian Frasersv.c: Make cloning account for UTF8 stash names
2011-10-06 Brian FraserMake sv.c:sv_clear account for UTF8 keys in PL_stashcache
2011-10-06 Brian Frasersv.c: Pass in UNI_DISPLAY_ISPRINT in S_not_a_number
2011-10-06 Brian Fraserpp_sys.c: Make warnings utf8-clean
2011-10-06 Brian Fraserpp_hot.c: Make warnings utf8-clean
2011-10-06 Father ChrysostomosTeach porting/diag.t about SVf32 and SVf256
2011-10-06 Brian Fraserpp.c: Make warnings utf8-clean
2011-10-06 Brian FraserMake op.c warnings UTF8-clean
2011-10-06 Brian FraserMake gv.c and pp_ctl.c warnings utf8-clean
2011-10-06 Brian Fraserdoio.c: Make warnings UTF8- and nul-clean
2011-10-06 Brian Fraserutil.c for threads: stashpv_hvname_match UTF8 cleanup.
2011-10-06 Brian FraserTests for DOES/isa/can with UTF8 and embedded nuls
2011-10-06 Father ChrysostomosDocument sv_does_pvn
2011-10-06 Father ChrysostomosCorrect name of sv_does_sv apidoc entry
2011-10-06 Brian Fraseruniversal.c: sv_does() UTF8 cleanup.
2011-10-06 Father Chrysostomosmro.c: Correct utf8 and bytes concatenation
2011-10-06 Brian Frasermro UTF8 cleanup.
2011-10-06 Brian Fraseruniversal.c: ->can UTF8 cleanup.
2011-10-06 Brian Fraseruniversal.c: ->isa, sv_derived_from UTF8 cleanup.
2011-10-06 Brian Fraserpp_sys.c: pp_tie and untie UTF8 cleanup.
2011-10-06 Brian Fraserpp.c: pp_substr for UTF-8 globs.
2011-10-06 Brian Fraserpp_ctl.c: pp_caller UTF8 cleanup.
2011-10-06 Brian Frasersv.c: S_anonymise_cv_maybe UTF8 cleanup.
2011-10-06 Brian Fraserpp.c & sv.c: pp_ref UTF8 and null cleanup.
2011-10-06 Brian FraserAdd a sv_sethek() function to sv.c
2011-10-06 Brian Fraserpp.c: pp_bless UTF8 cleanup.
2011-10-06 Brian Fraserop.c: Flag named methods if they are in UTF-8.
2011-10-06 Brian Fraserpp_hot.c: method_common is UTF-8 aware.
2011-10-06 Brian Frasergv.c: gv_fetchmethod_(flags|autoload) UTF8 cleanup.
2011-10-06 Brian Frasergv.c: S_gv_get_super_pkg UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_fetchmeth_pvn_autoload UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_fetchmeth_pvn UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_init_pvn now uses newCONSTSUB_flags.
2011-10-06 Brian Fraserpp.c: Make pp_rv2cv use gv_autoload_pvn()
2011-10-06 Brian Fraserpp_hot.c: pp_entersub UTF8 cleanup.
2011-10-06 Brian Fraserpp_ctl.c: pp_goto UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_autoload4 is now UTF-8 clean.
2011-10-06 Brian Frasergv.c: gp_free UTF8 cleanup
2011-10-06 Brian FraserTests for UTF-8 GVs.
2011-10-06 Brian Fraserop.c: newCONSTSUB and newXS UTF8 cleanup.
2011-10-06 Brian Frasersv.c: glob_assign_glob is now UTF-8 aware.
next