Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I think for now these have to be disabled by default. | Nicholas Clark | 2005-05-25 | 2 | -2/+2 |
| | | | p4raw-id: //depot/perl@24572 | ||||
* | Update description of Term::ReadLine and fix typo | perlbug@veggiechinese.net | 2005-05-25 | 1 | -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 anything | Nicholas Clark | 2005-05-24 | 1 | -2/+3 |
| | | | | | calcualtes HASHes during dup()ing. p4raw-id: //depot/perl@24570 | ||||
* | Reorder the union to cause Win32 compilers to use void * alignment for | Nicholas Clark | 2005-05-24 | 4 | -10/+10 |
| | | | | | it. p4raw-id: //depot/perl@24569 | ||||
* | xsubpp, ParseXS: allow other suffix beyond .c | Jarkko Hietaniemi | 2005-05-24 | 2 | -5/+12 |
| | | | | | Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24568 | ||||
* | Clarification on the behaviour of qw// and x : | Yitzchak Scott-Thoennes | 2005-05-24 | 1 | -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 Clark | 2005-05-24 | 2 | -4/+5 |
| | | | p4raw-id: //depot/perl@24566 | ||||
* | Remove Perl_ck_* functions from public API | Rafael Garcia-Suarez | 2005-05-24 | 3 | -84/+43 |
| | | | p4raw-id: //depot/perl@24565 | ||||
* | Correct the description of pte_arenaroot | Nicholas Clark | 2005-05-24 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24564 | ||||
* | Documentation nit on @-, found by Guillaume Rousse | Rafael Garcia-Suarez | 2005-05-24 | 1 | -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/harness | Rafael Garcia-Suarez | 2005-05-24 | 1 | -6/+6 |
| | | | p4raw-id: //depot/perl@24562 | ||||
* | embed.fnc cleanup + SvPVX_const usage | Andy Lester | 2005-05-24 | 14 | -153/+498 |
| | | | | | Message-ID: <20050521140640.GB875@petdance.com> p4raw-id: //depot/perl@24561 | ||||
* | The tokenizer should expect an operator after qw(). | Rafael Garcia-Suarez | 2005-05-24 | 2 | -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 Orton | 2005-05-24 | 1 | -1/+32 |
| | | | | | Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com> p4raw-id: //depot/perl@24559 | ||||
* | Make distclean should remove the leftover test files of ExtUtils::ParseXS | Rafael Garcia-Suarez | 2005-05-24 | 1 | -0/+3 |
| | | | p4raw-id: //depot/perl@24558 | ||||
* | Don't allocate an IV slot where the type doesn't use the IV slot. | Nicholas Clark | 2005-05-23 | 3 | -0/+45 |
| | | | p4raw-id: //depot/perl@24557 | ||||
* | Assorted 2.15 fixes. | Abhijit Menon-Sen | 2005-05-23 | 2 | -4/+17 |
| | | | p4raw-id: //depot/perl@24556 | ||||
* | Remove one const to ensure that the universe doesn't tip over. | Abhijit Menon-Sen | 2005-05-23 | 1 | -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 Dougherty | 2005-05-23 | 1 | -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 hushed | Andy Lester | 2005-05-23 | 1 | -19/+16 |
| | | | | | Message-Id: <20050523153825.GA28498@petdance.com> p4raw-id: //depot/perl@24553 | ||||
* | Attribute compilation fix for Windows by Andy Lester | Rafael Garcia-Suarez | 2005-05-23 | 2 | -2/+10 |
| | | | p4raw-id: //depot/perl@24552 | ||||
* | Update to Scalar-List-Utils-1.17 | Graham Barr | 2005-05-23 | 7 | -9/+50 |
| | | | p4raw-id: //depot/perl@24551 | ||||
* | Declaration nit spotted by Jarkko | Rafael Garcia-Suarez | 2005-05-23 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24550 | ||||
* | PL_regex_padav elements hold either more AVs, or IVs that point to | Nicholas Clark | 2005-05-23 | 2 | -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 Clark | 2005-05-23 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@24548 | ||||
* | We don't need IV and RV arena variables anymore. We don't need to set | Nicholas Clark | 2005-05-23 | 4 | -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 union | Nicholas Clark | 2005-05-23 | 1 | -1/+0 |
| | | | | | containing pointers initialised to zero. p4raw-id: //depot/perl@24546 | ||||
* | Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508) | Steve Hay | 2005-05-23 | 4 | -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 PVHVs | Nicholas Clark | 2005-05-23 | 5 | -42/+66 |
| | | | p4raw-id: //depot/perl@24544 | ||||
* | Fix [perl #35929] : PerlIO::scalar didn't understand $/ = "" | Rafael Garcia-Suarez | 2005-05-23 | 3 | -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 bodies | Nicholas Clark | 2005-05-22 | 4 | -14/+45 |
| | | | p4raw-id: //depot/perl@24542 | ||||
* | Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS | Michael G. Schwern | 2005-05-22 | 1 | -5/+17 |
| | | | | | Message-ID: <20050520200900.GB13473@windhund.schwern.org> p4raw-id: //depot/perl@24541 | ||||
* | Enable 64bitall builds for Solaris x86 | Gisle Aas | 2005-05-22 | 1 | -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-use | Nicholas Clark | 2005-05-21 | 8 | -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 support | Jarkko Hietaniemi | 2005-05-21 | 2 | -0/+18 |
| | | | | | Message-Id: <428F9805.70108@gmail.com> p4raw-id: //depot/perl@24537 | ||||
* | Make the __attribute__ stuff work with Symbian (Jarkko). | Abhijit Menon-Sen | 2005-05-21 | 1 | -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 memory | Dave Mitchell | 2005-05-21 | 2 | -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 space | Dave Mitchell | 2005-05-21 | 1 | -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::APItest | Dave Mitchell | 2005-05-21 | 3 | -2/+10 |
| | | | p4raw-id: //depot/perl@24533 | ||||
* | disallow eval { goto &foo } | Dave Mitchell | 2005-05-21 | 3 | -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 with | Nicholas Clark | 2005-05-21 | 14 | -343/+234 |
| | | | | | IV and UV. Avoid allocating a body for IVs and RVs. p4raw-id: //depot/perl@24531 | ||||
* | Really fix change 24527 | Rafael Garcia-Suarez | 2005-05-21 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24530 | ||||
* | Fool. That should be I32 everywhere. | Nicholas Clark | 2005-05-21 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24529 | ||||
* | ctags parms need to know .h is C | Andy Lester | 2005-05-21 | 1 | -1/+1 |
| | | | | | Message-Id: <20050521135814.GA875@petdance.com> p4raw-id: //depot/perl@24528 | ||||
* | Compilation fix | Rafael Garcia-Suarez | 2005-05-21 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24527 | ||||
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 24 | -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 Clark | 2005-05-21 | 9 | -19/+72 |
| | | | p4raw-id: //depot/perl@24525 | ||||
* | Update to MakeMaker 6.30 | Rafael Garcia-Suarez | 2005-05-21 | 6 | -18/+84 |
| | | | p4raw-id: //depot/perl@24524 | ||||
* | SvPVX_const - patch #2 | Steve Peters | 2005-05-21 | 8 | -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 Clark | 2005-05-20 | 12 | -290/+294 |
| | | | | | | (PMROOT being needed to implement bare C<reset> - how often do you use that?) p4raw-id: //depot/perl@24522 |