]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Revamp the different su_ud_* subtypes
authorVincent Pit <vince@profvince.com>
Mon, 3 Aug 2015 13:42:36 +0000 (10:42 -0300)
committerVincent Pit <vince@profvince.com>
Mon, 3 Aug 2015 13:42:36 +0000 (10:42 -0300)
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.


No differences found