summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement ${^WIN32_SLOPPY_STAT}Jan Dubois2006-02-231-10/+16
* Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded.Nicholas Clark2006-02-231-0/+2
* Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will coverNicholas Clark2006-02-231-2/+0
* Remove get magic from typeglobs. This means that PVGVs holdingNicholas Clark2006-02-239-28/+100
* Fix the copy sizes for PVFM and PVCV back to sanity.Nicholas Clark2006-02-231-5/+2
* Fix typos and a missing bracket.Nicholas Clark2006-02-222-3/+3
* Avoid C<study>ing any strings that might change underneath us, suchNicholas Clark2006-02-222-15/+18
* Mark some new study tests as TODORafael Garcia-Suarez2006-02-221-3/+9
* Add a test for study() on tied scalars, by Andy Lester afterRafael Garcia-Suarez2006-02-222-0/+51
* Turn on match string copying when /e flag is set on a substitution.Jarkko Hietaniemi2006-02-221-2/+3
* sv_dump should report the PV for PVGVs, as it can get set.Nicholas Clark2006-02-222-1/+2
* Test warnings for converting globs to other forms.Nicholas Clark2006-02-221-1/+29
* Change 24643 made the mistake of assuming that CvCONST can only be trueNicholas Clark2006-02-222-2/+12
* Can merge the two arms of Perl_magic_getglob to save space.Nicholas Clark2006-02-211-7/+8
* Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguousNicholas Clark2006-02-211-24/+25
* Additional hints needed to build threaded Perls on NetBSD.Steve Peters2006-02-211-1/+19
* PL_body_arenas should be set to NULL when the interpreter is cleared.Nicholas Clark2006-02-211-0/+1
* Teach B about CVf_ISXSUBNicholas Clark2006-02-212-1/+2
* Goodbye PERL_XSUB_OLDSTYLE.Nicholas Clark2006-02-216-51/+5
* Re-order the definitions of the private bits in SvFLAGS by value, soNicholas Clark2006-02-211-20/+30
* Document the many uses of SVf_FAKE.Nicholas Clark2006-02-211-1/+12
* Add tests for the previously untested Hash::Util::all_keys().Steve Peters2006-02-211-1/+19
* $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid testSteve Peters2006-02-211-1/+2
* Patches: B, CGI, ExtUtils::MM_UnixJoshua ben Jore2006-02-212-1/+6
* Re: Patches: B, CGI, ExtUtils::MM_UnixJoshua ben Jore2006-02-214-8/+30
* op/magic failure on cygwin after 1.5.19-4Yitzchak Scott-Thoennes2006-02-201-1/+1
* Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arenaNicholas Clark2006-02-203-2/+4
* Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)Dominic Dunlop2006-02-202-2/+6
* PVCVs don't need XNVs either.Nicholas Clark2006-02-205-11/+48
* Trouble with $ENV{CDPATH} after change #27236Dominic Dunlop2006-02-201-10/+5
* PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so movingNicholas Clark2006-02-208-22/+38
* Fix sv_dump to dump formats without the (non-existent) NVX.Nicholas Clark2006-02-201-1/+2
* xcv_root and xcv_xsub can also be merged into a union, providing a newNicholas Clark2006-02-207-29/+57
* xcv_start and xcv_xsubany can be merged into a union, as they are neverNicholas Clark2006-02-205-12/+28
* Need to clear CvXSUBANY() too to turn a constant sub into a prototype.Nicholas Clark2006-02-201-1/+3
* Add a new CvISXSUB() macro, for abstracting the test as to whether aNicholas Clark2006-02-2010-15/+15
* Abolish BROKEN_UNION_INIT in B::C, as it works around problems inNicholas Clark2006-02-202-41/+5
* patch@27236 vms glob/readdir/chdir EFS/long filename supportJohn E. Malmberg2006-02-203-119/+209
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-2018-89/+86
* Yitzchak points out that the perldiag entry for "Integer overflow inRafael Garcia-Suarez2006-02-201-10/+0
* utftaint.t won't be able to run tests with -T if you haveNicholas Clark2006-02-201-7/+15
* Remove the last (U16) cast for CV depths, missed by change 17835.Nicholas Clark2006-02-201-1/+1
* Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,Nicholas Clark2006-02-202-14/+15
* Ministry of Truth removes typo in description of Change 26166.Nicholas Clark2006-02-191-1/+1
* Shave sizeof(NV) bytes from formats, by using the same offsetNicholas Clark2006-02-192-3/+34
* AVs and HVs don't have IVXs or NVXs, so assert this too.Nicholas Clark2006-02-191-1/+7
* Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't beingNicholas Clark2006-02-191-6/+30
* To make arithmetic on tainted dualvars work properly requires thatNicholas Clark2006-02-192-2/+12
* SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so theNicholas Clark2006-02-191-10/+2
* As Anno Siegel points out, mtime/ctime test should be skippedRafael Garcia-Suarez2006-02-181-1/+1