]> git.saurik.com Git - cycript.git/shortlog
cycript.git
2014-01-09  Jay Freeman... Split $objc_msgSend apart, normalizing exceptions.
2014-01-09  Jay Freeman... -[NSCFType cy$toJSON:inContext:] 64-bit encoding.
2014-01-09  Jay Freeman... Factor JSValueRef exception arguments to _jsccall.
2014-01-09  Jay Freeman... I really really want some kind of Error monad :(.
2014-01-07  Jay Freeman... Support Internal_setProperty with bitfield types.
2014-01-07  Jay Freeman... Support Internal_getProperty with bitfield types.
2014-01-07  Jay Freeman... Cycript's C++11 lambda semantics require the &.
2014-01-07  Jay Freeman... Do not allow the grammar to contain conflicts.
2014-01-07  Jay Freeman... ES5 makes FunctionExpression a MemberExpression.
2014-01-06  Jay Freeman... Add syntax to support C-style typedef assignment.
2014-01-06  Jay Freeman... Add support for C++11 lambda expression syntax.
2014-01-04  Jay Freeman... The TARGET_OS_IPHONE variable is set to 1 or 0.
2014-01-04  Jay Freeman... Copy libdyld error messages back from injection.
2014-01-02  Jay Freeman... Store all unstable Class CYONifications in a set.
2014-01-02  Jay Freeman... When CYONifying fields, @error encode exceptions.
2014-01-02  Jay Freeman... Move the EOF "final newline" to the ctrl-d check.
2014-01-02  Jay Freeman... Do not lose the shell history throwing exceptions.
2014-01-02  Jay Freeman... On ARM64, the isa instance variable is a tagged.
2014-01-02  Jay Freeman... Failing to send/receive client fd should be fatal.
2014-01-02  Jay Freeman... Fix (again) process injection on desktop Mac OS X.
2014-01-02  Jay Freeman... Add CYTry/CYCatch brackets around all the codes.
2014-01-02  Jay Freeman... Remove an obsolete JavaScript exception bracket.
2014-01-02  Jay Freeman... Add a (temporary) workaround for ARM64 CGFloat.
2014-01-02  Jay Freeman... Update the libffi submodule to the SaurikIT fork.
2014-01-02  Jay Freeman... Compile libffi with the changes needed for ARM64.
2014-01-01  Jay Freeman... Cycript no longer uses the systems' libffi.dylib.
2014-01-01  Jay Freeman... Use dpkg-deb -zlzma to compress Cydia package.
2014-01-01  Jay Freeman... Remove now definitely-unneeded libgcc_eh comment.
2014-01-01  Jay Freeman... OK, apparently ARM64 libffi didn't actually work.
2014-01-01  Jay Freeman... Use more appropropriate target triples and mins.
2014-01-01  Jay Freeman... Add desktop Cycript distribution zip to .gitignore.
2014-01-01  Jay Freeman... We no longer rely on even trivial libffi patches.
2014-01-01  Jay Freeman... Port and package (a Cydia release) for iOS 7 ARM64.
2014-01-01  Jay Freeman... Surprisingly, od -t c is locale (LANG) sensitive.
2014-01-01  Jay Freeman... The iOS entitlements break execution on Mac OS X.
2013-12-31  Jay Freeman... Switch from MacPorts to Fink for autoconf (YAY!).
2013-12-31  Jay Freeman... Compile everything for iOS 7 ARM64 using Xcode 5.
2013-12-31  Jay Freeman... Running readline.sh multiple times fails to ln -s.
2013-12-31  Jay Freeman... Compile libffi for iOS 7 ARM64 using the Xcode 5.
2013-12-31  Jay Freeman... Apple no longer supports *_stret() on -arch arm64.
2013-10-03  Jay Freeman... Move CYArray* functions from Library to Execute.
2013-10-03  Jay Freeman... You still need Library even when not CY_EXECUTEing.
2013-09-24  Jay Freeman... We need to codesign cycript with our entitlements.
2013-09-24  Jay Freeman... Remove the one verbose output from iOS sysroot.sh.
2013-09-24  Jay Freeman... Compile iOS Cycript against Telesphoreo ncurses.
2013-09-24  Jay Freeman... Recreate ios.mk (creates .deb) out of rules.old.
2013-09-24  Jay Freeman... Ignore changes we made to the submodules (for now).
2013-09-11  Jay Freeman... Capitalize cycript_ to not break bash tab complete. v0.9.500%b1
2013-09-11  Jay Freeman... Remove long-obsolete website folder I forgot about.
2013-09-11  Jay Freeman... Do not store a hidden file in the Cycript package.
2013-09-11  Jay Freeman... Allow the type to be recovered from a Functor.
2013-09-10  Jay Freeman... Allow for connections from the client to the server.
2013-09-10  Jay Freeman... Make CYHandleClient only take a file descriptor.
2013-09-10  Jay Freeman... Organize configure arguments in Xcode build setup.
2013-09-10  Jay Freeman... Slightly clean up the Xcode build definitions.
2013-09-10  Jay Freeman... Add GPL copyright license text to shell scripts.
2013-09-10  Jay Freeman... Change all /bin/bash shebangs to use env bash.
2013-09-10  Jay Freeman... Support both armv7s and armv6 at the same time.
2013-09-10  Jay Freeman... Clean up dependencies now that they are tracked.
2013-09-10  Jay Freeman... Build i386 and x86_64 architectures separately.
2013-09-09  Jay Freeman... Finish new build environment, relocatable objects.
2013-09-09  Jay Freeman... Switch from gcc to clang (Apple is incompetent).
2013-09-09  Jay Freeman... Use MACHINE_THREAD_STATE{,_COUNT} to simplify Mach.
2013-09-09  Jay Freeman... Drop -sys distinction and stabilize Xcode build.
2013-09-08  Jay Freeman... Split Xcode build environment by configure passes.
2013-09-08  Jay Freeman... The current iOS APR package doesn't have headers.
2013-09-08  Jay Freeman... Add --disable-console option to configure script.
2013-09-08  Jay Freeman... On some systems, cur_term is found in ncurses.
2013-09-08  Jay Freeman... Allow APR link flags to be configure overridden.
2013-09-08  Jay Freeman... Force lookup of C compiler as ConvertUTF uses it.
2013-09-08  Jay Freeman... Make mach_vm to vm_map fix support iOS Simulator.
2013-09-07  Jay Freeman... On ARM, mach_vm isn't supported, so use vm_map.
2013-09-07  Jay Freeman... Remove old iOS build environment from sysroot.sh.
2013-09-07  Jay Freeman... Finish new libffi and readline compilation scripts.
2013-09-07  Jay Freeman... Change ObjectiveC/Output.mm to straight-up C++.
2013-09-06  Jay Freeman... Add libffi submodule and a script to build for iOS.
2013-09-06  Jay Freeman... Bypass the autotools build environment on Mac OS X.
2013-09-06  Jay Freeman... Add -mios-simulator-version-min for iOS Simulator.
2013-09-06  Jay Freeman... Add readline-6.2 to .gitignore (for Mac OS X).
2013-07-04  Jay Freeman... Remove unused ext/ libstdc++ #include for clang.
2013-07-01  Jay Freeman... Add macosx.sh and readline.sh for Mac OS X.
2013-07-01  Jay Freeman... On Mac OS X 10.9 libsystem_pthread took pthread_*.
2013-07-01  Jay Freeman... Look up path of Mac OS X SDK for Simulator build.
2013-07-01  Jay Freeman... Remove unused ext/ libstdc++ #include for clang.
2013-07-01  Jay Freeman... On Mac OS X 10.9, cstddef is needed for offsetof.
2013-07-01  Jay Freeman... Remove simulat{or,e}.sh, as they are no longer used.
2013-06-23  Jay Freeman... Use the LC_ID_DYLIB when possible to ID dylibs.
2013-06-23  Jay Freeman... Update included configure to match autoconf input.
2013-06-23  Jay Freeman... Replace iconv with some code from "official" code.
2013-06-23  Jay Freeman... Objective-C++ does not have a normal -Wall macro.
2013-06-23  Jay Freeman... Turn on -Werror during configure for missing flags.
2013-06-23  Jay Freeman... Use yet more indirection to detect iOS simulator.
2013-06-23  Jay Freeman... apr_pstrdup used to return NULL when passed NULL.
2013-06-23  Jay Freeman... Automatically fatten build, detect iOS simulator.
2013-06-23  Jay Freeman... Remove obsolete attempts to support the Simulator.
2013-06-23  Jay Freeman... Also remove VERSION from libffi #define overlap.
2013-06-23  Jay Freeman... Do not rely on WebKit/WebCore for WebUndefined.
2013-06-23  Jay Freeman... Default disable maintainer mode, require --enable.
2013-06-23  Jay Freeman... Find location of libcycript at runtime with dladdr.
2013-06-23  Jay Freeman... Verify Trampoline.t.hpp does not link to symbols.
next