]> git.saurik.com Git - cycript.git/history - List.hpp
Also use CXType walker to for function prototypes.
[cycript.git] / List.hpp
2016-01-02  Jay Freeman (saurik)Update the copyright year now that 2016 has begun.
2015-12-19  Jay Freeman (saurik)Finally provide totally legit support for structs.
2015-12-07  Jay Freeman (saurik)Implement ECMAScript 6 class syntax (sort of?...).
2015-11-24  Jay Freeman (saurik)Support implicit return from block_lambda_revival.
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.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2012-06-08  Jay Freeman (saurik)Split CYLast into CYSetLast (eol) and CYGetLast.
2012-06-08  Jay Freeman (saurik)Refactor CYSetLast to return a reference to the eol.
2012-06-07  Jay Freeman (saurik)Update the copyright: 2009-2010 is now 2009-2012.
2010-07-12  Jay Freeman (saurik)Move CYNext, CYSetLast, and CYForEach to List.hpp.