Re: 4.1 Eubins
- Posted by mattlewis (admin) May 29, 2011
- 1582 views
zebra said...
Matt: When you release binaries please include a list of keywords or change error messages to indicate that there is a conflict with a keyword. I have a function called sizeof(object o) in my code and the error said that sizeof() was expecting a atom. This broke a lot of my code. Thanks
Sorry...these things are discussed in the release notes, which haven't been included in eubins. They're in the docs/release directory of the source repository. So, far, these new built-ins have been added for 4.1:
- sizeof
- peek8s
- peek8u
- poke8
- peek_pointer
- poke_pointer
Matt