summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs in the bytecode system caused by the abolition of cop_io.Nicholas Clark2006-05-302-24/+43
| | | p4raw-id: //depot/perl@28337
* C is not perl, AV's dont just magically free themselves...Yves Orton2006-05-301-0/+3
| | | | | Message-ID: <9b18b3110605300123t467f14eerf30a149f253be281@mail.gmail.com> p4raw-id: //depot/perl@28336
* Comprehensive regression tests for Perl_refcounted_he_fetch().Nicholas Clark2006-05-296-166/+250
| | | | | | Fix a bug due to the fact that Perl's typedef'd "bool" type isn't actually boolean. p4raw-id: //depot/perl@28335
* redo part of change 27374Abe Timmerman2006-05-291-1/+8
| | | | | Message-id: <200605292324.51714.abe@ztreet.demon.nl> p4raw-id: //depot/perl@28334
* And some more DynaLoader things that should not be tested onCraig A. Berry2006-05-291-2/+11
| | | | | VMS since they are not part of the implementation. p4raw-id: //depot/perl@28333
* Upgrade to Devel::PPPort 3.08_04Marcus Holland-Moritz2006-05-2947-691/+679
| | | p4raw-id: //depot/perl@28332
* make require report too many open files errorDave Mitchell2006-05-291-0/+3
| | | | | ie don't continue searching the rest of @INC p4raw-id: //depot/perl@28331
* ensure failure to load Carp::Heavy gets reportedDave Mitchell2006-05-291-2/+12
| | | p4raw-id: //depot/perl@28330
* Revert change 28322, which makes ithreads panicRafael Garcia-Suarez2006-05-291-2/+0
| | | p4raw-id: //depot/perl@28329
* Re: [perl #39126] possible memory related bug when using sprintf with an ↵SADAHIRO Tomoyuki2006-05-292-25/+28
| | | | | | | | | utf-8 encoded format-string and iso-8859-1 encoded string variables. Message-Id: <20060521193259.81E5.BQW10602@nifty.com> with test tweaks further suggested by the same p4raw-id: //depot/perl@28328
* Silence a warningRafael Garcia-Suarez2006-05-291-1/+1
| | | p4raw-id: //depot/perl@28327
* Regen headers following change 28325. Also, make it compileRafael Garcia-Suarez2006-05-298-154/+167
| | | | | | | with gcc by forward-declaring struct _reg_trie_data; and tweak the new re test to use test.pl, in order to portably run a new interpreter p4raw-id: //depot/perl@28326
* Re: [PATCH] More regex optimisations and debug enhancements (including Andys ↵Yves Orton2006-05-2911-532/+1128
| | | | | | | stuff too) Message-ID: <9b18b3110605280724u54a9c53bn3b20692b6fe4f1c3@mail.gmail.com> p4raw-id: //depot/perl@28325
* skip t/op/incfilter.t for "make clean;make miniperl;make minitest"Jarkko Hietaniemi2006-05-291-0/+4
| | | | | Message-Id: <200605281111.k4SBB2jc133843@kosh.hut.fi> p4raw-id: //depot/perl@28324
* [PATCH] gv.c constingAndy Lester2006-05-294-6/+6
| | | | | | | | | | | Date: Sun, 28 May 2006 12:24:25 -0500 Message-ID: <20060528172425.GA8291@petdance.com> Subject: [PATCH] mg.c consting From: andy@petdance.com (Andy Lester) Date: Sun, 28 May 2006 11:34:33 -0500 Message-ID: <20060528163433.GA5518@petdance.com> p4raw-id: //depot/perl@28323
* perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() isJarkko Hietaniemi2006-05-291-0/+2
| | | | | Message-Id: <20060528151535.BEA3E6D08C@seth.hut.fi> p4raw-id: //depot/perl@28322
* DynaLoader.t: less assumptionsJarkko Hietaniemi2006-05-281-16/+18
| | | | | | Message-ID: <44796AF2.8060903@gmail.com> Date: Sun, 28 May 2006 12:18:42 +0300 p4raw-id: //depot/perl@28321
* Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was farNicholas Clark2006-05-282-2/+45
| | | | | too lax. p4raw-id: //depot/perl@28320
* fix eval qw(BEGIN{die}) style leaks.Dave Mitchell2006-05-271-3/+53
| | | | | | | death while exdcuting code while parsing meant that the current parse stack got quiety abandonded, thus leaking a bunch of OPs. Register a destructor to be called when this happens. p4raw-id: //depot/perl@28319
* use the same arg names everyone else does and handle undef filenameCraig A. Berry2006-05-271-8/+11
| | | p4raw-id: //depot/perl@28318
* RE: perlhack.pod confused about POPSTACKJan Dubois2006-05-271-7/+5
| | | | | | | | From: "Jan Dubois" <jand@activestate.com> Message-Id: <059101c68062$9143d550$2217a8c0@candy> more fixing of the PUSHMARK example p4raw-id: //depot/perl@28317
* make -Dpv display OP names ons the parser stackDave Mitchell2006-05-271-6/+15
| | | p4raw-id: //depot/perl@28316
* stop OPs leaking in eval "syntax error"Dave Mitchell2006-05-274-0/+104
| | | | | | | | When bison pops states during error recovery, any states holding an OP would leak the OP. Create an extra YY table that tells us which states are of type opval, and when popping one of those, free the op. p4raw-id: //depot/perl@28315
* stop eval "sub{" leakingDave Mitchell2006-05-266-340/+377
| | | p4raw-id: //depot/perl@28314
* SysV IPCJarkko Hietaniemi2006-05-264-12/+29
| | | | | Message-ID: <4475D20D.9010600@gmail.com> p4raw-id: //depot/perl@28313
* Upgrade to Sys-Syslog-0.14Steve Peters2006-05-266-97/+309
| | | p4raw-id: //depot/perl@28312
* Fix pod nit in perltodo.Steve Peters2006-05-261-1/+1
| | | p4raw-id: //depot/perl@28311
* Stop a warning generated from thread's Makefile.PLSteve Peters2006-05-261-1/+0
| | | p4raw-id: //depot/perl@28310
* Sun C on Linux doesn't complain about the attributes sprinkled Steve Peters2006-05-261-0/+9
| | | | | | through the code in all cases, even though attributes are not supported. In some cases, however, it does. p4raw-id: //depot/perl@28309
* Re: [PATCH] Test script for DynaLoaderYves Orton2006-05-261-9/+21
| | | | | Message-ID: <9b18b3110605250420m7431bfbeve44aada2025264f7@mail.gmail.com> p4raw-id: //depot/perl@28308
* Upgrade to Devel::PPPort 3.08_03Marcus Holland-Moritz2006-05-2524-139/+510
| | | p4raw-id: //depot/perl@28307
* Upgrade to Digest-SHA-5.38.Steve Peters2006-05-259-66/+182
| | | p4raw-id: //depot/perl@28306
* Pod::Html should not convert "foo" in `foo''Gisle Aas2006-05-251-14/+3
| | | | | Message-ID: <lr1wujqgde.fsf@caliper.activestate.com> p4raw-id: //depot/perl@28305
* Upgrade to Test-Harness-2.60Steve Peters2006-05-252-2/+9
| | | p4raw-id: //depot/perl@28304
* RE: perlhack.pod confused about POPSTACKJan Dubois2006-05-251-6/+0
| | | | | | | | | From: "Jan Dubois" <jand@activestate.com> Message-Id: <03ee01c67f8a$b4d6aca0$2217a8c0@candy> clean up davem's doc thinko of change #28292 p4raw-link: @28292 on //depot/perl: ed233832c7fe4d71f1f536650d0566b2e87ea46c p4raw-id: //depot/perl@28303
* Run 'make regen' for changes 28299, 28300, 28301.Marcus Holland-Moritz2006-05-242-6/+7
| | | p4raw-id: //depot/perl@28302
* The sv_catpvs() and sv_setpvs() macros also return void.Marcus Holland-Moritz2006-05-241-2/+2
| | | p4raw-id: //depot/perl@28301
* The SvREFCNT_*void* macros return void, not SV*.Marcus Holland-Moritz2006-05-241-4/+4
| | | p4raw-id: //depot/perl@28300
* The 'f' flag was missing for my_snprintf().Marcus Holland-Moritz2006-05-241-1/+1
| | | p4raw-id: //depot/perl@28299
* Fix segfault in SDBM_File when the destructor is called multiple timesRafael Garcia-Suarez2006-05-242-11/+13
| | | p4raw-id: //depot/perl@28298
* Stop harness from printing summary table header for each row in tableYves Orton2006-05-241-4/+3
| | | | | Message-ID: <9b18b3110605231327t316104caoce301668178ee442@mail.gmail.com> p4raw-id: //depot/perl@28297
* Refactoring in av.cAndy Lester2006-05-242-42/+39
| | | | | Message-ID: <20060524051640.GA4713@petdance.com> p4raw-id: //depot/perl@28296
* Export can() with AUTOLOAD()chromatic2006-05-242-43/+74
| | | | | | | Message-Id: <200605201140.27789.chromatic@wgz.org> With tweaks: use built-in ref() instead of Scalar::Util::blessed p4raw-id: //depot/perl@28295
* Make t/TEST more helpfulAndy Lester2006-05-241-8/+10
| | | | | Message-ID: <20060524020748.GA16729@petdance.com> p4raw-id: //depot/perl@28294
* Re: [patch] win32/buildext.pl to handle inclusions and not just exclusionsYves Orton2006-05-242-3/+25
| | | | | Message-ID: <9b18b3110605210320h5adc9df4hbee2302722b3dd6e@mail.gmail.com> p4raw-id: //depot/perl@28293
* correct POPSTACK/POPMARK confusion in perlhack.podDave Mitchell2006-05-231-4/+4
| | | p4raw-id: //depot/perl@28292
* Typo fixRafael Garcia-Suarez2006-05-231-1/+1
| | | p4raw-id: //depot/perl@28291
* Explicit thread contextJerry D. Hedden2006-05-236-35/+235
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060519134250.fb30e530d17747c2b054d625b8945d88.933b701674.wbe@email.secureserver.net> p4raw-id: //depot/perl@28290
* clean some lint findingsAndy Lester2006-05-236-10/+8
| | | | | Message-ID: <20060521050240.GA21051@petdance.com> p4raw-id: //depot/perl@28289
* Re: [PATCH - DUH] Synchronize bleadperl with version-0.60John Peacock2006-05-232-2/+10
| | | | | Message-ID: <44724453.5090606@rowman.com> p4raw-id: //depot/perl@28288