2010-07-13 |
Jay Freeman (saurik) | A typo in ObjectLiteral kept us from parsing jQuery.
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Standardized usage of header insulation naming: CYCRIPT_...
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Move CYNext, CYSetLast, and CYForEach to List.hpp.
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Update makefile to have Local.hpp.
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | ECMAScript5 no longer supports with(), so we need to...
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Build CYSetLast to simplify some replacements.
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Refactor some for loops to a CYForEach() over CYNext<>.
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Rule #7
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Simplified CYDeclarations::Replace, which should really...
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Merge CYStatement::ReplaceAll with the new CYCompound...
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Don't optimize {} to ; in the parser.
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Remove CYPA and replace with saner inline constant...
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Remove CYExpression::ReplaceAll into CYCompound::Replace.
|
commit | commitdiff | tree |
2010-07-12 |
Jay Freeman (saurik) | Stupid mistake while outputting statement blocks: last...
|
commit | commitdiff | tree |
2010-07-10 |
Jay Freeman (saurik) | Updated copyright (2010) and license (LGPLv3).
|
commit | commitdiff | tree |
2010-07-08 |
Jay Freeman (saurik) | Port Objective-C/Replace to C++.
|
commit | commitdiff | tree |
2010-07-08 |
Jay Freeman (saurik) | Use context.Replace when possible.
|
commit | commitdiff | tree |
2010-07-08 |
Jay Freeman (saurik) | Abstract folder for Frameworks into a #defiine.
|
commit | commitdiff | tree |
2010-07-08 |
Jay Freeman (saurik) | Change $ CYVariable to $V now that that works.
|
commit | commitdiff | tree |
2010-07-08 |
Jay Freeman (saurik) | Update injection handler for new local pool semantics.
|
commit | commitdiff | tree |
2010-07-08 |
Jay Freeman (saurik) | Switch from __thread to pthread_[gs]etspecific().
|
commit | commitdiff | tree |
2010-07-08 |
Jay Freeman (saurik) | Changed from a threaded pool to a thread-local pool...
|
commit | commitdiff | tree |
2010-07-05 |
Jay Freeman (saurik) | Let's at least parse Objective-J.
|
commit | commitdiff | tree |
2010-07-05 |
Jay Freeman (saurik) | Updating todo.
|
commit | commitdiff | tree |
2010-07-05 |
Jay Freeman (saurik) | Temporary code in if converted to assert.
|
commit | commitdiff | tree |
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 |
next |