| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace direct flags tests & manipulations for SVpad_TYPED and | Nicholas Clark | 2006-02-23 | 9 | -25/+35 |
* | Document a sixth use for SVf_FAKE | Nicholas Clark | 2006-02-23 | 1 | -0/+3 |
* | We have sufficient spare bits to store the SV type in body_details, | Nicholas Clark | 2006-02-23 | 1 | -21/+39 |
* | Shrink struct body_details and hence sv.o slightly further by using | Nicholas Clark | 2006-02-23 | 1 | -3/+3 |
* | Using U8 rather than size type shrinks the body_details table. | Nicholas Clark | 2006-02-23 | 1 | -3/+3 |
* | Remove set magic from typeglobs. Remove typeglob magic entirely. | Nicholas Clark | 2006-02-23 | 7 | -34/+17 |
* | In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is | Nicholas Clark | 2006-02-23 | 1 | -4/+0 |
* | Add test for RT #2166: foreach spuriously autovivifies | Steve Peters | 2006-02-23 | 1 | -1/+13 |
* | Converted t/op/pos.t to use test.pl and added TODO test for | Steve Peters | 2006-02-23 | 1 | -9/+19 |
* | Implement ${^WIN32_SLOPPY_STAT} | Jan Dubois | 2006-02-23 | 1 | -10/+16 |
* | Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded. | Nicholas Clark | 2006-02-23 | 1 | -0/+2 |
* | Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will cover | Nicholas Clark | 2006-02-23 | 1 | -2/+0 |
* | Remove get magic from typeglobs. This means that PVGVs holding | Nicholas Clark | 2006-02-23 | 9 | -28/+100 |
* | Fix the copy sizes for PVFM and PVCV back to sanity. | Nicholas Clark | 2006-02-23 | 1 | -5/+2 |
* | Fix typos and a missing bracket. | Nicholas Clark | 2006-02-22 | 2 | -3/+3 |
* | Avoid C<study>ing any strings that might change underneath us, such | Nicholas Clark | 2006-02-22 | 2 | -15/+18 |
* | Mark some new study tests as TODO | Rafael Garcia-Suarez | 2006-02-22 | 1 | -3/+9 |
* | Add a test for study() on tied scalars, by Andy Lester after | Rafael Garcia-Suarez | 2006-02-22 | 2 | -0/+51 |
* | Turn on match string copying when /e flag is set on a substitution. | Jarkko Hietaniemi | 2006-02-22 | 1 | -2/+3 |
* | sv_dump should report the PV for PVGVs, as it can get set. | Nicholas Clark | 2006-02-22 | 2 | -1/+2 |
* | Test warnings for converting globs to other forms. | Nicholas Clark | 2006-02-22 | 1 | -1/+29 |
* | Change 24643 made the mistake of assuming that CvCONST can only be true | Nicholas Clark | 2006-02-22 | 2 | -2/+12 |
* | Can merge the two arms of Perl_magic_getglob to save space. | Nicholas Clark | 2006-02-21 | 1 | -7/+8 |
* | Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous | Nicholas Clark | 2006-02-21 | 1 | -24/+25 |
* | Additional hints needed to build threaded Perls on NetBSD. | Steve Peters | 2006-02-21 | 1 | -1/+19 |
* | PL_body_arenas should be set to NULL when the interpreter is cleared. | Nicholas Clark | 2006-02-21 | 1 | -0/+1 |
* | Teach B about CVf_ISXSUB | Nicholas Clark | 2006-02-21 | 2 | -1/+2 |
* | Goodbye PERL_XSUB_OLDSTYLE. | Nicholas Clark | 2006-02-21 | 6 | -51/+5 |
* | Re-order the definitions of the private bits in SvFLAGS by value, so | Nicholas Clark | 2006-02-21 | 1 | -20/+30 |
* | Document the many uses of SVf_FAKE. | Nicholas Clark | 2006-02-21 | 1 | -1/+12 |
* | Add tests for the previously untested Hash::Util::all_keys(). | Steve Peters | 2006-02-21 | 1 | -1/+19 |
* | $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test | Steve Peters | 2006-02-21 | 1 | -1/+2 |
* | Patches: B, CGI, ExtUtils::MM_Unix | Joshua ben Jore | 2006-02-21 | 2 | -1/+6 |
* | Re: Patches: B, CGI, ExtUtils::MM_Unix | Joshua ben Jore | 2006-02-21 | 4 | -8/+30 |
* | op/magic failure on cygwin after 1.5.19-4 | Yitzchak Scott-Thoennes | 2006-02-20 | 1 | -1/+1 |
* | Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena | Nicholas Clark | 2006-02-20 | 3 | -2/+4 |
* | Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X) | Dominic Dunlop | 2006-02-20 | 2 | -2/+6 |
* | PVCVs don't need XNVs either. | Nicholas Clark | 2006-02-20 | 5 | -11/+48 |
* | Trouble with $ENV{CDPATH} after change #27236 | Dominic Dunlop | 2006-02-20 | 1 | -10/+5 |
* | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving | Nicholas Clark | 2006-02-20 | 8 | -22/+38 |
* | Fix sv_dump to dump formats without the (non-existent) NVX. | Nicholas Clark | 2006-02-20 | 1 | -1/+2 |
* | xcv_root and xcv_xsub can also be merged into a union, providing a new | Nicholas Clark | 2006-02-20 | 7 | -29/+57 |
* | xcv_start and xcv_xsubany can be merged into a union, as they are never | Nicholas Clark | 2006-02-20 | 5 | -12/+28 |
* | Need to clear CvXSUBANY() too to turn a constant sub into a prototype. | Nicholas Clark | 2006-02-20 | 1 | -1/+3 |
* | Add a new CvISXSUB() macro, for abstracting the test as to whether a | Nicholas Clark | 2006-02-20 | 10 | -15/+15 |
* | Abolish BROKEN_UNION_INIT in B::C, as it works around problems in | Nicholas Clark | 2006-02-20 | 2 | -41/+5 |
* | patch@27236 vms glob/readdir/chdir EFS/long filename support | John E. Malmberg | 2006-02-20 | 3 | -119/+209 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 18 | -89/+86 |
* | Yitzchak points out that the perldiag entry for "Integer overflow in | Rafael Garcia-Suarez | 2006-02-20 | 1 | -10/+0 |
* | utftaint.t won't be able to run tests with -T if you have | Nicholas Clark | 2006-02-20 | 1 | -7/+15 |