2007-12-28 |
Nicholas Clark | First class regexps. |
blob | commitdiff |
2007-12-27 |
Nicholas Clark | Regexps are now orange. |
blob | commitdiff | diff to current |
2007-12-26 |
Nicholas Clark | Take code that occurs in three places to take a scalar... |
blob | commitdiff | diff to current |
2007-12-26 |
Nicholas Clark | Eliminate SVt_RV, and use SVt_IV to store plain references. |
blob | commitdiff | diff to current |
2007-12-26 |
Nicholas Clark | Swap SVt_RV and SVt_NV in the SV ordering. |
blob | commitdiff | diff to current |
2007-12-24 |
Robin Barker | PATCH re 32711 |
blob | commitdiff | diff to current |
2007-12-22 |
Nicholas Clark | Remove warning about casting integer to different sized... |
blob | commitdiff | diff to current |
2007-10-21 |
Rick Delaney | Re: overload64.t failures |
blob | commitdiff | diff to current |
2007-10-19 |
Jerry D. Hedden | Fix overloading for 64-bit ints (revised) |
blob | commitdiff | diff to current |
2007-10-18 |
Nicholas Clark | No need to call strlen() on the result of CopSTASHPV... |
blob | commitdiff | diff to current |
2007-09-22 |
Nicholas Clark | Fix bug 45607 - for the corner case *{"BONK"} = \&... |
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-10 |
Rick Delaney | Re: [perl #44623] Optimized magic_setisa has bug |
blob | commitdiff | diff to current |
2007-08-31 |
Brandon Black | Re: optimize push @ISA, (was Re: parent.pm at corion... |
blob | commitdiff | diff to current |
2007-06-30 |
Abigail | Comment typo fix |
blob | commitdiff | diff to current |
2007-06-23 |
Yves Orton | Resolve |
blob | commitdiff | diff to current |
2007-06-05 |
Rafael Garcia-Suarez | Remove support for assertions and -A |
blob | commitdiff | diff to current |
2007-05-03 |
Brandon Black | Re: mro status, etc |
blob | commitdiff | diff to current |
2007-04-30 |
Brandon Black | Re: mro status, etc |
blob | commitdiff | diff to current |
2007-04-30 |
Ævar Arnfjörð Bjar... | Re: [PATCH] Cleanup of the regexp API |
blob | commitdiff | diff to current |
2007-04-26 |
Brandon Black | Fix a bug in method caching. Better version (broader... |
blob | commitdiff | diff to current |
2007-04-24 |
Rafael Garcia-Suarez | Remove unnecessarily paranoid protection in pp_defined |
blob | commitdiff | diff to current |
2007-04-24 |
Rafael Garcia-Suarez | Remove the code that handles assignment to state variables |
blob | commitdiff | diff to current |
2007-04-19 |
Brandon Black | Re: new C3 MRO patch |
blob | commitdiff | diff to current |
2007-04-07 |
Nicholas Clark | Turn op_pmreplroot in struct pmop into a real union. |
blob | commitdiff | diff to current |
2007-04-06 |
Ævar Arnfjörð Bjar... | Re: Proposed changes and to regular expression interfac... |
blob | commitdiff | diff to current |
2007-04-04 |
Yves Orton | Re: pmdynflags and thread safety |
blob | commitdiff | diff to current |
2007-03-31 |
Rafael Garcia-Suarez | Fix the error message "Can't call method "DOES" on... |
blob | commitdiff | diff to current |
2007-03-27 |
Rafael Garcia-Suarez | Fix return value of state assignment ($x=state $y=$z). |
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-19 |
Rafael Garcia-Suarez | Let %^H be modifiable in eval-strings (bug #41531), |
blob | commitdiff | diff to current |
2007-03-13 |
Rafael Garcia-Suarez | Need a SPAGAIN here because the stack pointer might... |
blob | commitdiff | diff to current |
2007-03-01 |
Rafael Garcia-Suarez | A couple of casting nits by Jarkko |
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-11 |
knew-p5p@pimb.org | [perl #41484] qr// stack bug |
blob | commitdiff | diff to current |
2007-01-25 |
Nicholas Clark | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv... |
blob | commitdiff | diff to current |
2007-01-21 |
Nicholas Clark | Refactor the common soft-reference code from pp_rv2sv... |
blob | commitdiff | diff to current |
2007-01-20 |
Nicholas Clark | defined @$foo and defined %$bar should be subject to... |
blob | commitdiff | diff to current |
2007-01-15 |
Nicholas Clark | pp_rv2av and pp_rv2hv have a lot of common code, so... |
blob | commitdiff | diff to current |
2007-01-15 |
Nicholas Clark | Make changes analagous to pp_rv2hv's 21394 and 24489... |
blob | commitdiff | diff to current |
2007-01-15 |
Yves Orton | Add support for /k modfier for matching along with... |
blob | commitdiff | diff to current |
2007-01-15 |
Nicholas Clark | Add get_cvn_flags(), which is like get_cv() but takes... |
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 |
2007-01-04 |
Marcus Holland-Moritz | The first three patches from: |
blob | commitdiff | diff to current |
2006-12-16 |
Nicholas Clark | Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym... |
blob | commitdiff | diff to current |
2006-12-13 |
Nicholas Clark | Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. |
blob | commitdiff | diff to current |
2006-12-04 |
Nicholas Clark | Move Perl_get_db_sub() from pp_hot.c to util.c |
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-12-01 |
Nicholas Clark | Remove the pp_entersub specific logic from S_get_db_sub. |
blob | commitdiff | diff to current |
2006-11-25 |
Jarkko Hietaniemi | smoke signs suppression |
blob | commitdiff | diff to current |
2006-11-23 |
Rafael Garcia-Suarez | Fix for bug #38631: tied variables don't work with... |
blob | commitdiff | diff to current |
2006-11-23 |
Yves Orton | Cleanup regexp flags and structure |
blob | commitdiff | diff to current |
2006-11-22 |
Yves Orton | \G with /g results in infinite loop in 5.6 and later |
blob | commitdiff | diff to current |
2006-11-21 |
Rafael Garcia-Suarez | Invalidate the method lookup cache when assigning to... |
blob | commitdiff | diff to current |
2006-11-14 |
Rafael Garcia-Suarez | Fix bug #39037: rcatline doesn't stringify references |
blob | commitdiff | diff to current |
2006-11-13 |
Yves Orton | Regex Utility Functions and Substituion Fix (XML::Twig... |
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-02 |
Gisle Aas | Re: $, and say |
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-16 |
Nicholas Clark | Revert changes 28772, 28773, 28774 as they won't gain... |
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-08-18 |
Rafael Garcia-Suarez | A type change that apparently works around a compiler bug |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi | g++ large patch |
blob | commitdiff | diff to current |
2006-07-23 |
Rafael Garcia-Suarez | Revert change 28603: this was a wrong fix, that didn... |
blob | commitdiff | diff to current |
2006-07-20 |
Rafael Garcia-Suarez | In pp_entersub, accept to handle a CV with a NULL padlist. |
blob | commitdiff | diff to current |
2006-07-19 |
Rafael Garcia-Suarez | Band-aid for segfault in ext/threads/t/blocks.t on... |
blob | commitdiff | diff to current |
2006-07-05 |
Rafael Garcia-Suarez | Implement handling of state variables in list assignment |
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 |
Dave Mitchell | [perl #32332] Perl segfaults; test case available |
blob | commitdiff | diff to current |
2006-05-03 |
Rafael Garcia-Suarez | Introduce a new keyword, state, for state variables. |
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-26 |
Marcus Holland-Moritz | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-25 |
Andy Lester | use NOOP macro |
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-03-31 |
Andy Lester | Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-30 |
Nicholas Clark | Fix bug #38815 (localising keys which are UTF-8 encoded... |
blob | commitdiff | diff to current |
2006-03-23 |
Jan Dubois | RE: [PATCH, no, really!] Re: [perl #38779] NAN's on... |
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-08 |
Andy Lester | Removed unused check and assignment in pp_hot.c |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester | Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark | Store GvGP in the SV head union. For all the common... |
blob | commitdiff | diff to current |
2006-02-22 |
Jarkko Hietaniemi | Turn on match string copying when /e flag is set on... |
blob | commitdiff | diff to current |
2006-02-21 |
Nicholas Clark | Goodbye PERL_XSUB_OLDSTYLE. |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark | Add a new CvISXSUB() macro, for abstracting the test... |
blob | commitdiff | diff to current |
2006-02-20 |
Rafael Garcia-Suarez | More NullXXX macro removal from Andy Lester |
blob | commitdiff | diff to current |
2006-02-14 |
Andy Lester | Sun Studio lint patches |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-01-18 |
Steve Hay | Change all NEWSV() to newSV() in the core and non-dual... |
blob | commitdiff | diff to current |
2006-01-10 |
Andy Lester | It's the Barbie bus patch |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi | sprinkle dVAR |
blob | commitdiff | diff to current |
2006-01-04 |
Rafael Garcia-Suarez | Fix some compilation warnings |
blob | commitdiff | diff to current |
2006-01-02 |
Rafael Garcia-Suarez | Update copyrights for files modified in 2006 |
blob | commitdiff | diff to current |
2006-01-01 |
Andy Lester | Making 0 pointers to NULLs |
blob | commitdiff | diff to current |
2005-12-22 |
Andy Lester | Ho! Ho! Ho! Santa brings consting! |
blob | commitdiff | diff to current |
2005-12-22 |
Nicholas Clark | Regression tests for proxy subroutine glob assignment. |
blob | commitdiff | diff to current |
2005-12-22 |
Nicholas Clark | Add an optimisation to allow proxy constant subroutines... |
blob | commitdiff | diff to current |
2005-12-22 |
Gisle Aas | Remove unused variable 'stash' since change 26437. |
blob | commitdiff | diff to current |
2005-12-21 |
Nicholas Clark | Localise the stash variable in pp_entersub(). |
blob | commitdiff | diff to current |
2005-12-21 |
Nicholas Clark | Undo my goto spaghetti from change 18340 - what we... |
blob | commitdiff | diff to current |
next |