platform/upstream/perl.git
2006-05-22 Steve HayFix Win32 linker error
2006-05-22 Rafael Garcia... Upgrade to version.pm 0.60
2006-05-22 Yves OrtonPerl_PerlIO_context_layers and PerlIO_apply_layers...
2006-05-22 Sébastien Aperghis... Better handling for error-checking
2006-05-22 Marcus Holland... literal string macros
2006-05-22 Steve PetersAdditional perlpragma.pod nits.
2006-05-22 Rafael Garcia... More nits in perlpragma, and remove the warning about...
2006-05-22 Steve PetersSilence Text::Balanced's 00-load.t when PERL_CORE is...
2006-05-22 Yves OrtonRe: [PATCH] optimize /[x]/ to /x/.
2006-05-22 Rafael Garcia... Fix two nits in perlpragma.pod
2006-05-22 Marcus Holland... Upgrade to Devel::PPPort 3.08_02
2006-05-21 Marcus Holland... Remove duplicate documentation for SvREFCNT_inc().
2006-05-21 Marcus Holland... Document PoisonFree() instead of documenting Poison...
2006-05-21 Steve PetersAdd Perl_PerlIO_context_layers() to the public API...
2006-05-20 Nicholas ClarkOops. Fix bad #! lines when not using userelocatableinc
2006-05-20 Yves Ortonoptimize /[x]/ to /x/.
2006-05-20 Nicholas ClarkFix bug in change 28258. So how come I thought I'd...
2006-05-20 Dave Mitchelldon't try to dump GVish parts of an LV if it hasn't...
2006-05-20 Marcus Holland... Upgrade to Devel::PPPort 3.08_01
2006-05-20 Nicholas ClarkAbolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas ClarkMove the hints from op_private into cop_hints. This...
2006-05-20 H.Merijn BrandSmall typo correction
2006-05-20 Dave Mitchelleval { s/$foo/die/e } leaked a scalar
2006-05-20 Dominic DunlopRe: Over-pious message from Configure?
2006-05-20 Nicholas ClarkRename cop_hints to cop_hints_hash
2006-05-20 Dave Mitchell[perl #32332] Perl segfaults; test case available
2006-05-20 Nicholas ClarkAbolish cop_arybase. Signal a non zero $[ with a hint...
2006-05-20 Nicholas ClarkSolaris was happy, but change 28247 removed the wrong...
2006-05-20 Dave Mitchell[perl #32041] SEGV with complicated regexp and long...
2006-05-19 Nicholas ClarkPerl_croak() needs an aTHX_ in PerlIO_vsprintf().
2006-05-19 Marcus Holland... There is no STASH type.
2006-05-19 Nicholas ClarkCorrect Perl_refcounted_he_chain_2hv() and its caller...
2006-05-19 Steve PetersGrrr...Perforce decided not to add the MANIFEST changes...
2006-05-19 Steve PetersShortening name of a Pod::Simple test case to allow...
2006-05-19 Nicholas ClarkRebuild perltoc.pod.
2006-05-19 Nicholas ClarkAdd perlpragma.pod, which describes how to implement...
2006-05-19 Nicholas ClarkAdd README.riscos to pod.lst
2006-05-19 Nicholas Clarkpod/buildtoc has fussy ideas about the order of MANIFEST
2006-05-19 Jarkko Hietaniemistrlcat aaargh
2006-05-19 Nicholas Clarkstrlen(foo) rather than strchr(foo, 0) makes simpler...
2006-05-19 Dave Mitchellgive a more useful example for $^V
2006-05-19 Jarkko HietaniemiRe: [PATCH] Re: Change 28183 has broken 64-bit builds?
2006-05-19 Rafael Garcia... Adjust test following change #28225
2006-05-19 Dave Mitchell[perl #39141] lots of warnings with diagnostics and...
2006-05-18 Dave Mitchelltest some die codepaths in pp_enterwrite
2006-05-18 Jerry D. Heddenthreads core dump in BEGIN
2006-05-18 Rafael Garcia... We can now remove DynaLoader from 1_compile.t
2006-05-18 Rafael Garcia... Nits in the DynaLoader test: make it warning-clean,
2006-05-18 Sébastien Aperghis... Test script for DynaLoader
2006-05-18 Jason Vas Dias[perl #39130] h2ph generates incorrect code for '#if...
2006-05-18 Fergal DalyRe: [perl #39152] diagnostics.pm: "-traceonly" vs ...
2006-05-18 Jerry D. Heddenthreads 1.28
2006-05-18 Rafael Garcia... Adjust calling of Perl_va_copy(), noticed by Jarkko
2006-05-17 Nicholas ClarkAnother SvVOK(). I believe that this is the last.
2006-05-17 Rafael Garcia... Oops, missed a SvVOK.
2006-05-17 Rafael Garcia... Add a new macro SvVSTRING_mg that returns vstring magic...
2006-05-17 Rafael Garcia... Parenthesize uses of macro arguments
2006-05-17 Jarkko HietaniemiRe: Change 28183 has broken 64-bit builds?
2006-05-17 David MitchellRe: [perl #39145] win32, @_ and fork crashing in dounwind
2006-05-17 Paul MarquessIO::Compress* 2.000_12
2006-05-16 Nicholas ClarkRevert change 27513
2006-05-16 SADAHIRO TomoyukiRe: [PATCH] upgrade bytes_to_uni
2006-05-16 Andy LesterRefactoring reghops
2006-05-16 Andy Lesterrefactoring out S_regoptail
2006-05-16 Nicholas ClarkTake advantage of the bug that binexp ignores the Configure
2006-05-15 Steve PetersClarification on what Perl does to floating points...
2006-05-15 Nicholas ClarkEncode run-time relocation of file names in packlist...
2006-05-15 Steve PetersUpgrade to Digest-SHA-5.37
2006-05-15 Nicholas ClarkSimplify the implementation in ExtUtils::Packlist:...
2006-05-15 chromatic[REPATCH universal.c] Make sv_derived_from Documentatio...
2006-05-15 Andy LesterS_reguni should return its length
2006-05-15 SADAHIRO Tomoyukistrange encodings upsets pp_chr
2006-05-14 Nicholas ClarkTEST needs to binmode the file handle that is reading...
2006-05-14 Nicholas ClarkUpgrade to Test::Harness 2.58.
2006-05-13 Nicholas ClarkA Configure probe for C99 variadic macros, based on...
2006-05-13 Nicholas ClarkOnly ask about MAD for 5.9.0 and greater. Otherwise...
2006-05-13 Jarkko Hietaniemit/uni/overload.t
2006-05-13 Jarkko Hietaniemisv.c: printf %d wants int not size_t
2006-05-13 Nicholas ClarkCan't do require Foo if $tainted; because taint tunnels.
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-05-12 Peter DintelmannAW: question on "len item/string item" with unpack()
2006-05-12 Andy Lesterupgrade bytes_to_uni
2006-05-12 Andy LesterProper use of static funcs in toke.c and pp_sys.c
2006-05-12 Nicholas ClarkThe upgrade/croak order in Perl_sv_utf8_encode() seemed...
2006-05-12 Rafael Garcia... Upgrade to Tie::RefHash 1.34, by Yuval Kogman
2006-05-12 Andy LesterSpeed up utf8.c a bit
2006-05-12 Andy LesterFixing embed.fnc
2006-05-12 Nicholas ClarkThreads and signals. Delicious. Tweak change 28168...
2006-05-12 Jerry D. HeddenBetter unsafe signals info in threads.pm
2006-05-12 Nicholas ClarkFix concise-xs.t following the changes to B::Deparse.
2006-05-11 Nicholas ClarkTk spots that S_glob_2pv might be called from *_nolen...
2006-05-11 Jerry D. HeddenThread signalling [REVISED]
2006-05-11 Rafael Garcia... Deparse state variables.
2006-05-11 Steve PetersAdding a mention of STDIN processing by qx// as request...
2006-05-10 Steve PetersAdd -fno-delete-null-pointer-checks to ccflags on Itani...
2006-05-10 Steve PetersUpgrade to Encode-2.17
2006-05-10 Nicholas Clarkno 5.9.4; should fail in version 5.9.4.
2006-05-10 Nicholas ClarkConvert use.t to an inlined is/isnt/like implementation...
2006-05-10 Dave Mitchelldisable WARN and DIE hooks during constant folding
2006-05-09 Nicholas ClarkChange 28145 means that Perl_allocmy() can take a const...
next