platform/upstream/perl.git
2006-03-04 John E. Malmbergpatch@27373 VMS build fix + more long pathname stuff
2006-03-04 Abe TimmermanRe: [PATCH] include configure.com in Porting/checkcfgvar.pl
2006-03-03 Steve PetersAdd d_builtin_choose_expr and d_builtin_expect to confi...
2006-03-03 Steve PetersMake Win32 configuration changes for HAS_BUILTIN_CHOOSE...
2006-03-03 Abe Timmermaninclude configure.com in Porting/checkcfgvar.pl
2006-03-03 Andy LesterSupport for __builtin_expect and __builtin_choose_expr
2006-03-03 Jarkko HietaniemiRe: [perl #38657] -d:Foo=bar broke in 5.8.8
2006-03-03 H.Merijn Brand#27363 broke HP-UX (and others). if [[ ... ]] syntax...
2006-03-03 Jarkko HietaniemiRe: [PATCH] Re: [perl #38612] Data::Dumper core dump...
2006-03-02 H.Merijn BrandTaint handling for runperl:
2006-03-02 Jason Vas Dias[perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits...
2006-03-02 Andy Lestermgvtbl initialization
2006-03-02 Andy LesterNon-null optimizations
2006-03-01 Rafael Garcia... Don't put strings with embedded NULs in the environment.
2006-03-01 Steve PetersGrammar nit in Locale::Maketext::TPJ13.pod, found by...
2006-03-01 Steve PetersUpgrade to podlators-2.04
2006-03-01 Steve PetersUpgrade to assertions-0.03
2006-03-01 Anton Berezina buglet in fakesdio.h
2006-03-01 Steve PetersUpgrade to CGI.pm-3.17, but continuing the version...
2006-03-01 Joshua ben... Re: Patch lint for grep { /.../ } and grep /.../,
2006-02-28 Steve HaySilence another VC++ warning
2006-02-28 Steve HaySilence a VC++ warning with DEBUGGING builds
2006-02-27 Nicholas ClarkIn Perl_sv_setsv_flags, swap the default in the type...
2006-02-27 Andy LesterRemoved a redundant o->op_type
2006-02-27 Steve HaySilence a GCC warning
2006-02-27 Steve HaySilence a VC++ warning
2006-02-27 Rafael Garcia... Upgrade to CPAN 1.87
2006-02-27 Nicholas ClarkMove all the de-tainting logic for runperl into test.pl.
2006-02-27 Andy Lesterfix up gv.c and gv.h
2006-02-27 Marcus Holland... PERL_TRACK_MEMPOOL cripples environment after exit()
2006-02-27 Salvador Fandiño[patch] dumping tied globs without FILENO method on...
2006-02-27 Steve HayFix op/utftaint.t on Win32 following change #27248
2006-02-27 Nicholas ClarkThere is now the potential for an upgrade from somethin...
2006-02-27 Rafael Garcia... ptr_table_find() is only defined with ithreads
2006-02-27 H.Merijn BrandWorkaround for initialization errors on HP's pre-compiler
2006-02-27 Steve HayFix code-before-declaration error (under VC++) from...
2006-02-27 Nicholas ClarkChange 27330 failed to decontaminate SvCUR/GvFLAGS...
2006-02-27 Anno SiegelTesting hash key stringification
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-27 Dominic DunlopSuppress System V IPC for 64-bit Darwin builds
2006-02-27 Zsban Ambrus[perl #38633] doc patch: perlfunc "new" section lacks...
2006-02-27 Rafael Garcia... Fix argument grouping for some macros
2006-02-25 Nicholas ClarkGvFLAGS can be overlaid with SvCUR.
2006-02-25 SADAHIRO TomoyukiRe: [perl #38619] Bug in lc and uc (interaction between...
2006-02-25 Nicholas ClarkUse xpv_len rather than xpv_cur in GVs to store GvASSIG...
2006-02-25 Nicholas ClarkAbstract the specific use of SvCUR in GVs for detecting...
2006-02-25 Nicholas Clarkxgv_stash can be stored as a union with the NV, reducin...
2006-02-25 Nicholas ClarkCuriously none of the macros SvIVX, SvUVX or SvNVX...
2006-02-25 Nicholas ClarkAmazingly, it seems that none of the other GV specific...
2006-02-25 Nicholas ClarkStore GvGP in the SV head union. For all the common...
2006-02-24 Nicholas ClarkWith PERL_DONT_CREATE_GVSV, don't need to create a...
2006-02-24 Nicholas ClarkGiven that SvPV on a typeglob is now irrelevant, really...
2006-02-24 Nicholas ClarkGiven that Perl_gp_free() is refcount-dec-and-maybe...
2006-02-24 Nicholas ClarkAvoid special case SvMAGIC macros just to cope with...
2006-02-24 Nicholas ClarkUse PVMGs rather than PVGVs to store the names of our...
2006-02-24 Nicholas ClarkStore the stash for our in the magic slot. This will...
2006-02-24 Steve PetersUpgrade to CPAN-1.86
2006-02-24 Rafael Garcia... Skip unportable test on VMS
2006-02-24 Nicholas ClarkAssert that GvSTASH is only called on PVGVs and PVLVs.
2006-02-24 Nicholas ClarkReplace usage of GvSTASH for storing the stash of C...
2006-02-24 Nicholas Clarkassert that SvMAGIC is never non-NULL for any PVMG...
2006-02-24 Nicholas ClarkRedo previous sv.h change.
2006-02-24 Andy LesterPerl_save_aelem can't be const
2006-02-24 Andy Lesterunused context warnings
2006-02-24 Nicholas ClarkAs SVs can't both be in a pad, and the name of a variab...
2006-02-24 Steve PetersRevert change #27295, which I thought fixed builds...
2006-02-24 Steve PetersLast instance of PL_vtbl_glob removed. It was missed...
2006-02-23 Nicholas ClarkReplace direct flags tests & manipulations for SVpad_TY...
2006-02-23 Nicholas ClarkDocument a sixth use for SVf_FAKE
2006-02-23 Nicholas ClarkWe have sufficient spare bits to store the SV type...
2006-02-23 Nicholas ClarkShrink struct body_details and hence sv.o slightly...
2006-02-23 Nicholas ClarkUsing U8 rather than size type shrinks the body_details...
2006-02-23 Nicholas ClarkRemove set magic from typeglobs. Remove typeglob magic...
2006-02-23 Nicholas ClarkIn XS_attributes__guess_stash, attempting to call Gv...
2006-02-23 Steve PetersAdd test for RT #2166: foreach spuriously autovivifies
2006-02-23 Steve PetersConverted t/op/pos.t to use test.pl and added TODO...
2006-02-23 Jan DuboisImplement ${^WIN32_SLOPPY_STAT}
2006-02-23 Nicholas ClarkRecalculate dstr in Perl_sv_setsv_flags, as dstr may...
2006-02-23 Nicholas ClarkRemove un-needed case in Perl_sv_setsv_flags (sv_upgrad...
2006-02-23 Nicholas ClarkRemove get magic from typeglobs. This means that PVGVs...
2006-02-23 Nicholas ClarkFix the copy sizes for PVFM and PVCV back to sanity.
2006-02-22 Nicholas ClarkFix typos and a missing bracket.
2006-02-22 Nicholas ClarkAvoid C<study>ing any strings that might change underne...
2006-02-22 Rafael Garcia... Mark some new study tests as TODO
2006-02-22 Rafael Garcia... Add a test for study() on tied scalars, by Andy Lester...
2006-02-22 Jarkko HietaniemiTurn on match string copying when /e flag is set on...
2006-02-22 Nicholas Clarksv_dump should report the PV for PVGVs, as it can get...
2006-02-22 Nicholas ClarkTest warnings for converting globs to other forms.
2006-02-22 Nicholas ClarkChange 24643 made the mistake of assuming that CvCONST...
2006-02-21 Nicholas ClarkCan merge the two arms of Perl_magic_getglob to save...
2006-02-21 Nicholas ClarkReorder the SV flags so that SVp_?OK and SVf_?OK occupy...
2006-02-21 Steve PetersAdditional hints needed to build threaded Perls on...
2006-02-21 Nicholas ClarkPL_body_arenas should be set to NULL when the interpret...
2006-02-21 Nicholas ClarkTeach B about CVf_ISXSUB
2006-02-21 Nicholas ClarkGoodbye PERL_XSUB_OLDSTYLE.
2006-02-21 Nicholas ClarkRe-order the definitions of the private bits in SvFLAGS...
2006-02-21 Nicholas ClarkDocument the many uses of SVf_FAKE.
2006-02-21 Steve PetersAdd tests for the previously untested Hash::Util::all_k...
2006-02-21 Steve Peters$ExtUtils::MM_Unix::VERSION needs to stay numeric to...
2006-02-21 Joshua ben... Patches: B, CGI, ExtUtils::MM_Unix
next