Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reentr.h changes so threaded Perl's compile on OpenBSD 3.7 | Steve Peters | 2005-05-10 | 1 | -2/+2 |
| | | | | | Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24433 | ||||
* | Avoid USE_SITECUSTOMIZE redefined warnings | Jan Dubois | 2005-05-10 | 1 | -0/+2 |
| | | | | | Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com> p4raw-id: //depot/perl@24432 | ||||
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 15 | -507/+1078 |
| | | | | | Message-ID: <20050509154518.GA18273@petdance.com> p4raw-id: //depot/perl@24431 | ||||
* | Fix typo (bug #35368) | Rafael Garcia-Suarez | 2005-05-09 | 1 | -2/+1 |
| | | | p4raw-id: //depot/perl@24430 | ||||
* | Update the comment describing arenas. | Nicholas Clark | 2005-05-09 | 1 | -8/+8 |
| | | | p4raw-id: //depot/perl@24429 | ||||
* | Hoist the static "AUTOLOAD" into a static const variable. Makes the | Nicholas Clark | 2005-05-09 | 1 | -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.50 | Rafael Garcia-Suarez | 2005-05-09 | 21 | -455/+739 |
| | | | p4raw-id: //depot/perl@24426 | ||||
* | Change 24413 should have updated makedef.pl with the knowledge that 2 | Nicholas Clark | 2005-05-09 | 1 | -0/+2 |
| | | | | | symbols are ithreads only. p4raw-id: //depot/perl@24425 | ||||
* | Change 24420 should have hand updated globvar.sym to reflect the | Nicholas Clark | 2005-05-09 | 1 | -1/+1 |
| | | | | | renaming of the global variable. p4raw-id: //depot/perl@24424 | ||||
* | Simplify S_hv_notallowed slightly by passing a prebuilt message | Nicholas Clark | 2005-05-09 | 1 | -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() tasks | Steve Peters | 2005-05-09 | 6 | -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-Suarez | 2005-05-09 | 5 | -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 for | Nicholas Clark | 2005-05-08 | 4 | -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's | Nicholas Clark | 2005-05-08 | 1 | -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 Clark | 2005-05-08 | 1 | -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 Mitchell | 2005-05-08 | 1 | -7/+7 |
| | | | p4raw-id: //depot/perl@24417 | ||||
* | Tweak the insertion of __attribute__((nonnull())) declarations | Rafael Garcia-Suarez | 2005-05-08 | 2 | -137/+827 |
| | | | | | in proto.h so it compiles with and without threads with gcc 3.4 p4raw-id: //depot/perl@24416 | ||||
* | GCC attributes! | Andy Lester | 2005-05-07 | 15 | -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 Clark | 2005-05-07 | 2 | -1/+8 |
| | | | p4raw-id: //depot/perl@24413 | ||||
* | while (my $x ...) { ...; redo } shouldn't undef $x. | Dave Mitchell | 2005-05-07 | 10 | -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 bisons | Dave Mitchell | 2005-05-07 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24411 | ||||
* | Get the correct refcount on the temporary assignment to PL_sigwarn so | Nicholas Clark | 2005-05-06 | 2 | -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 Clark | 2005-05-06 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@24409 | ||||
* | Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting. | Nicholas Clark | 2005-05-06 | 3 | -17/+21 |
| | | | p4raw-id: //depot/perl@24408 | ||||
* | Upgrade to PathTools 3.07 | Rafael Garcia-Suarez | 2005-05-06 | 11 | -18/+59 |
| | | | p4raw-id: //depot/perl@24407 | ||||
* | Don't pretend SIGZERO exists [#35291]. | Abhijit Menon-Sen | 2005-05-06 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24406 | ||||
* | Make the arena size changeable at compile time, and up the default by | Nicholas Clark | 2005-05-06 | 3 | -31/+37 |
| | | | | | a factor of 4. p4raw-id: //depot/perl@24405 | ||||
* | Allocate pointer table entries (for ithread cloning) from an arena | Nicholas Clark | 2005-05-06 | 4 | -2/+61 |
| | | | p4raw-id: //depot/perl@24404 | ||||
* | avoid accessing a just-freed SV (keep ponie happy) | Dave Mitchell | 2005-05-05 | 1 | -1/+4 |
| | | | p4raw-id: //depot/perl@24402 | ||||
* | Missing files in Test::Simple | Rafael Garcia-Suarez | 2005-05-05 | 3 | -0/+378 |
| | | | p4raw-id: //depot/perl@24401 | ||||
* | Bump versions of non dual-life modules | Nicholas Clark | 2005-05-05 | 6 | -6/+6 |
| | | | p4raw-id: //depot/perl@24399 | ||||
* | Bump version numbers | Nicholas Clark | 2005-05-05 | 4 | -4/+4 |
| | | | p4raw-id: //depot/perl@24398 | ||||
* | Upgrade to Test::Simple 0.60 | Rafael Garcia-Suarez | 2005-05-05 | 14 | -489/+336 |
| | | | p4raw-id: //depot/perl@24397 | ||||
* | Bump B version numbers | Nicholas Clark | 2005-05-05 | 6 | -6/+7 |
| | | | p4raw-id: //depot/perl@24396 | ||||
* | stop Math/BigInt/t/bare_mbf.t producing spurious test output | Dave Mitchell | 2005-05-05 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24393 | ||||
* | strictifying t/TEST stopped it handling '1..n todo' correctly | Dave Mitchell | 2005-05-05 | 1 | -1/+1 |
| | | | | | (made scope of %toto too narrow) p4raw-id: //depot/perl@24392 | ||||
* | make t/TEST detect various failure modes in testfile outputs | Dave Mitchell | 2005-05-05 | 1 | -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/TEST | Dave Mitchell | 2005-05-04 | 1 | -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 cases | Rafael Garcia-Suarez | 2005-05-04 | 2 | -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 runops | Dave Mitchell | 2005-05-04 | 1 | -1/+12 |
| | | | p4raw-id: //depot/perl@24387 | ||||
* | Fix test numerotation | Rafael Garcia-Suarez | 2005-05-04 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@24386 | ||||
* | make goto.t use test.pl, strict and warnings | Dave Mitchell | 2005-05-04 | 1 | -116/+107 |
| | | | p4raw-id: //depot/perl@24385 | ||||
* | [perl #35214] SEGV when next is followed by a goto | Dave Mitchell | 2005-05-04 | 2 | -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 space | Offer Kaye | 2005-05-04 | 1 | -1/+1 |
| | | | | | Message-Id: <56942505050405101bfe678d@mail.gmail.com> p4raw-id: //depot/perl@24383 | ||||
* | Sync synopses | Rafael Garcia-Suarez | 2005-05-04 | 2 | -4/+6 |
| | | | p4raw-id: //depot/perl@24382 | ||||
* | document the internals of exception handling | Dave Mitchell | 2005-05-03 | 1 | -0/+151 |
| | | | p4raw-id: //depot/perl@24381 | ||||
* | Fix getting prototype of builtins mkdir and setpgrp. | Rafael Garcia-Suarez | 2005-05-03 | 4 | -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 Nicholas | Rafael Garcia-Suarez | 2005-05-03 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@24379 | ||||
* | mkdir without arguments now defaults to $_ | Rafael Garcia-Suarez | 2005-05-03 | 5 | -6/+27 |
| | | | p4raw-id: //depot/perl@24378 | ||||
* | ok($a == $b) better written as cmp_ok($a, '==', $b) | Nicholas Clark | 2005-05-03 | 1 | -18/+18 |
| | | | | | (The latter gives more diagnostics in the case of failure) p4raw-id: //depot/perl@24377 |