2010-07-12 |
Jay Freeman... | Merge CYStatement::ReplaceAll with the new CYCompound... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Don't optimize {} to ; in the parser. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Remove CYPA and replace with saner inline constant... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Remove CYExpression::ReplaceAll into CYCompound::Replace. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Jay Freeman... | Stupid mistake while outputting statement blocks: last... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Jay Freeman... | Updated copyright (2010) and license (LGPLv3). |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jay Freeman... | Port Objective-C/Replace to C++. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jay Freeman... | Use context.Replace when possible. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jay Freeman... | Abstract folder for Frameworks into a #defiine. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jay Freeman... | Change $ CYVariable to $V now that that works. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jay Freeman... | Update injection handler for new local pool semantics. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jay Freeman... | Switch from __thread to pthread_[gs]etspecific(). |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jay Freeman... | Changed from a threaded pool to a thread-local pool... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jay Freeman... | Let's at least parse Objective-J. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jay Freeman... | Updating todo. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jay Freeman... | Temporary code in if converted to assert. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jay Freeman... | Improved scope compliance on catch() while attempting... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jay Freeman... | Fixed non-local return insanity. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jay Freeman... | I forgot to flow Replace() to optional argument initial... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jay Freeman... | Added RubyProc/Blocks. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Jay Freeman... | Implemented initial support for Ruby Blocks. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Jay Freeman... | Quick output fix for optional arguments (CYPA and spacing). |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Jay Freeman... | Add optional parameter support. |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas William... | Fixed trampoline with configure/libtool. I think? |
commit | commitdiff | tree | snapshot |
2010-05-05 |
Douglas William... | Ported things mentioned in DOUG comments. |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Jay Freeman... | Actually fix the trailing backslash in multiline commen... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Jay Freeman... | Get this all working really everywhere again, seriously... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Jay Freeman... | Fixed a bug with trailing backslashes in trampoline... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Jay Freeman... | Rearrange who pulls WebKit from where. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Jay Freeman... | Remove debugging garbage from Mach/Inject. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Jay Freeman... | Sort of fix the ./configure based build environment. |
commit | commitdiff | tree | snapshot |
2010-05-02 |
Jay Freeman... | Got universal inject working. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Douglas William... | Universal binary! |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Douglas William... | Make sure autogen.sh works somewhat on a Mac. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Jay Freeman... | Fix a size initialization bug. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Jay Freeman... | Add a crash note in todo.txt. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Douglas William... | Check for ffi.h and libffi before using pkg-config... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Douglas William... | Hack to try to find a useable iconv if pkg-config and... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Add a level of indirection to NSString->String prototyp... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Add String::toCYON, toString_s, and bridge NSString... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Allow auto-complete of ], which provides more intuitive... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Remove now-obsolete prefix size clip. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Cut off messages prefixes. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | NSString was not even remotely correctly bridged. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Add square brackets and closes to completer word break. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | NSArrays don't have implicit properties. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Walk superclasses while generating implicit property... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Support per-Class deactivation of implicit properties. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Support enumeration of implicit properties. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Add a space character more consistently. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Clean up the todo list. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Fix usage of numeric lierals |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Added auto-complete todo. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Don't go nuts if there is an exception while completing. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Make CYExecute take a CYUTF8String and fix the size... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | JavaScript.hpp should be a header when CY_EXECUTE. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Add support back for ARM inject. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | While libedit requires me to damage rl_basic_word_break... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Break completions at :. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Accidentally lost a _ patch to .in confusion. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Jay Freeman... | Tab-complete FTW! |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Jay Freeman... | Give Global_ a className, indent the global prototype... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Jay Freeman... | Fix multi-line comments that end with **/. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Douglas William... | Somewhat better iconv handling on the Mac when MacPorts... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Jay Freeman... | Even larger temporary hack to make 64-bit work. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Jay Freeman... | Temporary hacks to make 64-bit compile work. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Jay Freeman... | Pretend to support Blocks. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Jay Freeman... | I forgot _NSPoint in Bridge.def. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Jay Freeman... | Add -fno-stack-protector to Trampoline. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas William... | Darwin proves that we need to check the version of... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas William... | Just to be safe. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas William... | Fail on a lack of readline. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas William... | Oh, GNU tar, you're so funny. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas William... | Nice little target to make a source distribution tarball. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Douglas William... | Better version checking for bison, flex, and gperf... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Douglas William... | Variable arguments and work with make even if make... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Douglas William... | Oops! That broke the Linux build with GNUstep. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Douglas William... | Enable/disable argument for JavaScript (engine). |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Douglas William... | With framework argument to configure. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Douglas William... | Progress on injection? |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Douglas William... | Evil magic juju FTW! |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Douglas William... | Take out some commented stuff from GNUmakefile.in. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Douglas William... | This seems to work a little better. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Douglas William... | Add AC_CHECK_FRAMEWORK from ImageMagick before modifyin... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Jay Freeman... | Found a memory management mistake (new Instance should... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Jay Freeman... | Added CalEventIsAllDay to Bridge.def for Element. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Douglas William... | It successfully compiles on a Mac. Compiles, that's... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Douglas William... | Refactor configure. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Douglas William... | Bison 2.3... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Douglas William... | Make sure install directories exist. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Douglas William... | Proper install/uninstall targets; don't use dpkg in... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Douglas William... | Oh, right, still need to get rid of those. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Douglas William... | Fix a regression in iconv detection; cleaner clean. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Douglas William... | GNUstep worky. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Jay Freeman... | Add a concept of .toPointer(). |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Jay Freeman... | Add a valueOf to Instance. |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Jay Freeman... | Added a weird nil-specific toString() check. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Douglas William... | Rename evildoom.sh to autogen.sh so we can fit in with... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Douglas William... | Use flex version 2.5.33. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Douglas William... | Some directories of dooom. |
commit | commitdiff | tree | snapshot |
next |