2015-12-23 |
Jay Freeman (saurik) | Avoid crash when using toCYON on String.prototype. |
blob | commitdiff | raw |
2015-12-23 |
Jay Freeman (saurik) | Provide useful-ish error messages from eval calls. |
blob | commitdiff | raw | diff to current |
2015-12-23 |
Jay Freeman (saurik) | CYPoolCode put the code in the wrong (local) pool. |
blob | commitdiff | raw | diff to current |
2015-12-23 |
Jay Freeman (saurik) | Convert static inline functions into bridge stubs. |
blob | commitdiff | raw | diff to current |
2015-12-22 |
Jay Freeman (saurik) | Automatically generate FFI bridges using libclang. |
blob | commitdiff | raw | diff to current |
2015-12-20 |
Jay Freeman (saurik) | Fix quote when stringifying C/Objective-C strings. |
blob | commitdiff | raw | diff to current |
2015-12-19 |
Jay Freeman (saurik) | Try to use std::streambuf instead of std::istream. |
blob | commitdiff | raw | diff to current |
2015-12-12 |
Jay Freeman (saurik) | Support Infinity (syntax highlighting and output). |
blob | commitdiff | raw | diff to current |
2015-12-08 |
Jay Freeman (saurik) | Remove ?syntax and set failure exit code on throw. |
blob | commitdiff | raw | diff to current |
2015-12-02 |
Jay Freeman (saurik) | The grammar and lexer should not share a filename. |
blob | commitdiff | raw | diff to current |
2015-12-02 |
Jay Freeman (saurik) | Limit recompilation of files upon changed grammar. |
blob | commitdiff | raw | diff to current |
2015-11-29 |
Jay Freeman (saurik) | Reorganize grammar to match the ECMAScript 6 spec. |
blob | commitdiff | raw | diff to current |
2015-11-26 |
Jay Freeman (saurik) | Maybe thread local storage is a performance issue. |
blob | commitdiff | raw | diff to current |
2015-11-26 |
Jay Freeman (saurik) | Use -fvisibility=hidden to avoid slow symbol stub. |
blob | commitdiff | raw | diff to current |
2015-11-25 |
Jay Freeman (saurik) | Support most of the Unicode stuff in ECMAScript 6. |
blob | commitdiff | raw | diff to current |
2015-11-24 |
Jay Freeman (saurik) | Drastically improve pretty printed code structure. |
blob | commitdiff | raw | diff to current |
2015-11-10 |
Jay Freeman (saurik) | Update copyright for 2015 (and it is almost 2016). |
blob | commitdiff | raw | diff to current |
2014-10-11 |
Jay Freeman (saurik) | Update copyright for 2014 and relicense to AGPLv3. |
blob | commitdiff | raw | diff to current |
2014-10-11 |
Jay Freeman (saurik) | Manually unify CYLocal<CYPool>::key_ into Library. |
blob | commitdiff | raw | diff to current |
2014-01-26 |
Jay Freeman (saurik) | CYPoolCode should simply take an std::istream &. |
blob | commitdiff | raw | diff to current |
2014-01-17 |
Jay Freeman (saurik) | Move Cydget* to ObjectiveC and @throw exceptions. |
blob | commitdiff | raw | diff to current |
2014-01-17 |
Jay Freeman (saurik) | Pooling an ostringstream does not pool its .str(). |
blob | commitdiff | raw | diff to current |
2014-01-17 |
Jay Freeman (saurik) | Separate useful CYPoolCode from CydgetMemoryParse. |
blob | commitdiff | raw | diff to current |
2014-01-10 |
Jay Freeman (saurik) | If CydgetMemoryParse fails, it should return NULL. |
blob | commitdiff | raw | diff to current |
2013-10-03 |
Jay Freeman (saurik) | Move CYArray* functions from Library to Execute. |
blob | commitdiff | raw | diff to current |
2013-09-10 |
Jay Freeman (saurik) | Clean up dependencies now that they are tracked. |
blob | commitdiff | raw | diff to current |
2013-07-04 |
Jay Freeman (saurik) | Remove unused ext/ libstdc++ #include for clang. |
blob | commitdiff | raw | diff to current |
2013-06-23 |
Jay Freeman (saurik) | Replace iconv with some code from "official" code. |
blob | commitdiff | raw | diff to current |
2013-06-22 |
Jay Freeman (saurik) | Reimplement apr_pools using CYPool in libcycript. |
blob | commitdiff | raw | diff to current |
2013-06-21 |
Jay Freeman (saurik) | Replace CydgetPoolParse with CydgetMemoryParse. |
blob | commitdiff | raw | diff to current |
2013-06-21 |
Jay Freeman (saurik) | Replace all apr_pool_t * usages with CYPool &. |
blob | commitdiff | raw | diff to current |
2013-06-19 |
Jay Freeman (saurik) | Upgrade copyright notice (2013, mk, sh, GPLv3). |
blob | commitdiff | raw | diff to current |
2012-09-11 |
Jay Freeman (saurik) | Use a single std::istream& to replace file_/data_. |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Jay Freeman (saurik) | Update the copyright: 2009-2010 is now 2009-2012. |
blob | commitdiff | raw | diff to current |
2012-06-03 |
Jay Freeman (saurik) | Split JavaScript Array utility functions into Library. |
blob | commitdiff | raw | diff to current |
2010-07-10 |
Jay Freeman (saurik) | Updated copyright (2010) and license (LGPLv3). |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Jay Freeman (saurik) | Changed from a threaded pool to a thread-local pool... |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Tab-complete FTW! |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Jay Freeman (saurik) | Drastic performance enhancement by using a perfect... |
blob | commitdiff | raw | diff to current |
2009-11-17 |
Jay Freeman (saurik) | Optimized the variable renamer to rename more variables... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Jay Freeman (saurik) | Started working on variable name replacement strategies... |
blob | commitdiff | raw | diff to current |
2009-11-15 |
Jay Freeman (saurik) | Factored out the execution engine from the compiler. |
blob | commitdiff | raw | diff to current |
2009-11-15 |
Jay Freeman (saurik) | Fixed the #.prop case, made invalid bridging throw... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Jay Freeman (saurik) | Removed with(Cycript.all), unified the All_ instances... |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Jay Freeman (saurik) | Fixed cycript.all for Cydget and isolated the new funct... |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Jay Freeman (saurik) | Added apr-lib Depends on iphoneos-sys, refactored CYUTF... |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Jay Freeman (saurik) | Attempting to wedge Cycript into a WebView. |
blob | commitdiff | raw | diff to current |
2009-11-05 |
Jay Freeman (saurik) | Finished factoring out multi-context support and made... |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Jay Freeman (saurik) | The release pooling mechanism is now becoming scary. |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Jay Freeman (saurik) | Removed all global cache objects, placing them in a... |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Jay Freeman (saurik) | Started the refactoring required for multi-context. |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Jay Freeman (saurik) | Broke SetupContext into an Initialize part. |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Jay Freeman (saurik) | Fixed the GC crash of doom that kennytm reported: appar... |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Jay Freeman (saurik) | Finished implementing array ffi. |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Jay Freeman (saurik) | Setup Pointer to emulate an Array. |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Jay Freeman (saurik) | Fixed a new Type_privateData NULL pool assert. |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Jay Freeman (saurik) | Switched from _assert(false) to CYThrow() in FromFFI. |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Jay Freeman (saurik) | Changed "%zu" to "%"APR_SIZE_T_FMT on APR format calls... |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Jay Freeman (saurik) | Fixed the exception throwing mechanism to throw real... |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Jay Freeman (saurik) | Desktop Mac seems to use ^{_objc_class=...} instead... |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Jay Freeman (saurik) | Fixed GNUstep. |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Jay Freeman (saurik) | Attempted to port back to Linux. |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Jay Freeman (saurik) | Implemented dpkg dependency generation for Leopard... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Jay Freeman (saurik) | Added runloop detection support, ported Handler back... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Jay Freeman (saurik) | Fixed non-CY_ATTACH builds. |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Jay Freeman (saurik) | Completely reworked how process attach works: now the... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Jay Freeman (saurik) | Fixed a FreeBSD gcc bug: function pointer variables... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Jay Freeman (saurik) | Finished porting to GNUstep, although it doesn't actual... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Jay Freeman (saurik) | Further attempts at making Cycript portable to GNUstep. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Jay Freeman (saurik) | Setup iPhone cross-compilation and runtime abstracted... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Jay Freeman (saurik) | Fixed sign conversion in stringify and dealt with endia... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Jay Freeman (saurik) | Worked around a stupid spec issue with iconv(). |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Jay Freeman (saurik) | Finally got this damned thing actually executing JavaSc... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Jay Freeman (saurik) | Added getPropertyNames bridging (albeit lame) and fixed... |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Jay Freeman (saurik) | Updated todo, license, and title. |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Jay Freeman (saurik) | Completed massive refactoring operation to completely... |
blob | commitdiff | raw | diff to current |
|