summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re: [perl #35938] [PATCH] SDBM_File fails to build on some platforms due to u...Andy Dougherty2005-05-231-5/+3
* universal.c warnings hushedAndy Lester2005-05-231-19/+16
* Attribute compilation fix for Windows by Andy LesterRafael Garcia-Suarez2005-05-232-2/+10
* Update to Scalar-List-Utils-1.17Graham Barr2005-05-237-9/+50
* Declaration nit spotted by JarkkoRafael Garcia-Suarez2005-05-231-1/+1
* PL_regex_padav elements hold either more AVs, or IVs that point toNicholas Clark2005-05-232-3/+2
* Oops. What is looking at an array's SvIVX()?Nicholas Clark2005-05-231-0/+1
* We don't need IV and RV arena variables anymore. We don't need to setNicholas Clark2005-05-234-26/+0
* Bytecode mustn't save the NVX for hashes now that the NVX is a unionNicholas Clark2005-05-231-1/+0
* Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)Steve Hay2005-05-234-44/+136
* create an "allocated" structure for PVs, PVAVs and PVHVsNicholas Clark2005-05-235-42/+66
* Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""Rafael Garcia-Suarez2005-05-233-4/+17
* Re-order IVX slot in SV bodiesNicholas Clark2005-05-224-14/+45
* Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMSMichael G. Schwern2005-05-221-5/+17
* Enable 64bitall builds for Solaris x86Gisle Aas2005-05-221-30/+39
* Add a union in place of xnv_nv, which allows AVs and HVs to re-useNicholas Clark2005-05-218-39/+118
* ExtUtils::CBuilder Tru64 supportJarkko Hietaniemi2005-05-212-0/+18
* Make the __attribute__ stuff work with Symbian (Jarkko).Abhijit Menon-Sen2005-05-211-1/+11
* [perl #35878] goto &xsub that croaks corrupts memoryDave Mitchell2005-05-212-6/+22
* stop goto &foo wasting stack spaceDave Mitchell2005-05-211-1/+3
* add access to Perl_croak() via 'mycroak' in XS::APItestDave Mitchell2005-05-213-2/+10
* disallow eval { goto &foo }Dave Mitchell2005-05-213-6/+15
* Move the xpv_pv/xrv_rv member into the SV head, in a union withNicholas Clark2005-05-2114-343/+234
* Really fix change 24527Rafael Garcia-Suarez2005-05-211-1/+1
* Fool. That should be I32 everywhere.Nicholas Clark2005-05-211-1/+1
* ctags parms need to know .h is CAndy Lester2005-05-211-1/+1
* Compilation fixRafael Garcia-Suarez2005-05-211-1/+1
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-2124-187/+426
* Move placeholders into a new rhash magic type.Nicholas Clark2005-05-219-19/+72
* Update to MakeMaker 6.30Rafael Garcia-Suarez2005-05-216-18/+84
* SvPVX_const - patch #2Steve Peters2005-05-218-80/+81
* Remove PMROOT and replace it with a small shell script. Er, magic.Nicholas Clark2005-05-2012-290/+294
* Update XS code to declare PERL_UNUSED_DECL conditionallyNicholas Clark2005-05-203-18/+25
* Updaate ppport.h to get a conditional PERL_UNUSED_DECLNicholas Clark2005-05-202-38/+206
* Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't likeNicholas Clark2005-05-202-12/+16
* Goodbye AvFLAGSNicholas Clark2005-05-2018-317/+287
* Upgrade to Math::BigInt 1.77Rafael Garcia-Suarez2005-05-208-78/+27
* Fix a typoNicholas Clark2005-05-201-1/+1
* Damnable applypatch nonsense.Abhijit Menon-Sen2005-05-201-0/+44
* Update MANIFESTRafael Garcia-Suarez2005-05-201-2/+3
* Previously overlooked $SIG{DIE} patch from Slaven Rezic.Abhijit Menon-Sen2005-05-203-1/+5
* Add a Makefile target for ctagsAndy Lester2005-05-201-2/+3
* Upgrade to MakeMaker 6.29Rafael Garcia-Suarez2005-05-207-46/+100
* SvPVX_const() - Patch #1Steve Peters2005-05-206-53/+53
* Attribute configurationAndy Lester2005-05-2031-216/+473
* Gisle noted an unused variableRafael Garcia-Suarez2005-05-201-3/+0
* Fix the new exit() tests, by Gisle Aas :Rafael Garcia-Suarez2005-05-191-2/+1
* [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. yves orton2005-05-191-2/+2
* tabs, not spaces. Bad editor. No cookie.Nicholas Clark2005-05-191-15/+15
* Adjust VMS test countRafael Garcia-Suarez2005-05-191-1/+1