summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename the members of the SV head union to avoid pre-processorNicholas Clark2005-05-264-62/+62
| | | | | arguments with embed.h p4raw-id: //depot/perl@24590
* -Wall is intolerably noisy with icc.Abhijit Menon-Sen2005-05-261-0/+1
| | | p4raw-id: //depot/perl@24588
* bytes.pm doesn't check undefined subroutine callingSADAHIRO Tomoyuki2005-05-262-3/+11
| | | | | Message-Id: <20050526234321.92F1.BQW10602@nifty.com> p4raw-id: //depot/perl@24585
* Store the package name as a shared HEK.Nicholas Clark2005-05-2610-49/+66
| | | | | | | | Abolish HvNAME() - as the stored pointer is not a char* you can't set it directly now. Storing a pointer to a HEK tracks the length too, and seems to be faster. p4raw-id: //depot/perl@24584
* We know how big the global string table will be, so use thatNicholas Clark2005-05-261-1/+1
| | | | | information. p4raw-id: //depot/perl@24583
* It helps to set the total keys correctly when duplicating a hash.Nicholas Clark2005-05-262-2/+20
| | | | | It helps even more to have a test for this. p4raw-id: //depot/perl@24582
* More possible re-order dependencies solvedH.Merijn Brand2005-05-262-12/+16
| | | p4raw-id: //depot/perl@24581
* Updated lint infrastructureAndy Lester2005-05-266-65/+37
| | | | | Message-ID: <20050525173139.GB1701@petdance.com> p4raw-id: //depot/perl@24580
* MPE/iX has no lchown()Jarkko Hietaniemi2005-05-261-0/+1
| | | | | Message-Id: <42956053.4010200@gmail.com> p4raw-id: //depot/perl@24579
* Added Porting/config_h.plH.Merijn Brand2005-05-251-0/+1
| | | p4raw-id: //depot/perl@24578
* Reordering config_h.SH after metaconfig now semi automatedH.Merijn Brand2005-05-253-98/+134
| | | | | This will save me *a lot* of manual work p4raw-id: //depot/perl@24576
* Export Perl_hek_dup, which duplicates shared hash keys.Nicholas Clark2005-05-254-0/+23
| | | p4raw-id: //depot/perl@24575
* Track the mapping between source shared hash keys and target sharedNicholas Clark2005-05-259-13/+39
| | | | | hash keys to save repeated lookups during cloning. p4raw-id: //depot/perl@24574
* Replace all uses of HvNAME with the appropriate HvNAME_get orNicholas Clark2005-05-254-7/+9
| | | | | HvNAME_set p4raw-id: //depot/perl@24573
* I think for now these have to be disabled by default.Nicholas Clark2005-05-252-2/+2
| | | p4raw-id: //depot/perl@24572
* Update description of Term::ReadLine and fix typoperlbug@veggiechinese.net2005-05-251-5/+4
| | | | | | | Subject: [perl #35963] Typo in Term::ReadLine From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org> p4raw-id: //depot/perl@24571
* Initialising the hash seed needs to be early in case anythingNicholas Clark2005-05-241-2/+3
| | | | | calcualtes HASHes during dup()ing. p4raw-id: //depot/perl@24570
* Reorder the union to cause Win32 compilers to use void * alignment forNicholas Clark2005-05-244-10/+10
| | | | | it. p4raw-id: //depot/perl@24569
* xsubpp, ParseXS: allow other suffix beyond .cJarkko Hietaniemi2005-05-242-5/+12
| | | | | Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24568
* Clarification on the behaviour of qw// and x :Yitzchak Scott-Thoennes2005-05-241-3/+3
| | | | | | Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix Message-ID: <20050524155200.GA1784@efn.org> p4raw-id: //depot/perl@24567
* Leaking is bad, m'kay.Nicholas Clark2005-05-242-4/+5
| | | p4raw-id: //depot/perl@24566
* Remove Perl_ck_* functions from public APIRafael Garcia-Suarez2005-05-243-84/+43
| | | p4raw-id: //depot/perl@24565
* Correct the description of pte_arenarootNicholas Clark2005-05-241-1/+1
| | | p4raw-id: //depot/perl@24564
* Documentation nit on @-, found by Guillaume RousseRafael Garcia-Suarez2005-05-241-3/+3
| | | | | (plus POD markup simplification, for readability with pod2text) p4raw-id: //depot/perl@24563
* ext/B/t/deparse.t was failing with t/TEST but not with t/harnessRafael Garcia-Suarez2005-05-241-6/+6
| | | p4raw-id: //depot/perl@24562
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-2414-153/+498
| | | | | Message-ID: <20050521140640.GB875@petdance.com> p4raw-id: //depot/perl@24561
* The tokenizer should expect an operator after qw().Rafael Garcia-Suarez2005-05-242-1/+5
| | | | | This fixes [perl #35885] qw and x operators doesn't mix p4raw-id: //depot/perl@24560
* Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.Yves Orton2005-05-241-1/+32
| | | | | Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com> p4raw-id: //depot/perl@24559
* Make distclean should remove the leftover test files of ExtUtils::ParseXSRafael Garcia-Suarez2005-05-241-0/+3
| | | p4raw-id: //depot/perl@24558
* Don't allocate an IV slot where the type doesn't use the IV slot.Nicholas Clark2005-05-233-0/+45
| | | p4raw-id: //depot/perl@24557
* Assorted 2.15 fixes.Abhijit Menon-Sen2005-05-232-4/+17
| | | p4raw-id: //depot/perl@24556
* Remove one const to ensure that the universe doesn't tip over.Abhijit Menon-Sen2005-05-231-1/+1
| | | | | (At least on AIX.) p4raw-id: //depot/perl@24555
* Re: [perl #35938] [PATCH] SDBM_File fails to build on some platforms due to ↵Andy Dougherty2005-05-231-5/+3
| | | | | | | use of 'extern int errno' (was: Re: patches for lang/perl5.8 dfport override) Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@24554
* universal.c warnings hushedAndy Lester2005-05-231-19/+16
| | | | | Message-Id: <20050523153825.GA28498@petdance.com> p4raw-id: //depot/perl@24553
* Attribute compilation fix for Windows by Andy LesterRafael Garcia-Suarez2005-05-232-2/+10
| | | p4raw-id: //depot/perl@24552
* Update to Scalar-List-Utils-1.17Graham Barr2005-05-237-9/+50
| | | p4raw-id: //depot/perl@24551
* Declaration nit spotted by JarkkoRafael Garcia-Suarez2005-05-231-1/+1
| | | p4raw-id: //depot/perl@24550
* PL_regex_padav elements hold either more AVs, or IVs that point toNicholas Clark2005-05-232-3/+2
| | | | | regexps. Don't attempt to look at the IVX if it's not an IV. p4raw-id: //depot/perl@24549
* Oops. What is looking at an array's SvIVX()?Nicholas Clark2005-05-231-0/+1
| | | p4raw-id: //depot/perl@24548
* We don't need IV and RV arena variables anymore. We don't need to setNicholas Clark2005-05-234-26/+0
| | | | | SvIVX or SvNVX on hashes. p4raw-id: //depot/perl@24547
* Bytecode mustn't save the NVX for hashes now that the NVX is a unionNicholas Clark2005-05-231-1/+0
| | | | | containing pointers initialised to zero. p4raw-id: //depot/perl@24546
* Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)Steve Hay2005-05-234-44/+136
| | | | | | (None are actually defined, but it's nice to have them there anyway) p4raw-link: @24508 on //depot/perl: 0dbb1585a715e56312e579a5f0e7f82241b38352 p4raw-id: //depot/perl@24545
* create an "allocated" structure for PVs, PVAVs and PVHVsNicholas Clark2005-05-235-42/+66
| | | p4raw-id: //depot/perl@24544
* Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""Rafael Garcia-Suarez2005-05-233-4/+17
| | | | | | because PerlIOScalar_unread was broken. Bump version number of PerlIO::scalar to 0.04. p4raw-id: //depot/perl@24543
* Re-order IVX slot in SV bodiesNicholas Clark2005-05-224-14/+45
| | | p4raw-id: //depot/perl@24542
* Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMSMichael G. Schwern2005-05-221-5/+17
| | | | | Message-ID: <20050520200900.GB13473@windhund.schwern.org> p4raw-id: //depot/perl@24541
* Enable 64bitall builds for Solaris x86Gisle Aas2005-05-221-30/+39
| | | | | Message-ID: <lr1x801sly.fsf@caliper.activestate.com> p4raw-id: //depot/perl@24539
* Add a union in place of xnv_nv, which allows AVs and HVs to re-useNicholas Clark2005-05-218-39/+118
| | | | | | | the memory to store pointers and integers. (Part 1 - will be reworked to be more efficient when IV or void* is 64 bit soon) p4raw-id: //depot/perl@24538
* ExtUtils::CBuilder Tru64 supportJarkko Hietaniemi2005-05-212-0/+18
| | | | | Message-Id: <428F9805.70108@gmail.com> p4raw-id: //depot/perl@24537
* Make the __attribute__ stuff work with Symbian (Jarkko).Abhijit Menon-Sen2005-05-211-1/+11
| | | | | http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html p4raw-id: //depot/perl@24536