summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Entry for PERL_USE_SAFE_PUTENV, reworded slightly from an originalperl-5.8.6Nicholas Clark2004-11-271-3/+5
| | | | | by Stas Bekman p4raw-id: //depot/maint-5.8/perl@23552
* Integrate:Andy Lester2004-11-273-12/+31
| | | | | | | | | | | | | | | | | | | | | | [ 23546] Doc nit for B::Lint Subject: [PATCH] B::Lint Message-ID: <20041126063048.GA10161@petdance.com> [ 23549] Document the interaction of PERL_USE_SAVE_PUTENV and PL_use_safe_putenv, based on text by Stas Bekman [ 23550] Clarify the return values of pos, particularly 0 and undef, as suggested by Stas Bekman p4raw-link: @23550 on //depot/perl: b17c04f34c21c46addcb48d31ee352efe59be622 p4raw-link: @23549 on //depot/perl: 575e1338b8c2d1828cc5b364a6c4e723163fec93 p4raw-link: @23546 on //depot/perl: c00253d55e3afc04b4e470781703e82287f1eef6 p4raw-id: //depot/maint-5.8/perl@23551 p4raw-integrated: from //depot/perl@23540 'copy in' ext/B/B/Lint.pm (@20686..) 'merge in' pod/perlfunc.pod (@23345..) INSTALL (@23475..)
* Update ChangesNicholas Clark2004-11-252-1/+218
| | | p4raw-id: //depot/maint-5.8/perl@23540
* Integrate:Nicholas Clark2004-11-253-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | [ 23532] Subject: [perl #3242] [PATCH]No error on assignment to $> From: "Steve Peters via RT" <perlbug-followup@perl.org> Date: 21 Nov 2004 04:38:09 -0000 Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org> [ 23533] Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea From: Stas Bekman <stas@stason.org> Date: Wed, 24 Nov 2004 11:25:14 -0500 Message-ID: <41A4B5EA.3020804@stason.org> [ 23534] Subject: RC1 pod fix #anchor From: Stas Bekman <stas@stason.org> Date: Wed, 24 Nov 2004 10:57:21 -0500 Message-ID: <41A4AF61.9080408@stason.org> p4raw-link: @23534 on //depot/perl: 65c3f8ef8ef106f94d162876a0d4f114f689fc42 p4raw-link: @23533 on //depot/perl: e399c6ae35b89e9cc7cbf04b75c6458d318a75d0 p4raw-link: @23532 on //depot/perl: a537debe17982e491ffa12d12441cf74a452acb2 p4raw-id: //depot/maint-5.8/perl@23539 p4raw-integrated: from //depot/perl@23530 'copy in' pod/perlipc.pod (@23496..) 'merge in' pod/perlvar.pod (@22263..) pod/perlrun.pod (@23496..)
* Integrate:Nicholas Clark2004-11-231-3/+3
| | | | | | | | | | | | | | | | | | | [ 23518] Subject: [perl #32486] error in documentation for POSIX::pipe From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org> Date: 18 Nov 2004 18:09:54 -0000 Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org> [ 23527] Subject: Re: [perl #32486] error in documentation for POSIX::pipe From: Michael G Schwern <schwern@pobox.com> Date: Fri, 19 Nov 2004 14:28:56 -0500 Message-ID: <20041119192856.GA4769@windhund.schwern.org> p4raw-link: @23527 on //depot/perl: b27d06daa636fd86e1cd11a66e74207401300221 p4raw-link: @23518 on //depot/perl: 1bb8ad523126a79135f26a08af30cf96a4989f0f p4raw-id: //depot/maint-5.8/perl@23530 p4raw-integrated: from //depot/perl@23529 'copy in' ext/POSIX/POSIX.pod (@23518..)
* Integrate:Michael Schroeder2004-11-237-4/+19
| | | | | | | | | | | | | | | | [ 23507] Subject: SuSE's perl safe_putenf diff Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de> slightly reworked to make the PL_use_safe_putenv variable fit in the current framework. This patch turns on the use of safe putenv for any application that embeds a perl interpreter. p4raw-link: @23507 on //depot/perl: 50acdf951a03f778010b5632532ec99bfa7c4f6a p4raw-id: //depot/maint-5.8/perl@23529 p4raw-integrated: from //depot/perl@23524 'merge in' perlvars.h (@20646..) embedvar.h perlapi.h (@23157..) miniperlmain.c (@23187..) mg.c (@23365..) perl.c (@23465..) p4raw-integrated: from //depot/perl@23507 'merge in' util.c (@23376..)
* Back out 23348 from maint, pending a better way to upgrade DynaLoader'sNicholas Clark2004-11-221-123/+62
| | | | | version number without causing subtle breakages. p4raw-id: //depot/maint-5.8/perl@23524
* Integrate:Steve Peters2004-11-201-2/+2
| | | | | | | | | | | | | | [ 23495] Subject: [PATCH] Small documentation fix to ExtUtils::Constant Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net> [ 23517] Bump version number p4raw-link: @23517 on //depot/perl: fb738efdc45a5c0caa25b88b4b04eb967f465e83 p4raw-link: @23495 on //depot/perl: ac7de224d1cdf1bc265fb1a3311a78c903d66ee7 p4raw-id: //depot/maint-5.8/perl@23522 p4raw-integrated: from //depot/perl@23521 'edit in' lib/ExtUtils/Constant.pm (@23495..)
* Integrate:Nicholas Clark2004-11-202-11/+43
| | | | | | | | | | | | | | | | | | | [ 23513] Fix deparsing of reversed sort and descending sorts, due to the recent optimisations on this part of the optree. [ 23514] Fix deparsing of reversed foreach loops, plus a bug in the previous commit [ 23516] Remaining nit in the deparsing of reversed foreach loops p4raw-link: @23516 on //depot/perl: aae53c41000e94361e4c42bf38e7e4f6393c512e p4raw-link: @23514 on //depot/perl: 36d57d93b96b25d607e30e624947d4248efa2ead p4raw-link: @23513 on //depot/perl: 3ac6e0f94cbac2937b08ea7ee5d77e4a19c63780 p4raw-id: //depot/maint-5.8/perl@23521 p4raw-integrated: from //depot/perl@23514 'edit in' ext/B/B/Deparse.pm (@23513..) 'ignore' ext/B/t/deparse.t (@23513..)
* Re: Proposed patch for perldelta.pod for 5.8.6-RC1Mike Guy2004-11-181-5/+3
| | | | | | Message-Id: <E1CUUFq-00006L-H7@virgo.cus.cam.ac.uk> Date: Wed, 17 Nov 2004 18:10:06 +0000 p4raw-id: //depot/maint-5.8/perl@23515
* Integrate:Nicholas Clark2004-11-172-6/+6
| | | | | | | | | | | | [ 23465] Reformulate an error (so the error message given by "perl -M" is a bit more meaningful, as Jarkko pointed out) p4raw-link: @23465 on //depot/perl: 9e81e6a1d25bde90d61da3e28538c936bc2133ae p4raw-id: //depot/maint-5.8/perl@23512 p4raw-integrated: from //depot/perl@23511 'merge in' pod/perldiag.pod (@23378..) p4raw-integrated: from //depot/perl@23465 'merge in' perl.c (@23445..)
* Integrate:Audrey Tang2004-11-177-158/+286
| | | | | | | | | | | | | | | | | | | | [ 23506] Subject: [PATCH] perl5db.pl POD cleanup Message-ID: <20041112044133.GA92924@aut.dyndns.org> [ 23508] Fix a couple of typos. [ 23509] PerlFAQ sync. p4raw-link: @23509 on //depot/perl: 28b41a8090d259cff9b1dd87c0c53b3c4a31e822 p4raw-link: @23508 on //depot/perl: 4cdaeff7d67594a60bccc7882d3197ee0420932d p4raw-link: @23506 on //depot/perl: be9a9b1dd000aab30f25ebe003679f9814da62af p4raw-id: //depot/maint-5.8/perl@23511 p4raw-integrated: from //depot/perl@23504 'copy in' utf8.c (@23351..) lib/perl5db.pl (@23372..) pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod (@23466..) 'merge in' hv.c (@23176..)
* Oops. They didn't want to get here. Pesky stowaways.Nicholas Clark2004-11-163-1398/+0
| | | p4raw-id: //depot/maint-5.8/perl@23504
* Integrate:Nicholas Clark2004-11-1622-26/+1459
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 23494] Add some descriptive text from Larry to op.c on how optrees are built [ 23496] Subject: [perl #32419] Spelling fixes for perl@23492 Date: 12 Nov 2004 16:14:49 -0000 From: Richard Soderberg (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org> [ 23500] Subject: [PATCH] s/hierachy/hierarchy/ Date: Mon, 15 Nov 2004 15:59:14 -0700 From: "Larry Shatzer Jr." <larrysh@cpan.org> Message-ID: <20041115225913.GA22373@zippy.zyx.net> p4raw-link: @23500 on //depot/perl: 3d036c2b4a16bfabb30adc0a1c9a65f0f7823869 p4raw-link: @23496 on //depot/perl: fa11829f4b6d56533794dd127f3d1068d9593670 p4raw-link: @23494 on //depot/perl: 61b743bbcef6a7a9fafaccaf3e76f5b76165e33b p4raw-id: //depot/maint-5.8/perl@23503 p4raw-branched: from //depot/perl@23502 'branch in' pod/perl590delta.pod (@22221..) pod/perl591delta.pod (@22504..) pod/perl592delta.pod (@22530..) p4raw-integrated: from //depot/perl@23502 'copy in' pod/perldebtut.pod (@17265..) pod/perl573delta.pod (@18014..) pod/perltooc.pod (@18926..) perlio.h (@19620..) pod/perlapio.pod (@20489..) pod/perlthrtut.pod (@22257..) pod/perl58delta.pod (@22258..) pod/perlretut.pod (@22368..) pod/perlipc.pod (@22927..) pod/perltodo.pod (@23205..) ext/B/B.pm (@23300..) ext/Time/HiRes/Makefile.PL (@23329..) 'merge in' pod/perldata.pod (@20127..) pod/perlre.pod (@22125..) pod/perlsub.pod (@22595..) pod/perlport.pod (@23163..) pod/perlrun.pod (@23372..) pod/perlapi.pod (@23432..) p4raw-integrated: from //depot/perl@23494 'merge in' op.c (@23357..)
* Disarm the maint branchNicholas Clark2004-11-161-1/+1
| | | p4raw-id: //depot/maint-5.8/perl@23502
* This is RC1Nicholas Clark2004-11-112-1/+2
| | | p4raw-id: //depot/maint-5.8/perl@23493
* Integrate:Nicholas Clark2004-11-081-1/+1
| | | | | | | | | [ 23487] No more late changes, dammit p4raw-link: @23487 on //depot/perl: 4837be0183cb4ecea051efb5fb88a97a0c4f34d4 p4raw-id: //depot/maint-5.8/perl@23488 p4raw-integrated: from //depot/perl@23486 'merge in' ext/B/t/optree_concise.t (@23481..)
* Integrate:Yitzchak Scott-Thoennes2004-11-081-2/+2
| | | | | | | | | | [ 23485] Subject: Re: optree tests and VMS progress (no really) Message-ID: <20041108072415.GA3928@efn.org> p4raw-link: @23485 on //depot/perl: 3731c1afa47cbf4343a95eddd3f74b7c7d65f629 p4raw-id: //depot/maint-5.8/perl@23486 p4raw-integrated: from //depot/perl@23484 'copy in' ext/B/t/OptreeCheck.pm (@23481..)
* Integrate:Jim Cromie2004-11-073-88/+161
| | | | | | | | | | | | [ 23481] Subject: Re: optree tests and VMS progress (no really) Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com> p4raw-link: @23481 on //depot/perl: 5e251bf1fe0e5e66987f1eeb75b275092a7de496 p4raw-id: //depot/maint-5.8/perl@23484 p4raw-integrated: from //depot/perl@23483 'copy in' ext/B/t/OptreeCheck.pm (@23356..) 'merge in' ext/B/t/optree_concise.t (@23441..) ext/B/t/optree_check.t (@23446..)
* Integrate:Nicholas Clark2004-11-072-0/+11
| | | | | | | | | [ 23482] document regcomp.c/regexec.c's dual life under ext/re/ p4raw-link: @23482 on //depot/perl: e4a054ea0a8cd1ea68a25b95ec3055e51df2d6d4 p4raw-id: //depot/maint-5.8/perl@23483 p4raw-integrated: from //depot/perl@23480 'merge in' regcomp.c (@23433..) regexec.c (@23471..)
* Cargo cult 5.8.6 upgradeNicholas Clark2004-11-0522-123/+122
| | | p4raw-id: //depot/maint-5.8/perl@23480
* Update perldeltaNicholas Clark2004-11-051-14/+19
| | | p4raw-id: //depot/maint-5.8/perl@23479
* Update ChangesNicholas Clark2004-11-052-1/+231
| | | p4raw-id: //depot/maint-5.8/perl@23478
* Integrate:Andy Dougherty2004-11-051-6/+26
| | | | | | | | | [ 23475] Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH] Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu> p4raw-link: @23475 on //depot/perl: 4bbc15861f6f8e7faecf7eec9412d0ea2c95d102 p4raw-id: //depot/maint-5.8/perl@23477 p4raw-integrated: from //depot/perl@23476 'merge in' INSTALL (@22890..)
* Integrate:Nicholas Clark2004-11-0511-174/+221
| | | | | | | | | | | | | | | | | [ 23423] Small updates to the web addresses for Perl, noticed by Robert Spier [ 23466] FAQ sync p4raw-link: @23466 on //depot/perl: c98c5709a1fc0acfba02e8ebb6a4c372fb300ad7 p4raw-link: @23423 on //depot/perl: c5f69108107d74addb45ef7db360779d1d1fd1a5 p4raw-id: //depot/maint-5.8/perl@23476 p4raw-integrated: from //depot/perl@23464 'copy in' pod/perlfaq.pod pod/perlfaq9.pod (@19188..) pod/perlfaq6.pod (@21166..) pod/perlfaq7.pod (@21349..) pod/perlfaq1.pod pod/perlfaq3.pod pod/perlfaq4.pod (@21835..) pod/perlfaq5.pod pod/perlfaq8.pod (@22258..) pod/perlfaq2.pod (@23423..) 'merge in' pod/perl.pod (@23392..)
* Re: [patches] optree_* tests unexpectedly succeeding. + maint-only patchJim Cromie2004-11-011-2/+3
| | | | | | Message-ID: <417EB697.9020301@divsol.com> Date: Tue, 26 Oct 2004 14:41:59 -0600 p4raw-id: //depot/maint-5.8/perl@23464
* Integrate:Nicholas Clark2004-11-014-1/+17
| | | | | | | | | | | [ 23444] Skip tests if Devel::Peek not built p4raw-link: @23444 on //depot/perl: 4946def643f4b02cbfd9fb0ba60fc8d67c013a19 p4raw-id: //depot/maint-5.8/perl@23463 p4raw-integrated: from //depot/perl@23462 'copy in' ext/threads/shared/t/sv_refs.t (@16572..) ext/threads/t/end.t (@19706..) 'merge in' ext/threads/t/join.t (@21013..) lib/base/t/fields-base.t (@23266..)
* Integrate:Nicholas Clark2004-11-012-2/+10
| | | | | | | | | [ 23445] Set the IV values for PL_sv_yes and PL_sv_no at initialisation time. p4raw-link: @23445 on //depot/perl: 0309f36e4df1c9e72102c33e0035b9cae83fb872 p4raw-id: //depot/maint-5.8/perl@23462 p4raw-integrated: from //depot/perl@23461 'merge in' perl.c (@23426..) sv.c (@23433..)
* Integrate:Nicholas Clark2004-11-0110-18/+69
| | | | | | | | | | | | | | | | | | | | | | | [ 23440] Assimilate I18N::LangTags 0.35 [ 23442] Oops. Forgot to add the new test in I18N::LangTags 0.35 [ 23443] Assimilate PathTools 3.01 (File::Spec and Cwd) p4raw-link: @23443 on //depot/perl: 21f4e7e5deb9dcacb7ae8fa00f7857b644748023 p4raw-link: @23442 on //depot/perl: 91d43147e4cecfbf37e858760e10b3a1bf877cd7 p4raw-link: @23440 on //depot/perl: 77b20956d615e3ae00cdb4d84d0e0dbc255b99f6 p4raw-id: //depot/maint-5.8/perl@23461 p4raw-branched: from //depot/perl@23460 'branch in' lib/I18N/LangTags/t/20_locales.t p4raw-integrated: from //depot/perl@23460 'copy in' lib/I18N/LangTags/README (@21526..) lib/I18N/LangTags/List.pm (@22941..) lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog (@23024..) lib/File/Spec.pm lib/File/Spec/VMS.pm (@23247..) ext/Cwd/t/cwd.t lib/Cwd.pm (@23248..) 'merge in' MANIFEST (@23322..)
* Integrate:Ed Allen Smith2004-11-011-1/+14
| | | | | | | | | | [ 23439] Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question)) Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu> p4raw-link: @23439 on //depot/perl: 49117913cae2ddc0be5964d0bd7e9a81dbd4be0b p4raw-id: //depot/maint-5.8/perl@23460 p4raw-integrated: from //depot/perl@23459 'copy in' hints/irix_6.sh (@22260..)
* Integrate:Nicholas Clark2004-11-013-6/+81
| | | | | | | | | | | | | | | | | | | | [ 23431] Subject: [PATCH] 36 additional tests for B From: Steve Peters <steve@fisharerojo.org> Date: Fri, 29 Oct 2004 00:53:22 -0500 Message-Id: <200410290053.22947.steve@fisharerojo.org> [ 23446] Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch From: Jim Cromie <jim.cromie@gmail.com> Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com> Date: Mon, 25 Oct 2004 16:36:40 -0600 p4raw-link: @23446 on //depot/perl: 181f6ff5f88de6db5f8bade64a581afc9c32fcfc p4raw-link: @23431 on //depot/perl: 01b509b0993b5dd659665407a96cb80ea8da0cab p4raw-id: //depot/maint-5.8/perl@23459 p4raw-integrated: from //depot/perl@23458 'copy in' ext/B/t/b.t (@22951..) 'merge in' ext/B/t/optree_check.t ext/B/t/optree_varinit.t (@23441..)
* Integrate:Nicholas Clark2004-11-012-2/+6
| | | | | | | | | [ 23424] Fix [perl #32130] Errno.pm must not pass references to "prototype" p4raw-link: @23424 on //depot/perl: f8ed3476f18eeb645feeb028cc05ab8e72bae078 p4raw-id: //depot/maint-5.8/perl@23458 p4raw-integrated: from //depot/perl@23456 'copy in' ext/Errno/t/Errno.t (@20535..) ext/Errno/Errno_pm.PL (@22614..)
* Integrate:Nicholas Clark2004-11-011-2/+12
| | | | | | | | | | | | [ 23438] [perl #32033] Using foreach on threads::shared array crashes perl The FETCH code for shared aggregate elements could leak a shared RV address into a private SV. RVs are now handled specially, in the same way that they already were for scalar shared magic. p4raw-link: @23438 on //depot/perl: abdac9fa130ffbfb2a187768e4c7ad2ccdd97c0c p4raw-id: //depot/maint-5.8/perl@23456 p4raw-integrated: from //depot/perl@23454 'copy in' ext/threads/shared/shared.xs (@21971..)
* Integrate:Nicholas Clark2004-11-017-42/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 23419] Subject: [PATCH] Re: Devel::Peek: hash quality 125%? From: Tels <perl_dummy@bloodgate.com> Date: Sat, 23 Oct 2004 16:56:31 +0200 Message-Id: <200410231656.40995@bloodgate.com> [ 23420] Subject: Re: [perl #31937] perlop: add basic =~ examples From: Steve Peters <steve@fisharerojo.org> Date: Sat, 23 Oct 2004 08:01:51 -0500 Message-Id: <200410230801.51649.steve@fisharerojo.org> [ 23422] Subject: [perl #30227] [PATCH]splain vs. -w From: "Steve Peters via RT" <perlbug-followup@perl.org> Date: 23 Oct 2004 13:55:41 -0000 Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org> [ 23432] Document sv_magic() changes brought about by sv_magicext() Change 14335 made sv_magic() a wrapper to a new sv_magicext(), but didn't update the documentation for sv_magic() to reflect the changed handling of the name/namlen arguments. Also correct a couple of typos, and mention sv_magicext() in perlguts. p4raw-link: @23432 on //depot/perl: 2d8d5d5aa55d3bc73a36db1fc2d8bcfe8bb20516 p4raw-link: @23422 on //depot/perl: c411974dd51c7d7c0ee08434cc1bb9b77909385d p4raw-link: @23420 on //depot/perl: d7782e692220009924ccb07ccb747c51ffee1823 p4raw-link: @23419 on //depot/perl: d58892206344925510820a73d2d509d20abee418 p4raw-id: //depot/maint-5.8/perl@23454 p4raw-integrated: from //depot/perl@23453 'copy in' ext/Devel/Peek/Changes (@2322..) ext/Devel/Peek/Peek.pm (@20687..) lib/diagnostics.pm (@23191..) 'merge in' pod/perlguts.pod (@22853..) pod/perlop.pod (@23333..) pod/perlapi.pod (@23368..) p4raw-integrated: from //depot/perl@23432 'merge in' sv.c (@23373..)
* Integrate:Nicholas Clark2004-11-012-5/+56
| | | | | | | | | | | | | | | | | [ 23266] [perl #31078] Fields package bug An intermediate class with no fields messes up private fields in the base class. [ 23267] I somehow managed to omit the base.pm change from #23266 p4raw-link: @23267 on //depot/perl: 446e776fb7618d56ecd9043c4060e08967abe22c p4raw-link: @23266 on //depot/perl: 85be41ddc82ae1b92a5cc5dab5f925295b67a742 p4raw-id: //depot/maint-5.8/perl@23453 p4raw-integrated: from //depot/perl@23452 'copy in' lib/base.pm (@23266..) p4raw-integrated: from //depot/perl@23266 'edit in' lib/base/t/fields-base.t (@23256..)
* Improvements and corrections as suggested by Ed Allen Smith,Nicholas Clark2004-11-011-19/+30
| | | | | Glenn Linderman, Yitzchak Scott-Thoennes and Steve Hay p4raw-id: //depot/maint-5.8/perl@23452
* First draft of 5.8.6's perldeltaNicholas Clark2004-10-311-4/+96
| | | p4raw-id: //depot/maint-5.8/perl@23451
* Integrate:Nicholas Clark2004-10-315-3/+26
| | | | | | | | | | | | | [ 23365] Fix [perl #31971] local $^D gives noise (ish. Actually a rewrite to give binary compatibility) p4raw-link: @23365 on //depot/perl: ddcf8bc1d288a9d34b94e354ef9f98b84591150c p4raw-id: //depot/maint-5.8/perl@23447 p4raw-edited: from //depot/perl@23430 'edit in' mg.c (@23277..) embed.h (@23325..) proto.h (@23357..) p4raw-edited: from //depot/perl@23365 'edit in' embed.fnc (@23357..) perl.c (@23364..)
* Integrate:Craig A. Berry2004-10-281-46/+41
| | | | | | | | | | | [ 23425] Subject: [PATCH] lib/Carp.t improvements From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <417F24D9.1000904@mac.com> p4raw-link: @23425 on //depot/perl: ce707141976f2adac9e0ddc6a04f5dded42ef198 p4raw-id: //depot/maint-5.8/perl@23430 p4raw-integrated: from //depot/perl@23429 'copy in' lib/Carp.t (@23221..)
* Integrate:Nicholas Clark2004-10-283-11/+27
| | | | | | | | | | | | | | | | | | [ 23418] [perl #32039] Chained goto &sub drops data too early. Change 22373 to stop a memory leak in goto &foo intead caused the elements of @_ to be freed too early. This revised fix just transfers the reifiedness of the old @_ to the new @_ [ 23426] include flags and refcount in the list of leaked scalars p4raw-link: @23426 on //depot/perl: a548cda821d2121318f53907c736e60edf2b1881 p4raw-link: @23418 on //depot/perl: b1464ded1acfef257a05adfafdd413fb0659a7e5 p4raw-id: //depot/maint-5.8/perl@23429 p4raw-integrated: from //depot/perl@23428 'copy in' t/op/goto.t (@23217..) 'edit in' pp_ctl.c (@23357..) 'merge in' perl.c (@23392..)
* Integrate:Brendan O'Dea2004-10-281-52/+20
| | | | | | | | | | [ 23416] Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux Message-ID: <20041022033033.GA12362@londo.c47.org> p4raw-link: @23416 on //depot/perl: 3b2f3eeb7db34430d0f2a4bbc1b52e70a34987d0 p4raw-id: //depot/maint-5.8/perl@23428 p4raw-integrated: from //depot/perl@23427 'copy in' ext/IO/IO.xs (@22091..)
* Integrate:Nicholas Clark2004-10-2821-327/+624
| | | | | | | | | | | | | | | | | | | | | | | | | [ 23417] Upgrade to Encode 2.07 [ 23421] Upgrade to Encode 2.08. p4raw-link: @23421 on //depot/perl: cc836e956f1f965d89e75825961e461d4c4efb8a p4raw-link: @23417 on //depot/perl: f9d05ba35dc7d01260b38a6dc93f199c3b1d2c39 p4raw-id: //depot/maint-5.8/perl@23427 p4raw-integrated: from //depot/perl@23417 'ignore' ext/Encode/META.yml (@23384..) p4raw-integrated: from //depot/perl@23415 'copy in' ext/Encode/t/fallback.t (@16372..) ext/Encode/t/Encode.t (@19712..) ext/Encode/Unicode/Unicode.xs ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm (@22835..) ext/Encode/AUTHORS (@23380..) ext/Encode/encoding.pm (@23384..) ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Encoding.pm (@23417..)
* Update ChangesNicholas Clark2004-10-222-1/+48
| | | p4raw-id: //depot/maint-5.8/perl@23415
* Integrate:David Cantrell2004-10-221-3/+5
| | | | | | | | | | [ 23410] Subject: docpatch for perltie.pod Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk> p4raw-link: @23410 on //depot/perl: 15c110d57bebe8bc2ebd9e41b921e4d0ee296da1 p4raw-id: //depot/maint-5.8/perl@23414 p4raw-integrated: from //depot/perl@23413 'copy in' pod/perltie.pod (@22910..)
* Integrate:Nicholas Clark2004-10-223-7/+161
| | | | | | | | | | | | | | | | | | | | | [ 23372] Implement a new -dt command-line flag, to enable threads under the debugger (bug #31666). Subject: RE: [PATCH] debugger handles threads [perl #31666] From: <richard.foley@ubs.com> Date: Wed, 13 Oct 2004 13:01:18 +0200 Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net> Subject: Re: [PATCH] debugger handles threads [perl #31666] From: Yitzchak Scott-Thoennes <sthoenna@efn.org> Date: Wed, 13 Oct 2004 02:49:58 -0700 Message-ID: <20041013094957.GA17184@efn.org> p4raw-link: @23372 on //depot/perl: 2cbb2ee1d6d1dc9f375107de4b70573ece8a4e13 p4raw-id: //depot/maint-5.8/perl@23413 p4raw-integrated: from //depot/perl@23412 'copy in' lib/perl5db.pl (@23095..) 'merge in' pod/perlrun.pod (@23364..) p4raw-integrated: from //depot/perl@23372 'merge in' perl.c (@23365..)
* Back out changes 23347 and 23349 for now, as they cause URI to failNicholas Clark2004-10-222-20/+5
| | | | | | | regression tests. (Integrated with change 23391). It's not clear to me whether the regression tests are buggy, or this change, or something else which this change now exposes. p4raw-id: //depot/maint-5.8/perl@23412
* Ooops. I forgot to move Changes to Changes5.8.5. Split things properlyNicholas Clark2004-10-223-1767/+1797
| | | p4raw-id: //depot/maint-5.8/perl@23411
* Update ChangesNicholas Clark2004-10-212-1/+1466
| | | p4raw-id: //depot/maint-5.8/perl@23409
* Rebuild table of contents and re-sort MANIFESTNicholas Clark2004-10-212-71/+235
| | | p4raw-id: //depot/maint-5.8/perl@23408
* Re-run regen.plNicholas Clark2004-10-212-11/+21
| | | p4raw-id: //depot/maint-5.8/perl@23407