Changeset 353719a for perlglue.xs


Ignore:
Timestamp:
Feb 19, 2013, 8:29:04 PM (12 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10
Children:
5001a3d
Parents:
06e04a9
git-author:
David Benjamin <davidben@mit.edu> (06/09/12 16:07:20)
git-committer:
David Benjamin <davidben@mit.edu> (02/19/13 20:29:04)
Message:
Start of perlvariables iteration N+1

New plan: the C <-> perl interface deals entirely with strings. Storage
is entirely perl-side. C does not know and doesn't care about the
underlying perl-side types. Note that this means an "int" variable in C
land and an "int" variable in perl land have no relation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlglue.xs

    r06e04a9 r353719a  
    405405MODULE = BarnOwl                PACKAGE = BarnOwl::Internal
    406406
     407/* TODO: Revise this after churn is done.
    407408void
    408409new_variable_full(name, summary, desc, type, data, default_val, get_fn, get_default_fn, tostring_fn, validate_fn, set_fn, fromstring_fn)
     
    474475        PUTBACK;
    475476}
     477*/
    476478
    477479void
Note: See TracChangeset for help on using the changeset viewer.