This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2006-04-02 Dave Mitchelluse slabs to allocate save state space in regmatch()
2006-04-02 Nicholas ClarkAbstract all reads/writes of the hints in COPs with...
2006-04-02 Nicholas Clark'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)'...
2006-04-02 Nicholas ClarkConvert ByteLoader to use CopARYBASE_set().
2006-04-02 Nicholas ClarkAbstract all the accesses to cop_arybase (apart from...
2006-04-02 Craig A. Berryfix typo in vms/gen_shrfls.pl itanium detector
2006-04-01 Nicholas ClarkIf the passed in target rv for Perl_newSVrv() was alrea...
2006-04-01 Nicholas ClarkTest no mypragma;
2006-04-01 Nicholas ClarkAutomatically set HINT_LOCALIZE_HH whenever %^H is...
2006-04-01 Nicholas ClarkThe call to Perl_hv_assert(aTHX_ hv) should be wrapped...
2006-04-01 Nicholas ClarkTest that user pragmas work inside string eval.
2006-04-01 Nicholas ClarkAdd Rafael's example user pragma, and convert his demo...
2006-04-01 Nicholas ClarkIf the comment says "(and not ours)" then it should...
2006-04-01 Nicholas ClarkRewrite t/op/getppid.t to remove the assumption that...
2006-04-01 Nicholas ClarkPropagate cop_hints inside string evals. For the unthre...
2006-04-01 Nicholas ClarkInconsistencies in paramter const-ness noticed by SADAH...
2006-03-31 Dominic DunlopRe: recursion now removed from the regex engine
2006-03-31 Rafael Garcia... Updated version of the grumpy comment deleted by change...
2006-03-31 H.Merijn BrandGlossary part for #27447 (madlyh, madlyobj, madlysrc)
2006-03-31 Nicholas ClarkNeed to dup any hints HV stored on the save stack.
2006-03-31 Andy LesterRedo PERL_UNUSED_DECL
2006-03-31 John E. Malmberg[patch@27638] Enable standard stat for VMS >=8.2
2006-03-31 Nicholas ClarkNote future possible flexibility for Perl_magic_sethint().
2006-03-31 Nicholas ClarkTest that entries in %^H are actually independant.
2006-03-31 Nicholas ClarkI can't spell.
2006-03-31 Rafael Garcia... Document new magic types in perlguts. Fix a comment...
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-31 Rafael Garcia... Upgrade to Time::Local 1.12_01
2006-03-31 Andy LesterRandom accumulated patches
2006-03-31 Paul MarquessIO::Compress::Zip
2006-03-31 Rafael Garcia... Test for fileno definedness instead of truth
2006-03-30 Nicholas ClarkLocalising hash slices with UTF-8 encoded keys was...
2006-03-30 Nicholas ClarkFix bug #38815 (localising keys which are UTF-8 encoded...
2006-03-30 Nicholas ClarkFix bug 36267 - assigning to a tied hash shouldn't...
2006-03-30 Steve PetersPod nit mentioned in Debian bug #358455.
2006-03-30 Gisle AasPopulate pre-canned config.sh files with
2006-03-30 Robin BarkerPATCH t/op/tie.t
2006-03-30 Gisle AasIntroduce d_sitearch and d_inc_version_list config...
2006-03-30 Randy W. SimsRe: New Module::Build released
2006-03-30 Andy LesterClean up regexec.c, and remove two functions
2006-03-29 Hugo van der... child's processor time
2006-03-29 Yuval KogmanCLONE for Tie::RefHash
2006-03-29 Andy LesterDevel::DProf consting
2006-03-29 Jarkko Hietaniemire-[PATCH] Re: [PATCH] Poison now in two different...
2006-03-29 Jim Cromie[doc-patch] clarify -Accflags in INSTALL
2006-03-28 Nicholas ClarkOnly compile Perl_hv_assert with DEBUGGING.
2006-03-28 Nicholas ClarkHaving tested IPv6 support in all builtins for TCP...
2006-03-28 Gisle AasImproved description of the tmon.out format.
2006-03-28 Jonathan StoweRe: [cpan #17773] Bug in Term::ReadKey being trigger...
2006-03-28 John E. Malmberg[patch@27613] VMS long file path support active.
2006-03-27 Nicholas ClarkMerge the cut & paste code from Perl_call_sv/Perl_fold_...
2006-03-27 Nicholas ClarkIt helps to actually add the files you add to MANIFEST...
2006-03-27 Nicholas ClarkIf constant folding fails, don't fold constants, rather...
2006-03-27 Craig A. BerryEU::MM::MM_VMS::one_liner must quote "--" argument
2006-03-26 Nicholas ClarkReplace all sv_mortalcopy(&PL_sv_no); sv_set*(...)...
2006-03-26 John E. Malmberg[patch@27609] vms pool corruption fix for _NLA0:
2006-03-26 Gisle AasREXEC_ML is unused.
2006-03-26 Graham BarrUpdate to IO-1.23
2006-03-25 Nicholas ClarkAdd S_space_join_names_mortal() which joins a char...
2006-03-25 Nicholas ClarkSilence 3 (spurious) gcc warnings about "maybe used...
2006-03-25 Dave Mitchellmake configpm only update Config.pm, Config_heavy.pl...
2006-03-25 Nicholas ClarkPL_multiline isn't referenced, and can be removed.
2006-03-25 Paul Marquessext/Compress/IO/Zlib/t/050interop-gzip.t
2006-03-25 Nicholas ClarkFree the regexp state when exiting "recursion".
2006-03-24 Dave Mitchellremove unused PL_regcc variable
2006-03-24 Dave Mitchellmake S_regmatch() iterative rather than recursive.
2006-03-24 Craig A. Berryrestore EU::MM test fixes from 26079, 26813, and 26919
2006-03-24 Rafael Garcia... Bump version number of ExtUtils::MM_Win32
2006-03-24 Steve HayFix broken MM_Win32.t tests following 27590
2006-03-24 Jerry D. Hedden(2nd revised) 1st patch to sync blead 'threads' with...
2006-03-23 Craig A. Berryimprove thread linking options on VMS
2006-03-23 Rafael Garcia... When MAN3PODS is forced to {} in a Makefile.PL, manpage...
2006-03-23 Rafael Garcia... No reason to ship MakeMaker's META.yml
2006-03-23 Rafael Garcia... Merge changes from CPAN's EU:MM 6.30_01.
2006-03-23 Nicholas ClarkDocument the values for ${^UTF8CACHE}
2006-03-23 Nicholas ClarkRejig the location of the cache assertion code in Perl_...
2006-03-23 Rafael Garcia... Get version numbers in line with what's in the CPAN
2006-03-23 Nicholas ClarkMove orphaned documentation back to its functions
2006-03-23 Nicholas ClarkMake S_sv_pos_u2b_cached use both cache pairs.
2006-03-23 Nicholas ClarkUse both cache entries for Perl_sv_pos_b2u().
2006-03-23 Nicholas ClarkComplete the other 2 arms of the cache update code.
2006-03-23 Nicholas ClarkPass the (byte) length of the entire string into
2006-03-23 Rafael Garcia... Upgrade to Time::Local 1.12
2006-03-23 Nicholas ClarkAdd all new static functions to embed.fnc
2006-03-23 Nicholas ClarkUse the cache in S_sv_pos_u2b_cached() when the desired...
2006-03-23 Nicholas ClarkUse the cache in S_sv_pos_u2b_cached when the sought...
2006-03-23 Rafael Garcia... Further adjustement to change #27576 by Jan Dubois
2006-03-23 Jan DuboisRE: [PATCH, no, really!] Re: [perl #38779] NAN's on...
2006-03-23 Nicholas ClarkCall S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cac...
2006-03-22 Nicholas ClarkTake advantage of uoffset >= uoffset0, to simplify...
2006-03-22 Nicholas ClarkAdd S_sv_pos_u2b_midway for when we know the utf-8...
2006-03-22 Nicholas ClarkCreate S_sv_pos_u2b_cached, which abstracts away utf...
2006-03-22 Randy W. SimsUninitialized value in Archive::Tar
2006-03-22 Nicholas ClarkThe simplest way to start on Perl_sv_pos_u2b seems...
2006-03-22 Dave Mitchellremove idential code branch from regmatch()
2006-03-22 Steve PetersFix some test failures in t/op/cmp.t when compiling...
2006-03-22 Dominic DunlopRe: [perl #38779] NAN's on Win32
2006-03-22 Gisle AasAdjust docs to reflect that DynaLoader, as of change...
2006-03-22 Steve PetersIncrease the length of content compressed as a kludge...
2006-03-21 Nicholas Clark(Hopefully) make VMS happy.
next