2007-12-28 |
Nicholas Clark | First class regexps. |
blob | commitdiff |
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-10-12 |
Nicholas Clark | Remove some strlen()s and replace one strlcpy() with... |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark | Remove remaining C<Nullch>s and C<Nullsv>s |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark | Fix precedence bug in the logic for PERL_PV_ESCAPE_NOCL... |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark | Add a new flag PERL_PV_PRETTY_NOCLEAR (actually just |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark | Fix typo in change 32043 - s/sv_catpvf/sv_catpvs/ |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark | Avoid using *pvf functions when the format string is... |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark | Revert one hunk of change 32034 that had the possibilit... |
blob | commitdiff | diff to current |
2007-10-05 |
Nicholas Clark | Eliminate most *printf-like calls that use a simple... |
blob | commitdiff | diff to current |
2007-10-02 |
John Peacock | was Re: Freeze ? |
blob | commitdiff | diff to current |
2007-10-01 |
Nicholas Clark | Nothing is using IoSUBPROCESS() so eliminate xio_subpro... |
blob | commitdiff | diff to current |
2007-09-26 |
Rafael Garcia-Suarez | API spelling patch, by Jerry D. Hedden |
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-07-11 |
Gerard Goossen | dump.c: do not use sv_len_utf8 because it modified... |
blob | commitdiff | diff to current |
2007-06-24 |
Nicholas Clark | s/\bunicode\b/Unicode/; # For everything not dual life |
blob | commitdiff | diff to current |
2007-06-18 |
Rafael Garcia-Suarez | Remove PERL_MAGIC_mutex |
blob | commitdiff | diff to current |
2007-06-12 |
Jim Cromie | mad-const patch |
blob | commitdiff | diff to current |
2007-06-05 |
Rafael Garcia-Suarez | Remove support for assertions and -A |
blob | commitdiff | diff to current |
2007-05-25 |
Andy Lester | Consting dump.c |
blob | commitdiff | diff to current |
2007-05-12 |
Gerard Goossen | move the logic of combining '_' and '#' with the previo... |
blob | commitdiff | diff to current |
2007-04-12 |
Ævar Arnfjörð Bjar... | Re: [PATCH] extflags/pmflags Change 30841, in dump... |
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 |
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-22 |
Rafael Garcia-Suarez | regexp refcount is an integer, not a pointer |
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-12 |
Rafael Garcia-Suarez | Fix a couple of minor typos in comments |
blob | commitdiff | diff to current |
2007-02-20 |
Jarkko Hietaniemi | dump.c: format fixes |
blob | commitdiff | diff to current |
2007-02-02 |
Nicholas Clark | Better dump reporting of "PVBM"s. |
blob | commitdiff | diff to current |
2007-01-15 |
Dave Mitchell | make Dump display the SVf_BREAK flag |
blob | commitdiff | diff to current |
2007-01-08 |
Nicholas Clark | Eliminate pp_threadsv, as it was only ever used by... |
blob | commitdiff | diff to current |
2007-01-04 |
Rafael Garcia-Suarez | Silence a 'null argument' warning |
blob | commitdiff | diff to current |
2007-01-04 |
Yves Orton | Re: [PATCH] Change implementation of %+ to use a proper... |
blob | commitdiff | diff to current |
2007-01-03 |
Nicholas Clark | Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOUR... |
blob | commitdiff | diff to current |
2007-01-03 |
Nicholas Clark | Teach dump about OURSTASH and COP ranges stored in... |
blob | commitdiff | diff to current |
2007-01-02 |
Nicholas Clark | Update copyright years to include 2007. (Plus a couple... |
blob | commitdiff | diff to current |
2007-01-02 |
Nicholas Clark | PVMG can be isUV too. |
blob | commitdiff | diff to current |
2006-12-31 |
Nicholas Clark | Move SVt_BIND to be the lowest type after SVt_NULL... |
blob | commitdiff | diff to current |
2006-12-29 |
Dave Mitchell | further fix for #29543: fix parser leaks caused by... |
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-16 |
Nicholas Clark | Split out the use of SVp_SCREAM for GVs with GPs into... |
blob | commitdiff | diff to current |
2006-12-13 |
Dave Mitchell | misc MAD coredump fixes and parser leak fixes |
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-12 |
Nicholas Clark | Correct the dumping logic for the various bits of flag... |
blob | commitdiff | diff to current |
2006-12-12 |
Nicholas Clark | Shrink Perl_sv_peek() and Perl_do_sv_dump() by using... |
blob | commitdiff | diff to current |
2006-11-23 |
Yves Orton | Cleanup regexp flags and structure |
blob | commitdiff | diff to current |
2006-10-18 |
Nicholas Clark | Using explicit printf-like APIs with a format of "... |
blob | commitdiff | diff to current |
2006-10-07 |
Yves Orton | Re: [PATCH] Initial attempt at named captures for perls... |
blob | commitdiff | diff to current |
2006-09-05 |
Robin Barker | ; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma... |
blob | commitdiff | diff to current |
2006-08-08 |
Jarkko Hietaniemi | g++ stage 1 reached |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi | g++ large patch |
blob | commitdiff | diff to current |
2006-07-16 |
Yves Orton | Re: Fix loads of warnings from the last escaping patch... |
blob | commitdiff | diff to current |
2006-07-15 |
Yves Orton | Updated escaping code. utf8 regex debug output improvements |
blob | commitdiff | diff to current |
2006-07-06 |
Yves Orton | Introduce a new function, pv_escape(), to display conte... |
blob | commitdiff | diff to current |
2006-06-07 |
Andy Lester | dump.c patches |
blob | commitdiff | diff to current |
2006-05-20 |
Dave Mitchell | don't try to dump GVish parts of an LV if it hasn't... |
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-05-03 |
Andy Lester | clean up loops in doio.c and dump.c |
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-20 |
Andy Lester | op_type shrinking |
blob | commitdiff | diff to current |
2006-04-19 |
Nicholas Clark | Calling cv_undef() on the CV created by newCONSTSUB... |
blob | commitdiff | diff to current |
2006-04-18 |
Steve Peters | A fix to change #27845 to get it to compile with -DPERL... |
blob | commitdiff | diff to current |
2006-04-16 |
Andy Lester | dump.c patch redux |
blob | commitdiff | diff to current |
2006-04-15 |
Nicholas Clark | Teach Perl_do_sv_dump how to cope with IOs that have... |
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-15 |
Nicholas Clark | Moving the overloading flag from the reference to the... |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark | Remove two NEWSV()s in the non-ithread dump code that... |
blob | commitdiff | diff to current |
2006-03-09 |
Nicholas Clark | Fix C99ism in dump.c |
blob | commitdiff | diff to current |
2006-03-08 |
Nicholas Clark | MAD changes to dump.c |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark | Curiously none of the macros SvIVX, SvUVX or SvNVX... |
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-23 |
Nicholas Clark | Replace direct flags tests & manipulations for SVpad_TY... |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark | Remove set magic from typeglobs. Remove typeglob magic... |
blob | commitdiff | diff to current |
2006-02-22 |
Nicholas Clark | sv_dump should report the PV for PVGVs, as it can get... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark | PVCVs don't need XNVs either. |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark | Fix sv_dump to dump formats without the (non-existent... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark | xcv_root and xcv_xsub can also be merged into a union... |
blob | commitdiff | diff to current |
2006-02-20 |
Nicholas Clark | xcv_start and xcv_xsubany can be merged into a union... |
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-03 |
Steven Schubiger | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger | s/Nullcv/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger | Re: [PATCH] s/Null(av|ch)/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-06 |
Jarkko Hietaniemi | sprinkle dVAR |
blob | commitdiff | diff to current |
2006-01-04 |
Rafael Garcia-Suarez | More copyright updates |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas | Introduce the macros newSVpvs(str) and sv_catpvs(sv... |
blob | commitdiff | diff to current |
2005-12-30 |
Nicholas Clark | RMAGIC on symbol tables is bad, m'kay. |
blob | commitdiff | diff to current |
2005-12-29 |
Andy Lester | av.c cleanup, plus! |
blob | commitdiff | diff to current |
2005-12-22 |
Andy Lester | Ho! Ho! Ho! Santa brings consting! |
blob | commitdiff | diff to current |
2005-12-19 |
Nicholas Clark | Make sv_dump (and therefore Devel::Peek) report the... |
blob | commitdiff | diff to current |
2005-12-06 |
Andy Lester | More consting, and putting stuff in embed.fnc |
blob | commitdiff | diff to current |
2005-08-16 |
Rafael Garcia-Suarez | Fix for [perl #36853] -Dx can crash bleadperl |
blob | commitdiff | diff to current |
2005-07-15 |
Andy Lester | more embed cleanup |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie | Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark | If gp_flags is unused, why are we even allocating it? |
blob | commitdiff | diff to current |
next |