This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-10-25 Nicholas ClarkIn FastCalc.xs, inline the macros CONSTANT_OBJ and...
2010-10-25 Nicholas ClarkReduce repetition in FastCalc.xs by using ALIASes.
2010-10-25 Nicholas ClarkMove some GV tests to gv.t from glob.t - the latter...
2010-10-25 Nicholas ClarkStop sysio.t changing into t/op, and hence creating...
2010-10-25 Nicholas ClarkCorrect tests for B::{cstring,perlstring,cchar}
2010-10-25 Father ChrysostomosRename stashes when they move around
2010-10-25 Father ChrysostomosMemory-management macros evaluate their arguments multi...
2010-10-25 Father Chrysostomos[perl #77496] tied gets scalars and globs confused
2010-10-25 Tony Cookuse compatible types in a conditional expression
2010-10-24 Father Chrysostomos[perl #77810] Scalars vs globs
2010-10-24 Todd RinaldoUpdate Locale-Maketext to CPAN version 1.17
2010-10-24 Chris 'BinGOs... Update Maintainers.pl with the latest version of Module...
2010-10-24 Nicholas ClarkIn B.xs, use newSVpvn_flags() instead of sv_newmortal...
2010-10-24 Zeframdon't rely on ghost contexts being unmolested
2010-10-24 Florian RagwitzMath::BigRat has blead as its upstream
2010-10-24 Father ChrysostomosMake mro_package_moved use a mortal in case mro_isa_cha...
2010-10-24 Nicholas ClarkFix SV leak in Perl_emulate_cop_io(), present since...
2010-10-24 Nicholas ClarkIn B.xs, tidy up make_*_object().
2010-10-24 Nicholas ClarkB::hash() should only work on byte sequences.
2010-10-24 Nicholas ClarkRefactor B::hash to use Perl_newSVpvf() instead of...
2010-10-24 Nicholas ClarkMore tests for B::hash().
2010-10-24 Nicholas ClarkB::cchar can be implemented as an ALIAS of B::cstring.
2010-10-24 Nicholas ClarkRefactor B::cchar() to create a temporary directly...
2010-10-24 Nicholas ClarkTests for B::cchar().
2010-10-24 Nicholas ClarkIn B.xs, refactor cstring() to return a mortal, which...
2010-10-24 Nicholas ClarkTest NUL bytes with B::cstring() and B::perlstring().
2010-10-24 Nicholas ClarkB::perlstring can be implemented as an ALIAS of B:...
2010-10-24 Nicholas ClarkIn cstring() in B.xs, use Perl_sv_catpvf(), instead...
2010-10-24 Nicholas ClarkMore comprehensive tests for B::cstring() and B::perlst...
2010-10-24 Nicholas ClarkIn pp_getlogin, use sv_setpv_mg() to avoid needing...
2010-10-24 Zeframpermit labels to appear before declarations
2010-10-24 Father ChrysostomosPerl_hv_name_add needs to set xhv_name_count in one...
2010-10-24 Tony Cook.gitignore some extra ext/B build products
2010-10-24 Tony Cookremove ; so the conditional actually controls some...
2010-10-24 Tony Cookmake the definition of sv_catpv_flags match the declaration
2010-10-24 Father Chrysostomossv_setsv_flags was also using a potentially freed HV
2010-10-23 Florian RagwitzTels doesn't want to maintain math stuff anymore
2010-10-23 Nicholas ClarkConvert B to use ExtUtils::Constant::ProxySubs for...
2010-10-23 Nicholas ClarkFor PROXYSUBS, add an option to push all constants...
2010-10-23 Nicholas ClarkFor PROXYSUBS, allow an explicit XS_SUBNAME of undef...
2010-10-23 Nicholas ClarkChange concise.t to use Storable to test stash/src...
2010-10-23 Father ChrysostomosS_glob_assign_glob was using a potentially freed HV
2010-10-23 Shlomi Fishperlipc: Convert tabs to spaces.
2010-10-23 David Goldenperlipc: fix bug in example
2010-10-23 Father ChrysostomosAdd functions for adding and deleting stash names
2010-10-23 Nicholas ClarkFor PROXYSUBS, also avoid calling get_missing_hash...
2010-10-23 Ian GoodacreClarify and correct description of comma operator in...
2010-10-23 Ian GoodacreCorrected Perl5 example of Formatted output and signifi...
2010-10-23 Ian GoodacreAdded missing variable name in example code
2010-10-22 Nicholas ClarkRemove cruft from B's Makefile.PL
2010-10-22 Nicholas ClarkFor PROXYSUBS, get the hash from the fetch to pass...
2010-10-22 Nicholas ClarkFor PROXYSUBS, loop with do {} not while, as there...
2010-10-22 Nicholas ClarkFor PROXYSUBS, avoid calling get_missing_hash() if...
2010-10-22 Nicholas ClarkFor PROXYSUBS, give the notfound struct file scope.
2010-10-22 Nicholas ClarkMinor refactor of ExtUtils::Constant::ProxySubs.
2010-10-22 H.Merijn BrandFix on doc patch from Moritz Lenz (from IRC)
2010-10-22 Nicholas ClarkMerge the implementation of B::CV::{ROOT,START}.
2010-10-22 Nicholas ClarkNote the U8-sized space in intrpvar.h created by 737c24...
2010-10-22 Nicholas ClarkBetter diagnostics for XS::APItest::test_cv_getset_call...
2010-10-22 Nicholas ClarkS_tokeq()'s fast scan loop should terminate on \\ not \
2010-10-22 Father Chrysostomosperldelta: fix typo and POD syntax
2010-10-22 Father Chrysostomosperldelta for things I committed recently
2010-10-22 Father ChrysostomosBump re’s version
2010-10-22 Father ChrysostomosBump charnames’ version
2010-10-22 Father Chrysostomos[perl #78488] Bleadperl 304474c3 breaks GFUJI/Test...
2010-10-22 Jan DuboisFix calling conventions in malloc_ctl.h
2010-10-21 Karl Williamsonregcomp.c: /d not overriding /u
2010-10-21 Karl Williamsonregcomp.c: Fix typo in comment
2010-10-21 Jerry D. HeddenFix ext/XS-APItest/t/multicall.t warning
2010-10-21 Nicholas ClarkMY_CXT_INIT happens to contain a variable declaration...
2010-10-21 Nicholas ClarkSys::Hostname::ghname should use newSVpv(s, 0), not...
2010-10-21 Nicholas ClarkAvoid using #ifdef inside a function call that may...
2010-10-21 Nicholas Clarkbuildtoc needs to preserve the mode of any file it...
2010-10-21 Father ChrysostomosAllow stashes to have multiple names
2010-10-21 David GoldenAdd single-term prototype
2010-10-21 Father ChrysostomosFix the test count in t/re/pat.t
2010-10-21 Karl Williamsonregexec.c: utf8 doesn't match /i nonutf8 self
2010-10-21 Father ChrysostomosFix a nested package deletion bug
2010-10-21 Karl Williamsonregexec.c: utf8 doesn't match non-utf8 self
2010-10-21 Karl Williamsonregcomp.c: Get rid of compiler warning.
2010-10-21 Zeframmark cophh API as experimental
2010-10-21 Zeframfull API for cop hint hashes
2010-10-21 Karl Williamsoncharnames::viacode returning less correct name
2010-10-21 Karl Williamsonmktables: Complement variable meaning for clarity
2010-10-21 Zeframfunction to parse Perl code block
2010-10-21 Zeframfix and test PL_expect in recdescent parsing
2010-10-21 Father Chrysostomos[perl #78072] use re '/xism';
2010-10-21 Zeframhandle bracket stack better in recdescent parsing
2010-10-21 Father Chrysostomos[perl #33752] B::Deparse fails with utf8 and our
2010-10-21 Zeframadd lex_start to the API
2010-10-21 Zeframavoid side-effecting source held in scalar
2010-10-21 Zeframremove redundant lex_end
2010-10-21 Zeframreplace PL_doextract with better kinds of variable
2010-10-21 Zeframremove filter inheritance option from lex_start
2010-10-21 Lubomir Rintel[perl #72062] Untaint DATA after it's reopened
2010-10-21 Nicholas ClarkSDBM_File::{error,clearerr} can be implemented as XS...
2010-10-21 Moritz Lenzdocument slices in scalar context
2010-10-21 Nicholas ClarkIn [GNO]DBM_File.xs, store the 4 filter functions as...
2010-10-21 Nicholas ClarkIn SDBM_File.xs, store the 4 filter functions as 1...
2010-10-21 Nicholas ClarkConvert [GNOS]DBM_File::TIEHASH to safecalloc() from...
next