]> git.saurik.com Git - cycript.git/history - Console.cpp
Make Pointer/Struct .type compatible with Functor.
[cycript.git] / Console.cpp
2009-11-02  Jay Freeman (saurik)Added a minor console feature to eat blank lines.
2009-11-01  Jay Freeman (saurik)Removed all dependencies from Mac version.
2009-10-31  Jay Freeman (saurik)Fixed a few bugs in the cross-compile and a GNUstep...
2009-10-31  Jay Freeman (saurik)Completely reworked how process attach works: now the...
2009-10-31  Jay Freeman (saurik)Implemented Mach injection: Cycript into any process.
2009-10-30  Jay Freeman (saurik)Added -p <name> and updated todo.
2009-10-30  Jay Freeman (saurik)Added readline history writing and fixed NoRE unary...
2009-10-22  Jay Freeman (saurik)Actually finished using the real apr_getopt API.
2009-10-22  Jay Freeman (saurik)Switched from the system getopt to apr_getopt.
2009-10-22  Jay Freeman (saurik)Further makefile reorganization, header file fixes...
2009-10-22  Jay Freeman (saurik)Maybe fully separated the backend library from Console.
2009-10-22  Jay Freeman (saurik)Started working on making the build environment more...
2009-10-22  Jay Freeman (saurik)Completely rewrote the output serializer to instead...
2009-10-21  Jay Freeman (saurik)Re-added final output to script execution, implemented...
2009-10-21  Jay Freeman (saurik)Changed the syntax error arrow to start at the beginnin...
2009-10-20  Jay Freeman (saurik)Checkpointing pretty-printing implementation so I can...
2009-10-20  Jay Freeman (saurik)Fixed a tokenization bug that caused blank lines a...
2009-10-20  Jay Freeman (saurik)Made drastic changes to the serializer in order to...
2009-10-20  Jay Freeman (saurik)Got jQuery parsing (empty finally block, function state...
2009-10-19  Jay Freeman (saurik)Added a CYOutput object between std::ostream and the...
2009-10-19  Jay Freeman (saurik)Added CYNoLeader after 'case', implemented a pass-throu...
2009-10-19  Jay Freeman (saurik)Added cyrver to make clean, fixed GC protection for...
2009-10-18  Jay Freeman (saurik)Fixed memory protection conditions (now that I finally...
2009-10-18  Jay Freeman (saurik)Fixed serialization of function w/ CYNoLeader and imple...
2009-10-17  Jay Freeman (saurik)Improved lexical syntax errors and added not-isatty...
2009-10-16  Jay Freeman (saurik)Renamed Application.cpp to Console.cpp.