]> git.saurik.com Git - cycript.git/history - Console.cpp
CYONify pointers as the address of their values.
[cycript.git] / Console.cpp
2014-01-19  Jay Freeman (saurik)Mark output from ?debug separate from the result.
2014-01-15  Jay Freeman (saurik)Slightly improve "invalid pid" -p error message.
2014-01-12  Jay Freeman (saurik)Add ?lower to help me debug bugs while desugaring.
2014-01-12  Jay Freeman (saurik)CYDisplay{Start,Finish} obsolete by rl_redisplay.
2014-01-10  Jay Freeman (saurik)CYExecute() should run code in a specific context.
2014-01-10  Jay Freeman (saurik)Do Cycript compilation in the client (fix ?debug).
2014-01-09  Jay Freeman (saurik)Hack for add_history's now-understood allocation.
2014-01-02  Jay Freeman (saurik)Move the EOF "final newline" to the ctrl-d check.
2014-01-02  Jay Freeman (saurik)Do not lose the shell history throwing exceptions.
2014-01-02  Jay Freeman (saurik)Failing to send/receive client fd should be fatal.
2013-09-10  Jay Freeman (saurik)Allow for connections from the client to the server.
2013-09-10  Jay Freeman (saurik)Clean up dependencies now that they are tracked.
2013-06-23  Jay Freeman (saurik)Correct all blocking 32/64-bit incompatibilities.
2013-06-22  Jay Freeman (saurik)Reimplement apr_pools using CYPool in libcycript.
2013-06-21  Jay Freeman (saurik)Replace all apr_pool_t * usages with CYPool &.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2012-09-13  Jay Freeman (saurik)Use ?syntax by default and have it control input.
2012-09-12  Jay Freeman (saurik)Syntax highlight commands as the user types them.
2012-09-11  Jay Freeman (saurik)Add a new ?syntax option to syntax highlight output.
2012-09-11  Jay Freeman (saurik)Replace use of FILE* with std::ostream* in Console.
2012-09-11  Jay Freeman (saurik)Document a deficiency in the piped client reader.
2012-09-11  Jay Freeman (saurik)Use a single std::istream& to replace file_/data_.
2012-09-11  Jay Freeman (saurik)Commit the large accumulation of todo.txt changes.
2012-07-08  Jay Freeman (saurik)Support ?expand when used with Objective-C strings. v0.9.458
2012-06-17  Jay Freeman (saurik)Replace regex with prefix substr for tab-complete.
2012-06-07  Jay Freeman (saurik)Peel away CYCompound layers to fix tab completion. v0.9.456
2012-06-07  Jay Freeman (saurik)Update the copyright: 2009-2010 is now 2009-2012.
2012-06-04  Jay Freeman (saurik)Do not assert if the tab completer is given garbage.
2012-06-04  Jay Freeman (saurik)Use object_getClass for tab completion, not ->isa.
2012-03-19  Jay Freeman (saurik)Fix off-by-one in syntax error output (infinite loop). v0.9.451
2011-10-21  Jay Freeman (saurik)Ported back to cygwin.
2011-06-03  Jay Freeman (saurik)Fix console line continuation. v0.9.449
2010-07-12  Jay Freeman (saurik)Refactor some for loops to a CYForEach() over CYNext<>.
2010-07-10  Jay Freeman (saurik)Updated copyright (2010) and license (LGPLv3).
2010-07-08  Jay Freeman (saurik)Changed from a threaded pool to a thread-local pool...
2010-04-29  Jay Freeman (saurik)Fix a size initialization bug.
2010-04-27  Jay Freeman (saurik)Allow auto-complete of ], which provides more intuitive...
2010-04-27  Jay Freeman (saurik)Remove now-obsolete prefix size clip.
2010-04-27  Jay Freeman (saurik)Cut off messages prefixes.
2010-04-27  Jay Freeman (saurik)Add square brackets and closes to completer word break.
2010-04-27  Jay Freeman (saurik)Add a space character more consistently.
2010-04-27  Jay Freeman (saurik)Don't go nuts if there is an exception while completing.
2010-04-27  Jay Freeman (saurik)Make CYExecute take a CYUTF8String and fix the size...
2010-04-27  Jay Freeman (saurik)While libedit requires me to damage rl_basic_word_break...
2010-04-27  Jay Freeman (saurik)Break completions at :.
2010-04-27  Jay Freeman (saurik)Tab-complete FTW!
2010-04-18  Douglas William... Just to be safe.
2009-11-18  Jay Freeman (saurik)Fixed a bug where the identifier merging algorithm...
2009-11-17  Jay Freeman (saurik)Optimized the variable renamer to rename more variables...
2009-11-16  Jay Freeman (saurik)Started working on variable name replacement strategies...
2009-11-15  Jay Freeman (saurik)Factored out the execution engine from the compiler.
2009-11-11  Jay Freeman (saurik)Removed with(Cycript.all), unified the All_ instances...
2009-11-09  Jay Freeman (saurik)Fixed cycript.all for Cydget and isolated the new funct...
2009-11-08  Jay Freeman (saurik)Fixed control generation, Cycript.all namespace, and...
2009-11-08  Jay Freeman (saurik)Added another with() for namespacing compatibility.
2009-11-07  Jay Freeman (saurik)Added a global with around script file execution, so...
2009-11-07  Jay Freeman (saurik)Attempting to wedge Cycript into a WebView.
2009-11-05  Jay Freeman (saurik)Updated copyright and licenses.
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.