]> git.saurik.com Git - cycript.git/shortlog
cycript.git
2009-11-20  Jay Freeman... I hate Apple's sham of a compiler.
2009-11-20  Jay Freeman... Accidentally let CYProtocol leak on non-Objective-C...
2009-11-19  Jay Freeman... Implemented functor caching.
2009-11-19  Jay Freeman... Added support for @class protocol lists.
2009-11-19  Jay Freeman... Fixing various FreeBSD issues.
2009-11-19  Jay Freeman... Attempting to better abstract FreeBSD.
2009-11-19  Jay Freeman... Fixed a NULL-pointer dereference on anonymous structures.
2009-11-19  Jay Freeman... Fixed the stupid variable renaming issue at the top...
2009-11-19  Jay Freeman... Fixed all of the memory leaks caused by the new identif...
2009-11-19  Jay Freeman... Started refactoring the identifier mechanism to sort...
2009-11-19  Jay Freeman... Drastic performance enhancement by using a perfect...
2009-11-18  Jay Freeman... Fixed a bug where the identifier merging algorithm...
2009-11-17  Jay Freeman... Fixed a simple build error on Mac OS X.
2009-11-17  Jay Freeman... Fixed some compilation errors on Mac OS X.
2009-11-17  Jay Freeman... Implemented the symbol sorting optimization, for optima...
2009-11-17  Jay Freeman... Crazy variable naming optimization of doom.
2009-11-17  Jay Freeman... Optimized the variable renamer to rename more variables...
2009-11-17  Douglas William... Fix on Linux?!
2009-11-17  Jay Freeman... Added a level of indirection so we don't keep repackagi...
2009-11-17  Jay Freeman... Removed 'each' from the list of unconditionally reserve...
2009-11-16  Jay Freeman... Added support for octal literals.
2009-11-16  Jay Freeman... Added Microsoft Ajax Minifier to local test output.
2009-11-16  Jay Freeman... Cleaned up the scope code (on the way to let blocks...
2009-11-16  Jay Freeman... Ported Objective-C bridge to match up with the latest...
2009-11-16  Jay Freeman... Milestone #1: YUI has been destroyed, with room to...
2009-11-16  Jay Freeman... Started working on variable name replacement strategies...
2009-11-15  Jay Freeman... Fixed some CYInitialize issues noticed back on the...
2009-11-15  Jay Freeman... Factored out the execution engine from the compiler.
2009-11-15  Jay Freeman... I forgot to setup $cym during @class categories.
2009-11-15  Jay Freeman... Implemented YUI /*! ... */ documentation comments.
2009-11-15  Jay Freeman... Fixed the #.prop case, made invalid bridging throw...
2009-11-11  Jay Freeman... OMG, the last fix didn't even work, because Apple's...
2009-11-11  Jay Freeman... I don't understand what the hell is wrong with Apple...
2009-11-11  Jay Freeman... Removed with(Cycript.all), unified the All_ instances...
2009-11-11  Jay Freeman... Added some bridging for CoreTelephony.
2009-11-09  Jay Freeman... Fixed cycript.all for Cydget and isolated the new funct...
2009-11-08  Jay Freeman... Added apr-lib Depends on iphoneos-sys, refactored CYUTF...
2009-11-08  Jay Freeman... Fixed control generation, Cycript.all namespace, and...
2009-11-08  Jay Freeman... Added another with() for namespacing compatibility.
2009-11-08  Jay Freeman... Added some toString() issues to the todo list.
2009-11-07  Jay Freeman... Added a global with around script file execution, so...
2009-11-07  Jay Freeman... Attempting to wedge Cycript into a WebView.
2009-11-05  Jay Freeman... Finished factoring out multi-context support and made...
2009-11-05  Jay Freeman... Updated copyright and licenses.
2009-11-04  Jay Freeman... Accidentally committed a comment to headers :=.
2009-11-04  Jay Freeman... The release pooling mechanism is now becoming scary.
2009-11-04  Jay Freeman... Removed all global cache objects, placing them in a...
2009-11-04  Jay Freeman... Started the refactoring required for multi-context.
2009-11-04  Jay Freeman... Broke SetupContext into an Initialize part.
2009-11-04  Jay Freeman... Half fixed (at least it doesn't throw an exception...
2009-11-04  Jay Freeman... Fixed the GC crash of doom that kennytm reported: appar...
2009-11-04  Jay Freeman... Finished implementing array ffi.
2009-11-04  Jay Freeman... Updated todo list with some random exception-related...
2009-11-04  Jay Freeman... Setup Pointer to emulate an Array.
2009-11-04  Jay Freeman... Fixed a new Type_privateData NULL pool assert.
2009-11-04  Jay Freeman... Removed a null-termination usage in Replace for concate...
2009-11-04  Jay Freeman... Switched from _assert(false) to CYThrow() in FromFFI.
2009-11-04  Jay Freeman... Worked around an incorrect warning exposed by the optim...
2009-11-04  Jay Freeman... Removed a virtual to avoid an optimizer vtable bug.
2009-11-02  Jay Freeman... Added a minor console feature to eat blank lines.
2009-11-02  Jay Freeman... Changed "%zu" to "%"APR_SIZE_T_FMT on APR format calls...
2009-11-02  Jay Freeman... Fixed the exception throwing mechanism to throw real...
2009-11-01  Jay Freeman... Added some cool references to to the todo list.
2009-11-01  Jay Freeman... Removed the WC explosion from the grammar, this problem...
2009-11-01  Jay Freeman... Fixed a link error for the iPhone.
2009-11-01  Jay Freeman... Desktop Mac seems to use ^{_objc_class=...} instead...
2009-11-01  Jay Freeman... Got true JS booleans working in GNUstep.
2009-11-01  Jay Freeman... Fixed GNUstep.
2009-11-01  Jay Freeman... Attempted to port back to Linux.
2009-11-01  Jay Freeman... Attempting a silly x64 fix.
2009-11-01  Jay Freeman... Removed all dependencies from Mac version.
2009-11-01  Jay Freeman... Implemented dpkg dependency generation for Leopard...
2009-11-01  Jay Freeman... Welcome to Leopard.
2009-11-01  Jay Freeman... Fixed exception support from Objective-C back to Cycript.
2009-10-31  Jay Freeman... Redid the trampoline generator in what will hopefully...
2009-10-31  Jay Freeman... Added runloop detection support, ported Handler back...
2009-10-31  Jay Freeman... Fixed non-CY_ATTACH builds.
2009-10-31  Jay Freeman... Fixed a few bugs in the cross-compile and a GNUstep...
2009-10-31  Jay Freeman... Completely reworked how process attach works: now the...
2009-10-31  Jay Freeman... Forgot to add @ to ObjectiveC lexer for @"" support.
2009-10-31  Jay Freeman... Implemented Mach injection: Cycript into any process.
2009-10-31  Jay Freeman... Fixed a stupid bug, caused by GNUstep porting, that...
2009-10-31  Jay Freeman... Fixed a stupid bug in message sending that was introduc...
2009-10-31  Jay Freeman... Fixed a FreeBSD gcc bug: function pointer variables...
2009-10-31  Jay Freeman... Fixed a minor packaging SNAFU that broke the iPhone...
2009-10-31  Jay Freeman... Finished porting to GNUstep, although it doesn't actual...
2009-10-31  Jay Freeman... Ported back to the iPhone.
2009-10-31  Jay Freeman... Further attempts at making Cycript portable to GNUstep.
2009-10-31  Jay Freeman... Fixed make extra in cross-compile.
2009-10-30  Jay Freeman... Forgot to add lexer to clean.
2009-10-30  Jay Freeman... Setup iPhone cross-compilation and runtime abstracted...
2009-10-30  Jay Freeman... Added -p <name> and updated todo.
2009-10-30  Jay Freeman... Added readline history writing and fixed NoRE unary...
2009-10-30  Jay Freeman... Mostly fixed the E4X situation, checkpointing for NoRE...
2009-10-29  Jay Freeman... Fixed the E4X attribute parser and removed some of...
2009-10-29  Jay Freeman... Mostly fixed the unary star problem.
2009-10-29  Jay Freeman... Removed obsolete file from Darwin-arm.mk.
2009-10-28  Jay Freeman... Fixed sign conversion in stringify and dealt with endia...
2009-10-28  Jay Freeman... Added -DCY_EXECUTE to FreeBSD.
2009-10-28  Jay Freeman... Added the -l for FreeBSD to WebKit.
next