]> git.saurik.com Git - cycript.git/history - sig/ffi_type.cpp
Let's reserve # entirely for the pre-processor.
[cycript.git] / sig / ffi_type.cpp
2014-01-12  Jay Freeman (saurik)I might misremember, but I don't think these work.
2013-06-22  Jay Freeman (saurik)Reimplement apr_pools using CYPool in libcycript.
2013-06-21  Jay Freeman (saurik)Replace all apr_pool_t * usages with CYPool &.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2012-06-07  Jay Freeman (saurik)Update the copyright: 2009-2010 is now 2009-2012.
2010-07-10  Jay Freeman (saurik)Updated copyright (2010) and license (LGPLv3).
2010-04-24  Jay Freeman (saurik)Pretend to support Blocks.
2009-11-05  Jay Freeman (saurik)Updated copyright and licenses.
2009-10-27  Jay Freeman (saurik)Completed massive refactoring operation to completely...
2009-10-19  Jay Freeman (saurik)Support array ffi_type through some shady argumentaton...
2009-10-10  Jay Freeman (saurik)Moved HTTP server to its own file, implemented toJSON...
2009-10-10  Jay Freeman (saurik)Fixed [4 longLongValue] == 1.522122665807053e+16.
2009-08-31  Jay Freeman (saurik)Generalized FFI calls.
2009-08-31  Jay Freeman (saurik)Initial FFI call success.