summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Symbian port of PerlJarkko Hietaniemi2005-04-21119-750/+7688
* [perl #34976] substr uses utf8 length cache incorrectlyDave Mitchell2005-04-212-2/+9
* extra code in pp_concat, Take 2Andy Lester2005-04-212-20/+26
* patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessorDavid Dyck2005-04-201-4/+8
* In change 24266 I failed to actually change anything. Sigh.Dave Mitchell2005-04-201-1/+1
* change misleading syslog() exampleDave Mitchell2005-04-200-0/+0
* [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set glasser@tang-eleven-seventy-nine.mit.edu2005-04-203-5/+35
* Fix MGVTBL structures in perl.hAndy Lester2005-04-201-131/+346
* Refactoring to Sv*_set() macros - patch #6Steve Peters2005-04-204-13/+21
* Merge common code. Reduces object size by 1K on x86, 6K on PPCNicholas Clark2005-04-201-122/+77
* run regen_headers after addition of FOO_set() macrosDave Mitchell2005-04-191-7/+7
* pad_compname_type(), takes care of a clunky macroAndy Lester2005-04-195-4/+20
* DEBUG_LEAKING_SCALARS could use the value of a freed PL_opDave Mitchell2005-04-191-0/+4
* Don't set things to zero twice. Once is enough. (see also change 15255)Nicholas Clark2005-04-191-42/+15
* Restore SvEND_setNicholas Clark2005-04-191-0/+3
* Force RVALUE macros when in PERL_DEBUG_COWNicholas Clark2005-04-192-21/+32
* Avoid generating thousands of UTF-8 warnings when testing under aNicholas Clark2005-04-191-8/+8
* Simplify PERL_DEBUG_PAD_ZERO so it continues to expand toRafael Garcia-Suarez2005-04-191-1/+3
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-1936-217/+239
* Add CLONE_SKIP() class method to allow individual classes to skipDave Mitchell2005-04-195-6/+178
* PERL_DEBUG_COW for SvUVX and SvPVXNicholas Clark2005-04-182-5/+5
* SvPV_renew also calls SvLEN_setNicholas Clark2005-04-184-12/+24
* Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUENicholas Clark2005-04-184-6/+10
* A more efficient way of expressing the MALLOC_WRAP conditional compile.Nicholas Clark2005-04-181-40/+19
* Fix bug #33664: allow for transport providers with protocol == 0Steve Hay2005-04-181-1/+2
* Refactor the odd-one-out code before a Renew(SvPVX(...)...)Nicholas Clark2005-04-181-4/+3
* Two more uses of lvalue SvIVX()Nicholas Clark2005-04-182-2/+2
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-1814-62/+66
* Update the outdated info in "Minimizing the Perl installation"Rafael Garcia-Suarez2005-04-151-99/+93
* Fix for:bstrand@switchmanagement.com2005-04-141-0/+2
* Removing yydestruct from perly.cAndy Lester2005-04-131-36/+6
* Mandrakesoft is now MandrivaH.Merijn Brand2005-04-131-2/+2
* H.Merijn changed e-mailH.Merijn Brand2005-04-137-7/+7
* -Wformat Robin Barker2005-04-134-81/+82
* Upgrade to ExtUtils::MakeMaker 6.28Rafael Garcia-Suarez2005-04-137-14/+27
* Upgrade to Encode 2.0902Rafael Garcia-Suarez2005-04-1211-73/+301
* Don't PERL_HASH(SvUVX(...)...) as it's actually a set.Nicholas Clark2005-04-121-3/+25
* Refactoring to Sv*_set() macros - patch #3Steve Peters2005-04-123-20/+23
* Avoid taking a reference to SvIVX and putting that address on theNicholas Clark2005-04-113-7/+8
* Support d_libm_lib_version for Win32 (see change 24217)Steve Hay2005-04-118-0/+28
* Out of sync metaunit caused the erroneous return of theH.Merijn Brand2005-04-111-14/+11
* Disable I18N::Langinfo for Win32 since nl_langinfo() isn't availableSteve Hay2005-04-112-7/+1
* perlfunc.pod: incomplete select descriptionHernan Perez Masci2005-04-111-0/+6
* Make the four-argument form of select() return undefRafael Garcia-Suarez2005-04-113-3/+8
* Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalcRafael Garcia-Suarez2005-04-112-1/+13
* Re: New Configure functionalityAbe Timmerman2005-04-111-0/+1
* POD typo.Rafael Garcia-Suarez2005-04-101-1/+1
* Module::CoreList: Data from Sebastien Aperghis-Tramoni for perlRafael Garcia-Suarez2005-04-101-5/+200
* Sorting still is a mess. This is better.H.Merijn Brand2005-04-101-71/+71
* Configure now probes for _LIB_VERSION support in math.h/libmH.Merijn Brand2005-04-104-81/+126