]> git.saurik.com Git - cycript.git/history - String.hpp
With -p on all platforms, we can't use asprintf().
[cycript.git] / String.hpp
2016-09-06  Jay Freeman (saurik)Repair build when JavaScriptCore is not available.
2016-01-04  Jay Freeman (saurik)Add a ?reparse mode to experiment pretty printing.
2016-01-03  Jay Freeman (saurik)Do not output class extension syntax for Object{}.
2016-01-03  Jay Freeman (saurik)Refactor all of Java bridge to release references.
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)This implementation for Java works, but I hate it.
2015-12-08  Jay Freeman (saurik)Remove ?syntax and set failure exit code on throw.
2015-12-02  Jay Freeman (saurik)The grammar and lexer should not share a filename.
2015-11-26  Jay Freeman (saurik)Use -fvisibility=hidden to avoid slow symbol stub.
2015-11-10  Jay Freeman (saurik)Update copyright for 2015 (and it is almost 2016).
2014-10-11  Jay Freeman (saurik)Update copyright for 2014 and relicense to AGPLv3.
2014-01-10  Jay Freeman (saurik)Implement /etc/cycript/setup.d (temporary name).
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).
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-04-27  Jay Freeman (saurik)Tab-complete FTW!
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-10-27  Jay Freeman (saurik)Updated todo, license, and title.
2009-10-27  Jay Freeman (saurik)Completed massive refactoring operation to completely...