In perl.git, the branch deletelocal has been created
<http://perl5.git.perl.org/perl.git/commitdiff/7332a6c406299d5e73836d2410689bd7c3ae4782?hp=0000000000000000000000000000000000000000>
at 7332a6c406299d5e73836d2410689bd7c3ae4782 (commit)
- Log -----------------------------------------------------------------
commit 7332a6c406299d5e73836d2410689bd7c3ae4782
Author: Vincent Pit <[email protected]>
Date: Fri Jan 2 10:26:57 2009 +0100
Introduce "delete local"
M embed.fnc
M embed.h
M op.c
M op.h
M pp.c
M proto.h
M t/op/local.t
commit 47cfc530daffd82ce559257488607278cf379aa8
Author: Vincent Pit <[email protected]>
Date: Sat Jul 25 18:24:31 2009 +0200
Use the new SAVEHDELETE() macro wherever possible
M pp.c
M pp_hot.c
commit af097752b446f87855473ee776be3a2d7b735986
Author: Vincent Pit <[email protected]>
Date: Sat Jul 25 18:19:51 2009 +0200
Introduce save_hdelete() and SAVEHDELETE()
save_hdelete() is just like save_delete() except that it takes an SV
instead of char buffer.
M embed.fnc
M embed.h
M global.sym
M proto.h
M scope.c
M scope.h
commit 75d34a09f38381e487470136b539a7fba0f02b44
Author: Vincent Pit <[email protected]>
Date: Sat Jul 25 00:43:56 2009 +0200
Add a new SAVEf_KEEPOLDELEM flag to save_scalar_at() and
save_{a,h}elem_flags()
When set, save_scalar_at() doesn't replace the given SV by a fresh new one.
local magic is not called in this case.
M scope.c
M scope.h
commit 91d1c79f6c648258e3465cf0cdbe8df3ab262de1
Author: Vincent Pit <[email protected]>
Date: Sat Jul 25 00:15:07 2009 +0200
Introduce save_aelem_flags()
It's the symmetric of save_helem_flags(). save_aelem() is now a macro
wrapping around save_aelem_flags().
M embed.fnc
M embed.h
M global.sym
M proto.h
M scope.c
M scope.h
-----------------------------------------------------------------------
--
Perl5 Master Repository