summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-7/+7
* Removing another context parmAndy Lester2006-04-281-7/+8
* Re: [PATCH] use snprintf/strlcpy/strlcat when usefulJarkko Hietaniemi2006-04-281-1/+23
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-9/+13
* Coverity has started to notice another inconsistency in our NULLNicholas Clark2006-04-251-1/+1
* use NOOP macroAndy Lester2006-04-251-1/+1
* pp_ctl.c cachingAndy Lester2006-04-171-6/+6
* stop PL_op and PL_curpad referring to different pads at start of doevalDave Mitchell2006-04-161-0/+1
* A scalar reference returned from a coderef in @INC is treated as theNicholas Clark2006-04-161-13/+40
* I believe that it makes little sense for the simple user filtersNicholas Clark2006-04-151-2/+2
* Fix a bug - the introduction of the caching code means that we shouldNicholas Clark2006-04-151-5/+7
* Augment the user filter caching code so that if the user filter returnsNicholas Clark2006-04-151-37/+68
* If the downstream caller wants block mode, and we're in line mode,Nicholas Clark2006-04-151-9/+53
* Eliminate the filter_child_proc hack from pp_require.Nicholas Clark2006-04-151-23/+5
* Add more tests for the builtin source filter implementation, and fixNicholas Clark2006-04-151-3/+15
* Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used toNicholas Clark2006-04-141-2/+2
* Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.Nicholas Clark2006-04-141-1/+2
* Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()Steve Hay2006-04-131-1/+1
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-12/+9
* First stab at using the pad to store the serialised hints data.Nicholas Clark2006-04-111-17/+3
* Change 27677 missed two direct accesses to op_private in COPs.Nicholas Clark2006-04-021-2/+2
* Abstract all reads/writes of the hints in COPs with 2 new macros,Nicholas Clark2006-04-021-3/+2
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-1/+1
* Propagate cop_hints inside string evals. For the unthreaded case thisNicholas Clark2006-04-011-0/+23
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-1/+7
* Random accumulated patchesAndy Lester2006-03-311-1/+1
* re-[PATCH] Re: [PATCH] Poison now in two different flavours!Jarkko Hietaniemi2006-03-291-1/+1
* Merge the cut & paste code from Perl_call_sv/Perl_fold_constants withNicholas Clark2006-03-271-7/+42
* sv_find() returning false, followed by sv_magic() to add the magic,Nicholas Clark2006-03-171-2/+6
* require should ignore directories found when searching @INC not justGisle Aas2006-03-161-5/+1
* Load .pmc always, even if they are older than a matching .pm file.Rafael Garcia-Suarez2006-03-121-9/+1
* Further MAD changes.Nicholas Clark2006-03-081-1/+13
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-30/+26
* unused context warningsAndy Lester2006-02-241-2/+4
* Goodbye PERL_XSUB_OLDSTYLE.Nicholas Clark2006-02-211-19/+2
* Add a new CvISXSUB() macro, for abstracting the test as to whether aNicholas Clark2006-02-201-3/+3
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-6/+6
* Remove the last (U16) cast for CV depths, missed by change 17835.Nicholas Clark2006-02-201-1/+1
* Sun Studio lint patchesAndy Lester2006-02-141-1/+1
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-5/+5
* Cleaning up shadowed variablesAndy Lester2006-02-061-4/+4
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-9/+9
* s/Nullcv/NULL/gSteven Schubiger2006-02-031-2/+2
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-021-2/+2
* Yet more instances of gv_fetchpv... that should be GV_ADD rather thanNicholas Clark2006-02-021-3/+3
* Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.Nicholas Clark2006-01-281-3/+3
* Remove wrong cast to (void *), which fixes a gcc warning, and useMarcus Holland-Moritz2006-01-211-1/+1
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-5/+5
* The current OP that is tested in doeval() can be a require(), anRafael Garcia-Suarez2006-01-171-1/+1
* A few more places that can use hv_fetchs().Gisle Aas2006-01-111-1/+1