]>
git.saurik.com Git - cycript.git/log
Jay Freeman (saurik) [Thu, 2 Jan 2014 07:25:45 +0000 (23:25 -0800)]
Move the EOF "final newline" to the ctrl-d check.
Jay Freeman (saurik) [Thu, 2 Jan 2014 07:25:10 +0000 (23:25 -0800)]
Do not lose the shell history throwing exceptions.
Jay Freeman (saurik) [Thu, 2 Jan 2014 06:47:01 +0000 (22:47 -0800)]
On ARM64, the isa instance variable is a tagged.
Jay Freeman (saurik) [Thu, 2 Jan 2014 06:33:54 +0000 (22:33 -0800)]
Failing to send/receive client fd should be fatal.
Jay Freeman (saurik) [Thu, 2 Jan 2014 06:27:38 +0000 (22:27 -0800)]
Fix (again) process injection on desktop Mac OS X.
Jay Freeman (saurik) [Thu, 2 Jan 2014 05:37:09 +0000 (21:37 -0800)]
Add CYTry/CYCatch brackets around all the codes.
Jay Freeman (saurik) [Thu, 2 Jan 2014 05:36:41 +0000 (21:36 -0800)]
Remove an obsolete JavaScript exception bracket.
Jay Freeman (saurik) [Thu, 2 Jan 2014 03:49:06 +0000 (19:49 -0800)]
Add a (temporary) workaround for ARM64 CGFloat.
Jay Freeman (saurik) [Thu, 2 Jan 2014 03:26:46 +0000 (19:26 -0800)]
Update the libffi submodule to the SaurikIT fork.
Jay Freeman (saurik) [Thu, 2 Jan 2014 03:21:45 +0000 (19:21 -0800)]
Compile libffi with the changes needed for ARM64.
Jay Freeman (saurik) [Wed, 1 Jan 2014 22:50:42 +0000 (14:50 -0800)]
Cycript no longer uses the systems' libffi.dylib.
Jay Freeman (saurik) [Wed, 1 Jan 2014 22:50:15 +0000 (14:50 -0800)]
Use dpkg-deb -zlzma to compress Cydia package.
Jay Freeman (saurik) [Wed, 1 Jan 2014 22:48:43 +0000 (14:48 -0800)]
Remove now definitely-unneeded libgcc_eh comment.
Jay Freeman (saurik) [Wed, 1 Jan 2014 22:48:13 +0000 (14:48 -0800)]
OK, apparently ARM64 libffi didn't actually work.
Jay Freeman (saurik) [Wed, 1 Jan 2014 22:47:58 +0000 (14:47 -0800)]
Use more appropropriate target triples and mins.
Jay Freeman (saurik) [Wed, 1 Jan 2014 11:01:57 +0000 (03:01 -0800)]
Add desktop Cycript distribution zip to .gitignore.
Jay Freeman (saurik) [Wed, 1 Jan 2014 11:00:55 +0000 (03:00 -0800)]
We no longer rely on even trivial libffi patches.
Jay Freeman (saurik) [Wed, 1 Jan 2014 10:59:52 +0000 (02:59 -0800)]
Port and package (a Cydia release) for iOS 7 ARM64.
Jay Freeman (saurik) [Wed, 1 Jan 2014 01:29:59 +0000 (17:29 -0800)]
Surprisingly, od -t c is locale (LANG) sensitive.
Jay Freeman (saurik) [Wed, 1 Jan 2014 00:48:07 +0000 (16:48 -0800)]
The iOS entitlements break execution on Mac OS X.
Jay Freeman (saurik) [Tue, 31 Dec 2013 23:42:00 +0000 (15:42 -0800)]
Switch from MacPorts to Fink for autoconf (YAY!).
Jay Freeman (saurik) [Tue, 31 Dec 2013 23:40:28 +0000 (15:40 -0800)]
Compile everything for iOS 7 ARM64 using Xcode 5.
Jay Freeman (saurik) [Tue, 31 Dec 2013 23:38:37 +0000 (15:38 -0800)]
Running readline.sh multiple times fails to ln -s.
Jay Freeman (saurik) [Tue, 31 Dec 2013 23:37:45 +0000 (15:37 -0800)]
Compile libffi for iOS 7 ARM64 using the Xcode 5.
Jay Freeman (saurik) [Tue, 31 Dec 2013 23:33:14 +0000 (15:33 -0800)]
Apple no longer supports *_stret() on -arch arm64.
Jay Freeman (saurik) [Thu, 3 Oct 2013 03:02:17 +0000 (20:02 -0700)]
Move CYArray* functions from Library to Execute.
Jay Freeman (saurik) [Thu, 3 Oct 2013 02:57:05 +0000 (19:57 -0700)]
You still need Library even when not CY_EXECUTEing.
Jay Freeman (saurik) [Tue, 24 Sep 2013 22:48:59 +0000 (15:48 -0700)]
We need to codesign cycript with our entitlements.
Jay Freeman (saurik) [Tue, 24 Sep 2013 22:36:24 +0000 (15:36 -0700)]
Remove the one verbose output from iOS sysroot.sh.
Jay Freeman (saurik) [Tue, 24 Sep 2013 22:36:09 +0000 (15:36 -0700)]
Compile iOS Cycript against Telesphoreo ncurses.
Jay Freeman (saurik) [Tue, 24 Sep 2013 09:17:00 +0000 (02:17 -0700)]
Recreate ios.mk (creates .deb) out of rules.old.
Jay Freeman (saurik) [Tue, 24 Sep 2013 09:16:32 +0000 (02:16 -0700)]
Ignore changes we made to the submodules (for now).
Jay Freeman (saurik) [Wed, 11 Sep 2013 07:20:19 +0000 (00:20 -0700)]
Capitalize cycript_ to not break bash tab complete.
Jay Freeman (saurik) [Wed, 11 Sep 2013 06:47:34 +0000 (23:47 -0700)]
Remove long-obsolete website folder I forgot about.
Jay Freeman (saurik) [Wed, 11 Sep 2013 06:11:06 +0000 (23:11 -0700)]
Do not store a hidden file in the Cycript package.
Jay Freeman (saurik) [Wed, 11 Sep 2013 04:15:11 +0000 (21:15 -0700)]
Allow the type to be recovered from a Functor.
Jay Freeman (saurik) [Tue, 10 Sep 2013 19:28:55 +0000 (12:28 -0700)]
Allow for connections from the client to the server.
Jay Freeman (saurik) [Tue, 10 Sep 2013 18:02:40 +0000 (11:02 -0700)]
Make CYHandleClient only take a file descriptor.
Jay Freeman (saurik) [Tue, 10 Sep 2013 15:37:12 +0000 (08:37 -0700)]
Organize configure arguments in Xcode build setup.
Jay Freeman (saurik) [Tue, 10 Sep 2013 08:37:32 +0000 (01:37 -0700)]
Slightly clean up the Xcode build definitions.
Jay Freeman (saurik) [Tue, 10 Sep 2013 08:32:18 +0000 (01:32 -0700)]
Add GPL copyright license text to shell scripts.
Jay Freeman (saurik) [Tue, 10 Sep 2013 08:31:13 +0000 (01:31 -0700)]
Change all /bin/bash shebangs to use env bash.
Jay Freeman (saurik) [Tue, 10 Sep 2013 07:51:48 +0000 (00:51 -0700)]
Support both armv7s and armv6 at the same time.
Jay Freeman (saurik) [Tue, 10 Sep 2013 06:58:34 +0000 (23:58 -0700)]
Clean up dependencies now that they are tracked.
Jay Freeman (saurik) [Tue, 10 Sep 2013 06:28:50 +0000 (23:28 -0700)]
Build i386 and x86_64 architectures separately.
Jay Freeman (saurik) [Mon, 9 Sep 2013 22:03:53 +0000 (15:03 -0700)]
Finish new build environment, relocatable objects.
Jay Freeman (saurik) [Mon, 9 Sep 2013 17:52:20 +0000 (10:52 -0700)]
Switch from gcc to clang (Apple is incompetent).
Jay Freeman (saurik) [Mon, 9 Sep 2013 16:41:45 +0000 (09:41 -0700)]
Use MACHINE_THREAD_STATE{,_COUNT} to simplify Mach.
Jay Freeman (saurik) [Mon, 9 Sep 2013 16:41:04 +0000 (09:41 -0700)]
Drop -sys distinction and stabilize Xcode build.
Jay Freeman (saurik) [Sun, 8 Sep 2013 10:03:59 +0000 (03:03 -0700)]
Split Xcode build environment by configure passes.
Jay Freeman (saurik) [Sun, 8 Sep 2013 09:57:39 +0000 (02:57 -0700)]
The current iOS APR package doesn't have headers.
Jay Freeman (saurik) [Sun, 8 Sep 2013 09:48:39 +0000 (02:48 -0700)]
Add --disable-console option to configure script.
Jay Freeman (saurik) [Sun, 8 Sep 2013 09:50:10 +0000 (02:50 -0700)]
On some systems, cur_term is found in ncurses.
Jay Freeman (saurik) [Sun, 8 Sep 2013 09:48:59 +0000 (02:48 -0700)]
Allow APR link flags to be configure overridden.
Jay Freeman (saurik) [Sun, 8 Sep 2013 09:47:43 +0000 (02:47 -0700)]
Force lookup of C compiler as ConvertUTF uses it.
Jay Freeman (saurik) [Sun, 8 Sep 2013 09:46:34 +0000 (02:46 -0700)]
Make mach_vm to vm_map fix support iOS Simulator.
Jay Freeman (saurik) [Sat, 7 Sep 2013 10:49:36 +0000 (03:49 -0700)]
On ARM, mach_vm isn't supported, so use vm_map.
Jay Freeman (saurik) [Sat, 7 Sep 2013 10:48:55 +0000 (03:48 -0700)]
Remove old iOS build environment from sysroot.sh.
Jay Freeman (saurik) [Sat, 7 Sep 2013 10:45:00 +0000 (03:45 -0700)]
Finish new libffi and readline compilation scripts.
Jay Freeman (saurik) [Sat, 7 Sep 2013 07:01:29 +0000 (00:01 -0700)]
Change ObjectiveC/Output.mm to straight-up C++.
Jay Freeman (saurik) [Fri, 6 Sep 2013 11:23:55 +0000 (04:23 -0700)]
Add libffi submodule and a script to build for iOS.
Jay Freeman (saurik) [Fri, 6 Sep 2013 10:45:23 +0000 (03:45 -0700)]
Bypass the autotools build environment on Mac OS X.
Jay Freeman (saurik) [Fri, 6 Sep 2013 10:44:42 +0000 (03:44 -0700)]
Add -mios-simulator-version-min for iOS Simulator.
Jay Freeman (saurik) [Fri, 6 Sep 2013 10:43:03 +0000 (03:43 -0700)]
Add readline-6.2 to .gitignore (for Mac OS X).
Jay Freeman (saurik) [Thu, 4 Jul 2013 20:51:43 +0000 (13:51 -0700)]
Remove unused ext/ libstdc++ #include for clang.
Jay Freeman (saurik) [Mon, 1 Jul 2013 06:47:22 +0000 (23:47 -0700)]
Add macosx.sh and readline.sh for Mac OS X.
Jay Freeman (saurik) [Mon, 1 Jul 2013 06:33:11 +0000 (23:33 -0700)]
On Mac OS X 10.9 libsystem_pthread took pthread_*.
Jay Freeman (saurik) [Mon, 1 Jul 2013 05:37:29 +0000 (22:37 -0700)]
Look up path of Mac OS X SDK for Simulator build.
Jay Freeman (saurik) [Mon, 1 Jul 2013 05:36:18 +0000 (22:36 -0700)]
Remove unused ext/ libstdc++ #include for clang.
Jay Freeman (saurik) [Mon, 1 Jul 2013 05:36:03 +0000 (22:36 -0700)]
On Mac OS X 10.9, cstddef is needed for offsetof.
Jay Freeman (saurik) [Mon, 1 Jul 2013 04:33:47 +0000 (21:33 -0700)]
Remove simulat{or,e}.sh, as they are no longer used.
Jay Freeman (saurik) [Sun, 23 Jun 2013 13:51:52 +0000 (06:51 -0700)]
Use the LC_ID_DYLIB when possible to ID dylibs.
Jay Freeman (saurik) [Sun, 23 Jun 2013 12:29:55 +0000 (05:29 -0700)]
Update included configure to match autoconf input.
Jay Freeman (saurik) [Sun, 23 Jun 2013 10:24:08 +0000 (03:24 -0700)]
Replace iconv with some code from "official" code.
Jay Freeman (saurik) [Sun, 23 Jun 2013 10:23:35 +0000 (03:23 -0700)]
Objective-C++ does not have a normal -Wall macro.
Jay Freeman (saurik) [Sun, 23 Jun 2013 10:23:04 +0000 (03:23 -0700)]
Turn on -Werror during configure for missing flags.
Jay Freeman (saurik) [Sun, 23 Jun 2013 09:26:03 +0000 (02:26 -0700)]
Use yet more indirection to detect iOS simulator.
Jay Freeman (saurik) [Sun, 23 Jun 2013 08:45:22 +0000 (01:45 -0700)]
apr_pstrdup used to return NULL when passed NULL.
Jay Freeman (saurik) [Sun, 23 Jun 2013 08:33:16 +0000 (01:33 -0700)]
Automatically fatten build, detect iOS simulator.
Jay Freeman (saurik) [Sun, 23 Jun 2013 07:44:13 +0000 (00:44 -0700)]
Remove obsolete attempts to support the Simulator.
Jay Freeman (saurik) [Sun, 23 Jun 2013 07:42:41 +0000 (00:42 -0700)]
Also remove VERSION from libffi #define overlap.
Jay Freeman (saurik) [Sun, 23 Jun 2013 07:41:44 +0000 (00:41 -0700)]
Do not rely on WebKit/WebCore for WebUndefined.
Jay Freeman (saurik) [Sun, 23 Jun 2013 06:17:15 +0000 (23:17 -0700)]
Default disable maintainer mode, require --enable.
Jay Freeman (saurik) [Sun, 23 Jun 2013 01:57:56 +0000 (18:57 -0700)]
Find location of libcycript at runtime with dladdr.
Jay Freeman (saurik) [Sun, 23 Jun 2013 00:25:56 +0000 (17:25 -0700)]
Verify Trampoline.t.hpp does not link to symbols.
Jay Freeman (saurik) [Sun, 23 Jun 2013 00:24:30 +0000 (17:24 -0700)]
Correct all blocking 32/64-bit incompatibilities.
Jay Freeman (saurik) [Sat, 22 Jun 2013 23:27:19 +0000 (16:27 -0700)]
Find all remote symbols via dyld_all_image_infos.
Jay Freeman (saurik) [Sat, 22 Jun 2013 11:46:58 +0000 (04:46 -0700)]
Make the ARM thread setup code match i386/x86_64.
Jay Freeman (saurik) [Sat, 22 Jun 2013 11:36:35 +0000 (04:36 -0700)]
Use x86_THREAD_STATE to detect 32/64-bit flavor.
Jay Freeman (saurik) [Sat, 22 Jun 2013 10:11:23 +0000 (03:11 -0700)]
Add _krncall around vm_write (Substrate backport).
Jay Freeman (saurik) [Sat, 22 Jun 2013 01:46:09 +0000 (18:46 -0700)]
Reimplement apr_pools using CYPool in libcycript.
Jay Freeman (saurik) [Fri, 21 Jun 2013 22:23:31 +0000 (15:23 -0700)]
Replace only apr_pool_cleanup_register with CYPool.
Jay Freeman (saurik) [Fri, 21 Jun 2013 22:14:09 +0000 (15:14 -0700)]
Replace only apr_thread_create with pthread_create.
Jay Freeman (saurik) [Fri, 21 Jun 2013 22:08:36 +0000 (15:08 -0700)]
Replace only use of apr_strtok with manual loop.
Jay Freeman (saurik) [Fri, 21 Jun 2013 14:53:11 +0000 (07:53 -0700)]
INSTALL should not be a symlink into Fink's /sw.
Jay Freeman (saurik) [Fri, 21 Jun 2013 13:13:37 +0000 (06:13 -0700)]
Replace CydgetPoolParse with CydgetMemoryParse.
Jay Freeman (saurik) [Fri, 21 Jun 2013 14:44:46 +0000 (07:44 -0700)]
Replace all apr_pool_t * usages with CYPool &.
Jay Freeman (saurik) [Fri, 21 Jun 2013 13:16:19 +0000 (06:16 -0700)]
Remove support for parent pools from CYPool.
Jay Freeman (saurik) [Fri, 21 Jun 2013 12:36:19 +0000 (05:36 -0700)]
Make libcycript dlsym-compatible and unversioned.
Jay Freeman (saurik) [Thu, 20 Jun 2013 14:43:41 +0000 (07:43 -0700)]
Remove bash requirement as it is no longer needed.