]>
git.saurik.com Git - cycript.git/log
Jay Freeman (saurik) [Mon, 5 Jul 2010 20:50:22 +0000 (20:50 +0000)]
Let's at least parse Objective-J.
Jay Freeman (saurik) [Mon, 5 Jul 2010 16:52:14 +0000 (16:52 +0000)]
Updating todo.
Jay Freeman (saurik) [Mon, 5 Jul 2010 16:51:52 +0000 (16:51 +0000)]
Temporary code in if converted to assert.
Jay Freeman (saurik) [Fri, 2 Jul 2010 09:02:06 +0000 (09:02 +0000)]
Improved scope compliance on catch() while attempting to pesudo-Replace() the non-local return prologue.
Jay Freeman (saurik) [Fri, 2 Jul 2010 08:03:25 +0000 (08:03 +0000)]
Fixed non-local return insanity.
Jay Freeman (saurik) [Fri, 2 Jul 2010 07:34:00 +0000 (07:34 +0000)]
I forgot to flow Replace() to optional argument initializers.
Jay Freeman (saurik) [Fri, 2 Jul 2010 07:33:05 +0000 (07:33 +0000)]
Added RubyProc/Blocks.
Jay Freeman (saurik) [Thu, 1 Jul 2010 23:32:29 +0000 (23:32 +0000)]
Implemented initial support for Ruby Blocks.
Jay Freeman (saurik) [Thu, 1 Jul 2010 23:32:03 +0000 (23:32 +0000)]
Quick output fix for optional arguments (CYPA and spacing).
Jay Freeman (saurik) [Thu, 1 Jul 2010 08:01:48 +0000 (08:01 +0000)]
Add optional parameter support.
Douglas William Thrift [Wed, 5 May 2010 04:40:04 +0000 (04:40 +0000)]
Fixed trampoline with configure/libtool. I think?
Douglas William Thrift [Wed, 5 May 2010 03:54:47 +0000 (03:54 +0000)]
Ported things mentioned in DOUG comments.
Jay Freeman (saurik) [Tue, 4 May 2010 03:37:55 +0000 (03:37 +0000)]
Actually fix the trailing backslash in multiline comment bug.
Jay Freeman (saurik) [Tue, 4 May 2010 03:19:25 +0000 (03:19 +0000)]
Get this all working really everywhere again, seriously this time.
Jay Freeman (saurik) [Tue, 4 May 2010 02:43:21 +0000 (02:43 +0000)]
Fixed a bug with trailing backslashes in trampoline comments.
Jay Freeman (saurik) [Sun, 2 May 2010 10:18:39 +0000 (10:18 +0000)]
Rearrange who pulls WebKit from where.
Jay Freeman (saurik) [Sun, 2 May 2010 09:56:42 +0000 (09:56 +0000)]
Remove debugging garbage from Mach/Inject.
Jay Freeman (saurik) [Sun, 2 May 2010 09:46:27 +0000 (09:46 +0000)]
Sort of fix the ./configure based build environment.
Jay Freeman (saurik) [Sun, 2 May 2010 09:44:18 +0000 (09:44 +0000)]
Got universal inject working.
Douglas William Thrift [Thu, 29 Apr 2010 05:40:03 +0000 (05:40 +0000)]
Universal binary!
Douglas William Thrift [Thu, 29 Apr 2010 05:29:19 +0000 (05:29 +0000)]
Make sure autogen.sh works somewhat on a Mac.
Jay Freeman (saurik) [Thu, 29 Apr 2010 00:07:26 +0000 (00:07 +0000)]
Fix a size initialization bug.
Jay Freeman (saurik) [Wed, 28 Apr 2010 19:17:04 +0000 (19:17 +0000)]
Add a crash note in todo.txt.
Douglas William Thrift [Wed, 28 Apr 2010 07:47:29 +0000 (07:47 +0000)]
Check for ffi.h and libffi before using pkg-config. Take that MacPorts!
Douglas William Thrift [Wed, 28 Apr 2010 07:23:08 +0000 (07:23 +0000)]
Hack to try to find a useable iconv if pkg-config and libffi have messed it up on Mac OS X with MacPorts. Next we will make the tests for libffi not go to pkg-config so soon.
Jay Freeman (saurik) [Tue, 27 Apr 2010 22:21:00 +0000 (22:21 +0000)]
Add a level of indirection to NSString->String prototype bridge, in order to correctly DontEnum .toString().
Jay Freeman (saurik) [Tue, 27 Apr 2010 22:07:57 +0000 (22:07 +0000)]
Add String::toCYON, toString_s, and bridge NSString via String.prototype.
Jay Freeman (saurik) [Tue, 27 Apr 2010 21:16:58 +0000 (21:16 +0000)]
Allow auto-complete of ], which provides more intuitive support for terminated messages.
Jay Freeman (saurik) [Tue, 27 Apr 2010 21:16:34 +0000 (21:16 +0000)]
Remove now-obsolete prefix size clip.
Jay Freeman (saurik) [Tue, 27 Apr 2010 21:09:02 +0000 (21:09 +0000)]
Cut off messages prefixes.
Jay Freeman (saurik) [Tue, 27 Apr 2010 20:58:39 +0000 (20:58 +0000)]
NSString was not even remotely correctly bridged.
Jay Freeman (saurik) [Tue, 27 Apr 2010 20:38:25 +0000 (20:38 +0000)]
Add square brackets and closes to completer word break.
Jay Freeman (saurik) [Tue, 27 Apr 2010 12:25:50 +0000 (12:25 +0000)]
NSArrays don't have implicit properties.
Jay Freeman (saurik) [Tue, 27 Apr 2010 12:18:21 +0000 (12:18 +0000)]
Walk superclasses while generating implicit property list.
Jay Freeman (saurik) [Tue, 27 Apr 2010 12:08:42 +0000 (12:08 +0000)]
Support per-Class deactivation of implicit properties.
Jay Freeman (saurik) [Tue, 27 Apr 2010 11:44:23 +0000 (11:44 +0000)]
Support enumeration of implicit properties.
Jay Freeman (saurik) [Tue, 27 Apr 2010 11:44:12 +0000 (11:44 +0000)]
Add a space character more consistently.
Jay Freeman (saurik) [Tue, 27 Apr 2010 05:23:26 +0000 (05:23 +0000)]
Clean up the todo list.
Jay Freeman (saurik) [Tue, 27 Apr 2010 05:13:47 +0000 (05:13 +0000)]
Fix usage of numeric lierals
Jay Freeman (saurik) [Tue, 27 Apr 2010 02:35:36 +0000 (02:35 +0000)]
Added auto-complete todo.
Jay Freeman (saurik) [Tue, 27 Apr 2010 02:35:15 +0000 (02:35 +0000)]
Don't go nuts if there is an exception while completing.
Jay Freeman (saurik) [Tue, 27 Apr 2010 01:11:12 +0000 (01:11 +0000)]
Make CYExecute take a CYUTF8String and fix the size shell game in Console's Run.
Jay Freeman (saurik) [Tue, 27 Apr 2010 01:09:35 +0000 (01:09 +0000)]
JavaScript.hpp should be a header when CY_EXECUTE.
Jay Freeman (saurik) [Tue, 27 Apr 2010 00:59:31 +0000 (00:59 +0000)]
Add support back for ARM inject.
Jay Freeman (saurik) [Tue, 27 Apr 2010 00:46:07 +0000 (00:46 +0000)]
While libedit requires me to damage rl_basic_word_break_characters, readline requires me to use rl_completer_word_break_characters.
Jay Freeman (saurik) [Tue, 27 Apr 2010 00:42:09 +0000 (00:42 +0000)]
Break completions at :.
Jay Freeman (saurik) [Tue, 27 Apr 2010 00:35:43 +0000 (00:35 +0000)]
Accidentally lost a _ patch to .in confusion.
Jay Freeman (saurik) [Tue, 27 Apr 2010 00:32:19 +0000 (00:32 +0000)]
Tab-complete FTW!
Jay Freeman (saurik) [Mon, 26 Apr 2010 20:52:53 +0000 (20:52 +0000)]
Give Global_ a className, indent the global prototype code, and fail to mark $cyq DontEnum (JSC bug).
Jay Freeman (saurik) [Sun, 25 Apr 2010 23:30:27 +0000 (23:30 +0000)]
Fix multi-line comments that end with **/.
Douglas William Thrift [Sun, 25 Apr 2010 07:04:28 +0000 (07:04 +0000)]
Somewhat better iconv handling on the Mac when MacPorts is in the path (aka Horrible Doom!).
Jay Freeman (saurik) [Sun, 25 Apr 2010 05:54:07 +0000 (05:54 +0000)]
Even larger temporary hack to make 64-bit work.
Jay Freeman (saurik) [Sun, 25 Apr 2010 05:52:59 +0000 (05:52 +0000)]
Temporary hacks to make 64-bit compile work.
Jay Freeman (saurik) [Sat, 24 Apr 2010 23:11:51 +0000 (23:11 +0000)]
Pretend to support Blocks.
Jay Freeman (saurik) [Sat, 24 Apr 2010 22:50:04 +0000 (22:50 +0000)]
I forgot _NSPoint in Bridge.def.
Jay Freeman (saurik) [Sat, 24 Apr 2010 22:23:55 +0000 (22:23 +0000)]
Add -fno-stack-protector to Trampoline.
Douglas William Thrift [Sun, 18 Apr 2010 12:24:05 +0000 (12:24 +0000)]
Darwin proves that we need to check the version of GNU tar.
Douglas William Thrift [Sun, 18 Apr 2010 12:01:45 +0000 (12:01 +0000)]
Just to be safe.
Douglas William Thrift [Sun, 18 Apr 2010 11:06:27 +0000 (11:06 +0000)]
Fail on a lack of readline.
Douglas William Thrift [Sun, 18 Apr 2010 05:56:27 +0000 (05:56 +0000)]
Oh, GNU tar, you're so funny.
Douglas William Thrift [Sun, 18 Apr 2010 05:32:05 +0000 (05:32 +0000)]
Nice little target to make a source distribution tarball.
Douglas William Thrift [Sat, 17 Apr 2010 15:35:34 +0000 (15:35 +0000)]
Better version checking for bison, flex, and gperf that falls through to other versions on the path; check for GNU tar for an upcoming dist target.
Douglas William Thrift [Sat, 17 Apr 2010 10:43:03 +0000 (10:43 +0000)]
Variable arguments and work with make even if make isn't GNU make when GNU make is installed.
Douglas William Thrift [Sat, 17 Apr 2010 05:56:14 +0000 (05:56 +0000)]
Oops! That broke the Linux build with GNUstep.
Douglas William Thrift [Wed, 14 Apr 2010 09:13:26 +0000 (09:13 +0000)]
Enable/disable argument for JavaScript (engine).
Douglas William Thrift [Wed, 14 Apr 2010 07:56:19 +0000 (07:56 +0000)]
With framework argument to configure.
Douglas William Thrift [Wed, 7 Apr 2010 23:42:21 +0000 (23:42 +0000)]
Progress on injection?
Douglas William Thrift [Fri, 2 Apr 2010 11:11:19 +0000 (11:11 +0000)]
Evil magic juju FTW!
Douglas William Thrift [Fri, 2 Apr 2010 10:31:18 +0000 (10:31 +0000)]
Take out some commented stuff from GNUmakefile.in.
Douglas William Thrift [Fri, 2 Apr 2010 09:43:54 +0000 (09:43 +0000)]
This seems to work a little better.
Douglas William Thrift [Fri, 2 Apr 2010 08:26:20 +0000 (08:26 +0000)]
Add AC_CHECK_FRAMEWORK from ImageMagick before modifying it.
Jay Freeman (saurik) [Fri, 2 Apr 2010 04:15:31 +0000 (04:15 +0000)]
Found a memory management mistake (new Instance should not be transient) while working on Element.
Jay Freeman (saurik) [Fri, 2 Apr 2010 03:12:08 +0000 (03:12 +0000)]
Added CalEventIsAllDay to Bridge.def for Element.
Douglas William Thrift [Thu, 1 Apr 2010 05:08:27 +0000 (05:08 +0000)]
It successfully compiles on a Mac. Compiles, that's all.
Douglas William Thrift [Thu, 1 Apr 2010 03:38:08 +0000 (03:38 +0000)]
Refactor configure.
Douglas William Thrift [Tue, 30 Mar 2010 03:03:34 +0000 (03:03 +0000)]
Bison 2.3...
Douglas William Thrift [Sat, 13 Mar 2010 04:46:15 +0000 (04:46 +0000)]
Make sure install directories exist.
Douglas William Thrift [Fri, 12 Mar 2010 04:13:12 +0000 (04:13 +0000)]
Proper install/uninstall targets; don't use dpkg in test target thanks to libtool "magic".
Douglas William Thrift [Sat, 6 Mar 2010 23:47:43 +0000 (23:47 +0000)]
Oh, right, still need to get rid of those.
Douglas William Thrift [Sat, 6 Mar 2010 22:39:56 +0000 (22:39 +0000)]
Fix a regression in iconv detection; cleaner clean.
Douglas William Thrift [Sat, 6 Mar 2010 06:59:50 +0000 (06:59 +0000)]
GNUstep worky.
Jay Freeman (saurik) [Thu, 4 Mar 2010 07:03:21 +0000 (07:03 +0000)]
Add a concept of .toPointer().
Jay Freeman (saurik) [Thu, 4 Mar 2010 06:18:33 +0000 (06:18 +0000)]
Add a valueOf to Instance.
Jay Freeman (saurik) [Thu, 4 Mar 2010 05:55:43 +0000 (05:55 +0000)]
Added a weird nil-specific toString() check.
Douglas William Thrift [Wed, 3 Mar 2010 07:19:36 +0000 (07:19 +0000)]
Rename evildoom.sh to autogen.sh so we can fit in with the other crazy people who use autoconf; get WebKit stuff working!
Douglas William Thrift [Thu, 25 Feb 2010 06:02:07 +0000 (06:02 +0000)]
Use flex version 2.5.33.
Douglas William Thrift [Thu, 4 Feb 2010 05:25:15 +0000 (05:25 +0000)]
Some directories of dooom.
Douglas William Thrift [Tue, 2 Feb 2010 07:02:47 +0000 (07:02 +0000)]
-rpath!
Douglas William Thrift [Mon, 1 Feb 2010 23:18:34 +0000 (23:18 +0000)]
Checkpoint autoconf transition.
Jay Freeman (saurik) [Sun, 27 Dec 2009 00:54:06 +0000 (00:54 +0000)]
Scary hack to use the wrong APR on Mac OSX.
Jay Freeman (saurik) [Mon, 21 Dec 2009 18:34:23 +0000 (18:34 +0000)]
Fixed Trampoline.t.hpp, both having it clean and having it -m32.
Jay Freeman (saurik) [Mon, 21 Dec 2009 18:30:58 +0000 (18:30 +0000)]
Use -m32 instead of a uname -m check.
Douglas William Thrift [Sun, 20 Dec 2009 01:44:29 +0000 (01:44 +0000)]
Check the version of flex; check for libffi further after pkg-config fails us.
Jay Freeman (saurik) [Tue, 8 Dec 2009 22:04:39 +0000 (22:04 +0000)]
Worked around the bug in flex 2.5.35 that causes yy_size_t/int comparison warnings.
Jay Freeman (saurik) [Tue, 8 Dec 2009 21:49:35 +0000 (21:49 +0000)]
Actually committing the file that fixed the int to size_t for the lexer warning.
Jay Freeman (saurik) [Tue, 8 Dec 2009 21:48:31 +0000 (21:48 +0000)]
Changed an int to a size_t in my lexer, and removed the uname -m hack that Apple forced me to have and put it somewhere else so that Apple's other bug on the iPhone (the hw.machine thing) doesn't burn me.
Jay Freeman (saurik) [Tue, 8 Dec 2009 21:42:48 +0000 (21:42 +0000)]
Added a stupid hack because Apple sucks at SDKs.
Jay Freeman (saurik) [Tue, 8 Dec 2009 20:21:51 +0000 (20:21 +0000)]
Attempting to abstract 64-bit Mac.
Jay Freeman (saurik) [Tue, 8 Dec 2009 20:04:35 +0000 (20:04 +0000)]
Added a saner make install path.
Jay Freeman (saurik) [Thu, 26 Nov 2009 08:11:22 +0000 (08:11 +0000)]
With Bison 2.4 I can trust yyerrok.