2007-01-19 |
Nicholas Clark | Marcus Holland-Moritz notes that the first argument to
|
commit | commitdiff | tree |
2007-01-19 |
Nicholas Clark | Fix breakage for -DDEBUGGING accidentally introduced...
|
commit | commitdiff | tree |
2007-01-19 |
Nicholas Clark | Add a parameter to Perl_get_arena() to pass in the...
|
commit | commitdiff | tree |
2007-01-19 |
Nicholas Clark | I think that it's clearer if aroot is only struct arena_set *
|
commit | commitdiff | tree |
2007-01-19 |
Nicholas Clark | As Perl_get_arena() is dealing with sizes, use size_t...
|
commit | commitdiff | tree |
2007-01-18 |
Nicholas Clark | Move C<static bool done_sanity_check;> inside the only...
|
commit | commitdiff | tree |
2007-01-18 |
Nicholas Clark | Add in missing dVAR that prevents compilation with
|
commit | commitdiff | tree |
2007-01-18 |
Nicholas Clark | Move the flag checking for isGV_with_GP() into the...
|
commit | commitdiff | tree |
2007-01-18 |
Nicholas Clark | Given that we now do the tests in S_visit() to avoid...
|
commit | commitdiff | tree |
2007-01-18 |
Nicholas Clark | As PVLVs can hold globs in some cases, I think that...
|
commit | commitdiff | tree |
2007-01-17 |
Nicholas Clark | Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in...
|
commit | commitdiff | tree |
2007-01-17 |
Nicholas Clark | Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_rele...
|
commit | commitdiff | tree |
2007-01-17 |
Nicholas Clark | If we use SvUPGRADE() rather than sv_upgrade() then...
|
commit | commitdiff | tree |
2007-01-15 |
Nicholas Clark | pp_rv2av and pp_rv2hv have a lot of common code, so...
|
commit | commitdiff | tree |
2007-01-15 |
Nicholas Clark | Make changes analagous to pp_rv2hv's 21394 and 24489...
|
commit | commitdiff | tree |
2007-01-15 |
Nicholas Clark | Add get_cvn_flags(), which is like get_cv() but takes...
|
commit | commitdiff | tree |
2007-01-15 |
Nicholas Clark | Test that names with embedded NULs work for symbolic...
|
commit | commitdiff | tree |
2007-01-13 |
Nicholas Clark | In S_hfreeentries, orig_array can be const.
|
commit | commitdiff | tree |
2007-01-11 |
Nicholas Clark | Change 29753 messed up do_hv_dump() [my fault]
|
commit | commitdiff | tree |
2007-01-11 |
Nicholas Clark | do_gv_dump, do_gvgv_dump and do_hv_dump call all actually...
|
commit | commitdiff | tree |
2007-01-11 |
Nicholas Clark | In toke.c, merge S_update_debugger_info_pv() and
|
commit | commitdiff | tree |
2007-01-10 |
Nicholas Clark | An implementation of change 29735 for blead (PL_curcop...
|
commit | commitdiff | tree |
2007-01-09 |
Nicholas Clark | Make minimod.pl warnings and strict clean.
|
commit | commitdiff | tree |
2007-01-09 |
Nicholas Clark | Make makedef.pl warnings and strict clean.
|
commit | commitdiff | tree |
2007-01-09 |
Nicholas Clark | Make keywords.pl strict and warnings clean.
|
commit | commitdiff | tree |
2007-01-09 |
Nicholas Clark | Make autodoc.pl strict clean.
|
commit | commitdiff | tree |
2007-01-09 |
Nicholas Clark | Make opcode.pl strict and warnings clean.
|
commit | commitdiff | tree |
2007-01-09 |
Nicholas Clark | socketpair.t was written in 2001. At that time, Test...
|
commit | commitdiff | tree |
2007-01-08 |
Nicholas Clark | Eliminate pp_threadsv, as it was only ever used by...
|
commit | commitdiff | tree |
2007-01-08 |
Nicholas Clark | do or die; for all the List::Util pure perl tests.
|
commit | commitdiff | tree |
2007-01-08 |
Nicholas Clark | do $file; won't propagate errors from die, as do is...
|
commit | commitdiff | tree |
2007-01-08 |
Nicholas Clark | Mention -C on #! line in perltodo. Remove some trailing...
|
commit | commitdiff | tree |
2007-01-03 |
Nicholas Clark | Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH...
|
commit | commitdiff | tree |
2007-01-03 |
Nicholas Clark | Teach dump about OURSTASH and COP ranges stored in...
|
commit | commitdiff | tree |
2007-01-03 |
Nicholas Clark | Make the ptr_table functions available in an unthreaded...
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | Update copyright years to include 2007. (Plus a couple...
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | Assignment to a tainted variable was causing confusion...
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | PVMG can be isUV too.
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | Copying to FORMATs should work (and not fail assertions...
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | It's good to be able to dump FORMATs too :-)
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | Remove the vestigal "#if 0"s from header files that...
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MUL...
|
commit | commitdiff | tree |
2007-01-02 |
Nicholas Clark | Note that the examples for the structure copying bug...
|
commit | commitdiff | tree |
2006-12-31 |
Nicholas Clark | Rationalise the logic in lex_start for creating a new...
|
commit | commitdiff | tree |
2006-12-31 |
Nicholas Clark | As freeing up PL_linestr is now done via the scope...
|
commit | commitdiff | tree |
2006-12-31 |
Nicholas Clark | PL_linestr needs to survive until the end of scope...
|
commit | commitdiff | tree |
2006-12-31 |
Nicholas Clark | Move SVt_BIND to be the lowest type after SVt_NULL...
|
commit | commitdiff | tree |
2006-12-29 |
Nicholas Clark | With xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX...
|
commit | commitdiff | tree |
2006-12-29 |
Nicholas Clark | I failed to run regen.pl to propagate my pad.c changes...
|
commit | commitdiff | tree |
2006-12-29 |
Nicholas Clark | In Perl_fbm_compile, really rarest should be U32 not...
|
commit | commitdiff | tree |
2006-12-28 |
Nicholas Clark | Eliminate BmPREVIOUS_set - with the complexity gone...
|
commit | commitdiff | tree |
2006-12-28 |
Nicholas Clark | Move all the FBM data fields from the table into a...
|
commit | commitdiff | tree |
2006-12-28 |
Nicholas Clark | With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy...
|
commit | commitdiff | tree |
2006-12-28 |
Nicholas Clark | Move PAD_COMPNAME_GEN from SvCUR to SvUVX.
|
commit | commitdiff | tree |
2006-12-28 |
Nicholas Clark | Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
|
commit | commitdiff | tree |
2006-12-28 |
Nicholas Clark | Move the low/high cop sequences from NVX/IVX to a two...
|
commit | commitdiff | tree |
2006-12-28 |
Nicholas Clark | Abstract the pad code's overloaded use of SvNVX and...
|
commit | commitdiff | tree |
2006-12-28 |
Nicholas Clark | Change PAD_MAX to something a bit less FORTRAN-ish...
|
commit | commitdiff | tree |
2006-12-27 |
Yves Orton | Macroize char class tests in case to remove duplicated...
|
commit | commitdiff | tree |
2006-12-18 |
Nicholas Clark | Making strict et al propagate into autoloaded subroutines...
|
commit | commitdiff | tree |
2006-12-18 |
Nicholas Clark | Ensure that POSIX.pm is strict and warnings compliant...
|
commit | commitdiff | tree |
2006-12-18 |
Nicholas Clark | Given that POSIX already has AutoLoader loaded, move...
|
commit | commitdiff | tree |
2006-12-18 |
Nicholas Clark | POSIX::SigAction::new can be moved into the AUTOLOAD...
|
commit | commitdiff | tree |
2006-12-16 |
Nicholas Clark | Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym...
|
commit | commitdiff | tree |
2006-12-16 |
Nicholas Clark | Split out the use of SVp_SCREAM for GVs with GPs into...
|
commit | commitdiff | tree |
2006-12-15 |
Nicholas Clark | Better documentation for SVf_UTF8. Including SvPV(...
|
commit | commitdiff | tree |
2006-12-14 |
Nicholas Clark | Turn a tab into 2 spaces to make more room for comments...
|
commit | commitdiff | tree |
2006-12-13 |
Nicholas Clark | Swap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_TABLE...
|
commit | commitdiff | tree |
2006-12-13 |
Nicholas Clark | Restore the two comments describing BmRARE and BmPREVIOUS...
|
commit | commitdiff | tree |
2006-12-13 |
Nicholas Clark | Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
|
commit | commitdiff | tree |
2006-12-12 |
Nicholas Clark | In theory Perl_magic_setbm() should clear SvTAIL()...
|
commit | commitdiff | tree |
2006-12-12 |
Nicholas Clark | Correct the dumping logic for the various bits of flag...
|
commit | commitdiff | tree |
2006-12-12 |
Nicholas Clark | Oops. As of some point one stopped being able to assign...
|
commit | commitdiff | tree |
2006-12-12 |
Nicholas Clark | Correct some assumptions about PVBM table offset in...
|
commit | commitdiff | tree |
2006-12-12 |
Nicholas Clark | Assert that SvPAD_TYPED_on(), SvPAD_OUR_on() and SvPAD_STATE...
|
commit | commitdiff | tree |
2006-12-12 |
Nicholas Clark | Assert that PVGVs are never SvVALID() in the PVBM sense.
|
commit | commitdiff | tree |
2006-12-12 |
Nicholas Clark | pads haven't actually contained any PVGVs since change...
|
commit | commitdiff | tree |
2006-12-12 |
Nicholas Clark | Shrink Perl_sv_peek() and Perl_do_sv_dump() by using...
|
commit | commitdiff | tree |
2006-12-12 |
Nicholas Clark | By moving xbm_previous into the SvPVX, we save a U16...
|
commit | commitdiff | tree |
2006-12-11 |
Nicholas Clark | Fix allocation bug in change 29524.
|
commit | commitdiff | tree |
2006-12-11 |
Nicholas Clark | Add BmPREVIOUS_set(), and use it in the one place that...
|
commit | commitdiff | tree |
2006-12-11 |
Nicholas Clark | Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TA...
|
commit | commitdiff | tree |
2006-12-11 |
Nicholas Clark | Fix typo in change 29518 which broke non-debugging...
|
commit | commitdiff | tree |
2006-12-11 |
Nicholas Clark | Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET_FROM...
|
commit | commitdiff | tree |
2006-12-11 |
Nicholas Clark | Assert that BmRARE() BmPREVIOUS() and BmUSEFUL() are...
|
commit | commitdiff | tree |
2006-12-11 |
Nicholas Clark | Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior...
|
commit | commitdiff | tree |
2006-12-11 |
Nicholas Clark | Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID...
|
commit | commitdiff | tree |
2006-12-10 |
Nicholas Clark | Remove code duplication in S_to_utf8_substr() and S_to_byte_...
|
commit | commitdiff | tree |
2006-12-10 |
Nicholas Clark | Downgrading a fixed or floating substring of a pattern...
|
commit | commitdiff | tree |
2006-12-10 |
Nicholas Clark | Swap SVpbm_TAIL and SVpbm_VALID.
|
commit | commitdiff | tree |
2006-12-09 |
Nicholas Clark | PVBMs mustn't enter anything that turns SVIVisUV_on().
|
commit | commitdiff | tree |
2006-12-09 |
Nicholas Clark | Exterminate! 2 pieces of superfluous code related to...
|
commit | commitdiff | tree |
2006-12-08 |
Nicholas Clark | In Perl_fbm_instr(), no need to calculate the address...
|
commit | commitdiff | tree |
2006-12-08 |
Nicholas Clark | assert that SvTAIL() isn't being called on PVAVs or...
|
commit | commitdiff | tree |
2006-12-08 |
Nicholas Clark | Wrap some macro arguments in () to avoid precedence...
|
commit | commitdiff | tree |
2006-12-08 |
Nicholas Clark | Perl_screaminstr() must be called with littlestr as...
|
commit | commitdiff | tree |
2006-12-08 |
Nicholas Clark | Assert that BmRARE, BmUSEFUL and BmPREVIOUS are only...
|
commit | commitdiff | tree |
2006-12-08 |
Nicholas Clark | No need to upgrade if all we're going to do is return.
|
commit | commitdiff | tree |
2006-12-05 |
Yves Orton | Re: [PATCH] Further tweaks to make it easier to create...
|
commit | commitdiff | tree |
2006-12-04 |
Nicholas Clark | Move Perl_get_db_sub() from pp_hot.c to util.c
|
commit | commitdiff | tree |
next |