2009-09-14 |
Nicholas Clark |
Add PERL_ARGS_ASSERT_* macros where missing; move where... |
blob | commitdiff |
2009-09-14 |
Nicholas Clark |
Fix the build for -Dmad - f0e3f042f14b829f missed a... |
blob | commitdiff | diff to current |
2009-08-31 |
Nicholas Clark |
Remove an extraneous aTHX_ added in f0e3f042f14b, which... |
blob | commitdiff | diff to current |
2009-08-30 |
Chip Salzenberg |
finish implementing -DB vs. -Dx |
blob | commitdiff | diff to current |
2009-08-21 |
Zefram |
Add clear magic to %^H so that the HE chain is reset... |
blob | commitdiff | diff to current |
2009-08-16 |
David Mitchell |
sv_peek(): SvOOK offset is no longer in IVX |
blob | commitdiff | diff to current |
2009-07-25 |
Nicholas Clark |
When dumping a hash, display the mro_meta structure... |
blob | commitdiff | diff to current |
2009-07-09 |
Chip Salzenberg |
fix segfault in -Dx without threads |
blob | commitdiff | diff to current |
2009-06-02 |
Stepan Kasal |
parenthesize check for a flag |
blob | commitdiff | diff to current |
2009-04-13 |
Nicholas Clark |
Remove CVf_LOCKED and CvLOCKED*(), now that nothing... |
blob | commitdiff | diff to current |
2009-04-13 |
Nicholas Clark |
GvUNIQUE* have been defined as 0 since 2005/06/30 ... |
blob | commitdiff | diff to current |
2008-11-15 |
Rafael Garcia-Suarez |
Add a dump to help tracing taint bugs, by Chip Salzenberg |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen |
PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-10-31 |
Nicholas Clark |
Add MUTABLE_GV(), and eliminate (V *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark |
Eliminate (SV *) casts from the rest of *.c, picking... |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz |
Use pvs macros instead of pvn where possible. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Eliminate (AV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz |
Remove redundant (and wrong) prototype for pv_display() |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
As Perl_cv_const_sv() now takes a const CV *, use that... |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz |
Remove redundant API definitions from '=for apidoc... |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
Every remaining (HV *) cast in *.c |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-07-31 |
Nicholas Clark |
You can't (and shouldn't) use CvDEPTH on a PVFM. |
blob | commitdiff | diff to current |
2008-07-12 |
Nicholas Clark |
PVFMs don't need to access the IVX any more. (as of... |
blob | commitdiff | diff to current |
2008-07-11 |
Nicholas Clark |
Also dump the SvPVX of PVFMs. |
blob | commitdiff | diff to current |
2008-06-25 |
Reini Urban |
Re: split smoke for threaded -DDEBUGGING builds |
blob | commitdiff | diff to current |
2008-06-24 |
Reini Urban |
fix debop with pad const |
blob | commitdiff | diff to current |
2008-04-06 |
Nicholas Clark |
Replace all remaining accesses to COP's cop_label with... |
blob | commitdiff | diff to current |
2008-03-27 |
Gerard Goossen |
MAD dump xml escape regex |
blob | commitdiff | diff to current |
2008-02-25 |
Jim Cromie |
Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macros |
blob | commitdiff | diff to current |
2008-02-23 |
Vincent Pit |
Re: [PATCH] Splitting OP_CONST (Was: pp_const, not... |
blob | commitdiff | diff to current |
2008-02-13 |
Vincent Pit |
PERL_MAGIC_uvar_elem should be 'u' in dump.c |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark |
assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark |
Eliminate the OP_SETSTATE, which had been disabled... |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark |
Change 33069 missed updating dump.c to dump PVIOs corre... |
blob | commitdiff | diff to current |
2008-01-06 |
Nicholas Clark |
Fix a bug in mad - regexps can be 8 bit, not just ASCII... |
blob | commitdiff | diff to current |
2008-01-06 |
Marcus Holland-Moritz |
Fix compilation issues and warnings with exotic configu... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Don't allocate the NV slot for SVt_REGEXP. |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Replace all reads of RXf_UTF8 with RX_UTF8(). |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
BER is all very well, but it turns out that it's better... |
blob | commitdiff | diff to current |
2008-01-04 |
Nicholas Clark |
Re-implement the SvOOK() hack to store the offset as... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Fixes to get MAD working after change 32804, and some... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Make struct regexp the body of SVt_REGEXP SVs, REGEXPs... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Wrap all deferences of struct regexp* in macros RX_... |
blob | commitdiff | diff to current |
2007-12-29 |
Nicholas Clark |
Wrap wrapped and wraplen from struct regexp in macros... |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
Wrap all accesses to the members precomp and prelen... |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
Dump the REGEXP member of SVt_REGEXP. |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
First class regexps. |
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-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 |
next |