]> git.saurik.com Git - cycript.git/shortlog
cycript.git
2012-06-01  Jay Freeman... Update the syntax guide of Cycript for @implementation.
2012-06-01  Jay Freeman... Add a link to Cycript's subversion repository and IRC.
2012-06-01  Jay Freeman... Add information about Cycript's for each syntax.
2012-03-19  Jay Freeman... Fix off-by-one in syntax error output (infinite loop). v0.9.451
2012-03-19  Jay Freeman... Improve the pretty-printing of else clauses.
2011-11-23  Jay Freeman... Do not override --prefix in simulator.sh.
2011-11-23  Jay Freeman... Add support for iOS Simulator.
2011-11-23  Jay Freeman... Force Fink's PATH (but only when required).
2011-11-23  Jay Freeman... Propogate errors through scripts.
2011-11-23  Jay Freeman... Port to iOS 5.0 SDK.
2011-10-21  Jay Freeman... Ported back to cygwin.
2011-06-03  Jay Freeman... Special case __NSGenericDeallocHandler. v0.9.450
2011-06-03  Jay Freeman... Fix console line continuation. v0.9.449
2011-05-23  Jay Freeman... Implement more syntax from strawman:block_lambda_revival.
2011-05-23  Jay Freeman... Add plt abstraction for ios.sh.
2011-05-23  Jay Freeman... More consistent Trampoline error handling.
2011-05-21  Jay Freeman... Support SO variable even when not Mach.
2011-05-21  Jay Freeman... Support missing universal binary targets.
2011-05-21  Jay Freeman... Use ${lipo} during trampoline.sh for lipo.
2011-05-21  Jay Freeman... Fix #include for GNUstep.
2011-05-21  Jay Freeman... Remove obsolete build environment.
2011-05-20  Jay Freeman... Upgrade to autoconf 2.67.
2011-05-20  Jay Freeman... Update todo.txt from Carrier.
2011-05-20  Jay Freeman... Use pthread_detach(), not pthread_join(). v0.9.438
2011-05-20  Jay Freeman... Generalized fix for injector. v0.9.437
2011-05-20  Jay Freeman... Support building for iOS (Universal) on Mac.
2011-05-20  Jay Freeman... Add initial support for -arch armv6.
2011-05-20  Jay Freeman... Use dlsym(), not struct Baton.
2011-05-20  Jay Freeman... Revert "Restructure Mach/Inject for iOS 4.3."
2011-04-04  Jay Freeman... Restructure Mach/Inject for iOS 4.3. v0.9.432
2010-11-18  Jay Freeman... I lost a $ on $cyr at some point during the super trans...
2010-08-31  Jay Freeman... Let's just assume that you are on Fink with Darwin.
2010-08-31  Jay Freeman... Support Mac OS 10.5.
2010-08-31  Jay Freeman... Support Fink from old build.
2010-08-15  Jay Freeman... Fix ./configure build for cycript -p.
2010-07-13  Jay Freeman... Fix ReplaceAll on multiple statements.
2010-07-13  Jay Freeman... A typo in ObjectLiteral kept us from parsing jQuery.
2010-07-12  Jay Freeman... Standardized usage of header insulation naming: CYCRIPT...
2010-07-12  Jay Freeman... Move CYNext, CYSetLast, and CYForEach to List.hpp.
2010-07-12  Jay Freeman... Update makefile to have Local.hpp.
2010-07-12  Jay Freeman... ECMAScript5 no longer supports with(), so we need to...
2010-07-12  Jay Freeman... Build CYSetLast to simplify some replacements.
2010-07-12  Jay Freeman... Refactor some for loops to a CYForEach() over CYNext<>.
2010-07-12  Jay Freeman... Rule #7
2010-07-12  Jay Freeman... Simplified CYDeclarations::Replace, which should really...
2010-07-12  Jay Freeman... Merge CYStatement::ReplaceAll with the new CYCompound...
2010-07-12  Jay Freeman... Don't optimize {} to ; in the parser.
2010-07-12  Jay Freeman... Remove CYPA and replace with saner inline constant...
2010-07-12  Jay Freeman... Remove CYExpression::ReplaceAll into CYCompound::Replace.
2010-07-12  Jay Freeman... Stupid mistake while outputting statement blocks: last...
2010-07-10  Jay Freeman... Updated copyright (2010) and license (LGPLv3).
2010-07-08  Jay Freeman... Port Objective-C/Replace to C++.
2010-07-08  Jay Freeman... Use context.Replace when possible.
2010-07-08  Jay Freeman... Abstract folder for Frameworks into a #defiine.
2010-07-08  Jay Freeman... Change $ CYVariable to $V now that that works.
2010-07-08  Jay Freeman... Update injection handler for new local pool semantics.
2010-07-08  Jay Freeman... Switch from __thread to pthread_[gs]etspecific().
2010-07-08  Jay Freeman... Changed from a threaded pool to a thread-local pool...
2010-07-05  Jay Freeman... Let's at least parse Objective-J.
2010-07-05  Jay Freeman... Updating todo.
2010-07-05  Jay Freeman... Temporary code in if converted to assert.
2010-07-02  Jay Freeman... Improved scope compliance on catch() while attempting...
2010-07-02  Jay Freeman... Fixed non-local return insanity.
2010-07-02  Jay Freeman... I forgot to flow Replace() to optional argument initial...
2010-07-02  Jay Freeman... Added RubyProc/Blocks.
2010-07-01  Jay Freeman... Implemented initial support for Ruby Blocks.
2010-07-01  Jay Freeman... Quick output fix for optional arguments (CYPA and spacing).
2010-07-01  Jay Freeman... Add optional parameter support.
2010-05-05  Douglas William... Fixed trampoline with configure/libtool. I think?
2010-05-05  Douglas William... Ported things mentioned in DOUG comments.
2010-05-04  Jay Freeman... Actually fix the trailing backslash in multiline commen...
2010-05-04  Jay Freeman... Get this all working really everywhere again, seriously...
2010-05-04  Jay Freeman... Fixed a bug with trailing backslashes in trampoline...
2010-05-02  Jay Freeman... Rearrange who pulls WebKit from where.
2010-05-02  Jay Freeman... Remove debugging garbage from Mach/Inject.
2010-05-02  Jay Freeman... Sort of fix the ./configure based build environment.
2010-05-02  Jay Freeman... Got universal inject working.
2010-04-29  Douglas William... Universal binary!
2010-04-29  Douglas William... Make sure autogen.sh works somewhat on a Mac.
2010-04-29  Jay Freeman... Fix a size initialization bug.
2010-04-28  Jay Freeman... Add a crash note in todo.txt.
2010-04-28  Douglas William... Check for ffi.h and libffi before using pkg-config...
2010-04-28  Douglas William... Hack to try to find a useable iconv if pkg-config and...
2010-04-27  Jay Freeman... Add a level of indirection to NSString->String prototyp...
2010-04-27  Jay Freeman... Add String::toCYON, toString_s, and bridge NSString...
2010-04-27  Jay Freeman... Allow auto-complete of ], which provides more intuitive...
2010-04-27  Jay Freeman... Remove now-obsolete prefix size clip.
2010-04-27  Jay Freeman... Cut off messages prefixes.
2010-04-27  Jay Freeman... NSString was not even remotely correctly bridged.
2010-04-27  Jay Freeman... Add square brackets and closes to completer word break.
2010-04-27  Jay Freeman... NSArrays don't have implicit properties.
2010-04-27  Jay Freeman... Walk superclasses while generating implicit property...
2010-04-27  Jay Freeman... Support per-Class deactivation of implicit properties.
2010-04-27  Jay Freeman... Support enumeration of implicit properties.
2010-04-27  Jay Freeman... Add a space character more consistently.
2010-04-27  Jay Freeman... Clean up the todo list.
2010-04-27  Jay Freeman... Fix usage of numeric lierals
2010-04-27  Jay Freeman... Added auto-complete todo.
2010-04-27  Jay Freeman... Don't go nuts if there is an exception while completing.
2010-04-27  Jay Freeman... Make CYExecute take a CYUTF8String and fix the size...
next