summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* reentr.h changes so threaded Perl's compile on OpenBSD 3.7Steve Peters2005-05-101-2/+2
| | | | | Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24433
* Avoid USE_SITECUSTOMIZE redefined warningsJan Dubois2005-05-101-0/+2
| | | | | Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com> p4raw-id: //depot/perl@24432
* attributes-two.patch, the next batchAndy Lester2005-05-0915-507/+1078
| | | | | Message-ID: <20050509154518.GA18273@petdance.com> p4raw-id: //depot/perl@24431
* Fix typo (bug #35368)Rafael Garcia-Suarez2005-05-091-2/+1
| | | p4raw-id: //depot/perl@24430
* Update the comment describing arenas.Nicholas Clark2005-05-091-8/+8
| | | p4raw-id: //depot/perl@24429
* Hoist the static "AUTOLOAD" into a static const variable. Makes theNicholas Clark2005-05-091-10/+9
| | | | | | object file slightly smaller, and also increases the proportion of read only data section. p4raw-id: //depot/perl@24427
* Upgrade to Unicode::Collate 0.50Rafael Garcia-Suarez2005-05-0921-455/+739
| | | p4raw-id: //depot/perl@24426
* Change 24413 should have updated makedef.pl with the knowledge that 2Nicholas Clark2005-05-091-0/+2
| | | | | symbols are ithreads only. p4raw-id: //depot/perl@24425
* Change 24420 should have hand updated globvar.sym to reflect theNicholas Clark2005-05-091-1/+1
| | | | | renaming of the global variable. p4raw-id: //depot/perl@24424
* Simplify S_hv_notallowed slightly by passing a prebuilt messageNicholas Clark2005-05-091-9/+8
| | | | | template. (Also slightly smaller object code) p4raw-id: //depot/perl@24423
* Sv_*set() doc's and extra const's for the SvPVX_const() tasksSteve Peters2005-05-096-6/+104
| | | | | Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24422
* Revert to Andy's first solution for nonnull attributes;Rafael Garcia-Suarez2005-05-095-830/+142
| | | | | add the missing defines for non-threaded perls in perl.h p4raw-id: //depot/perl@24421
* Perl_croak uses perl's printf, so can pass in SVs direct - no need forNicholas Clark2005-05-084-8/+5
| | | | | SvPV and a %s format. p4raw-id: //depot/perl@24420
* There's no need to set a reference count for the new SV heads, as it'sNicholas Clark2005-05-081-0/+7
| | | | | | | | always set to 1 at uprooting time. But set it to zero when DEBUGGING to make things clearer. Plus fix a bug introduced by change 22945, where the last SV head had an uninitialised reference count. p4raw-id: //depot/perl@24419
* The idea is that when you find something, you stop looking.Nicholas Clark2005-05-081-1/+3
| | | | | ( http://use.perl.org/comments.pl?sid=26369&cid=40183 ) p4raw-id: //depot/perl@24418
* t/TEST's new error messages now include the prefix 'FAILURE--'Dave Mitchell2005-05-081-7/+7
| | | p4raw-id: //depot/perl@24417
* Tweak the insertion of __attribute__((nonnull())) declarationsRafael Garcia-Suarez2005-05-082-137/+827
| | | | | in proto.h so it compiles with and without threads with gcc 3.4 p4raw-id: //depot/perl@24416
* GCC attributes!Andy Lester2005-05-0715-423/+611
| | | | | Message-ID: <20050504215540.GA20413@petdance.com> p4raw-id: //depot/perl@24414
* The ptr_table arena variables and code is only needed for ithreads.Nicholas Clark2005-05-072-1/+8
| | | p4raw-id: //depot/perl@24413
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-0710-859/+902
| | | | | | | In the presence of 'my' in the conditional of a while(), until(), or for(;;) loop, add an extra scope to the body so that redo doesn't undef the lexical p4raw-id: //depot/perl@24412
* add 1.875c to the list of supported bisonsDave Mitchell2005-05-071-1/+1
| | | p4raw-id: //depot/perl@24411
* Get the correct refcount on the temporary assignment to PL_sigwarn soNicholas Clark2005-05-062-2/+20
| | | | | | that other code assigning to $SIG{__WARN__} doesn't cause a premature free. p4raw-id: //depot/perl@24410
* Ooops. Wise man tests with ithreads before commiting. D'oh!Nicholas Clark2005-05-061-3/+3
| | | p4raw-id: //depot/perl@24409
* Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.Nicholas Clark2005-05-063-17/+21
| | | p4raw-id: //depot/perl@24408
* Upgrade to PathTools 3.07Rafael Garcia-Suarez2005-05-0611-18/+59
| | | p4raw-id: //depot/perl@24407
* Don't pretend SIGZERO exists [#35291].Abhijit Menon-Sen2005-05-061-1/+1
| | | p4raw-id: //depot/perl@24406
* Make the arena size changeable at compile time, and up the default byNicholas Clark2005-05-063-31/+37
| | | | | a factor of 4. p4raw-id: //depot/perl@24405
* Allocate pointer table entries (for ithread cloning) from an arenaNicholas Clark2005-05-064-2/+61
| | | p4raw-id: //depot/perl@24404
* avoid accessing a just-freed SV (keep ponie happy)Dave Mitchell2005-05-051-1/+4
| | | p4raw-id: //depot/perl@24402
* Missing files in Test::SimpleRafael Garcia-Suarez2005-05-053-0/+378
| | | p4raw-id: //depot/perl@24401
* Bump versions of non dual-life modulesNicholas Clark2005-05-056-6/+6
| | | p4raw-id: //depot/perl@24399
* Bump version numbersNicholas Clark2005-05-054-4/+4
| | | p4raw-id: //depot/perl@24398
* Upgrade to Test::Simple 0.60Rafael Garcia-Suarez2005-05-0514-489/+336
| | | p4raw-id: //depot/perl@24397
* Bump B version numbersNicholas Clark2005-05-056-6/+7
| | | p4raw-id: //depot/perl@24396
* stop Math/BigInt/t/bare_mbf.t producing spurious test outputDave Mitchell2005-05-051-1/+1
| | | p4raw-id: //depot/perl@24393
* strictifying t/TEST stopped it handling '1..n todo' correctlyDave Mitchell2005-05-051-1/+1
| | | | | (made scope of %toto too narrow) p4raw-id: //depot/perl@24392
* make t/TEST detect various failure modes in testfile outputsDave Mitchell2005-05-051-33/+51
| | | | | | | | | in particular: multiple leader lines leader line not first or last line of file unrecognised lines out-of-sequence test numbers p4raw-id: //depot/perl@24390
* strictify t/TESTDave Mitchell2005-05-041-76/+88
| | | | | | | make most variables lexical, narrow their scope, and give some of them more meaningful names. Also fix a harmless bug where the wrong filehandles are closed (A+B rather than U+A) p4raw-id: //depot/perl@24389
* Document the unportability of atan2() edge casesRafael Garcia-Suarez2005-05-042-8/+15
| | | | | and remove unportable tests (by Steve Peters) p4raw-id: //depot/perl@24388
* add test for [perl #34682] leaving eval via last in inner runopsDave Mitchell2005-05-041-1/+12
| | | p4raw-id: //depot/perl@24387
* Fix test numerotationRafael Garcia-Suarez2005-05-041-2/+2
| | | p4raw-id: //depot/perl@24386
* make goto.t use test.pl, strict and warningsDave Mitchell2005-05-041-116/+107
| | | p4raw-id: //depot/perl@24385
* [perl #35214] SEGV when next is followed by a gotoDave Mitchell2005-05-042-1/+26
| | | | | next and redo didn't restore PL_curcop p4raw-id: //depot/perl@24384
* perlvar.pod verbatim paragraph first line does not start with a spaceOffer Kaye2005-05-041-1/+1
| | | | | Message-Id: <56942505050405101bfe678d@mail.gmail.com> p4raw-id: //depot/perl@24383
* Sync synopsesRafael Garcia-Suarez2005-05-042-4/+6
| | | p4raw-id: //depot/perl@24382
* document the internals of exception handlingDave Mitchell2005-05-031-0/+151
| | | p4raw-id: //depot/perl@24381
* Fix getting prototype of builtins mkdir and setpgrp.Rafael Garcia-Suarez2005-05-034-7/+6
| | | | | | Hardcode special exceptions for exec and system, instead of trying to be clever and failing. p4raw-id: //depot/perl@24380
* Error in the latest FindBin patch, noticed by NicholasRafael Garcia-Suarez2005-05-031-1/+1
| | | p4raw-id: //depot/perl@24379
* mkdir without arguments now defaults to $_Rafael Garcia-Suarez2005-05-035-6/+27
| | | p4raw-id: //depot/perl@24378
* ok($a == $b) better written as cmp_ok($a, '==', $b)Nicholas Clark2005-05-031-18/+18
| | | | | (The latter gives more diagnostics in the case of failure) p4raw-id: //depot/perl@24377