summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* You can't (and shouldn't) use CvDEPTH on a PVFM.Nicholas Clark2008-07-313-4/+4
| | | p4raw-id: //depot/perl@34167
* Small typo fixRafael Garcia-Suarez2008-07-311-1/+1
| | | p4raw-id: //depot/perl@34166
* Version bump for Data::DumperJerry D. Hedden2008-07-302-2/+13
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510807300954y5451ce9eq3181169e83bc3a10@mail.gmail.com> p4raw-id: //depot/perl@34165
* update Exporter to version 5.63Adriano Ferreira2008-07-303-40/+50
| | | | | | From: "Adriano Ferreira" <a.r.ferreira@gmail.com> Message-ID: <73ddeb6c0807291337k150d5172pd671a5df980b7faf@mail.gmail.com> p4raw-id: //depot/perl@34164
* [perl #56766] [PATCH]Vincent Pit2008-07-301-1/+1
| | | | | Message-ID: <48763462.7020506@profvince.com> p4raw-id: //depot/perl@34163
* Minor hints/linux.sh patch to allow setting -DoptimizeAndy Dougherty2008-07-291-1/+1
| | | | | Message-ID: <Pine.LNX.4.64.0807291159410.23060@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@34162
* Note the possibility of sharing arenas between types.Nicholas Clark2008-07-271-0/+8
| | | p4raw-id: //depot/perl@34160
* Convert undef.t to use test.pl and strict.Nicholas Clark2008-07-261-37/+41
| | | p4raw-id: //depot/perl@34159
* Convert yadayada.t to test.pl and strict, and fix two diagnostic errorsNicholas Clark2008-07-261-17/+17
| | | | | found in the process. p4raw-id: //depot/perl@34158
* Convert wantarray.t to use strict and test.plNicholas Clark2008-07-261-17/+27
| | | p4raw-id: //depot/perl@34157
* Undo io_linenum.t part of #34148. It was io_multihomed.t that I meantSteve Hay2008-07-231-7/+0
| | | | | (my mistake), and that is now covered by #34155. p4raw-id: //depot/perl@34156
* Add watchdog() call to ext/IO/t/io_multihomed.tJerry D. Hedden2008-07-231-12/+4
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510807230920o6414d5abu393a5cd293c6fa4f@mail.gmail.com> p4raw-id: //depot/perl@34155
* watchdog() fix for MSWin32Jerry D. Hedden2008-07-231-0/+1
| | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510807230919p355ea37ci3fde2c1f84df6d5f@mail.gmail.com> Adds a needed diag message to the watchdog() function for MSWin32. p4raw-id: //depot/perl@34154
* Upgrade to podlators 2.1.2Steve Hay2008-07-2216-148/+286
| | | p4raw-id: //depot/perl@34153
* Fix skips in test.plJerry D. Hedden2008-07-221-3/+3
| | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510807180609l7ca8a8d8i653dfd687ed9f36d@mail.gmail.com> Changes skip messages to be consistent with Test::Builder. p4raw-id: //depot/perl@34152
* Welcome to refcount hell. Fix the leaks reported by #57024Marcus Holland-Moritz2008-07-182-18/+14
| | | | | along with a bunch other named capture related leaks. p4raw-id: //depot/perl@34151
* watchdog() for threads testsJerry D. Hedden2008-07-162-20/+32
| | | | | | From: "Jerry D. Hedden" <jdhedden@gmail.com> Message-ID: <1ff86f510807160810ib0a01adg4f54cca69a96b623@mail.gmail.com> p4raw-id: //depot/perl@34150
* threads::shared 1.26Jerry D. Hedden2008-07-162-5/+5
| | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510807160647q777f0eefj388b342f57c8f49f@mail.gmail.com> Conditionalize read-only tests for Perl < 5.8.3 p4raw-id: //depot/perl@34149
* watchdog() some IO testsJerry D. Hedden2008-07-162-29/+28
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510807110908q4ac81225see2b11aa4729397d@mail.gmail.com> p4raw-id: //depot/perl@34148
* test.plJerry D. Hedden2008-07-161-4/+4
| | | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510807110807hb3e3727la161367a63da607f@mail.gmail.com> Jerry found that localizing $? doesn't shield the effects of wait() unless you actually assign something to $? p4raw-id: //depot/perl@34147
* Really apply change #34143Rafael Garcia-Suarez2008-07-161-22/+61
| | | | | p4raw-link: @34143 on //depot/perl: e27835eefa408ae52d4ae22eec67eea282a87949 p4raw-id: //depot/perl@34146
* Update Compression modules to version 2.012Paul Marquess2008-07-1642-138/+430
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <018801c8e6c9$c0a76530$41f62f90$@Marquess@ntlworld.com> p4raw-id: //depot/perl@34145
* Fix use of a variable before it is initialised, introduced by changeNicholas Clark2008-07-151-1/+1
| | | | | | 34138, spotted by Jerry D. Hedden. I assume that he's compiling with options that enable trace flow analysis from the C compiler. p4raw-id: //depot/perl@34144
* Update to B::Debug 1.11, by Reini UrbanRafael Garcia-Suarez2008-07-150-0/+0
| | | | | Avoid B::Flags in CORE tests not to crash on old XS in @INC p4raw-id: //depot/perl@34143
* Upgrade to version 0.76 by John PeacockRafael Garcia-Suarez2008-07-154-12/+54
| | | | | | Fix segfault in serialized version objects (bug #56606) p4raw-id: //depot/perl@34142
* Upgrade to threads::shared 1.25 by Jerry D. HeddenRafael Garcia-Suarez2008-07-153-22/+40
| | | | | Fix for cloning read-only objects. p4raw-id: //depot/perl@34141
* Make format items @* and ^* work with references (safely). Note no-oneNicholas Clark2008-07-132-4/+12
| | | | | said anything about sanely. p4raw-id: //depot/perl@34140
* For cases FF_LINESNGL and FF_LINEGLOB in pp_formline, take great careNicholas Clark2008-07-132-27/+89
| | | | | | | | | | | | | | to call get magic exactly once. This doesn't just avoid logical errors with tied variables, it actually avoids panics (or worse) because a pointer is retained to the string returned by the (first) call to SvPV_const() for a future sv_chop(), and any future call to get magic can invalidate the buffer that that pointer points to. Also this removes the original crazy code that would set then reset the length of a scalar, so as to only copy an initial portion of it, and also copy the entire scalar including trailing newline (which might require allocating more memory), only to immediately remove the newline from the copy by reducing the length by one. p4raw-id: //depot/perl@34139
* The assert()ions in sv_chop() that the passed in pointer is within theNicholas Clark2008-07-132-5/+16
| | | | | | SV's buffer should be full-on panics, as bogus values passed in can cause later heap corruption, which is a bad thing (TM). p4raw-id: //depot/perl@34138
* Fix for #56874: maybe small error in perlxs.pod exampleMarcus Holland-Moritz2008-07-131-1/+1
| | | p4raw-id: //depot/perl@34137
* assert() that the pointer passed to Perl_sv_chop() lies within theNicholas Clark2008-07-131-0/+4
| | | | | buffer of the SV. p4raw-id: //depot/perl@34136
* Format tests for @* too.Nicholas Clark2008-07-121-12/+16
| | | p4raw-id: //depot/perl@34135
* Abolish xfm_lines from struct xpvfm. structs xpvfm and xpvcv are nowNicholas Clark2008-07-121-4/+2
| | | | | identical. p4raw-id: //depot/perl@34134
* PVFMs don't need to access the IVX any more. (as of change 32836, whichNicholas Clark2008-07-123-2/+4
| | | | | re-implemented SvOOK() to avoid using it) p4raw-id: //depot/perl@34133
* Test that formats can be dumped.Nicholas Clark2008-07-121-1/+40
| | | p4raw-id: //depot/perl@34132
* Set d_timegm on VMS.Craig A. Berry2008-07-111-0/+1
| | | p4raw-id: //depot/perl@34131
* Upgrade to Devel::PPPort 3.14_01Marcus Holland-Moritz2008-07-1114-413/+538
| | | p4raw-id: //depot/perl@34130
* Regression tests for, and fix quite a lot of bugs in, cases FF_LINESNGLNicholas Clark2008-07-112-6/+27
| | | | | | and FF_LINEGLOB in pp_formline. (While investigating RT #55668) Sometimes I wonder if this is actually fun. p4raw-id: //depot/perl@34129
* In Perl_sv_utf8_upgrade_flags(), don't assume that the SV is wellNicholas Clark2008-07-111-3/+11
| | | | | formed with a trailing '\0'. And do assume that bytes_to_utf8() does. p4raw-id: //depot/perl@34128
* Also dump the SvPVX of PVFMs.Nicholas Clark2008-07-111-1/+1
| | | p4raw-id: //depot/perl@34127
* Fix to Change 34120Jerry D. Hedden2008-07-111-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510807110559tdc38deas3042e3e8ec234168@mail.gmail.com> p4raw-id: //depot/perl@34126
* Simplify code in pp_formline, removing a goto and localising andNicholas Clark2008-07-111-5/+1
| | | | | consting a variable. p4raw-id: //depot/perl@34125
* Bring the joy of strict to the rest of write.tNicholas Clark2008-07-111-7/+11
| | | p4raw-id: //depot/perl@34124
* Complete the conversion of t/op/write.t to test.pl, and remove myNicholas Clark2008-07-111-61/+41
| | | | | (accidentally committed) skip testing '1'. p4raw-id: //depot/perl@34123
* Reduce the -| skip back to just the tests that use it, and re-align theNicholas Clark2008-07-111-19/+23
| | | | | comments with the test code they refer to. p4raw-id: //depot/perl@34122
* Start converting t/op/write.t to test.plNicholas Clark2008-07-111-28/+27
| | | p4raw-id: //depot/perl@34121
* Configure - d_sprintf_returns_strlenJerry D. Hedden2008-07-101-2/+4
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510806190822l34a3ea7eudb7b75f60ff0635d@mail.gmail.com> p4raw-id: //depot/perl@34120
* threads::shared 1.24 (still more)Jerry D. Hedden2008-07-101-4/+12
| | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510807100729k4b620d3dl3fa079b89360f5ee@mail.gmail.com> Fixes warnings introduced by previous patch. p4raw-id: //depot/perl@34118
* threads::shared 1.24 (more)Jerry D. Hedden2008-07-101-4/+4
| | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510807100605u4f80a1b6u2595fbd030bd5660@mail.gmail.com> Fixes "unary minus operator applied to unsigned type" warnings on Win32 p4raw-id: //depot/perl@34117
* [Patch t/op/re_tests] Re: [perl #56690] Some bugs in Perl regexp (core Perl ↵Abigail2008-07-091-0/+3
| | | | | | | issues) Message-ID: <20080708164836.GB4537@almanda> p4raw-id: //depot/perl@34116