]> git.saurik.com Git - cycript.git/shortlog
cycript.git
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.
2010-02-02  Douglas William... -rpath!
2010-02-01  Douglas William... Checkpoint autoconf transition.
2009-12-27  Jay Freeman... Scary hack to use the wrong APR on Mac OSX.
2009-12-21  Jay Freeman... Fixed Trampoline.t.hpp, both having it clean and having...
2009-12-21  Jay Freeman... Use -m32 instead of a uname -m check.
2009-12-20  Douglas William... Check the version of flex; check for libffi further...
2009-12-08  Jay Freeman... Worked around the bug in flex 2.5.35 that causes yy_siz...
2009-12-08  Jay Freeman... Actually committing the file that fixed the int to...
2009-12-08  Jay Freeman... Changed an int to a size_t in my lexer, and removed...
2009-12-08  Jay Freeman... Added a stupid hack because Apple sucks at SDKs.
2009-12-08  Jay Freeman... Attempting to abstract 64-bit Mac.
2009-12-08  Jay Freeman... Added a saner make install path.
2009-11-26  Jay Freeman... With Bison 2.4 I can trust yyerrok.
2009-11-26  Jay Freeman... Cache system as 'system' instead of Function.
2009-11-26  Jay Freeman... I hate the Bison 2.3/2.4 split.
2009-11-26  Jay Freeman... Ported to Cygwin and Bison 2.3.
2009-11-25  Douglas William... Check for APR and GNU make.
2009-11-24  Douglas William... Progress on autoconf doom!
2009-11-24  Douglas William... Grr! It needs a newer version of autoconf.
2009-11-24  Douglas William... Very very very... very early autoconf stuff.
2009-11-24  Douglas William... Add Bridge.hpp to clean, grr!
2009-11-23  Douglas William... Fix build on FreeBSD.
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...
next