]> git.saurik.com Git - cycript.git/shortlog
cycript.git
2009-10-10  Jay Freeman... Implemented structure field names, removed parentheses...
2009-10-10  Jay Freeman... Implemented @property access, made Pointer.toCYON print...
2009-10-10  Jay Freeman... Moved HTTP server to its own file, implemented toJSON...
2009-10-10  Jay Freeman... Minor refactoring, checkpoint commit.
2009-10-10  Jay Freeman... Fixed [4 longLongValue] == 1.522122665807053e+16.
2009-10-09  Jay Freeman... Added more UIKit bridging, better factored property...
2009-10-09  Jay Freeman... Remove system.global temporarily, added libffi Depends...
2009-10-09  Jay Freeman... Add CFShow* to Bridge.
2009-10-09  Jay Freeman... Remove e: debugging NSLog.
2009-10-09  Jay Freeman... Output all message declarations (not just one or the...
2009-10-09  Jay Freeman... Mostly implemented Struct support.
2009-10-09  Jay Freeman... Tried to unify naming of classes, removed usages of...
2009-10-08  Jay Freeman... I hate NSNull.
2009-10-08  Jay Freeman... Added support for array and dictionary property access.
2009-10-08  Jay Freeman... Drastic modifications to exception handling that requir...
2009-10-08  Jay Freeman... Further memory management improvements, fixed some...
2009-10-08  Jay Freeman... Drastic improvements to memory management, handle many...
2009-10-02  Jay Freeman... Added some documentation links for reference.
2009-10-02  Jay Freeman... Added console commands.
2009-10-02  Jay Freeman... Further normalization and fixed some output cases.
2009-10-02  Jay Freeman... Docuemented some precedence rules (going to target...
2009-10-02  Jay Freeman... Fixed a stupid bug that caused ?: to crash.
2009-10-02  Jay Freeman... Drastically improved serializer.
2009-10-01  Jay Freeman... Fixed argument serialization comma bug.
2009-10-01  Jay Freeman... Serialise JSON WebUndefined's in NSArray as JS elision.
2009-10-01  Jay Freeman... Implemented CYSelector::Output, split CYSelectorPart...
2009-10-01  Jay Freeman... Change mind (again) and use tightly-coupled C++ API.
2009-10-01  Jay Freeman... Support tokenization errors.
2009-10-01  Jay Freeman... Finished implementing strings.
2009-10-01  Jay Freeman... Readline integration and console refactoring.
2009-10-01  Jay Freeman... Locations, array literal elisions, and fixed prompting.
2009-10-01  Jay Freeman... More interactivity and @selector start.
2009-10-01  Jay Freeman... Picked some minor nits.
2009-10-01  Jay Freeman... Factored away all LALR(1) conflicts and gave up on...
2009-10-01  Jay Freeman... Implemented automatic semicolon insertion token restric...
2009-10-01  Jay Freeman... Unified scanner state.
2009-09-30  Jay Freeman... Escaped the Q Continuum.
2009-09-30  Jay Freeman... Finished implementing automatic semi-colon rules, but...
2009-09-30  Jay Freeman... I nailed the interactive parser!
2009-09-30  Jay Freeman... Connected the console back together.
2009-09-30  Jay Freeman... Added output generation.
2009-09-30  Jay Freeman... I finally finished the AST.
2009-09-29  Jay Freeman... Maybe finished lexer.
2009-09-29  Jay Freeman... The glue code required for Bison/Flex parsers is insane.
2009-09-29  Jay Freeman... C++ Bison conversion.
2009-09-29  Jay Freeman... Finished JS Bison/Flex parser.
2009-09-04  Jay Freeman... OMG it compiles.
2009-09-02  Jay Freeman... Checkpoint before something drastic.
2009-09-01  Jay Freeman... Ready to start testing the parser.
2009-09-01  Jay Freeman... Use _pooled in CYConsole.
2009-09-01  Jay Freeman... Refactored console mechanism.
2009-09-01  Jay Freeman... Temporarily remove MobileSubstrate extension.
2009-09-01  Jay Freeman... Fixed clean target.
2009-09-01  Jay Freeman... Renamed the project to cycript.
2009-09-01  Jay Freeman... Minor code cleaning.
2009-09-01  Jay Freeman... Stupid _assert() throw-away.
2009-09-01  Jay Freeman... Improved error handling.
2009-09-01  Jay Freeman... Support bridge support variables.
2009-09-01  Jay Freeman... Initial bridge support.
2009-08-31  Jay Freeman... Hierarchialization.
2009-08-31  Jay Freeman... Ignore Struct.hpp.
2009-08-31  Jay Freeman... Various factorizations.
2009-08-31  Jay Freeman... Generalized FFI calls.
2009-08-31  Jay Freeman... Massive work done on FFI.
2009-08-31  Jay Freeman... Naming consistency.
2009-08-31  Jay Freeman... Improved exception handling and corrected NO.
2009-08-31  Jay Freeman... This is getting seriously hot.
2009-08-31  Jay Freeman... Initial FFI call success.
2009-08-31  Jay Freeman... This is starting to look better.
2009-08-30  Jay Freeman... First test version.
2009-08-30  Jay Freeman... Initial directory tree.