]> git.saurik.com Git - cycript.git/shortlog
cycript.git
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...
2010-04-27  Jay Freeman... JavaScript.hpp should be a header when CY_EXECUTE.
2010-04-27  Jay Freeman... Add support back for ARM inject.
2010-04-27  Jay Freeman... While libedit requires me to damage rl_basic_word_break...
2010-04-27  Jay Freeman... Break completions at :.
2010-04-27  Jay Freeman... Accidentally lost a _ patch to .in confusion.
2010-04-27  Jay Freeman... Tab-complete FTW!
2010-04-26  Jay Freeman... Give Global_ a className, indent the global prototype...
2010-04-25  Jay Freeman... Fix multi-line comments that end with **/.
2010-04-25  Douglas William... Somewhat better iconv handling on the Mac when MacPorts...
2010-04-25  Jay Freeman... Even larger temporary hack to make 64-bit work.
2010-04-25  Jay Freeman... Temporary hacks to make 64-bit compile work.
2010-04-24  Jay Freeman... Pretend to support Blocks.
2010-04-24  Jay Freeman... I forgot _NSPoint in Bridge.def.
2010-04-24  Jay Freeman... Add -fno-stack-protector to Trampoline.
2010-04-18  Douglas William... Darwin proves that we need to check the version of...
2010-04-18  Douglas William... Just to be safe.
2010-04-18  Douglas William... Fail on a lack of readline.
2010-04-18  Douglas William... Oh, GNU tar, you're so funny.
2010-04-18  Douglas William... Nice little target to make a source distribution tarball.
2010-04-17  Douglas William... Better version checking for bison, flex, and gperf...
2010-04-17  Douglas William... Variable arguments and work with make even if make...
2010-04-17  Douglas William... Oops! That broke the Linux build with GNUstep.
2010-04-14  Douglas William... Enable/disable argument for JavaScript (engine).
2010-04-14  Douglas William... With framework argument to configure.
2010-04-07  Douglas William... Progress on injection?
2010-04-02  Douglas William... Evil magic juju FTW!
2010-04-02  Douglas William... Take out some commented stuff from GNUmakefile.in.
2010-04-02  Douglas William... This seems to work a little better.
2010-04-02  Douglas William... Add AC_CHECK_FRAMEWORK from ImageMagick before modifyin...
2010-04-02  Jay Freeman... Found a memory management mistake (new Instance should...
2010-04-02  Jay Freeman... Added CalEventIsAllDay to Bridge.def for Element.
2010-04-01  Douglas William... It successfully compiles on a Mac. Compiles, that's...
2010-04-01  Douglas William... Refactor configure.
2010-03-30  Douglas William... Bison 2.3...
2010-03-13  Douglas William... Make sure install directories exist.
2010-03-12  Douglas William... Proper install/uninstall targets; don't use dpkg in...
2010-03-06  Douglas William... Oh, right, still need to get rid of those.
2010-03-06  Douglas William... Fix a regression in iconv detection; cleaner clean.
2010-03-06  Douglas William... GNUstep worky.
2010-03-04  Jay Freeman... Add a concept of .toPointer().
2010-03-04  Jay Freeman... Add a valueOf to Instance.
2010-03-04  Jay Freeman... Added a weird nil-specific toString() check.
2010-03-03  Douglas William... Rename evildoom.sh to autogen.sh so we can fit in with...
2010-02-25  Douglas William... Use flex version 2.5.33.
2010-02-04  Douglas William... Some directories of dooom.
next