]> git.saurik.com Git - cycript.git/history - Library.cpp
Started the refactoring required for multi-context.
[cycript.git] / Library.cpp
2009-11-04  Jay Freeman (saurik)Started the refactoring required for multi-context.
2009-11-04  Jay Freeman (saurik)Broke SetupContext into an Initialize part.
2009-11-04  Jay Freeman (saurik)Fixed the GC crash of doom that kennytm reported: appar...
2009-11-04  Jay Freeman (saurik)Finished implementing array ffi.
2009-11-04  Jay Freeman (saurik)Setup Pointer to emulate an Array.
2009-11-04  Jay Freeman (saurik)Fixed a new Type_privateData NULL pool assert.
2009-11-04  Jay Freeman (saurik)Switched from _assert(false) to CYThrow() in FromFFI.
2009-11-02  Jay Freeman (saurik)Changed "%zu" to "%"APR_SIZE_T_FMT on APR format calls...
2009-11-02  Jay Freeman (saurik)Fixed the exception throwing mechanism to throw real...
2009-11-01  Jay Freeman (saurik)Desktop Mac seems to use ^{_objc_class=...} instead...
2009-11-01  Jay Freeman (saurik)Fixed GNUstep.
2009-11-01  Jay Freeman (saurik)Attempted to port back to Linux.
2009-11-01  Jay Freeman (saurik)Implemented dpkg dependency generation for Leopard...
2009-10-31  Jay Freeman (saurik)Added runloop detection support, ported Handler back...
2009-10-31  Jay Freeman (saurik)Fixed non-CY_ATTACH builds.
2009-10-31  Jay Freeman (saurik)Completely reworked how process attach works: now the...
2009-10-31  Jay Freeman (saurik)Fixed a FreeBSD gcc bug: function pointer variables...
2009-10-31  Jay Freeman (saurik)Finished porting to GNUstep, although it doesn't actual...
2009-10-31  Jay Freeman (saurik)Further attempts at making Cycript portable to GNUstep.
2009-10-30  Jay Freeman (saurik)Setup iPhone cross-compilation and runtime abstracted...
2009-10-28  Jay Freeman (saurik)Fixed sign conversion in stringify and dealt with endia...
2009-10-28  Jay Freeman (saurik)Worked around a stupid spec issue with iconv().
2009-10-28  Jay Freeman (saurik)Finally got this damned thing actually executing JavaSc...
2009-10-28  Jay Freeman (saurik)Added getPropertyNames bridging (albeit lame) and fixed...
2009-10-27  Jay Freeman (saurik)Updated todo, license, and title.
2009-10-27  Jay Freeman (saurik)Completed massive refactoring operation to completely...