2012-06-04 |
Jay Freeman (saurik) | Use object_getClass for tab completion, not ->isa.
|
commit | commitdiff | tree |
2012-06-04 |
Jay Freeman (saurik) | Support __NSCFBoolean, the iOS version of NSCFBoolean.
|
commit | commitdiff | tree |
2012-06-04 |
Jay Freeman (saurik) | Rename cy$JSValueInContext to cy$valueOfInContext.
|
commit | commitdiff | tree |
2012-06-04 |
Jay Freeman (saurik) | Bridge NSBlock as a callable JavaScript function.
|
commit | commitdiff | tree |
2012-06-04 |
Jay Freeman (saurik) | Do not check against classes that are not instanced.
|
commit | commitdiff | tree |
2012-06-04 |
Jay Freeman (saurik) | Optimize the iOS builds using -O2 (2/3 size).
|
commit | commitdiff | tree |
2012-06-04 |
Jay Freeman (saurik) | Do not build tri-architecture fat files for iOS.
|
commit | commitdiff | tree |
2012-06-04 |
Jay Freeman (saurik) | Add some syntax todo items from Clang documentation.
|
commit | commitdiff | tree |
2012-06-04 |
Jay Freeman (saurik) | Support building non-fat injection trampolines.
|
commit | commitdiff | tree |
2012-06-04 |
Jay Freeman (saurik) | The keys of NSDictionary need to be CYCastNSObject.
|
commit | commitdiff | tree |
2012-06-04 |
Jay Freeman (saurik) | Update the todo list with the new tasks from stash.
|
commit | commitdiff | tree |
2012-06-04 |
Jay Freeman (saurik) | Replace failed prototype trick with separate classes.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Use the base JavaScript CYONifier for CYJSArray.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Fix silly mistake in control.in causing 0.9.0.9.*.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Allow git describe to generate iOS version numbers.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Support variadic messages (bridge extras as object).
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Add support for Objective-C boxed expression syntax.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Use the same trick on Object that made StringInstance.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Use the same trick on Array that made StringInstance.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Match up Instance_callAsFunction_{toString,valueOf}.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Move cy$JSValueInContext use from cast to valueOf.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Add Objective-C @ prefix to CYONified primitives.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Remove StringInstance class (but keep constructor).
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Do not convert exceptions to CYON before display.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Replace the svnversion mechanism with git describe.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Update to the latest autoconf (2.68) from Ubuntu.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Make autogen.sh use the ax_ prefix for m4 lookup.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Expose Objective-C class names to tab completion.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Remove nil from bridge: it is a runtime property.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Split JavaScript Array utility functions into Library.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Use Array.prototype, not Array, to look up functions.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Fix the name of getProperty for Instance.prototype.
|
commit | commitdiff | tree |
2012-06-03 |
Jay Freeman (saurik) | Display a useful message from JavaScript exceptions.
|
commit | commitdiff | tree |
2012-06-02 |
Jay Freeman (saurik) | Move the various CYFlags helper functions to header.
|
commit | commitdiff | tree |
2012-06-01 |
Jay Freeman (saurik) | Make protocol_copyPropertyList return an array of properties.
|
commit | commitdiff | tree |
2012-06-01 |
Jay Freeman (saurik) | Support Objective-C class extension syntax.
|
commit | commitdiff | tree |
2012-06-01 |
Jay Freeman (saurik) | For cycript -p to work, you need adv-cmds installed.
|
commit | commitdiff | tree |
2012-06-01 |
Jay Freeman (saurik) | We now require a specific version of libffi on iOS.
|
commit | commitdiff | tree |
2012-06-01 |
Jay Freeman (saurik) | Use ffi_closure_alloc and ffi_prep_closure_loc on ARM.
|
commit | commitdiff | tree |
2012-06-01 |
Jay Freeman (saurik) | Upgrade ios.sh build to use the new libffi package.
|
commit | commitdiff | tree |
2012-06-01 |
Jay Freeman (saurik) | Update the syntax guide of Cycript for @implementation.
|
commit | commitdiff | tree |
2012-06-01 |
Jay Freeman (saurik) | Add a link to Cycript's subversion repository and IRC.
|
commit | commitdiff | tree |
2012-06-01 |
Jay Freeman (saurik) | Add information about Cycript's for each syntax.
|
commit | commitdiff | tree |
2012-03-19 |
Jay Freeman (saurik) | Fix off-by-one in syntax error output (infinite loop).
|
commit | commitdiff | tree |
2012-03-19 |
Jay Freeman (saurik) | Improve the pretty-printing of else clauses.
|
commit | commitdiff | tree |
2011-11-23 |
Jay Freeman (saurik) | Do not override --prefix in simulator.sh.
|
commit | commitdiff | tree |
2011-11-23 |
Jay Freeman (saurik) | Add support for iOS Simulator.
|
commit | commitdiff | tree |
2011-11-23 |
Jay Freeman (saurik) | Force Fink's PATH (but only when required).
|
commit | commitdiff | tree |
2011-11-23 |
Jay Freeman (saurik) | Propogate errors through scripts.
|
commit | commitdiff | tree |
2011-11-23 |
Jay Freeman (saurik) | Port to iOS 5.0 SDK.
|
commit | commitdiff | tree |
2011-10-21 |
Jay Freeman (saurik) | Ported back to cygwin.
|
commit | commitdiff | tree |
2011-06-03 |
Jay Freeman (saurik) | Special case __NSGenericDeallocHandler.
|
commit | commitdiff | tree |
2011-06-03 |
Jay Freeman (saurik) | Fix console line continuation.
|
commit | commitdiff | tree |
2011-05-23 |
Jay Freeman (saurik) | Implement more syntax from strawman:block_lambda_revival.
|
commit | commitdiff | tree |
2011-05-23 |
Jay Freeman (saurik) | Add plt abstraction for ios.sh.
|
commit | commitdiff | tree |
2011-05-23 |
Jay Freeman (saurik) | More consistent Trampoline error handling.
|
commit | commitdiff | tree |
2011-05-21 |
Jay Freeman (saurik) | Support SO variable even when not Mach.
|
commit | commitdiff | tree |
2011-05-21 |
Jay Freeman (saurik) | Support missing universal binary targets.
|
commit | commitdiff | tree |
2011-05-21 |
Jay Freeman (saurik) | Use ${lipo} during trampoline.sh for lipo.
|
commit | commitdiff | tree |
2011-05-21 |
Jay Freeman (saurik) | Fix #include for GNUstep.
|
commit | commitdiff | tree |
2011-05-21 |
Jay Freeman (saurik) | Remove obsolete build environment.
|
commit | commitdiff | tree |
2011-05-20 |
Jay Freeman (saurik) | Upgrade to autoconf 2.67.
|
commit | commitdiff | tree |
2011-05-20 |
Jay Freeman (saurik) | Update todo.txt from Carrier.
|
commit | commitdiff | tree |
2011-05-20 |
Jay Freeman (saurik) | Use pthread_detach(), not pthread_join().
|
commit | commitdiff | tree |
2011-05-20 |
Jay Freeman (saurik) | Generalized fix for injector.
|
commit | commitdiff | tree |
2011-05-20 |
Jay Freeman (saurik) | Support building for iOS (Universal) on Mac.
|
commit | commitdiff | tree |
2011-05-20 |
Jay Freeman (saurik) | Add initial support for -arch armv6.
|
commit | commitdiff | tree |
2011-05-20 |
Jay Freeman (saurik) | Use dlsym(), not struct Baton.
|
commit | commitdiff | tree |
2011-05-20 |
Jay Freeman (saurik) | Revert "Restructure Mach/Inject for iOS 4.3."
|
commit | commitdiff | tree |
2011-04-04 |
Jay Freeman (saurik) | Restructure Mach/Inject for iOS 4.3.
|
commit | commitdiff | tree |
2010-11-18 |
Jay Freeman (saurik) | I lost a $ on $cyr at some point during the super transforma...
|
commit | commitdiff | tree |
2010-08-31 |
Jay Freeman (saurik) | Let's just assume that you are on Fink with Darwin.
|
commit | commitdiff | tree |
2010-08-31 |
Jay Freeman (saurik) | Support Mac OS 10.5.
|
commit | commitdiff | tree |
2010-08-31 |
Jay Freeman (saurik) | Support Fink from old build.
|
commit | commitdiff | tree |
2010-08-15 |
Jay Freeman (saurik) | Fix ./configure build for cycript -p.
|
commit | commitdiff | tree |
2010-07-13 |
Jay Freeman (saurik) | Fix ReplaceAll on multiple statements.
|
commit | commitdiff | tree |
2010-07-13 |
Jay Freeman (saurik) | A typo in ObjectLiteral kept us from parsing jQuery.
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Standardized usage of header insulation naming: CYCRIPT_...
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Move CYNext, CYSetLast, and CYForEach to List.hpp.
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Update makefile to have Local.hpp.
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | ECMAScript5 no longer supports with(), so we need to...
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Build CYSetLast to simplify some replacements.
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Refactor some for loops to a CYForEach() over CYNext<>.
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Rule #7
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Simplified CYDeclarations::Replace, which should really...
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Merge CYStatement::ReplaceAll with the new CYCompound...
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Don't optimize {} to ; in the parser.
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Remove CYPA and replace with saner inline constant...
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Remove CYExpression::ReplaceAll into CYCompound::Replace.
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Stupid mistake while outputting statement blocks: last...
|
commit | commitdiff | tree |
2010-07-10 |
Jay Freeman (saurik) | Updated copyright (2010) and license (LGPLv3).
|
commit | commitdiff | tree |
2010-07-08 |
Jay Freeman (saurik) | Port Objective-C/Replace to C++.
|
commit | commitdiff | tree |
2010-07-08 |
Jay Freeman (saurik) | Use context.Replace when possible.
|
commit | commitdiff | tree |
2010-07-08 |
Jay Freeman (saurik) | Abstract folder for Frameworks into a #defiine.
|
commit | commitdiff | tree |
2010-07-08 |
Jay Freeman (saurik) | Change $ CYVariable to $V now that that works.
|
commit | commitdiff | tree |
2010-07-08 |
Jay Freeman (saurik) | Update injection handler for new local pool semantics.
|
commit | commitdiff | tree |
2010-07-08 |
Jay Freeman (saurik) | Switch from __thread to pthread_[gs]etspecific().
|
commit | commitdiff | tree |
2010-07-08 |
Jay Freeman (saurik) | Changed from a threaded pool to a thread-local pool...
|
commit | commitdiff | tree |
2010-07-05 |
Jay Freeman (saurik) | Let's at least parse Objective-J.
|
commit | commitdiff | tree |
2010-07-05 |
Jay Freeman (saurik) | Updating todo.
|
commit | commitdiff | tree |
next |