]> git.saurik.com Git - cycript.git/history - Handler.mm
Theoretically fix bug with in operators in messages.
[cycript.git] / Handler.mm
2012-09-11  Jay Freeman (saurik)Use a single std::istream& to replace file_/data_.
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-07-08  Jay Freeman (saurik)Update injection handler for new local pool semantics.
2010-04-27  Jay Freeman (saurik)Make CYExecute take a CYUTF8String and fix the size...
2010-04-27  Jay Freeman (saurik)Tab-complete FTW!
2009-11-17  Jay Freeman (saurik)Optimized the variable renamer to rename more variables...
2009-11-16  Jay Freeman (saurik)Ported Objective-C bridge to match up with the latest...
2009-11-16  Jay Freeman (saurik)Started working on variable name replacement strategies...
2009-11-15  Jay Freeman (saurik)Fixed some CYInitialize issues noticed back on the...
2009-10-31  Jay Freeman (saurik)Added runloop detection support, ported Handler back...
2009-10-31  Jay Freeman (saurik)Fixed non-CY_ATTACH builds.
2009-10-28  Jay Freeman (saurik)Added getPropertyNames bridging (albeit lame) and fixed...
2009-10-27  Jay Freeman (saurik)Updated todo, license, and title.
2009-10-27  Jay Freeman (saurik)Completed massive refactoring operation to completely...
2009-10-23  Jay Freeman (saurik)Mostly insulated Objective-C from Library.mm.