summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Goodbye xav_arylen. You won't be missed that much.Nicholas Clark2005-05-299-12/+31
| | | | | So now there's a buy 5 get one free offer on PVAV bodies. p4raw-id: //depot/perl@24619
* compiler awareness weekCraig A. Berry2005-05-291-1/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <4299FF2D.90209@mac.com> p4raw-id: //depot/perl@24618
* Change the IV to a union.Nicholas Clark2005-05-296-142/+118
| | | | | | | | Revert the NV union back to a plain NV Transpose the positions of IV and NV (NV is now first) Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations currently disabled by default) p4raw-id: //depot/perl@24617
* Teach buildtoc about README.openbsd, and regenerate various makefiles.Nicholas Clark2005-05-295-17/+25
| | | p4raw-id: //depot/perl@24615
* Restort into bulidtoc's preferred orderNicholas Clark2005-05-291-13/+13
| | | p4raw-id: //depot/perl@24614
* VMS build update for bleadCraig A. Berry2005-05-296-12/+12
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <429942A6.10601@mac.com> p4raw-id: //depot/perl@24613
* Re: t/uni/class.t has a lot to warn aboutJarkko Hietaniemi2005-05-281-7/+9
| | | | | Message-Id: <42983033.5050509@gmail.com> p4raw-id: //depot/perl@24612
* Re: [PATCH] Do not install change logs, READMEs, etc...Michael G. Schwern2005-05-271-1/+1
| | | | | Message-ID: <20050527193327.GC17504@windhund.schwern.org> p4raw-id: //depot/perl@24610
* In assert(), we mustn't stringify the message as part of the firstNicholas Clark2005-05-271-2/+2
| | | | | | | | argument to croak, as it's a *printf format, and the thing we're asserting might itself contain % signs. Also, as __FILE__ is a string, we can append that to the format, rather than needing a %s for it. p4raw-id: //depot/perl@24609
* is() is better than ok()Nicholas Clark2005-05-271-23/+23
| | | p4raw-id: //depot/perl@24608
* Fix failing Cwd tests on Win32Steve Hay2005-05-271-4/+2
| | | | | | | | | Patch was posted to Ken previously (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html) but no reply as yet. I'll mail him again... p4raw-id: //depot/perl@24607
* Skip signals and core dump tests on Win32Steve Hay2005-05-271-11/+18
| | | | | See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html p4raw-id: //depot/perl@24606
* Fix more Win32 linker errors caused by change 24561Steve Hay2005-05-273-4/+12
| | | | | | Apparently sys_intern_init and sys_intern_clear are required even for non-threaded builds on Win32. p4raw-id: //depot/perl@24605
* Do not install change logs, READMEs, etc...Michael G. Schwern2005-05-271-0/+6
| | | | | Message-ID: <20050526204305.GH11558@windhund.schwern.org> p4raw-id: //depot/perl@24596
* add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEFJarkko Hietaniemi2005-05-271-2/+2
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24595
* Get the HEK once only in the hot code (class method calls)Nicholas Clark2005-05-272-5/+23
| | | p4raw-id: //depot/perl@24594
* Re: [perl #35420] localtime corruptionMichael G. Schwern2005-05-272-0/+15
| | | | | Message-ID: <20050526203938.GG11558@windhund.schwern.org> p4raw-id: //depot/perl@24593
* Documentation nits and fixes for Sv*_set() macrosSteve Peters2005-05-272-18/+26
| | | | | Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24592
* Fix some Win32 link errorsSteve Hay2005-05-263-2/+3
| | | p4raw-id: //depot/perl@24591
* 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