summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-0212-119/+119
* use lengths in sv_setpv() callsAndy Lester2005-06-023-12/+13
* New HW model; more on threads for 10.20H.Merijn Brand2005-06-021-6/+8
* HP-UX specific #pragma entered in #23890 is not supportedH.Merijn Brand2005-06-021-1/+1
* Quotes fixed, see also perl #36079Andy Lester2005-06-0216-71/+71
* Round up all string length requests to malloc()/realloc() to the nextNicholas Clark2005-06-014-6/+21
* I think SvCUR() was intended rather than SvLEN()Nicholas Clark2005-06-011-1/+1
* We don't have XRVs any more, so remove the typedefNicholas Clark2005-06-011-1/+0
* Zero-ing the new HV array is pointless, as we write to every element.Nicholas Clark2005-06-011-4/+4
* As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should beNicholas Clark2005-06-011-5/+10
* Store the xhv_aux structure after the main array.Nicholas Clark2005-06-015-93/+131
* If we're building config_heavy.pl somewhere else, then we need toNicholas Clark2005-06-011-0/+1
* Revert change #24656Rafael Garcia-Suarez2005-06-011-2/+1
* Following the head refactoring, the Newz doesn't clear the SvPVXNicholas Clark2005-06-011-0/+1
* eliminate always running mktablesRobin Barker2005-06-011-1/+2
* Don't touch lib/ExtUtils/Miniperl.pm when rebuild identicallyRafael Garcia-Suarez2005-06-011-1/+0
* Re: [patch] teach B::Concise to see XS codeStephen McCamant2005-06-011-0/+1
* Re: [patch] teach B::Concise to see XS codeJim Cromie2005-06-014-44/+289
* Speed up lib/unicore/mktables by 45%Andy Lester2005-06-011-27/+27
* Remove duplicated lineRafael Garcia-Suarez2005-05-311-1/+0
* Upgrade to Module::CoreList 2.02Rafael Garcia-Suarez2005-05-311-4/+360
* Attempt 2 at a diet memory layout can go live.Nicholas Clark2005-05-312-2/+2
* Avoid updating a variable in a loop.Nicholas Clark2005-05-311-15/+25
* Avoid updating a variable in the loopNicholas Clark2005-05-311-5/+5
* ByteLoader.xs cleanupAndy Lester2005-05-311-2/+3
* Add DECC to the symbol listYitzchak Scott-Thoennes2005-05-311-2/+2
* add pointer to email explaining why eval {goto &foo} is bannedDave Mitchell2005-05-301-0/+1
* Change the logic to avoid needing to set a variable during the loopNicholas Clark2005-05-301-8/+13
* Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()Nicholas Clark2005-05-301-7/+7
* Upgrade to PathTools 3.08Rafael Garcia-Suarez2005-05-303-2/+7
* gcc hints were not yet applied to gcc-4.xH.Merijn Brand2005-05-301-11/+12
* [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS Olli Savia2005-05-301-0/+5
* regen after #24627H.Merijn Brand2005-05-301-0/+17
* Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)Jarkko Hietaniemi2005-05-304-4/+35
* Teeny optimization in S_hv_magic_checkAndy Lester2005-05-301-0/+1
* [PATCH] More embed.fnc strictures, plus consting and localizingAndy Lester2005-05-308-154/+196
* Minor grammar fix by Uri GuttmanRafael Garcia-Suarez2005-05-301-1/+1
* perlrun.pod -w description typoOffer Kaye2005-05-301-1/+1
* [PATCH] Minor warning squashingsAndy Lester2005-05-309-89/+90
* Need a cast to avoid a compiler warning.Nicholas Clark2005-05-301-1/+1
* Goodbye xav_arylen. You won't be missed that much.Nicholas Clark2005-05-299-12/+31
* compiler awareness weekCraig A. Berry2005-05-291-1/+1
* Change the IV to a union.Nicholas Clark2005-05-296-142/+118
* Teach buildtoc about README.openbsd, and regenerate various makefiles.Nicholas Clark2005-05-295-17/+25
* Restort into bulidtoc's preferred orderNicholas Clark2005-05-291-13/+13
* VMS build update for bleadCraig A. Berry2005-05-296-12/+12
* Re: t/uni/class.t has a lot to warn aboutJarkko Hietaniemi2005-05-281-7/+9
* Re: [PATCH] Do not install change logs, READMEs, etc...Michael G. Schwern2005-05-271-1/+1
* In assert(), we mustn't stringify the message as part of the firstNicholas Clark2005-05-271-2/+2
* is() is better than ok()Nicholas Clark2005-05-271-23/+23