]> git.saurik.com Git - cycript.git/history - todo.txt
Make sure autogen.sh works somewhat on a Mac.
[cycript.git] / todo.txt
2010-04-28  Jay Freeman (saurik)Add a crash note in todo.txt.
2010-04-27  Jay Freeman (saurik)Add String::toCYON, toString_s, and bridge NSString...
2010-04-27  Jay Freeman (saurik)Add a space character more consistently.
2010-04-27  Jay Freeman (saurik)Clean up the todo list.
2010-04-27  Jay Freeman (saurik)Fix usage of numeric lierals
2010-04-27  Jay Freeman (saurik)Added auto-complete todo.
2010-04-27  Jay Freeman (saurik)Tab-complete FTW!
2010-04-24  Jay Freeman (saurik)Pretend to support Blocks.
2009-11-19  Jay Freeman (saurik)Fixed the stupid variable renaming issue at the top...
2009-11-19  Jay Freeman (saurik)Fixed all of the memory leaks caused by the new identif...
2009-11-16  Jay Freeman (saurik)Cleaned up the scope code (on the way to let blocks...
2009-11-16  Jay Freeman (saurik)Started working on variable name replacement strategies...
2009-11-15  Jay Freeman (saurik)Fixed the #.prop case, made invalid bridging throw...
2009-11-08  Jay Freeman (saurik)Added some toString() issues to the todo list.
2009-11-04  Jay Freeman (saurik)The release pooling mechanism is now becoming scary.
2009-11-04  Jay Freeman (saurik)Half fixed (at least it doesn't throw an exception...
2009-11-04  Jay Freeman (saurik)Fixed the GC crash of doom that kennytm reported: appar...
2009-11-04  Jay Freeman (saurik)Updated todo list with some random exception-related...
2009-11-02  Jay Freeman (saurik)Changed "%zu" to "%"APR_SIZE_T_FMT on APR format calls...
2009-11-01  Jay Freeman (saurik)Added some cool references to to the todo list.
2009-10-31  Jay Freeman (saurik)Implemented Mach injection: Cycript into any process.
2009-10-30  Jay Freeman (saurik)Added -p <name> and updated todo.
2009-10-30  Jay Freeman (saurik)Mostly fixed the E4X situation, checkpointing for NoRE...
2009-10-29  Jay Freeman (saurik)Mostly fixed the unary star problem.
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)Fixed a crash that was occuring when unowned objects...
2009-10-23  Jay Freeman (saurik)Improved support for null-including strings.
2009-10-18  Jay Freeman (saurik)Slightly reorganized code, fixed @class to work with...
2009-10-18  Jay Freeman (saurik)Started work on array comprehensions, implemented multi...
2009-10-17  Jay Freeman (saurik)Made Selector derive from Function, fixed numerability...
2009-10-17  Jay Freeman (saurik)Started setting up build environment for Cyrver, fixed...
2009-10-10  Jay Freeman (saurik)Added bridging for nlist_64, activated memory manager...
2009-10-10  Jay Freeman (saurik)Started working on CYApplicationMain replacement, added...
2009-10-10  Jay Freeman (saurik)Implemented structure field names, removed parentheses...
2009-10-10  Jay Freeman (saurik)Minor refactoring, checkpoint commit.
2009-10-09  Jay Freeman (saurik)Remove system.global temporarily, added libffi Depends...
2009-10-09  Jay Freeman (saurik)Mostly implemented Struct support.
2009-10-09  Jay Freeman (saurik)Tried to unify naming of classes, removed usages of...