]> git.saurik.com Git - cycript.git/history - JavaScript.hpp
Fix crash when trying to use specifier without int.
[cycript.git] / JavaScript.hpp
2014-01-20  Jay Freeman (saurik)Add a new ?gc to run GC without running a script.
2014-01-20  Jay Freeman (saurik)Provide a new ?destroy to release the JSContext.
2014-01-19  Jay Freeman (saurik)CYONify pointers as the address of their values.
2014-01-12  Jay Freeman (saurik){Functor,Selector}.type should return @encode().
2014-01-10  Jay Freeman (saurik)CYExecute() should run code in a specific context.
2014-01-09  Jay Freeman (saurik)I really really want some kind of Error monad :(.
2013-06-21  Jay Freeman (saurik)Replace all apr_pool_t * usages with CYPool &.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2013-06-15  Jay Freeman (saurik)Clean up a couple #include and build dependencies.
2012-06-07  Jay Freeman (saurik)Update the copyright: 2009-2010 is now 2009-2012.
2012-06-03  Jay Freeman (saurik)Expose Objective-C class names to tab completion.
2012-06-03  Jay Freeman (saurik)Split JavaScript Array utility functions into Library.
2010-07-10  Jay Freeman (saurik)Updated copyright (2010) and license (LGPLv3).
2010-04-27  Jay Freeman (saurik)Add String::toCYON, toString_s, and bridge NSString...
2010-04-27  Jay Freeman (saurik)Make CYExecute take a CYUTF8String and fix the size...
2010-04-01  Douglas William... It successfully compiles on a Mac. Compiles, that's...
2009-11-19  Jay Freeman (saurik)Drastic performance enhancement by using a perfect...
2009-11-15  Jay Freeman (saurik)Factored out the execution engine from the compiler.
2009-11-05  Jay Freeman (saurik)Updated copyright and licenses.
2009-11-04  Jay Freeman (saurik)Removed all global cache objects, placing them in a...
2009-11-04  Jay Freeman (saurik)Started the refactoring required for multi-context.
2009-10-27  Jay Freeman (saurik)Updated todo, license, and title.
2009-10-27  Jay Freeman (saurik)Completed massive refactoring operation to completely...