summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add p55.t MAD tests, and convert renamed mad/nomad into a moduleGerard Goossen2007-03-263-55/+230
| | | | | | Subject: Re: [PATCH] p55 tests Message-ID: <20070322174056.GE24152@ostwald> p4raw-id: //depot/perl@30768
* Rename mad/nomad to mad/Nomad.pmGerard Goossen2007-03-262-1/+1
| | | | | | Subject: Re: [PATCH] p55 tests Message-ID: <20070322174056.GE24152@ostwald> p4raw-id: //depot/perl@30767
* Move the declaration of two variables into the only block that usesNicholas Clark2007-03-261-4/+2
| | | | | them. p4raw-id: //depot/perl@30766
* Nit to change 30762 by Gisle.Rafael Garcia-Suarez2007-03-261-1/+1
| | | | | Avoids storing the chars removed by 4-arg substr() in void context. p4raw-id: //depot/perl@30763
* Re: substr($megabytes, 30) = Yitzchak Scott-Thoennes2007-03-261-3/+4
| | | | | | From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org> Message-ID: <1119.63.226.247.186.1171347230.squirrel@63.226.247.186> p4raw-id: //depot/perl@30762
* Make the warning "interpreted as function" a bit less annoying,Rafael Garcia-Suarez2007-03-262-7/+18
| | | | | and test it properly p4raw-id: //depot/perl@30761
* say() should parse exactly like print()Rafael Garcia-Suarez2007-03-262-1/+3
| | | p4raw-id: //depot/perl@30760
* Remove the object_compatibility placeholder in the interpreter structRafael Garcia-Suarez2007-03-261-5/+0
| | | p4raw-id: //depot/perl@30759
* On Linux, don't compile with -DTHREADS_HAVE_PIDS if theRafael Garcia-Suarez2007-03-261-1/+7
| | | | | kernel uses the NPTL threading model p4raw-id: //depot/perl@30758
* Simplify the logic in Perl_re_dup() - copy the structure as 1 block,Nicholas Clark2007-03-261-31/+15
| | | | | | then fix up what differs. Curiously -Os with gcc x86 produces the same sized object code. p4raw-id: //depot/perl@30757
* Change 30753 forgot to remove 2 now unused variables.Nicholas Clark2007-03-251-2/+0
| | | p4raw-id: //depot/perl@30756
* Looks like re_dup has been leaking references on 2 SVs for most regexpsNicholas Clark2007-03-251-15/+27
| | | | | since dot (only to be recovered for certain at thread exit). p4raw-id: //depot/perl@30755
* A more efficient copy in Perl_reg_temp_copy()Nicholas Clark2007-03-251-25/+9
| | | p4raw-id: //depot/perl@30754
* Re: The performance problem of 30678Marcus Holland-Moritz2007-03-251-3/+21
| | | | | | Message-ID: <20070324185511.02f84668@r2d2> Date: Sat, 24 Mar 2007 18:55:11 +0100 p4raw-id: //depot/perl@30753
* Make readline() default to *ARGV.Rafael Garcia-Suarez2007-03-2410-10/+49
| | | | | Plus MAD fixes. p4raw-id: //depot/perl@30750
* Now that readpipe defaults to $_, I should update the prototype tableRafael Garcia-Suarez2007-03-243-3/+3
| | | | | in opcode.pl too. p4raw-id: //depot/perl@30749
* Make sure readpipe without argument can be followed by //Rafael Garcia-Suarez2007-03-241-1/+1
| | | p4raw-id: //depot/perl@30748
* Make readpipe default to $_Rafael Garcia-Suarez2007-03-243-2/+14
| | | p4raw-id: //depot/perl@30747
* startp and endp can allocate their array of I32s from the same block ofNicholas Clark2007-03-242-16/+12
| | | | | | | memory, and Copy() and free it as one. Probably these two pointers to array should merge into single pointer to an array of structs. p4raw-id: //depot/perl@30745
* It's possible to write the dup of struct reg_substr_datum with aNicholas Clark2007-03-231-9/+14
| | | | | | | | memcpy() replacing the member by member copy. Curiously gcc's -Os produces the same sized code, but not all optimisers may manage this. Also, by reading and re-assigning to the copied data for the sv_dup()s we hope to avoid any cache misses on the copied from data. p4raw-id: //depot/perl@30740
* Don't use PL_na.Rafael Garcia-Suarez2007-03-231-1/+1
| | | p4raw-id: //depot/perl@30730
* [perl #41775] Memoize bug (and patch): problem with LIST_CACHE => MERGE Father Chrysostomos2007-03-231-3/+4
| | | | | | From: Father Chrysostomos (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-30201-1173557915-1780.41775-75-0@perl.org> p4raw-id: //depot/perl@30729
* Upgrade to Devel::PPPort 3.11_01Marcus Holland-Moritz2007-03-238-18/+135
| | | p4raw-id: //depot/perl@30728
* Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.hNicholas Clark2007-03-232-11/+11
| | | | | and provide memNEs() too. p4raw-id: //depot/perl@30726
* Silence compiler warning in util.cJerry D. Hedden2007-03-231-6/+6
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <256688.25862.qm@web30215.mail.mud.yahoo.com> p4raw-id: //depot/perl@30725
* Change 30080 was wrong to swap the BEGIN test to memEQNicholas Clark2007-03-231-1/+1
| | | p4raw-id: //depot/perl@30724
* Re: [perl #41683] [PATCH] v5.8.8 pod2html -- incorrect treatment of ↵Jari Aalto2007-03-231-5/+21
| | | | | | | | | non-manual page refs like "this(c)" Message-ID: <87ejo1s9o7.fsf@w2kpicasso.cante.net> with adjustments to the regexp p4raw-id: //depot/perl@30722
* PerlFAQ sync.Rafael Garcia-Suarez2007-03-239-33/+25
| | | | | | Also, use a svn checkout done under an English locale, to avoid having French dates in the headers. Hateful. p4raw-id: //depot/perl@30721
* Cwd doesn't need ppport.h in coreJerry D. Hedden2007-03-234-4/+10
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <196803.14702.qm@web30215.mail.mud.yahoo.com> p4raw-id: //depot/perl@30718
* symbol-exports needed for Data::AliasMatthijs van Duin2007-03-233-22/+50
| | | | | Message-ID: <20070320135915.GA25192@cds.nl> p4raw-id: //depot/perl@30716
* Convert file to proper line-endingsRafael Garcia-Suarez2007-03-231-43/+44
| | | p4raw-id: //depot/perl@30715
* Missing file in MANIFESTRafael Garcia-Suarez2007-03-231-0/+1
| | | p4raw-id: //depot/perl@30714
* Fix path of a test file for running in the coreRafael Garcia-Suarez2007-03-231-1/+1
| | | p4raw-id: //depot/perl@30713
* Upgrade to CPAN-1.88_79Steve Peters2007-03-231-25/+125
| | | p4raw-id: //depot/perl@30712
* Upgrade to Test-Simple-0.70Steve Peters2007-03-235-7/+24
| | | p4raw-id: //depot/perl@30711
* Re-sorting the MANIFEST after the mess made of it with theSteve Peters2007-03-231-56/+56
| | | | | Pod-Simple renamings p4raw-id: //depot/perl@30710
* Perforce appararently didn't like integrating this file, sinceSteve Peters2007-03-231-0/+406
| | | | | I had done it twice. It looks like an add will have to do instead. p4raw-id: //depot/perl@30709
* fix instalhtml and Pod::HTML issues.Yves Orton2007-03-232-22/+35
| | | | | | | Message-ID: <9b18b3110703221142g4955362atffee33d05e30bd27@mail.gmail.com> Just the changes to installhtml and Pod::HTML in this patch. p4raw-id: //depot/perl@30708
* Additional test file edits needed for Pod-Simple-3.05 that couldn'tSteve Peters2007-03-2311-68/+73
| | | | | | be included due to the integrates being performed in the previous change. p4raw-id: //depot/perl@30707
* Upgrade to Pod-Simple-3.05.Steve Peters2007-03-23100-531/+575
| | | p4raw-id: //depot/perl@30706
* Can use memEQ instead of strnEQ in CHECK_WORD()Nicholas Clark2007-03-221-1/+1
| | | p4raw-id: //depot/perl@30700
* Re: [perl #32687] Encode::is_utf8 on tainted UTF8 stringRafael Garcia-Suarez2007-03-221-4/+0
| | | | | Message-ID: <20061116173644.4412f66f@grubert.mandriva.com> p4raw-id: //depot/perl@30693
* Make sure Win32CORE.pm gets cleaned upSteve Hay2007-03-222-0/+2
| | | | | | Normally it happens anyway, but sometimes when running 'distclean' on a half-built source tree it gets left behind. p4raw-id: //depot/perl@30691
* Misc. L<> fixes in core docs : don't link to man pages;Rafael Garcia-Suarez2007-03-223-7/+7
| | | | | provide full urls when linking to web sites. p4raw-id: //depot/perl@30688
* Fix to threads::shared t/waithires.tJerry D. Hedden2007-03-221-20/+12
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <381102.32342.qm@web30207.mail.mud.yahoo.com> p4raw-id: //depot/perl@30687
* Fix a broken link and a meaningless phrase in perldebgutsRafael Garcia-Suarez2007-03-221-3/+2
| | | p4raw-id: //depot/perl@30686
* Remove references to perlcc from the core docs.Rafael Garcia-Suarez2007-03-224-21/+6
| | | p4raw-id: //depot/perl@30685
* Fix internal POD linkRafael Garcia-Suarez2007-03-221-2/+2
| | | p4raw-id: //depot/perl@30684
* Re-order the flags values for struct refcounted_he to allow theNicholas Clark2007-03-222-23/+31
| | | | | | possibility of storing 2 futher types. Add a void * to the union as it won't increase the size, but may become useful. p4raw-id: //depot/perl@30683
* Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bugJarkko Hietaniemi2007-03-221-11/+10
| | | | | Message-ID: <46011E8A.1080009@iki.fi> p4raw-id: //depot/perl@30681