summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix breakage for -DDEBUGGING accidentally introduced with change 29882.Nicholas Clark2007-01-191-1/+1
* Add a parameter to Perl_get_arena() to pass in the SV type, and recordNicholas Clark2007-01-194-24/+21
* I think that it's clearer if aroot is only struct arena_set *Nicholas Clark2007-01-191-7/+12
* fix unicode split /\s+/Yves Orton2007-01-192-10/+69
* As Perl_get_arena() is dealing with sizes, use size_t rather than int,Nicholas Clark2007-01-193-4/+4
* Move C<static bool done_sanity_check;> inside the only function thatNicholas Clark2007-01-181-7/+4
* Add in missing dVAR that prevents compilation withNicholas Clark2007-01-181-0/+2
* Move the flag checking for isGV_with_GP() into the call to visit()Nicholas Clark2007-01-181-2/+3
* Add missing SVfARG()s in require_tie_mod().Marcus Holland-Moritz2007-01-181-2/+2
* Given that we now do the tests in S_visit() to avoid calling theNicholas Clark2007-01-181-2/+4
* perl rebuilds because of gcc's -g flagMarcus Holland-Moritz2007-01-181-0/+1
* Re: [PATCH] win32_async_check() can still loop indefinitelyJan Dubois2007-01-181-1/+1
* As PVLVs can hold globs in some cases, I think that we should beNicholas Clark2007-01-181-10/+5
* disable parser stack cleanup on reduce croak (too fragile)Dave Mitchell2007-01-181-1/+17
* Fix a typo in Dynaloader_pm.PL.Marcus Holland-Moritz2007-01-171-1/+1
* Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(),Nicholas Clark2007-01-171-1/+1
* Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX().Nicholas Clark2007-01-177-45/+24
* If we use SvUPGRADE() rather than sv_upgrade() then it can make theNicholas Clark2007-01-171-3/+2
* Re: [PATCH] symbian/xsbuild.pl patching continuesJarkko Hietaniemi2007-01-171-0/+6
* Reentrant functions appear to still be broken in NetBSD 3.1.Steve Peters2007-01-161-1/+1
* Re: Dual-lived AutoLoaderSteffen Müller2007-01-161-0/+8
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-161-4/+4
* Make offsets support conditionalYves Orton2007-01-163-30/+79
* Typo fix, by Robin BarkerRafael Garcia-Suarez2007-01-161-1/+1
* make Dump display the SVf_BREAK flagDave Mitchell2007-01-151-0/+1
* Enable the ~~ operator by default.Rafael Garcia-Suarez2007-01-155-62/+4
* when cloning PL_regex_pad, copy SVf_BREAK flag tooDave Mitchell2007-01-151-0/+2
* pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly aNicholas Clark2007-01-155-131/+54
* Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av.Nicholas Clark2007-01-151-12/+12
* Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ...Yves Orton2007-01-154-15/+43
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-1515-139/+281
* Add get_cvn_flags(), which is like get_cv() but takes a length. ThisNicholas Clark2007-01-1512-26/+65
* symbian/xsbuild.plJarkko Hietaniemi2007-01-151-17/+54
* extend threads 'veto cleanup' to perl_free and system stuffDave Mitchell2007-01-155-2/+20
* Proper symbian fix (replacing change #29813) by JarkkoRafael Garcia-Suarez2007-01-151-1/+1
* Use the $Is_MacOS variableRafael Garcia-Suarez2007-01-151-3/+3
* Simplify the ok/not ok logicRafael Garcia-Suarez2007-01-151-9/+13
* Various cleanup and factorization by SchwernRafael Garcia-Suarez2007-01-151-16/+23
* Introduce the :5.10.0 feature bundle, and make :5.10 anRafael Garcia-Suarez2007-01-151-5/+11
* Fix link to perlsyn (thanks to Michael G Schwern)Rafael Garcia-Suarez2007-01-151-1/+1
* Remove the "dor" feature alias.Rafael Garcia-Suarez2007-01-151-5/+0
* Document "no feature" (Michael G Schwern)Rafael Garcia-Suarez2007-01-151-1/+16
* Move the documentation of the lexical effect of feature.pm to its ownRafael Garcia-Suarez2007-01-151-5/+17
* Remove obsolete notes and TODOs from feature.pmRafael Garcia-Suarez2007-01-151-12/+1
* Add a reference to the docs for state() variables in feature.pmRafael Garcia-Suarez2007-01-151-0/+2
* Factorise croak() calls and error messages in feature.pmRafael Garcia-Suarez2007-01-151-18/+21
* Test that names with embedded NULs work for symbolic array, hash andNicholas Clark2007-01-151-3/+44
* Revert perl.h part of change 29811, which breaks compilation with gccRafael Garcia-Suarez2007-01-151-1/+1
* g++ fixesJarkko Hietaniemi2007-01-152-3/+5
* Symbian/S90 further fixesJarkko Hietaniemi2007-01-153-2/+6