2010-07-02 |
Jay Freeman (saurik) | Improved scope compliance on catch() while attempting...
|
commit | commitdiff | tree |
2010-07-02 |
Jay Freeman (saurik) | Fixed non-local return insanity.
|
commit | commitdiff | tree |
2010-07-02 |
Jay Freeman (saurik) | I forgot to flow Replace() to optional argument initializers.
|
commit | commitdiff | tree |
2010-07-02 |
Jay Freeman (saurik) | Added RubyProc/Blocks.
|
commit | commitdiff | tree |
2010-07-01 |
Jay Freeman (saurik) | Implemented initial support for Ruby Blocks.
|
commit | commitdiff | tree |
2010-07-01 |
Jay Freeman (saurik) | Quick output fix for optional arguments (CYPA and spacing).
|
commit | commitdiff | tree |
2010-07-01 |
Jay Freeman (saurik) | Add optional parameter support.
|
commit | commitdiff | tree |
2010-05-04 |
Jay Freeman (saurik) | Actually fix the trailing backslash in multiline comment...
|
commit | commitdiff | tree |
2010-05-04 |
Jay Freeman (saurik) | Get this all working really everywhere again, seriously...
|
commit | commitdiff | tree |
2010-05-04 |
Jay Freeman (saurik) | Fixed a bug with trailing backslashes in trampoline...
|
commit | commitdiff | tree |
2010-05-02 |
Jay Freeman (saurik) | Rearrange who pulls WebKit from where.
|
commit | commitdiff | tree |
2010-05-02 |
Jay Freeman (saurik) | Remove debugging garbage from Mach/Inject.
|
commit | commitdiff | tree |
2010-05-02 |
Jay Freeman (saurik) | Sort of fix the ./configure based build environment.
|
commit | commitdiff | tree |
2010-05-02 |
Jay Freeman (saurik) | Got universal inject working.
|
commit | commitdiff | tree |
2010-04-29 |
Jay Freeman (saurik) | Fix a size initialization bug.
|
commit | commitdiff | tree |
2010-04-28 |
Jay Freeman (saurik) | Add a crash note in todo.txt.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Add a level of indirection to NSString->String prototype...
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Add String::toCYON, toString_s, and bridge NSString...
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Allow auto-complete of ], which provides more intuitive...
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Remove now-obsolete prefix size clip.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Cut off messages prefixes.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | NSString was not even remotely correctly bridged.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Add square brackets and closes to completer word break.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | NSArrays don't have implicit properties.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Walk superclasses while generating implicit property...
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Support per-Class deactivation of implicit properties.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Support enumeration of implicit properties.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Add a space character more consistently.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Clean up the todo list.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Fix usage of numeric lierals
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Added auto-complete todo.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Don't go nuts if there is an exception while completing.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Make CYExecute take a CYUTF8String and fix the size...
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | JavaScript.hpp should be a header when CY_EXECUTE.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Add support back for ARM inject.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | While libedit requires me to damage rl_basic_word_break_char...
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Break completions at :.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Accidentally lost a _ patch to .in confusion.
|
commit | commitdiff | tree |
2010-04-27 |
Jay Freeman (saurik) | Tab-complete FTW!
|
commit | commitdiff | tree |
2010-04-26 |
Jay Freeman (saurik) | Give Global_ a className, indent the global prototype...
|
commit | commitdiff | tree |
2010-04-25 |
Jay Freeman (saurik) | Fix multi-line comments that end with **/.
|
commit | commitdiff | tree |
2010-04-25 |
Jay Freeman (saurik) | Even larger temporary hack to make 64-bit work.
|
commit | commitdiff | tree |
2010-04-25 |
Jay Freeman (saurik) | Temporary hacks to make 64-bit compile work.
|
commit | commitdiff | tree |
2010-04-24 |
Jay Freeman (saurik) | Pretend to support Blocks.
|
commit | commitdiff | tree |
2010-04-24 |
Jay Freeman (saurik) | I forgot _NSPoint in Bridge.def.
|
commit | commitdiff | tree |
2010-04-24 |
Jay Freeman (saurik) | Add -fno-stack-protector to Trampoline.
|
commit | commitdiff | tree |
2010-04-02 |
Jay Freeman (saurik) | Found a memory management mistake (new Instance should...
|
commit | commitdiff | tree |
2010-04-02 |
Jay Freeman (saurik) | Added CalEventIsAllDay to Bridge.def for Element.
|
commit | commitdiff | tree |
2010-03-04 |
Jay Freeman (saurik) | Add a concept of .toPointer().
|
commit | commitdiff | tree |
2010-03-04 |
Jay Freeman (saurik) | Add a valueOf to Instance.
|
commit | commitdiff | tree |
2010-03-04 |
Jay Freeman (saurik) | Added a weird nil-specific toString() check.
|
commit | commitdiff | tree |
2009-12-27 |
Jay Freeman (saurik) | Scary hack to use the wrong APR on Mac OSX.
|
commit | commitdiff | tree |
2009-12-21 |
Jay Freeman (saurik) | Fixed Trampoline.t.hpp, both having it clean and having...
|
commit | commitdiff | tree |
2009-12-21 |
Jay Freeman (saurik) | Use -m32 instead of a uname -m check.
|
commit | commitdiff | tree |
2009-12-08 |
Jay Freeman (saurik) | Worked around the bug in flex 2.5.35 that causes yy_size_t...
|
commit | commitdiff | tree |
2009-12-08 |
Jay Freeman (saurik) | Actually committing the file that fixed the int to...
|
commit | commitdiff | tree |
2009-12-08 |
Jay Freeman (saurik) | Changed an int to a size_t in my lexer, and removed...
|
commit | commitdiff | tree |
2009-12-08 |
Jay Freeman (saurik) | Added a stupid hack because Apple sucks at SDKs.
|
commit | commitdiff | tree |
2009-12-08 |
Jay Freeman (saurik) | Attempting to abstract 64-bit Mac.
|
commit | commitdiff | tree |
2009-12-08 |
Jay Freeman (saurik) | Added a saner make install path.
|
commit | commitdiff | tree |
2009-11-26 |
Jay Freeman (saurik) | With Bison 2.4 I can trust yyerrok.
|
commit | commitdiff | tree |
2009-11-26 |
Jay Freeman (saurik) | Cache system as 'system' instead of Function.
|
commit | commitdiff | tree |
2009-11-26 |
Jay Freeman (saurik) | I hate the Bison 2.3/2.4 split.
|
commit | commitdiff | tree |
2009-11-26 |
Jay Freeman (saurik) | Ported to Cygwin and Bison 2.3.
|
commit | commitdiff | tree |
2009-11-20 |
Jay Freeman (saurik) | I hate Apple's sham of a compiler.
|
commit | commitdiff | tree |
2009-11-20 |
Jay Freeman (saurik) | Accidentally let CYProtocol leak on non-Objective-C...
|
commit | commitdiff | tree |
2009-11-19 |
Jay Freeman (saurik) | Implemented functor caching.
|
commit | commitdiff | tree |
2009-11-19 |
Jay Freeman (saurik) | Added support for @class protocol lists.
|
commit | commitdiff | tree |
2009-11-19 |
Jay Freeman (saurik) | Fixing various FreeBSD issues.
|
commit | commitdiff | tree |
2009-11-19 |
Jay Freeman (saurik) | Attempting to better abstract FreeBSD.
|
commit | commitdiff | tree |
2009-11-19 |
Jay Freeman (saurik) | Fixed a NULL-pointer dereference on anonymous structures.
|
commit | commitdiff | tree |
2009-11-19 |
Jay Freeman (saurik) | Fixed the stupid variable renaming issue at the top...
|
commit | commitdiff | tree |
2009-11-19 |
Jay Freeman (saurik) | Fixed all of the memory leaks caused by the new identifier...
|
commit | commitdiff | tree |
2009-11-19 |
Jay Freeman (saurik) | Started refactoring the identifier mechanism to sort...
|
commit | commitdiff | tree |
2009-11-19 |
Jay Freeman (saurik) | Drastic performance enhancement by using a perfect...
|
commit | commitdiff | tree |
2009-11-18 |
Jay Freeman (saurik) | Fixed a bug where the identifier merging algorithm...
|
commit | commitdiff | tree |
2009-11-17 |
Jay Freeman (saurik) | Fixed a simple build error on Mac OS X.
|
commit | commitdiff | tree |
2009-11-17 |
Jay Freeman (saurik) | Fixed some compilation errors on Mac OS X.
|
commit | commitdiff | tree |
2009-11-17 |
Jay Freeman (saurik) | Implemented the symbol sorting optimization, for optimal...
|
commit | commitdiff | tree |
2009-11-17 |
Jay Freeman (saurik) | Crazy variable naming optimization of doom.
|
commit | commitdiff | tree |
2009-11-17 |
Jay Freeman (saurik) | Optimized the variable renamer to rename more variables...
|
commit | commitdiff | tree |
2009-11-17 |
Jay Freeman (saurik) | Added a level of indirection so we don't keep repackaging...
|
commit | commitdiff | tree |
2009-11-17 |
Jay Freeman (saurik) | Removed 'each' from the list of unconditionally reserved...
|
commit | commitdiff | tree |
2009-11-16 |
Jay Freeman (saurik) | Added support for octal literals.
|
commit | commitdiff | tree |
2009-11-16 |
Jay Freeman (saurik) | Added Microsoft Ajax Minifier to local test output.
|
commit | commitdiff | tree |
2009-11-16 |
Jay Freeman (saurik) | Cleaned up the scope code (on the way to let blocks...
|
commit | commitdiff | tree |
2009-11-16 |
Jay Freeman (saurik) | Ported Objective-C bridge to match up with the latest...
|
commit | commitdiff | tree |
2009-11-16 |
Jay Freeman (saurik) | Milestone #1: YUI has been destroyed, with room to...
|
commit | commitdiff | tree |
2009-11-16 |
Jay Freeman (saurik) | Started working on variable name replacement strategies...
|
commit | commitdiff | tree |
2009-11-15 |
Jay Freeman (saurik) | Fixed some CYInitialize issues noticed back on the...
|
commit | commitdiff | tree |
2009-11-15 |
Jay Freeman (saurik) | Factored out the execution engine from the compiler.
|
commit | commitdiff | tree |
2009-11-15 |
Jay Freeman (saurik) | I forgot to setup $cym during @class categories.
|
commit | commitdiff | tree |
2009-11-15 |
Jay Freeman (saurik) | Implemented YUI /*! ... */ documentation comments.
|
commit | commitdiff | tree |
2009-11-15 |
Jay Freeman (saurik) | Fixed the #.prop case, made invalid bridging throw...
|
commit | commitdiff | tree |
2009-11-11 |
Jay Freeman (saurik) | OMG, the last fix didn't even work, because Apple's...
|
commit | commitdiff | tree |
2009-11-11 |
Jay Freeman (saurik) | I don't understand what the hell is wrong with Apple...
|
commit | commitdiff | tree |
2009-11-11 |
Jay Freeman (saurik) | Removed with(Cycript.all), unified the All_ instances...
|
commit | commitdiff | tree |
2009-11-11 |
Jay Freeman (saurik) | Added some bridging for CoreTelephony.
|
commit | commitdiff | tree |
2009-11-09 |
Jay Freeman (saurik) | Fixed cycript.all for Cydget and isolated the new function...
|
commit | commitdiff | tree |
2009-11-08 |
Jay Freeman (saurik) | Added apr-lib Depends on iphoneos-sys, refactored CYUTF16Str...
|
commit | commitdiff | tree |
next |