summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The remainder of the toke.c MAD changes. Now to investigate why MADNicholas Clark2006-03-094-36/+1135
* Another refactoring from Larry implicit in the MAD patch.Nicholas Clark2006-03-091-2/+2
* Refactoring from Larry implicit in the MAD patch.Nicholas Clark2006-03-091-7/+8
* Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKENicholas Clark2006-03-091-27/+31
* Need to update test count from change #27440.Steve Peters2006-03-091-1/+1
* croak in POSIX::sigaction() when passed a negative signal insteadSteve Peters2006-03-092-0/+7
* MAD changes for bare skipspace()Nicholas Clark2006-03-094-35/+174
* patch@27385 - VMS thread fixes (was: threads and VMS)John E. Malmberg2006-03-091-241/+336
* Add the MAD change to perly.y, which brings a new PEG token.Nicholas Clark2006-03-094-756/+770
* Fix a memory leak in ck_grep(), spotted by coverity:Marcus Holland-Moritz2006-03-091-2/+5
* Tweaking the order of op creation/op free in Perl_ck_require to Larry'sNicholas Clark2006-03-091-9/+9
* Fix C99ism in dump.cNicholas Clark2006-03-091-2/+2
* Unroll 27425 - keeping Larry's order in op.c means that exactly theNicholas Clark2006-03-092-8/+10
* Note the weakref.t failure that commenting out this code caused.Nicholas Clark2006-03-091-1/+3
* Note the cause of another MAD test failure - an explicit abort trapNicholas Clark2006-03-091-0/+1
* Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing.Nicholas Clark2006-03-091-2/+8
* Make MAD at least compile and link once more. Although it's now failingNicholas Clark2006-03-082-12/+11
* Further MAD changes.Nicholas Clark2006-03-084-2/+83
* Oops. Didn't mean to commit 27426 to maint first. Integrate it:Nicholas Clark2006-03-081-2/+1
* The last MAD change to op.c changes the pad offsets of the test thatNicholas Clark2006-03-082-7/+12
* Almost all the MAD changes for op.cNicholas Clark2006-03-085-61/+822
* Change from Larry in the MAD code which seems to be unrelated to MAD.Nicholas Clark2006-03-081-1/+3
* MAD changes to dump.cNicholas Clark2006-03-085-0/+1093
* Get rid of unnecessary "rmdir /s" calls in Win32 makefilesSteve Hay2006-03-082-48/+0
* Sort the ext/ and lib/ tests when running under t/harnessSteve Hay2006-03-081-1/+5
* Add MAD changes to pad code (new function Perl_pad_peg)Nicholas Clark2006-03-086-1/+34
* Adjust Win32 distclean as per changes #27411 and #27417Steve Hay2006-03-082-20/+20
* "make distclean" fix noticed by Steve HayRafael Garcia-Suarez2006-03-081-1/+1
* Cleanup Archive-Tar temporary test filesSteve Hay2006-03-082-1/+2
* Re: [perl #38684] O::Deparse not working as expected Stephen McCamant2006-03-082-7/+9
* Removed unused check and assignment in pp_hot.cAndy Lester2006-03-081-3/+2
* Don't try to export PL_madskills/PL_xmlfp when they're not definedSteve Hay2006-03-081-0/+7
* Complete change #27407/27410 on Win32 and tidy up change #27372Steve Hay2006-03-084-13/+36
* "make distclean" adjustments for the new Compress modulesRafael Garcia-Suarez2006-03-081-2/+3
* Backport #27407H.Merijn Brand2006-03-083-31/+31
* Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,Nicholas Clark2006-03-076-9/+77
* Add a Configure question for mad (Misc Attribute Decoration - Larry'sNicholas Clark2006-03-0716-0/+49
* Two more TODOs for those with C knowledge.Nicholas Clark2006-03-071-0/+25
* Remove the #define - ARENASETS are always on now.Nicholas Clark2006-03-072-41/+1
* TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.htmlNicholas Clark2006-03-071-5/+4
* This looks like a memory leak.Rafael Garcia-Suarez2006-03-071-0/+1
* $[ = 2 should not warn.Rafael Garcia-Suarez2006-03-072-1/+5
* Fix lib/Module/Build/t/compat.tSteve Hay2006-03-071-1/+1
* Make report on bad filenames easier to readRafael Garcia-Suarez2006-03-071-2/+2
* FAQ sync. (FAQ now moved to svn)Rafael Garcia-Suarez2006-03-0710-389/+498
* Upgrade to PathTools-3.17Steve Peters2006-03-074-9/+25
* Re: [PATCH] Removed a redundant o->op_typePaul Johnson2006-03-061-1/+0
* Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zeroMarcus Holland-Moritz2006-03-061-4/+13
* Update David Dyck's e-mail address.Nicholas Clark2006-03-062-1/+2
* Add all new utilities in the perlutil man page.Rafael Garcia-Suarez2006-03-061-8/+101