2010-07-10 |
Jay Freeman (saurik) | Updated copyright (2010) and license (LGPLv3). |
blob | commitdiff | raw |
2010-07-08 |
Jay Freeman (saurik) | Changed from a threaded pool to a thread-local pool... |
blob | commitdiff | raw | diff to current |
2010-04-29 |
Jay Freeman (saurik) | Fix a size initialization bug. |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Allow auto-complete of ], which provides more intuitive... |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Remove now-obsolete prefix size clip. |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Cut off messages prefixes. |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Add square brackets and closes to completer word break. |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Add a space character more consistently. |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Don't go nuts if there is an exception while completing. |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Make CYExecute take a CYUTF8String and fix the size... |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | While libedit requires me to damage rl_basic_word_break... |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Break completions at :. |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Tab-complete FTW! |
blob | commitdiff | raw | diff to current |
2010-04-18 |
Douglas William... | Just to be safe. |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Jay Freeman (saurik) | Fixed a bug where the identifier merging algorithm... |
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-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) | Fixed control generation, Cycript.all namespace, and... |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Jay Freeman (saurik) | Added another with() for namespacing compatibility. |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Jay Freeman (saurik) | Added a global with around script file execution, so... |
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) | Updated copyright and licenses. |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Jay Freeman (saurik) | Added a minor console feature to eat blank lines. |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Jay Freeman (saurik) | Removed all dependencies from Mac version. |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Jay Freeman (saurik) | Fixed a few bugs in the cross-compile and a GNUstep... |
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) | Implemented Mach injection: Cycript into any process. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Jay Freeman (saurik) | Added -p <name> and updated todo. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Jay Freeman (saurik) | Added readline history writing and fixed NoRE unary... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Actually finished using the real apr_getopt API. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Switched from the system getopt to apr_getopt. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Further makefile reorganization, header file fixes... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Maybe fully separated the backend library from Console. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Started working on making the build environment more... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jay Freeman (saurik) | Completely rewrote the output serializer to instead... |
blob | commitdiff | raw | diff to current |
2009-10-21 |
Jay Freeman (saurik) | Re-added final output to script execution, implemented... |
blob | commitdiff | raw | diff to current |
2009-10-21 |
Jay Freeman (saurik) | Changed the syntax error arrow to start at the beginnin... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
Jay Freeman (saurik) | Checkpointing pretty-printing implementation so I can... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
Jay Freeman (saurik) | Fixed a tokenization bug that caused blank lines a... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
Jay Freeman (saurik) | Made drastic changes to the serializer in order to... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
Jay Freeman (saurik) | Got jQuery parsing (empty finally block, function state... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Jay Freeman (saurik) | Added a CYOutput object between std::ostream and the... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Jay Freeman (saurik) | Added CYNoLeader after 'case', implemented a pass-throu... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Jay Freeman (saurik) | Added cyrver to make clean, fixed GC protection for... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Jay Freeman (saurik) | Fixed memory protection conditions (now that I finally... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Jay Freeman (saurik) | Fixed serialization of function w/ CYNoLeader and imple... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Jay Freeman (saurik) | Improved lexical syntax errors and added not-isatty... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Jay Freeman (saurik) | Renamed Application.cpp to Console.cpp. |
blob | commitdiff | raw | diff to current |
|