]> git.saurik.com Git - cycript.git/history - libcycript.cy
Also use CXType walker to for function prototypes.
[cycript.git] / libcycript.cy
2016-01-07  Jay Freeman (saurik)Protect system, add process.argv and global print.
2016-01-07  Jay Freeman (saurik)Do not output an empty comment for an empty stack.
2016-01-06  Jay Freeman (saurik)Use pool.atexit to free Objective-C "list copies".
2016-01-06  Jay Freeman (saurik)Lazy load JVM, as it is slow and crashes on iOS 9.
2016-01-04  Jay Freeman (saurik)Add a simple implementation of getcwd for node.js.
2016-01-02  Jay Freeman (saurik)Update the copyright year now that 2016 has begun.
2016-01-02  Jay Freeman (saurik)Made lots of progress on Java bridge (checkpoint).
2016-01-01  Jay Freeman (saurik)Use * and -> syntax to unify Java and Objective-C.
2016-01-01  Jay Freeman (saurik)Add x.[] syntax for "legitimate" subscript access.
2016-01-01  Jay Freeman (saurik)This implementation for Java works, but I hate it.
2015-12-30  Jay Freeman (saurik)Move x.type() to typeid(x) and implement variadic.
2015-12-23  Jay Freeman (saurik)Error instances that weren't thrown have no stack.
2015-12-23  Jay Freeman (saurik)Provide toCYON for more built-in JavaScript types.
2015-12-23  Jay Freeman (saurik)Provide access to errno (though not from console).
2015-12-23  Jay Freeman (saurik)Implement synchronous lstat: node.js binding demo.
2015-12-23  Jay Freeman (saurik)Work around libclang to find parameterized macros.
2015-12-23  Jay Freeman (saurik)Convert static inline functions into bridge stubs.
2015-12-21  Jay Freeman (saurik)Cache crazy dlopen/dladdr library path gymnastics.
2015-12-21  Jay Freeman (saurik)Forgot to include license header in libcycript.cy.
2015-12-21  Jay Freeman (saurik)Print the sort-of stack trace from JavaScriptCore.
2015-12-21  Jay Freeman (saurik)Support requiring simple modules installed by npm.
2015-12-19  Jay Freeman (saurik)Port Error.toCYON() to JS and write Date.toCYON().