Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename the members of the SV head union to avoid pre-processor | Nicholas Clark | 2005-05-26 | 4 | -62/+62 |
| | | | | | arguments with embed.h p4raw-id: //depot/perl@24590 | ||||
* | -Wall is intolerably noisy with icc. | Abhijit Menon-Sen | 2005-05-26 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@24588 | ||||
* | bytes.pm doesn't check undefined subroutine calling | SADAHIRO Tomoyuki | 2005-05-26 | 2 | -3/+11 |
| | | | | | Message-Id: <20050526234321.92F1.BQW10602@nifty.com> p4raw-id: //depot/perl@24585 | ||||
* | Store the package name as a shared HEK. | Nicholas Clark | 2005-05-26 | 10 | -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 that | Nicholas Clark | 2005-05-26 | 1 | -1/+1 |
| | | | | | information. p4raw-id: //depot/perl@24583 | ||||
* | It helps to set the total keys correctly when duplicating a hash. | Nicholas Clark | 2005-05-26 | 2 | -2/+20 |
| | | | | | It helps even more to have a test for this. p4raw-id: //depot/perl@24582 | ||||
* | More possible re-order dependencies solved | H.Merijn Brand | 2005-05-26 | 2 | -12/+16 |
| | | | p4raw-id: //depot/perl@24581 | ||||
* | Updated lint infrastructure | Andy Lester | 2005-05-26 | 6 | -65/+37 |
| | | | | | Message-ID: <20050525173139.GB1701@petdance.com> p4raw-id: //depot/perl@24580 | ||||
* | MPE/iX has no lchown() | Jarkko Hietaniemi | 2005-05-26 | 1 | -0/+1 |
| | | | | | Message-Id: <42956053.4010200@gmail.com> p4raw-id: //depot/perl@24579 | ||||
* | Added Porting/config_h.pl | H.Merijn Brand | 2005-05-25 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@24578 | ||||
* | Reordering config_h.SH after metaconfig now semi automated | H.Merijn Brand | 2005-05-25 | 3 | -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 Clark | 2005-05-25 | 4 | -0/+23 |
| | | | p4raw-id: //depot/perl@24575 | ||||
* | Track the mapping between source shared hash keys and target shared | Nicholas Clark | 2005-05-25 | 9 | -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 or | Nicholas Clark | 2005-05-25 | 4 | -7/+9 |
| | | | | | HvNAME_set p4raw-id: //depot/perl@24573 | ||||
* | 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 |