]> git.saurik.com Git - cycript.git/history - Local.hpp
Refactor some for loops to a CYForEach() over CYNext<>.
[cycript.git] / Local.hpp
2010-07-10  Jay Freeman (saurik)Updated copyright (2010) and license (LGPLv3).
2010-07-08  Jay Freeman (saurik)Switch from __thread to pthread_[gs]etspecific().
2010-07-08  Jay Freeman (saurik)Changed from a threaded pool to a thread-local pool...