summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* OS/2-specific fixes, round IIIlya Zakharevich2006-12-1817-146/+2080
* ExtUtils::Command is now maintained separately from MakeMakerRafael Garcia-Suarez2006-12-181-1/+1
* Fixes for the test suite on OS/2Ilya Zakharevich2006-12-186-11/+27
* OS/2: survive SIGCHLDIlya Zakharevich2006-12-182-1/+15
* C++: regcomp.c and ext/Time/Piece/Piece.xsJarkko Hietaniemi2006-12-182-28/+35
* PATCH: Add =encoding directive to non-latin READMEsSlaven Rezic2006-12-184-0/+7
* perl.c: leak avoidanceJarkko Hietaniemi2006-12-181-13/+16
* In vms/vms.c, don't prototype decw$term_port until after Craig A. Berry2006-12-181-16/+15
* Don't try to build Win32 on VMSCraig A. Berry2006-12-181-0/+1
* POSIX::SigAction::new can be moved into the AUTOLOAD section.Nicholas Clark2006-12-181-1/+1
* move parser state into new parser object, PL_parserDave Mitchell2006-12-1810-84/+82
* merge the four parser stacks into oneDave Mitchell2006-12-173-715/+618
* delete dead code and macros from perly.cDave Mitchell2006-12-171-129/+3
* unify stacks arithmetic in parserDave Mitchell2006-12-171-16/+12
* Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)Nicholas Clark2006-12-166-2/+63
* Split out the use of SVp_SCREAM for GVs with GPs into a new symbolicNicholas Clark2006-12-166-13/+30
* remove extraneous declaration prom perly.tabDave Mitchell2006-12-162-2/+0
* threads 1.56Jerry D. Hedden2006-12-166-24/+27
* TODO addition by Jerry D. Hedden.Rafael Garcia-Suarez2006-12-161-0/+2
* don't include MAD code when its not neededDave Mitchell2006-12-161-3/+6
* fix a cast warning in perly.cDave Mitchell2006-12-161-1/+1
* Better documentation for SVf_UTF8. Including SvPV() 1st, SvUTF() 2nd.Nicholas Clark2006-12-151-2/+8
* Re: [PATCH] Errno doesnt rebuild when things it depends on in Config.pm changeYves Orton2006-12-151-0/+19
* threads 1.54 - Adds ->error() methodJerry D. Hedden2006-12-159-75/+233
* Silence a warning from (MinGW's) gccSteve Hay2006-12-141-1/+1
* perl5db.pl Mac OS X fixBo Lindbergh2006-12-141-0/+8
* Turn a tab into 2 spaces to make more room for comments about SV flags.Nicholas Clark2006-12-141-59/+57
* Silence a VC compiler warningSteve Hay2006-12-141-1/+1
* Swap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_TABLE on littleNicholas Clark2006-12-131-2/+7
* Restore the two comments describing BmRARE and BmPREVIOUS that I'dNicholas Clark2006-12-131-1/+4
* Text mode wrongly set on pipe file descriptorsIlya Zakharevich2006-12-132-2/+53
* make -Dpv display the parser stack before reductionDave Mitchell2006-12-131-11/+1
* misc MAD coredump fixes and parser leak fixesDave Mitchell2006-12-137-237/+249
* fix double free introduced by #29543 (spotted by Nicholas)Dave Mitchell2006-12-131-3/+17
* t/op/groups.t: prevent failure on modern FreeBSDsAnton Berezin2006-12-131-1/+3
* Do the same as #29514 for Win32Steve Hay2006-12-131-0/+7
* Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.Nicholas Clark2006-12-139-90/+81
* fix parser leaks caused by croaking while shifting or reducingDave Mitchell2006-12-133-18/+122
* fixup some ival/opval type changes from perly.y/madly.y mergerDave Mitchell2006-12-133-154/+162
* In theory Perl_magic_setbm() should clear SvTAIL() too. In practice,Nicholas Clark2006-12-121-0/+1
* Correct the dumping logic for the various bits of flag bendingNicholas Clark2006-12-121-6/+13
* Oops. As of some point one stopped being able to assign integers andNicholas Clark2006-12-122-1/+13
* Correct some assumptions about PVBM table offset in B.xsNicholas Clark2006-12-121-2/+5
* Assert that SvPAD_TYPED_on(), SvPAD_OUR_on() and SvPAD_STATE_on()Nicholas Clark2006-12-121-4/+23
* Assert that PVGVs are never SvVALID() in the PVBM sense.Nicholas Clark2006-12-122-3/+18
* pads haven't actually contained any PVGVs since change 27313.Nicholas Clark2006-12-122-1/+3
* Shrink Perl_sv_peek() and Perl_do_sv_dump() by using type to nameNicholas Clark2006-12-121-104/+57
* Restore (differently) the setting of $Config{osvers} on Win32Steve Hay2006-12-121-2/+7
* Silence VC warnings about possible operator precedence problemsSteve Hay2006-12-123-5/+5
* mg.c: #ifdef only the different bitsJarkko Hietaniemi2006-12-121-7/+7