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 |
2010-02-02 |
Douglas William... | -rpath! |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Douglas William... | Checkpoint autoconf transition. |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Jay Freeman... | Scary hack to use the wrong APR on Mac OSX. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Jay Freeman... | Fixed Trampoline.t.hpp, both having it clean and having... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Jay Freeman... | Use -m32 instead of a uname -m check. |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Douglas William... | Check the version of flex; check for libffi further... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jay Freeman... | Worked around the bug in flex 2.5.35 that causes yy_siz... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jay Freeman... | Actually committing the file that fixed the int to... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jay Freeman... | Changed an int to a size_t in my lexer, and removed... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jay Freeman... | Added a stupid hack because Apple sucks at SDKs. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jay Freeman... | Attempting to abstract 64-bit Mac. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Jay Freeman... | Added a saner make install path. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Jay Freeman... | With Bison 2.4 I can trust yyerrok. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Jay Freeman... | Cache system as 'system' instead of Function. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Jay Freeman... | I hate the Bison 2.3/2.4 split. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Jay Freeman... | Ported to Cygwin and Bison 2.3. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Douglas William... | Check for APR and GNU make. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Douglas William... | Progress on autoconf doom! |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Douglas William... | Grr! It needs a newer version of autoconf. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Douglas William... | Very very very... very early autoconf stuff. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Douglas William... | Add Bridge.hpp to clean, grr! |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Douglas William... | Fix build on FreeBSD. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Jay Freeman... | I hate Apple's sham of a compiler. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Jay Freeman... | Accidentally let CYProtocol leak on non-Objective-C... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jay Freeman... | Implemented functor caching. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jay Freeman... | Added support for @class protocol lists. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jay Freeman... | Fixing various FreeBSD issues. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jay Freeman... | Attempting to better abstract FreeBSD. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jay Freeman... | Fixed a NULL-pointer dereference on anonymous structures. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jay Freeman... | Fixed the stupid variable renaming issue at the top... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jay Freeman... | Fixed all of the memory leaks caused by the new identif... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jay Freeman... | Started refactoring the identifier mechanism to sort... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Jay Freeman... | Drastic performance enhancement by using a perfect... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
Jay Freeman... | Fixed a bug where the identifier merging algorithm... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jay Freeman... | Fixed a simple build error on Mac OS X. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jay Freeman... | Fixed some compilation errors on Mac OS X. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jay Freeman... | Implemented the symbol sorting optimization, for optima... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jay Freeman... | Crazy variable naming optimization of doom. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jay Freeman... | Optimized the variable renamer to rename more variables... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Douglas William... | Fix on Linux?! |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jay Freeman... | Added a level of indirection so we don't keep repackagi... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Jay Freeman... | Removed 'each' from the list of unconditionally reserve... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Jay Freeman... | Added support for octal literals. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Jay Freeman... | Added Microsoft Ajax Minifier to local test output. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Jay Freeman... | Cleaned up the scope code (on the way to let blocks... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Jay Freeman... | Ported Objective-C bridge to match up with the latest... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Jay Freeman... | Milestone #1: YUI has been destroyed, with room to... |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Jay Freeman... | Started working on variable name replacement strategies... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Jay Freeman... | Fixed some CYInitialize issues noticed back on the... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Jay Freeman... | Factored out the execution engine from the compiler. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Jay Freeman... | I forgot to setup $cym during @class categories. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Jay Freeman... | Implemented YUI /*! ... */ documentation comments. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Jay Freeman... | Fixed the #.prop case, made invalid bridging throw... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Jay Freeman... | OMG, the last fix didn't even work, because Apple's... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Jay Freeman... | I don't understand what the hell is wrong with Apple... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Jay Freeman... | Removed with(Cycript.all), unified the All_ instances... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Jay Freeman... | Added some bridging for CoreTelephony. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Jay Freeman... | Fixed cycript.all for Cydget and isolated the new funct... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Jay Freeman... | Added apr-lib Depends on iphoneos-sys, refactored CYUTF... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Jay Freeman... | Fixed control generation, Cycript.all namespace, and... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Jay Freeman... | Added another with() for namespacing compatibility. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Jay Freeman... | Added some toString() issues to the todo list. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Jay Freeman... | Added a global with around script file execution, so... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Jay Freeman... | Attempting to wedge Cycript into a WebView. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Jay Freeman... | Finished factoring out multi-context support and made... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Jay Freeman... | Updated copyright and licenses. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | Accidentally committed a comment to headers :=. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | The release pooling mechanism is now becoming scary. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | Removed all global cache objects, placing them in a... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | Started the refactoring required for multi-context. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | Broke SetupContext into an Initialize part. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | Half fixed (at least it doesn't throw an exception... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | Fixed the GC crash of doom that kennytm reported: appar... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | Finished implementing array ffi. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | Updated todo list with some random exception-related... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | Setup Pointer to emulate an Array. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | Fixed a new Type_privateData NULL pool assert. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | Removed a null-termination usage in Replace for concate... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | Switched from _assert(false) to CYThrow() in FromFFI. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | Worked around an incorrect warning exposed by the optim... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Jay Freeman... | Removed a virtual to avoid an optimizer vtable bug. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Jay Freeman... | Added a minor console feature to eat blank lines. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Jay Freeman... | Changed "%zu" to "%"APR_SIZE_T_FMT on APR format calls... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Jay Freeman... | Fixed the exception throwing mechanism to throw real... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Jay Freeman... | Added some cool references to to the todo list. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Jay Freeman... | Removed the WC explosion from the grammar, this problem... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Jay Freeman... | Fixed a link error for the iPhone. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Jay Freeman... | Desktop Mac seems to use ^{_objc_class=...} instead... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Jay Freeman... | Got true JS booleans working in GNUstep. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Jay Freeman... | Fixed GNUstep. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Jay Freeman... | Attempted to port back to Linux. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Jay Freeman... | Attempting a silly x64 fix. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Jay Freeman... | Removed all dependencies from Mac version. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Jay Freeman... | Implemented dpkg dependency generation for Leopard... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Jay Freeman... | Welcome to Leopard. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Jay Freeman... | Fixed exception support from Objective-C back to Cycript. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Jay Freeman... | Redid the trampoline generator in what will hopefully... |
commit | commitdiff | tree | snapshot |
next |