summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix failing Cwd tests on Win32Steve Hay2005-05-271-4/+2
* Skip signals and core dump tests on Win32Steve Hay2005-05-271-11/+18
* Fix more Win32 linker errors caused by change 24561Steve Hay2005-05-273-4/+12
* Do not install change logs, READMEs, etc...Michael G. Schwern2005-05-271-0/+6
* add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEFJarkko Hietaniemi2005-05-271-2/+2
* Get the HEK once only in the hot code (class method calls)Nicholas Clark2005-05-272-5/+23
* Re: [perl #35420] localtime corruptionMichael G. Schwern2005-05-272-0/+15
* Documentation nits and fixes for Sv*_set() macrosSteve Peters2005-05-272-18/+26
* Fix some Win32 link errorsSteve Hay2005-05-263-2/+3
* Rename the members of the SV head union to avoid pre-processorNicholas Clark2005-05-264-62/+62
* -Wall is intolerably noisy with icc.Abhijit Menon-Sen2005-05-261-0/+1
* bytes.pm doesn't check undefined subroutine callingSADAHIRO Tomoyuki2005-05-262-3/+11
* Store the package name as a shared HEK.Nicholas Clark2005-05-2610-49/+66
* We know how big the global string table will be, so use thatNicholas Clark2005-05-261-1/+1
* It helps to set the total keys correctly when duplicating a hash.Nicholas Clark2005-05-262-2/+20
* More possible re-order dependencies solvedH.Merijn Brand2005-05-262-12/+16
* Updated lint infrastructureAndy Lester2005-05-266-65/+37
* MPE/iX has no lchown()Jarkko Hietaniemi2005-05-261-0/+1
* Added Porting/config_h.plH.Merijn Brand2005-05-251-0/+1
* Reordering config_h.SH after metaconfig now semi automatedH.Merijn Brand2005-05-253-98/+134
* Export Perl_hek_dup, which duplicates shared hash keys.Nicholas Clark2005-05-254-0/+23
* Track the mapping between source shared hash keys and target sharedNicholas Clark2005-05-259-13/+39
* Replace all uses of HvNAME with the appropriate HvNAME_get orNicholas Clark2005-05-254-7/+9
* I think for now these have to be disabled by default.Nicholas Clark2005-05-252-2/+2
* Update description of Term::ReadLine and fix typoperlbug@veggiechinese.net2005-05-251-5/+4
* Initialising the hash seed needs to be early in case anythingNicholas Clark2005-05-241-2/+3
* Reorder the union to cause Win32 compilers to use void * alignment forNicholas Clark2005-05-244-10/+10
* xsubpp, ParseXS: allow other suffix beyond .cJarkko Hietaniemi2005-05-242-5/+12
* Clarification on the behaviour of qw// and x :Yitzchak Scott-Thoennes2005-05-241-3/+3
* Leaking is bad, m'kay.Nicholas Clark2005-05-242-4/+5
* Remove Perl_ck_* functions from public APIRafael Garcia-Suarez2005-05-243-84/+43
* Correct the description of pte_arenarootNicholas Clark2005-05-241-1/+1