p5sagit/p5-mst-13.2.git
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.
2006-02-22 Nicholas Clark Fix typos and a missing bracket.
2006-02-22 Nicholas Clark Avoid 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 Hietaniemi Turn on match string copying when /e flag is set on...
2006-02-22 Nicholas Clark sv_dump should report the PV for PVGVs, as it can get...
2006-02-22 Nicholas Clark Test warnings for converting globs to other forms.
2006-02-22 Nicholas Clark Change 24643 made the mistake of assuming that CvCONST...
2006-02-21 Nicholas Clark Can merge the two arms of Perl_magic_getglob to save...
2006-02-21 Nicholas Clark Reorder the SV flags so that SVp_?OK and SVf_?OK occupy...
2006-02-21 Steve Peters Additional hints needed to build threaded Perls on...
2006-02-21 Nicholas Clark PL_body_arenas should be set to NULL when the interpret...
2006-02-21 Nicholas Clark Teach B about CVf_ISXSUB
2006-02-21 Nicholas Clark Goodbye PERL_XSUB_OLDSTYLE.
2006-02-21 Nicholas Clark Re-order the definitions of the private bits in SvFLAGS...
2006-02-21 Nicholas Clark Document the many uses of SVf_FAKE.
2006-02-21 Steve Peters Add 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
2006-02-21 Joshua ben... Re: Patches: B, CGI, ExtUtils::MM_Unix
2006-02-20 Yitzchak Scott... op/magic failure on cygwin after 1.5.19-4
2006-02-20 Nicholas Clark Steal code from maint, and use PERL_ARENA_ROOTS_SIZE...
2006-02-20 Dominic Dunlop Make SDBM_File work with -Duse64bitall on Darwin (Mac...
2006-02-20 Nicholas Clark PVCVs don't need XNVs either.
2006-02-20 Dominic Dunlop Trouble with $ENV{CDPATH} after change #27236
2006-02-20 Nicholas Clark PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clark Fix sv_dump to dump formats without the (non-existent...
2006-02-20 Nicholas Clark xcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clark xcv_start and xcv_xsubany can be merged into a union...
2006-02-20 Nicholas Clark Need to clear CvXSUBANY() too to turn a constant sub...
2006-02-20 Nicholas Clark Add a new CvISXSUB() macro, for abstracting the test...
2006-02-20 Nicholas Clark Abolish BROKEN_UNION_INIT in B::C, as it works around...
2006-02-20 John E. Malmberg patch@27236 vms glob/readdir/chdir EFS/long filename...
2006-02-20 Rafael Garcia... More NullXXX macro removal from Andy Lester
2006-02-20 Rafael Garcia... Yitzchak points out that the perldiag entry for "Intege...
2006-02-20 Nicholas Clark utftaint.t won't be able to run tests with -T if you...
2006-02-20 Nicholas Clark Remove the last (U16) cast for CV depths, missed by...
2006-02-20 Nicholas Clark Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS...
2006-02-19 Nicholas Clark Ministry of Truth removes typo in description of Change...
2006-02-19 Nicholas Clark Shave sizeof(NV) bytes from formats, by using the same...
2006-02-19 Nicholas Clark AVs and HVs don't have IVXs or NVXs, so assert this...
2006-02-19 Nicholas Clark Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX...
2006-02-19 Nicholas Clark To make arithmetic on tainted dualvars work properly...
2006-02-19 Nicholas Clark SvROK(sv) will never be true when SvIOKp() or SvNOKp...
2006-02-18 Rafael Garcia... As Anno Siegel points out, mtime/ctime test should...
2006-02-18 Nicholas Clark save_re_context() and even errsv_save = newSVsv(ERRSV...
2006-02-18 Nicholas Clark Turn of tainting locally inside swash_init(), as the...
2006-02-18 Nicholas Clark Assume that if runperl is called under tainting, that...
2006-02-18 Nicholas Clark Convert utftaint.t to test.pl (from Test.pm) and provid...
2006-02-18 Steve Peters Upgrade to Digest-SHA-5.34.
2006-02-18 Jim Cromie arena-rework : consolidated patch
2006-02-17 Abe Timmerman Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
2006-02-17 Jim Cromie The two whitespace changes from
2006-02-17 Brendan O'Dea Don't add -fPIC if already present.
2006-02-17 Brendan O'Dea Fix precedence.
2006-02-17 Brendan O'Dea Fix quote typo.
2006-02-17 Rafael Garcia... In TODO: make encoding.pm lexical ?
2006-02-17 Andy Lester cleaning up perly.c
2006-02-17 Robin Houston Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127...
2006-02-17 Yitzchak Scott... Re: [perl #38485] use integer; 0x80000000/-1; # coredump
next