2013-09-09 |
Jay Freeman (saurik) | Drop -sys distinction and stabilize Xcode build. |
blob | commitdiff | raw |
2012-09-15 |
Jay Freeman (saurik) | Allow Objective-C blocks as a short Functor syntax. |
blob | commitdiff | raw | diff to current |
2012-09-15 |
Jay Freeman (saurik) | Allow Type objects to have associated identifiers. |
blob | commitdiff | raw | diff to current |
2012-09-15 |
Jay Freeman (saurik) | Add .constant to Type (although encoding is weird). |
blob | commitdiff | raw | diff to current |
2012-09-13 |
Jay Freeman (saurik) | Fix the implementation of cy$toJSON for primitives. |
blob | commitdiff | raw | diff to current |
2012-09-12 |
Jay Freeman (saurik) | Syntax highlight commands as the user types them. |
blob | commitdiff | raw | diff to current |
2012-09-11 |
Jay Freeman (saurik) | Use a single std::istream& to replace file_/data_. |
blob | commitdiff | raw | diff to current |
2012-09-11 |
Jay Freeman (saurik) | Commit the large accumulation of todo.txt changes. |
blob | commitdiff | raw | diff to current |
2012-06-04 |
Jay Freeman (saurik) | Add some syntax todo items from Clang documentation. |
blob | commitdiff | raw | diff to current |
2012-06-04 |
Jay Freeman (saurik) | Update the todo list with the new tasks from stash. |
blob | commitdiff | raw | diff to current |
2011-05-23 |
Jay Freeman (saurik) | More consistent Trampoline error handling. |
blob | commitdiff | raw | diff to current |
2011-05-20 |
Jay Freeman (saurik) | Update todo.txt from Carrier. |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Jay Freeman (saurik) | ECMAScript5 no longer supports with(), so we need to... |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Jay Freeman (saurik) | Rule #7 |
blob | commitdiff | raw | diff to current |
2010-07-05 |
Jay Freeman (saurik) | Updating todo. |
blob | commitdiff | raw | diff to current |
2010-05-02 |
Jay Freeman (saurik) | Got universal inject working. |
blob | commitdiff | raw | diff to current |
2010-04-28 |
Jay Freeman (saurik) | Add a crash note in todo.txt. |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Add String::toCYON, toString_s, and bridge NSString... |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Add a space character more consistently. |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Clean up the todo list. |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Fix usage of numeric lierals |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Added auto-complete todo. |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Tab-complete FTW! |
blob | commitdiff | raw | diff to current |
2010-04-24 |
Jay Freeman (saurik) | Pretend to support Blocks. |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Jay Freeman (saurik) | Fixed the stupid variable renaming issue at the top... |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Jay Freeman (saurik) | Fixed all of the memory leaks caused by the new identif... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Jay Freeman (saurik) | Cleaned up the scope code (on the way to let blocks... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Jay Freeman (saurik) | Started working on variable name replacement strategies... |
blob | commitdiff | raw | diff to current |
2009-11-15 |
Jay Freeman (saurik) | Fixed the #.prop case, made invalid bridging throw... |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Jay Freeman (saurik) | Added some toString() issues to the todo list. |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Jay Freeman (saurik) | The release pooling mechanism is now becoming scary. |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Jay Freeman (saurik) | Half fixed (at least it doesn't throw an exception... |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Jay Freeman (saurik) | Fixed the GC crash of doom that kennytm reported: appar... |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Jay Freeman (saurik) | Updated todo list with some random exception-related... |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Jay Freeman (saurik) | Changed "%zu" to "%"APR_SIZE_T_FMT on APR format calls... |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Jay Freeman (saurik) | Added some cool references to to the todo list. |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Jay Freeman (saurik) | Implemented Mach injection: Cycript into any process. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Jay Freeman (saurik) | Added -p <name> and updated todo. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Jay Freeman (saurik) | Mostly fixed the E4X situation, checkpointing for NoRE... |
blob | commitdiff | raw | diff to current |
2009-10-29 |
Jay Freeman (saurik) | Mostly fixed the unary star problem. |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Jay Freeman (saurik) | Added getPropertyNames bridging (albeit lame) and fixed... |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Jay Freeman (saurik) | Updated todo, license, and title. |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Jay Freeman (saurik) | Completed massive refactoring operation to completely... |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Jay Freeman (saurik) | Fixed a crash that was occuring when unowned objects... |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Jay Freeman (saurik) | Improved support for null-including strings. |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Jay Freeman (saurik) | Slightly reorganized code, fixed @class to work with... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Jay Freeman (saurik) | Started work on array comprehensions, implemented multi... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Jay Freeman (saurik) | Made Selector derive from Function, fixed numerability... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Jay Freeman (saurik) | Started setting up build environment for Cyrver, fixed... |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Jay Freeman (saurik) | Added bridging for nlist_64, activated memory manager... |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Jay Freeman (saurik) | Started working on CYApplicationMain replacement, added... |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Jay Freeman (saurik) | Implemented structure field names, removed parentheses... |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Jay Freeman (saurik) | Minor refactoring, checkpoint commit. |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Jay Freeman (saurik) | Remove system.global temporarily, added libffi Depends... |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Jay Freeman (saurik) | Mostly implemented Struct support. |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Jay Freeman (saurik) | Tried to unify naming of classes, removed usages of... |
blob | commitdiff | raw | diff to current |
|