]> git.saurik.com Git - cycript.git/history - Exception.hpp
Port to the now modern version of GNUstep (Linux).
[cycript.git] / Exception.hpp
2015-11-05  Jay Freeman (saurik)Port to the now modern version of GNUstep (Linux).
2015-10-28  Jay Freeman (saurik)Port to Substrate: use cynject (this is GPL-safe).
2014-10-13  Jay Freeman (saurik)C++11 now defaults destructors to noexcept(true).
2014-10-11  Jay Freeman (saurik)Update copyright for 2014 and relicense to AGPLv3.
2014-10-11  Jay Freeman (saurik)Remove APR dependency: getopt_long actually works.
2014-10-11  Jay Freeman (saurik)Correct "error: taking address of temporary array".
2014-01-29  Jay Freeman (saurik)Remove all Objective-C selector bridge definitions.
2014-01-26  Jay Freeman (saurik)Allow errno exceptions to _syscall()'s _assert().
2014-01-15  Jay Freeman (saurik)Sort of improve the error messages from _assert.
2014-01-09  Jay Freeman (saurik)Factor JSValueRef exception arguments to _jsccall.
2013-06-22  Jay Freeman (saurik)Reimplement apr_pools using CYPool in libcycript.
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-12  Jay Freeman (saurik)Use explicit typed value for CYCatch error return.
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).
2009-11-19  Jay Freeman (saurik)Fixing various FreeBSD issues.
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-01  Jay Freeman (saurik)Welcome to Leopard.
2009-10-31  Jay Freeman (saurik)Implemented Mach injection: Cycript into any process.
2009-10-27  Jay Freeman (saurik)Updated todo, license, and title.
2009-10-27  Jay Freeman (saurik)Completed massive refactoring operation to completely...