p5sagit/p5-mst-13.2.git
2006-03-07 Steve Peters Upgrade to PathTools-3.17
2006-03-06 Paul Johnson Re: [PATCH] Removed a redundant o->op_type
2006-03-06 Marcus Holland... Don't free thread memory if PERL_DESTRUCT_LEVEL is...
2006-03-06 Nicholas Clark Update David Dyck's e-mail address.
2006-03-06 Rafael Garcia... Add all new utilities in the perlutil man page.
2006-03-06 Yitzchak Scott... add Module::Build 0.27_08
2006-03-06 Rafael Garcia... Upgrade to Archive::Tar 1.29
2006-03-06 Rafael Garcia... Add and remove files forgotten in change #27384
2006-03-06 Peter Prymmer PATCH: 2 vms specific build files in perl @ 27383
2006-03-06 John E. Malmberg Re: threads and VMS
2006-03-06 Paul Marquess Compress::Zlib
2006-03-05 Nicholas Clark Change 27380 (HEK into the IV union failed to convert...
2006-03-05 Nicholas Clark Perl_gv_name_set should not leak the old HEK. Allow...
2006-03-05 Nicholas Clark Change hv_name_set to take U32 length and flags parameters.
2006-03-05 Nicholas Clark Move the GvNAME HEK into the IV union - every GV is...
2006-03-05 Nicholas Clark Use a HEK to store the GV's name, rather than a malloc...
2006-03-05 Nicholas Clark Only #define PERL_DONT_CREATE_GVSV if it wasn't already...
2006-03-05 Nicholas Clark Provide Perl_gv_name_set to replace LVALUE use of GvNAM...
2006-03-05 John E. Malmberg Re: threads and VMS
2006-03-04 John E. Malmberg patch@27373 VMS build fix + more long pathname stuff
2006-03-04 Abe Timmerman Re: [PATCH] include configure.com in Porting/checkcfgvar.pl
2006-03-03 Steve Peters Add d_builtin_choose_expr and d_builtin_expect to confi...
2006-03-03 Steve Peters Make Win32 configuration changes for HAS_BUILTIN_CHOOSE...
2006-03-03 Abe Timmerman include configure.com in Porting/checkcfgvar.pl
2006-03-03 Andy Lester Support for __builtin_expect and __builtin_choose_expr
2006-03-03 Jarkko Hietaniemi Re: [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 Hietaniemi Re: [PATCH] Re: [perl #38612] Data::Dumper core dump...
2006-03-02 H.Merijn Brand Taint handling for runperl:
2006-03-02 Jason Vas Dias [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits...
2006-03-02 Andy Lester mgvtbl initialization
2006-03-02 Andy Lester Non-null optimizations
2006-03-01 Rafael Garcia... Don't put strings with embedded NULs in the environment.
2006-03-01 Steve Peters Grammar nit in Locale::Maketext::TPJ13.pod, found by...
2006-03-01 Steve Peters Upgrade to podlators-2.04
2006-03-01 Steve Peters Upgrade to assertions-0.03
2006-03-01 Anton Berezin a buglet in fakesdio.h
2006-03-01 Steve Peters Upgrade 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 Hay Silence another VC++ warning
2006-02-28 Steve Hay Silence a VC++ warning with DEBUGGING builds
2006-02-27 Nicholas Clark In Perl_sv_setsv_flags, swap the default in the type...
2006-02-27 Andy Lester Removed a redundant o->op_type
2006-02-27 Steve Hay Silence a GCC warning
2006-02-27 Steve Hay Silence a VC++ warning
2006-02-27 Rafael Garcia... Upgrade to CPAN 1.87
2006-02-27 Nicholas Clark Move all the de-tainting logic for runperl into test.pl.
2006-02-27 Andy Lester fix 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 Hay Fix op/utftaint.t on Win32 following change #27248
2006-02-27 Nicholas Clark There 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 Brand Workaround for initialization errors on HP's pre-compiler
2006-02-27 Steve Hay Fix code-before-declaration error (under VC++) from...
2006-02-27 Nicholas Clark Change 27330 failed to decontaminate SvCUR/GvFLAGS...
2006-02-27 Anno Siegel Testing hash key stringification
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-27 Dominic Dunlop Suppress 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 Clark GvFLAGS can be overlaid with SvCUR.
2006-02-25 SADAHIRO Tomoyuki Re: [perl #38619] Bug in lc and uc (interaction between...
2006-02-25 Nicholas Clark Use xpv_len rather than xpv_cur in GVs to store GvASSIG...
2006-02-25 Nicholas Clark Abstract the specific use of SvCUR in GVs for detecting...
2006-02-25 Nicholas Clark xgv_stash can be stored as a union with the NV, reducin...
2006-02-25 Nicholas Clark Curiously none of the macros SvIVX, SvUVX or SvNVX...
2006-02-25 Nicholas Clark Amazingly, it seems that none of the other GV specific...
2006-02-25 Nicholas Clark Store GvGP in the SV head union. For all the common...
2006-02-24 Nicholas Clark With PERL_DONT_CREATE_GVSV, don't need to create a...
2006-02-24 Nicholas Clark Given that SvPV on a typeglob is now irrelevant, really...
2006-02-24 Nicholas Clark Given that Perl_gp_free() is refcount-dec-and-maybe...
2006-02-24 Nicholas Clark Avoid special case SvMAGIC macros just to cope with...
2006-02-24 Nicholas Clark Use PVMGs rather than PVGVs to store the names of our...
2006-02-24 Nicholas Clark Store the stash for our in the magic slot. This will...
2006-02-24 Steve Peters Upgrade to CPAN-1.86
2006-02-24 Rafael Garcia... Skip unportable test on VMS
2006-02-24 Nicholas Clark Assert that GvSTASH is only called on PVGVs and PVLVs.
2006-02-24 Nicholas Clark Replace usage of GvSTASH for storing the stash of C...
2006-02-24 Nicholas Clark assert that SvMAGIC is never non-NULL for any PVMG...
2006-02-24 Nicholas Clark Redo previous sv.h change.
2006-02-24 Andy Lester Perl_save_aelem can't be const
2006-02-24 Andy Lester unused context warnings
2006-02-24 Nicholas Clark As SVs can't both be in a pad, and the name of a variab...
2006-02-24 Steve Peters Revert change #27295, which I thought fixed builds...
2006-02-24 Steve Peters Last instance of PL_vtbl_glob removed. It was missed...
2006-02-23 Nicholas Clark Replace direct flags tests ...
2006-02-23 Nicholas Clark Document a sixth use for SVf_FAKE
2006-02-23 Nicholas Clark We have sufficient spare bits to store the SV type...
2006-02-23 Nicholas Clark Shrink struct body_details and hence sv.o slightly...
2006-02-23 Nicholas Clark Using U8 rather than size type shrinks the body_details...
2006-02-23 Nicholas Clark Remove set magic from typeglobs. Remove typeglob magic...
2006-02-23 Nicholas Clark In XS_attributes__guess_stash, attempting to call Gv...
2006-02-23 Steve Peters Add test for RT #2166: foreach spuriously autovivifies
2006-02-23 Steve Peters Converted t/op/pos.t to use test.pl and added TODO...
2006-02-23 Jan Dubois Implement ${^WIN32_SLOPPY_STAT}
2006-02-23 Nicholas Clark Recalculate dstr in Perl_sv_setsv_flags, as dstr may...
2006-02-23 Nicholas Clark Remove un-needed case in Perl_sv_setsv_flags (sv_upgrad...
2006-02-23 Nicholas Clark Remove get magic from typeglobs. This means that PVGVs...
2006-02-23 Nicholas Clark Fix the copy sizes for PVFM and PVCV back to sanity.
next