summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [perl #35878] goto &xsub that croaks corrupts memoryDave Mitchell2005-05-212-6/+22
| | | | | | When an XS sub is called, a CxSUB context shouldn't be pushed. Make goto &xs_sub mimic this behaviour by first popping the old CxSUB p4raw-id: //depot/perl@24535
* stop goto &foo wasting stack spaceDave Mitchell2005-05-211-1/+3
| | | | | | it used to push @_ onto the end of the stack; now it pops the stack back to the old watermark first. p4raw-id: //depot/perl@24534
* add access to Perl_croak() via 'mycroak' in XS::APItestDave Mitchell2005-05-213-2/+10
| | | p4raw-id: //depot/perl@24533
* disallow eval { goto &foo }Dave Mitchell2005-05-213-6/+15
| | | | | | | | eval 'goto &foo' is already banned, and the try-version usually coredumps due to the code assuming the CxEVAL is actually a CxSUB. Anyway exiting an eval but preserving "it's" @_ doesn't make much sense. p4raw-id: //depot/perl@24532
* Move the xpv_pv/xrv_rv member into the SV head, in a union withNicholas Clark2005-05-2114-343/+234
| | | | | IV and UV. Avoid allocating a body for IVs and RVs. p4raw-id: //depot/perl@24531
* Really fix change 24527Rafael Garcia-Suarez2005-05-211-1/+1
| | | p4raw-id: //depot/perl@24530
* Fool. That should be I32 everywhere.Nicholas Clark2005-05-211-1/+1
| | | p4raw-id: //depot/perl@24529
* ctags parms need to know .h is CAndy Lester2005-05-211-1/+1
| | | | | Message-Id: <20050521135814.GA875@petdance.com> p4raw-id: //depot/perl@24528
* Compilation fixRafael Garcia-Suarez2005-05-211-1/+1
| | | p4raw-id: //depot/perl@24527
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-2124-187/+426
| | | | | | Provide (more efficient) _get and _set macros. Adjust the core to use them. p4raw-id: //depot/perl@24526
* Move placeholders into a new rhash magic type.Nicholas Clark2005-05-219-19/+72
| | | p4raw-id: //depot/perl@24525
* Update to MakeMaker 6.30Rafael Garcia-Suarez2005-05-216-18/+84
| | | p4raw-id: //depot/perl@24524
* SvPVX_const - patch #2Steve Peters2005-05-218-80/+81
| | | | | Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24523
* Remove PMROOT and replace it with a small shell script. Er, magic.Nicholas Clark2005-05-2012-290/+294
| | | | | | (PMROOT being needed to implement bare C<reset> - how often do you use that?) p4raw-id: //depot/perl@24522