summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move files from ext/Compress/IO to ext/IO/CompressRafael Garcia-Suarez2006-12-1195-94/+94
* Re: [PATCH] Deparse.pm bugfixBo Lindbergh2006-12-112-26/+44
* re: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xsJan Dubois2006-12-113-2/+4
* Second patch from:Jan Dubois2006-12-112-503/+566
* First patch from:Jan Dubois2006-12-119-9/+35
* remove extraneous debugging code introduced by #29504Dave Mitchell2006-12-111-34/+0
* Fatal v1.03Jerrad Pierce2006-12-111-2/+3
* Re: [perl #41065] Out of memory!, while extending scalarMarcus Holland-Moritz2006-12-111-14/+23
* perlhack.pod nit by JarkkoRafael Garcia-Suarez2006-12-111-2/+2
* fix eval qw(BEGIN{die}) style leaks (second attempt).Dave Mitchell2006-12-116-1017/+1139
* Remove code duplication in S_to_utf8_substr() and S_to_byte_substr()Nicholas Clark2006-12-102-51/+35
* Downgrading a fixed or floating substring of a pattern whilst matchingNicholas Clark2006-12-102-0/+9
* #28315 could crash when freeing ops with different padsDave Mitchell2006-12-106-987/+1028
* parser: expand yy_is_opval[] to include all value typesDave Mitchell2006-12-106-268/+331
* Restore change 27486 accidently removed (also added to 1.19 before release)Graham Barr2006-12-101-0/+1
* Upgrade to Scalar-List-Utils-1.19Graham Barr2006-12-106-29/+36
* Re: [PATCH 5.8.8] Build on OS/2 - missing partIlya Zakharevich2006-12-102-2/+2
* Swap SVpbm_TAIL and SVpbm_VALID.Nicholas Clark2006-12-101-2/+2
* Upgrade to Time-HiRes-1.9703Steve Peters2006-12-093-18/+30
* PVBMs mustn't enter anything that turns SVIVisUV_on().Nicholas Clark2006-12-091-3/+11
* Exterminate! 2 pieces of superfluous code related to UV setting.Nicholas Clark2006-12-091-9/+0
* In Perl_fbm_instr(), no need to calculate the address of the table ifNicholas Clark2006-12-081-3/+5
* assert that SvTAIL() isn't being called on PVAVs or PVHVsNicholas Clark2006-12-081-2/+10
* Wrap some macro arguments in () to avoid precedence problems.Nicholas Clark2006-12-081-7/+7
* Perl_screaminstr() must be called with littlestr as a PVBM.Nicholas Clark2006-12-081-0/+2
* add missing OP_REFCNT_LOCK/UNLOCKs and document itDave Mitchell2006-12-082-0/+13
* Assert that BmRARE, BmUSEFUL and BmPREVIOUS are only called on SVtPVBMNicholas Clark2006-12-081-3/+21
* No need to upgrade if all we're going to do is return.Nicholas Clark2006-12-081-1/+1
* Make use of $Config{d_pseudofork} in a couple of core testsSteve Hay2006-12-072-11/+3
* Move Win32 from win32/ext/Win32 to ext/Win32Jan Dubois2006-12-075-3/+8
* Perl_save_destructor is not a mathomJerry D. Hedden2006-12-072-11/+10
* Makefile.PL changes to compiler Win32.xs using cygwinJan Dubois2006-12-071-2/+6
* Better fix than #29479 for exporting refcounted_he_chain_2hvSteve Hay2006-12-063-15/+12
* Re: [PATCH] User pragmas now accessible from BYves Orton2006-12-066-15/+17