summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* The overly-picky AIX xlc compiler doesn't like the styleH.Merijn Brand2006-12-121-9/+9
* Skip IO::Compress::Zlib in perlivp, since that's a distribution name,Rafael Garcia-Suarez2006-12-121-4/+5
* get ext/Win32/Win32.xs to compile on cygwinJan Dubois2006-12-122-48/+183
* By moving xbm_previous into the SvPVX, we save a U16 from struct xpvbm,Nicholas Clark2006-12-121-19/+38
* Fix allocation bug in change 29524.Nicholas Clark2006-12-111-0/+2
* Add BmPREVIOUS_set(), and use it in the one place that BmPREVIOUS isNicholas Clark2006-12-112-1/+4
* Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TABLE to sv.hNicholas Clark2006-12-112-6/+15
* Fix typo in change 29518 which broke non-debugging builds.Nicholas Clark2006-12-111-1/+1
* Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET_FROM_TABLE.Nicholas Clark2006-12-111-2/+4
* Assert that BmRARE() BmPREVIOUS() and BmUSEFUL() are only called onNicholas Clark2006-12-111-0/+3
* Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior to moving itNicholas Clark2006-12-111-5/+7
* Don't load the Win32 module on non-win32 platformsRafael Garcia-Suarez2006-12-111-1/+6
* Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID are true.Nicholas Clark2006-12-112-6/+10
* Changes and README are not needed for Switch.pmRafael Garcia-Suarez2006-12-113-129/+0
* As pointed out by Valentin Guignon, there is mostRafael Garcia-Suarez2006-12-111-2/+2
* Configure needs to know about the extensions IO/Compress/BaseRafael Garcia-Suarez2006-12-111-0/+2