2011-05-20 |
Jay Freeman... | Upgrade to autoconf 2.67. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jay Freeman... | Update todo.txt from Carrier. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jay Freeman... | Use pthread_detach(), not pthread_join(). v0.9.438 |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jay Freeman... | Generalized fix for injector. v0.9.437 |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jay Freeman... | Support building for iOS (Universal) on Mac. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jay Freeman... | Add initial support for -arch armv6. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jay Freeman... | Use dlsym(), not struct Baton. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jay Freeman... | Revert "Restructure Mach/Inject for iOS 4.3." |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Jay Freeman... | Restructure Mach/Inject for iOS 4.3. v0.9.432 |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Jay Freeman... | I lost a $ on $cyr at some point during the super trans... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jay Freeman... | Let's just assume that you are on Fink with Darwin. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jay Freeman... | Support Mac OS 10.5. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Jay Freeman... | Support Fink from old build. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Jay Freeman... | Fix ./configure build for cycript -p. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Jay Freeman... | Fix ReplaceAll on multiple statements. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Jay Freeman... | A typo in ObjectLiteral kept us from parsing jQuery. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Standardized usage of header insulation naming: CYCRIPT... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Move CYNext, CYSetLast, and CYForEach to List.hpp. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Update makefile to have Local.hpp. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | ECMAScript5 no longer supports with(), so we need to... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Build CYSetLast to simplify some replacements. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Refactor some for loops to a CYForEach() over CYNext<>. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Rule #7 |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Simplified CYDeclarations::Replace, which should really... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Merge CYStatement::ReplaceAll with the new CYCompound... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Don't optimize {} to ; in the parser. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Remove CYPA and replace with saner inline constant... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Remove CYExpression::ReplaceAll into CYCompound::Replace. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Stupid mistake while outputting statement blocks: last... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Jay Freeman... | Updated copyright (2010) and license (LGPLv3). |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jay Freeman... | Port Objective-C/Replace to C++. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jay Freeman... | Use context.Replace when possible. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jay Freeman... | Abstract folder for Frameworks into a #defiine. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jay Freeman... | Change $ CYVariable to $V now that that works. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jay Freeman... | Update injection handler for new local pool semantics. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jay Freeman... | Switch from __thread to pthread_[gs]etspecific(). |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jay Freeman... | Changed from a threaded pool to a thread-local pool... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jay Freeman... | Let's at least parse Objective-J. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jay Freeman... | Updating todo. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jay Freeman... | Temporary code in if converted to assert. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jay Freeman... | Improved scope compliance on catch() while attempting... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jay Freeman... | Fixed non-local return insanity. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jay Freeman... | I forgot to flow Replace() to optional argument initial... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jay Freeman... | Added RubyProc/Blocks. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Jay Freeman... | Implemented initial support for Ruby Blocks. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Jay Freeman... | Quick output fix for optional arguments (CYPA and spacing). |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Jay Freeman... | Add optional parameter support. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas William... | Fixed trampoline with configure/libtool. I think? |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas William... | Ported things mentioned in DOUG comments. |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Jay Freeman... | Actually fix the trailing backslash in multiline commen... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Jay Freeman... | Get this all working really everywhere again, seriously... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Jay Freeman... | Fixed a bug with trailing backslashes in trampoline... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Jay Freeman... | Rearrange who pulls WebKit from where. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Jay Freeman... | Remove debugging garbage from Mach/Inject. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Jay Freeman... | Sort of fix the ./configure based build environment. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Jay Freeman... | Got universal inject working. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Douglas William... | Universal binary! |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Douglas William... | Make sure autogen.sh works somewhat on a Mac. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Jay Freeman... | Fix a size initialization bug. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Jay Freeman... | Add a crash note in todo.txt. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Douglas William... | Check for ffi.h and libffi before using pkg-config... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Douglas William... | Hack to try to find a useable iconv if pkg-config and... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Add a level of indirection to NSString->String prototyp... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Add String::toCYON, toString_s, and bridge NSString... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Allow auto-complete of ], which provides more intuitive... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Remove now-obsolete prefix size clip. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Cut off messages prefixes. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | NSString was not even remotely correctly bridged. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Add square brackets and closes to completer word break. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | NSArrays don't have implicit properties. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Walk superclasses while generating implicit property... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Support per-Class deactivation of implicit properties. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Support enumeration of implicit properties. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Add a space character more consistently. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Clean up the todo list. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Fix usage of numeric lierals |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Added auto-complete todo. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Don't go nuts if there is an exception while completing. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Make CYExecute take a CYUTF8String and fix the size... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | JavaScript.hpp should be a header when CY_EXECUTE. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Add support back for ARM inject. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | While libedit requires me to damage rl_basic_word_break... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Break completions at :. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Accidentally lost a _ patch to .in confusion. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Tab-complete FTW! |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Jay Freeman... | Give Global_ a className, indent the global prototype... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Jay Freeman... | Fix multi-line comments that end with **/. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Douglas William... | Somewhat better iconv handling on the Mac when MacPorts... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Jay Freeman... | Even larger temporary hack to make 64-bit work. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Jay Freeman... | Temporary hacks to make 64-bit compile work. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Jay Freeman... | Pretend to support Blocks. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Jay Freeman... | I forgot _NSPoint in Bridge.def. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Jay Freeman... | Add -fno-stack-protector to Trampoline. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas William... | Darwin proves that we need to check the version of... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas William... | Just to be safe. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas William... | Fail on a lack of readline. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas William... | Oh, GNU tar, you're so funny. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas William... | Nice little target to make a source distribution tarball. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Douglas William... | Better version checking for bison, flex, and gperf... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Douglas William... | Variable arguments and work with make even if make... |
commit | commitdiff | tree | snapshot |
next |