]> git.saurik.com Git - cycript.git/history - Decode.cpp
Remove flex/gperf hacks (this was fixed upstream).
[cycript.git] / Decode.cpp
2015-11-10  Jay Freeman (saurik)Update copyright for 2015 (and it is almost 2016).
2014-10-11  Jay Freeman (saurik)Update copyright for 2014 and relicense to AGPLv3.
2014-01-24  Jay Freeman (saurik)Unknown block arguments can decode to NSBlock *.
2014-01-21  Jay Freeman (saurik)Do not ever use NULL type_s, even for ? encoding.
2014-01-21  Jay Freeman (saurik)Implement full unsigned/signed/long/short syntax.
2014-01-17  Jay Freeman (saurik)Add support to @encode, Decode_, and With blocks.
2014-01-12  Jay Freeman (saurik)Make @encode(char *) and new Type("r*") both work.
2014-01-12  Jay Freeman (saurik){Functor,Selector}.type should return @encode().