2012-06-04 |
Jay Freeman... | Do not build tri-architecture fat files for iOS. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Jay Freeman... | Add some syntax todo items from Clang documentation. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Jay Freeman... | Support building non-fat injection trampolines. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Jay Freeman... | The keys of NSDictionary need to be CYCastNSObject. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Jay Freeman... | Update the todo list with the new tasks from stash. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Jay Freeman... | Replace failed prototype trick with separate classes. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Use the base JavaScript CYONifier for CYJSArray. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Fix silly mistake in control.in causing 0.9.0.9.*. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Allow git describe to generate iOS version numbers. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Support variadic messages (bridge extras as object). |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Add support for Objective-C boxed expression syntax. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Use the same trick on Object that made StringInstance. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Use the same trick on Array that made StringInstance. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Match up Instance_callAsFunction_{toString,valueOf}. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Move cy$JSValueInContext use from cast to valueOf. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Add Objective-C @ prefix to CYONified primitives. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Remove StringInstance class (but keep constructor). |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Do not convert exceptions to CYON before display. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Replace the svnversion mechanism with git describe. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Update to the latest autoconf (2.68) from Ubuntu. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Make autogen.sh use the ax_ prefix for m4 lookup. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Expose Objective-C class names to tab completion. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Remove nil from bridge: it is a runtime property. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Split JavaScript Array utility functions into Library. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Use Array.prototype, not Array, to look up functions. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Fix the name of getProperty for Instance.prototype. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Jay Freeman... | Display a useful message from JavaScript exceptions. |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Jay Freeman... | Move the various CYFlags helper functions to header. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jay Freeman... | Make protocol_copyPropertyList return an array of prope... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jay Freeman... | Support Objective-C class extension syntax. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jay Freeman... | For cycript -p to work, you need adv-cmds installed. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jay Freeman... | We now require a specific version of libffi on iOS. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jay Freeman... | Use ffi_closure_alloc and ffi_prep_closure_loc on ARM. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jay Freeman... | Upgrade ios.sh build to use the new libffi package. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jay Freeman... | Update the syntax guide of Cycript for @implementation. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jay Freeman... | Add a link to Cycript's subversion repository and IRC. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jay Freeman... | Add information about Cycript's for each syntax. |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Jay Freeman... | Fix off-by-one in syntax error output (infinite loop). v0.9.451 |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Jay Freeman... | Improve the pretty-printing of else clauses. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Jay Freeman... | Do not override --prefix in simulator.sh. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Jay Freeman... | Add support for iOS Simulator. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Jay Freeman... | Force Fink's PATH (but only when required). |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Jay Freeman... | Propogate errors through scripts. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Jay Freeman... | Port to iOS 5.0 SDK. |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Jay Freeman... | Ported back to cygwin. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Jay Freeman... | Special case __NSGenericDeallocHandler. v0.9.450 |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Jay Freeman... | Fix console line continuation. v0.9.449 |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Jay Freeman... | Implement more syntax from strawman:block_lambda_revival. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Jay Freeman... | Add plt abstraction for ios.sh. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Jay Freeman... | More consistent Trampoline error handling. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Jay Freeman... | Support SO variable even when not Mach. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Jay Freeman... | Support missing universal binary targets. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Jay Freeman... | Use ${lipo} during trampoline.sh for lipo. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Jay Freeman... | Fix #include for GNUstep. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Jay Freeman... | Remove obsolete build environment. |
commit | commitdiff | tree | snapshot |
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 |
next |