From: Vincent Pit Date: Mon, 3 Aug 2015 13:42:36 +0000 (-0300) Subject: Revamp the different su_ud_* subtypes X-Git-Tag: rt104751~3 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=4a3ab7275211e151453a5210a7d60e884163eddb;hp=4a3ab7275211e151453a5210a7d60e884163eddb;p=perl%2Fmodules%2FScope-Upper.git Revamp the different su_ud_* subtypes For reap(), su_call() now only gets the SV cb and not the whole su_ud_reap structure. This lets us free the ud in su_pop(), and likewise for su_localize(). As for the uid feature, it gets its own su_ud_uid structure instead of hijacking su_ud_reap, so that su_uid_bump() is no longer needed. ---