2007-10-05 |
Nicholas Clark | As PL_hinthv is actually tied, need to call SvSETMAGIC... |
blob | commitdiff |
2007-10-05 |
Robin Barker | New [PATCH] use 5.006; use 5.10.0 |
blob | commitdiff | diff to current |
2007-10-04 |
Nicholas Clark | S_dopoptosub() is just a wrapper for S_dopoptosub_at... |
blob | commitdiff | diff to current |
2007-10-03 |
Rafael Garcia-Suarez | Reverse change #31978 |
blob | commitdiff | diff to current |
2007-10-02 |
John Peacock | was Re: Freeze ? |
blob | commitdiff | diff to current |
2007-09-26 |
Robin Barker | RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns |
blob | commitdiff | diff to current |
2007-09-25 |
Rick Delaney | Re: [PATCH 5.10] Improve diagnostic for reloads of... |
blob | commitdiff | diff to current |
2007-09-21 |
Rafael Garcia-Suarez | Silence a load of "value computed is not used" warnings |
blob | commitdiff | diff to current |
2007-09-01 |
Rafael Garcia-Suarez | Re: INC handlers and shutdown-time warnings |
blob | commitdiff | diff to current |
2007-08-28 |
Robin Barker | From: "Robin Barker" <Robin.Barker@npl.co.uk> |
blob | commitdiff | diff to current |
2007-08-22 |
John E. Malmberg | [patch@31735] Module-load/require fixes for VMS |
blob | commitdiff | diff to current |
2007-07-11 |
Steve Hay | Use Perl_croak() rather than DIE() in S_doeval() becaus... |
blob | commitdiff | diff to current |
2007-07-10 |
Dave Mitchell | Fix assertion failure on failed magic eval - eg FETCH... |
blob | commitdiff | diff to current |
2007-05-21 |
Dave Mitchell | move PL_error_count into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-12 |
Dave Mitchell | move PL_rsfp_filters into the parser struct |
blob | commitdiff | diff to current |
2007-05-11 |
Dave Mitchell | move PL_rsfp into the PL_parser struct |
blob | commitdiff | diff to current |
2007-05-05 |
Dave Mitchell | move PL_lex_state into the PL_parser struct |
blob | commitdiff | diff to current |
2007-04-24 |
Dave Mitchell | move PL_linestr from the interpreter struct to the... |
blob | commitdiff | diff to current |
2007-04-23 |
Ævar Arnfjörð Bjar... | Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste... |
blob | commitdiff | diff to current |
2007-04-22 |
Nicholas Clark | Fix problems caused by downsizing in change 31017.... |
blob | commitdiff | diff to current |
2007-04-21 |
Nicholas Clark | Where possible, use SvIV instead of SvIVX, SvNV instead... |
blob | commitdiff | diff to current |
2007-04-12 |
Nicholas Clark | PL_madskills is a bool, so save it as one (else Solaris... |
blob | commitdiff | diff to current |
2007-04-06 |
Nicholas Clark | Merge op_pmreplstart and op_pmstash/op_pmstashpv into... |
blob | commitdiff | diff to current |
2007-04-05 |
Nicholas Clark | S_op_destroy() was not static. Also tidy all other... |
blob | commitdiff | diff to current |
2007-04-04 |
Yves Orton | Re: pmdynflags and thread safety |
blob | commitdiff | diff to current |
2007-03-26 |
Nicholas Clark | In struct regexp replace the two arrays of I32s accesse... |
blob | commitdiff | diff to current |
2007-03-22 |
Yves Orton | Resolve PL_curpm issues with (??{}) and fix corruption... |
blob | commitdiff | diff to current |
2007-03-19 |
Rafael Garcia-Suarez | Upgrade to version.pm 0.71, by John Peacock |
blob | commitdiff | diff to current |
2007-03-05 |
Nicholas Clark | As SvUPGRADE() is a macro wrapping a call to sv_upgrade... |
blob | commitdiff | diff to current |
2007-03-03 |
Rafael Garcia-Suarez | Make use VERSION also load feature.pm |
blob | commitdiff | diff to current |
2007-02-18 |
Nicholas Clark | Add a new API function newSV_type, to replace the idiom: |
blob | commitdiff | diff to current |
2007-02-08 |
Rick Delaney | Re: Change 29193 is a regression |
blob | commitdiff | diff to current |
2007-02-03 |
Nicholas Clark | Purge all references to 5005 threads variables in the... |
blob | commitdiff | diff to current |
2007-02-02 |
Nicholas Clark | A few more places where we know the length for sv_setpv... |
blob | commitdiff | diff to current |
2007-01-22 |
Nicholas Clark | Remove duplicate assignment to PL_eval_root in Perl_cre... |
blob | commitdiff | diff to current |
2007-01-09 |
Yves Orton | Let the regex parser decide if we have a special patter... |
blob | commitdiff | diff to current |
2007-01-08 |
Rafael Garcia-Suarez | Turn taint warnings (-t) into severe warnings, so they're |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez | Fix the interaction of -w and -t when provided on the... |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez | Update copyright years in .c files |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz | 4th patch from: |
blob | commitdiff | diff to current |
2006-12-31 |
Nicholas Clark | Rationalise the logic in lex_start for creating a new... |
blob | commitdiff | diff to current |
2006-12-18 |
Rick Delaney | Re: [perl #41071] require stringifies code references... |
blob | commitdiff | diff to current |
2006-12-01 |
Nicholas Clark | Make get_db_sub non-static, and call it from pp_goto... |
blob | commitdiff | diff to current |
2006-11-12 |
Nicholas Clark | Looks like I didn't actually test the COW conditional... |
blob | commitdiff | diff to current |
2006-11-06 |
Nicholas Clark | assert() that SvPV_set() isn't used on arrays. |
blob | commitdiff | diff to current |
2006-11-03 |
Rafael Garcia-Suarez | When code is loaded through an @INC-hook, and when... |
blob | commitdiff | diff to current |
2006-11-02 |
Dave Mitchell | eval $undef should emit one warning, not three. |
blob | commitdiff | diff to current |
2006-10-20 |
Rafael Garcia-Suarez | Silence some warnings |
blob | commitdiff | diff to current |
2006-10-19 |
Yves Orton | Re: Off by one in the trie code? |
blob | commitdiff | diff to current |
2006-10-19 |
Alexander Gough | stab at UNITCHECK blocks |
blob | commitdiff | diff to current |
2006-09-29 |
Yves Orton | Re: [PATCH] Add hook for re_dup() into regex engine... |
blob | commitdiff | diff to current |
2006-09-17 |
Nicholas Clark | Store a pointer to the op in struct block_loop, rather... |
blob | commitdiff | diff to current |
2006-09-16 |
Nicholas Clark | Revert changes 28772, 28773, 28774 as they won't gain... |
blob | commitdiff | diff to current |
2006-09-06 |
Steve Hay | cxtype is a U16, not a U32 (Stops VC++ complaining) |
blob | commitdiff | diff to current |
2006-09-01 |
Nicholas Clark | Access to cx->blk_sub.lval via macros (as it's about... |
blob | commitdiff | diff to current |
2006-09-01 |
Nicholas Clark | Access cx->blk_sub.hasargs via a pair of macros (as... |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi | g++ large patch |
blob | commitdiff | diff to current |
2006-07-10 |
Steve Peters | Change existing uses of strlcpy()/strlcat() to use... |
blob | commitdiff | diff to current |
2006-06-04 |
Rafael Garcia-Suarez | The smart match table was duplicated in source code... |
blob | commitdiff | diff to current |
2006-05-29 |
Dave Mitchell | make require report too many open files error |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark | Abolish cop_io (the simple way) by storing the value... |
blob | commitdiff | diff to current |
2006-05-20 |
Dave Mitchell | eval { s/$foo/die/e } leaked a scalar |
blob | commitdiff | diff to current |
2006-05-20 |
Nicholas Clark | Rename cop_hints to cop_hints_hash |
blob | commitdiff | diff to current |
2006-05-20 |
Dave Mitchell | [perl #32332] Perl segfaults; test case available |
blob | commitdiff | diff to current |
2006-05-12 |
Jarkko Hietaniemi | Re: [PATCH] my_snprintf |
blob | commitdiff | diff to current |
2006-05-10 |
Nicholas Clark | no 5.9.4; should fail in version 5.9.4. |
blob | commitdiff | diff to current |
2006-05-02 |
Andy Lester | Some more SvREFCNT_inc updates |
blob | commitdiff | diff to current |
2006-05-01 |
Steve Peters | Reverting context removal from change #27992. This... |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi | reduce gcc -ansi -pedantic noise plus a suggestion |
blob | commitdiff | diff to current |
2006-04-28 |
Andy Lester | Removing another context parm |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi | Re: [PATCH] use snprintf/strlcpy/strlcat when useful |
blob | commitdiff | diff to current |
2006-04-26 |
Marcus Holland-Moritz | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-25 |
Nicholas Clark | Coverity has started to notice another inconsistency... |
blob | commitdiff | diff to current |
2006-04-25 |
Andy Lester | use NOOP macro |
blob | commitdiff | diff to current |
2006-04-17 |
Andy Lester | pp_ctl.c caching |
blob | commitdiff | diff to current |
2006-04-16 |
Dave Mitchell | stop PL_op and PL_curpad referring to different pads... |
blob | commitdiff | diff to current |
2006-04-16 |
Nicholas Clark | A scalar reference returned from a coderef in @INC... |
blob | commitdiff | diff to current |
2006-04-15 |
Nicholas Clark | I believe that it makes little sense for the simple... |
blob | commitdiff | diff to current |
2006-04-15 |
Nicholas Clark | Fix a bug - the introduction of the caching code means... |
blob | commitdiff | diff to current |
2006-04-15 |
Nicholas Clark | Augment the user filter caching code so that if the... |
blob | commitdiff | diff to current |
2006-04-15 |
Nicholas Clark | If the downstream caller wants block mode, and we're... |
blob | commitdiff | diff to current |
2006-04-15 |
Nicholas Clark | Eliminate the filter_child_proc hack from pp_require. |
blob | commitdiff | diff to current |
2006-04-15 |
Nicholas Clark | Add more tests for the builtin source filter implementa... |
blob | commitdiff | diff to current |
2006-04-14 |
Nicholas Clark | Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()... |
blob | commitdiff | diff to current |
2006-04-14 |
Nicholas Clark | Replace explict "/dev/null" with BIT_BUCKET, which... |
blob | commitdiff | diff to current |
2006-04-13 |
Steve Hay | Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield() |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark | Change cop_warnings from an SV holding the warnings... |
blob | commitdiff | diff to current |
2006-04-11 |
Nicholas Clark | First stab at using the pad to store the serialised... |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark | Change 27677 missed two direct accesses to op_private... |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark | Abstract all reads/writes of the hints in COPs with... |
blob | commitdiff | diff to current |
2006-04-02 |
Nicholas Clark | Abstract all the accesses to cop_arybase (apart from... |
blob | commitdiff | diff to current |
2006-04-01 |
Nicholas Clark | Propagate cop_hints inside string evals. For the unthre... |
blob | commitdiff | diff to current |
2006-03-31 |
Nicholas Clark | Serialise changes to %^H onto the current COP. Return... |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester | Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-29 |
Jarkko Hietaniemi | re-[PATCH] Re: [PATCH] Poison now in two different... |
blob | commitdiff | diff to current |
2006-03-27 |
Nicholas Clark | Merge the cut & paste code from Perl_call_sv/Perl_fold_... |
blob | commitdiff | diff to current |
2006-03-17 |
Nicholas Clark | sv_find() returning false, followed by sv_magic() to... |
blob | commitdiff | diff to current |
2006-03-16 |
Gisle Aas | require should ignore directories found when searching... |
blob | commitdiff | diff to current |
2006-03-12 |
Rafael Garcia-Suarez | Load .pmc always, even if they are older than a matchin... |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark | Further MAD changes. |
blob | commitdiff | diff to current |
next |