2014-01-13 |
Jay Freeman... | Upgrade to automake version 1.14.1 (now in Fink). |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Jay Freeman... | Hide all symbols of embedded developer framework. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | Actually build libcycript-sim.dylib with 64-bit. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | Smuggle errors in libcycript-any.dylib to client. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | Finally managed to target iOS 2.0 fully correctly. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | Apparently, __pthread_set_self takes tsd address. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | The objc_registerClassPair hack is not even there. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | Avoid libffi runtime code generation API on ARM64. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | When casting function pointers, it's more complex. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | Try to avoid using encodings when signatures work. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | sig::Copy should use const for source arguments. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | Add Class and SEL to the bridge definition list. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | Instantiating a struct using new should bbzero it. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | Support casting any pointer to a function type. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | The desugaring for typedef skipped signatures. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | Make @encode(char *) and new Type("r*") both work. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | I might misremember, but I don't think these work. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | {Functor,Selector}.type should return @encode(). |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | Add ?lower to help me debug bugs while desugaring. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Jay Freeman... | CYDisplay{Start,Finish} obsolete by rl_redisplay. |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Jay Freeman... | Sometimes readline forced the display to update. |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Jay Freeman... | Call through to rl_redisplay to update line state. |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Jay Freeman... | CRLF from non-last line wrote result over command. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Jay Freeman... | Implement /etc/cycript/setup.d (temporary name). |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Jay Freeman... | CYExecute() should run code in a specific context. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Jay Freeman... | If CydgetMemoryParse fails, it should return NULL. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Jay Freeman... | Do Cycript compilation in the client (fix ?debug). |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Jay Freeman... | Try (and almost fail) to compile armv6 on -mthumb. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Jay Freeman... | Filter chosen objects to those of the right size. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Jay Freeman... | Support @error when CYONifying JavaScript arrays. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Jay Freeman... | Use -mllvm -arm-reserve-r9 to support iOS 2.x. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Jay Freeman... | Find instances of all subclasses with choose(). |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Jay Freeman... | Use -Zlzma (not -zlzma) when running dpkg-deb. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Jay Freeman... | The Axiom of Choice is obviously true.--Jerry Bona |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Jay Freeman... | Support @YES/@NO (to better support @true/@false). |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Jay Freeman... | Hack for add_history's now-understood allocation. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Jay Freeman... | Drastically improve syntax support for @encode(). |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Jay Freeman... | If I call ExecuteStart I /must/ call ExecuteEnd. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Jay Freeman... | Make Selector_callAsFunction_toJSON pass-through. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Jay Freeman... | Split $objc_msgSend apart, normalizing exceptions. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Jay Freeman... | -[NSCFType cy$toJSON:inContext:] 64-bit encoding. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Jay Freeman... | Factor JSValueRef exception arguments to _jsccall. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Jay Freeman... | I really really want some kind of Error monad :(. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Jay Freeman... | Support Internal_setProperty with bitfield types. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Jay Freeman... | Support Internal_getProperty with bitfield types. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Jay Freeman... | Cycript's C++11 lambda semantics require the &. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Jay Freeman... | Do not allow the grammar to contain conflicts. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Jay Freeman... | ES5 makes FunctionExpression a MemberExpression. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Jay Freeman... | Add syntax to support C-style typedef assignment. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Jay Freeman... | Add support for C++11 lambda expression syntax. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Jay Freeman... | The TARGET_OS_IPHONE variable is set to 1 or 0. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Jay Freeman... | Copy libdyld error messages back from injection. |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Jay Freeman... | Store all unstable Class CYONifications in a set. |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Jay Freeman... | When CYONifying fields, @error encode exceptions. |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Jay Freeman... | Move the EOF "final newline" to the ctrl-d check. |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Jay Freeman... | Do not lose the shell history throwing exceptions. |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Jay Freeman... | On ARM64, the isa instance variable is a tagged. |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Jay Freeman... | Failing to send/receive client fd should be fatal. |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Jay Freeman... | Fix (again) process injection on desktop Mac OS X. |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Jay Freeman... | Add CYTry/CYCatch brackets around all the codes. |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Jay Freeman... | Remove an obsolete JavaScript exception bracket. |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Jay Freeman... | Add a (temporary) workaround for ARM64 CGFloat. |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Jay Freeman... | Update the libffi submodule to the SaurikIT fork. |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Jay Freeman... | Compile libffi with the changes needed for ARM64. |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Jay Freeman... | Cycript no longer uses the systems' libffi.dylib. |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Jay Freeman... | Use dpkg-deb -zlzma to compress Cydia package. |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Jay Freeman... | Remove now definitely-unneeded libgcc_eh comment. |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Jay Freeman... | OK, apparently ARM64 libffi didn't actually work. |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Jay Freeman... | Use more appropropriate target triples and mins. |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Jay Freeman... | Add desktop Cycript distribution zip to .gitignore. |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Jay Freeman... | We no longer rely on even trivial libffi patches. |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Jay Freeman... | Port and package (a Cydia release) for iOS 7 ARM64. |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Jay Freeman... | Surprisingly, od -t c is locale (LANG) sensitive. |
commit | commitdiff | tree | snapshot |
2014-01-01 |
Jay Freeman... | The iOS entitlements break execution on Mac OS X. |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Jay Freeman... | Switch from MacPorts to Fink for autoconf (YAY!). |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Jay Freeman... | Compile everything for iOS 7 ARM64 using Xcode 5. |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Jay Freeman... | Running readline.sh multiple times fails to ln -s. |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Jay Freeman... | Compile libffi for iOS 7 ARM64 using the Xcode 5. |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Jay Freeman... | Apple no longer supports *_stret() on -arch arm64. |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Jay Freeman... | Move CYArray* functions from Library to Execute. |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Jay Freeman... | You still need Library even when not CY_EXECUTEing. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Jay Freeman... | We need to codesign cycript with our entitlements. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Jay Freeman... | Remove the one verbose output from iOS sysroot.sh. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Jay Freeman... | Compile iOS Cycript against Telesphoreo ncurses. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Jay Freeman... | Recreate ios.mk (creates .deb) out of rules.old. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Jay Freeman... | Ignore changes we made to the submodules (for now). |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Jay Freeman... | Capitalize cycript_ to not break bash tab complete. v0.9.500%b1 |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Jay Freeman... | Remove long-obsolete website folder I forgot about. |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Jay Freeman... | Do not store a hidden file in the Cycript package. |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Jay Freeman... | Allow the type to be recovered from a Functor. |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Jay Freeman... | Allow for connections from the client to the server. |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Jay Freeman... | Make CYHandleClient only take a file descriptor. |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Jay Freeman... | Organize configure arguments in Xcode build setup. |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Jay Freeman... | Slightly clean up the Xcode build definitions. |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Jay Freeman... | Add GPL copyright license text to shell scripts. |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Jay Freeman... | Change all /bin/bash shebangs to use env bash. |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Jay Freeman... | Support both armv7s and armv6 at the same time. |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Jay Freeman... | Clean up dependencies now that they are tracked. |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Jay Freeman... | Build i386 and x86_64 architectures separately. |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Jay Freeman... | Finish new build environment, relocatable objects. |
commit | commitdiff | tree | snapshot |
next |