]> git.saurik.com Git - cycript.git/shortlog
cycript.git
2009-10-19  Jay Freeman... Replaced function closure 'for each'..in compilation...
2009-10-19  Jay Freeman... Support array ffi_type through some shady argumentaton...
2009-10-19  Jay Freeman... Added CYNoLeader after 'case', implemented a pass-throu...
2009-10-19  Jay Freeman... Fixed a namespace scoping serialization bug (cyt instea...
2009-10-19  Jay Freeman... Added cyrver to make clean, fixed GC protection for...
2009-10-18  Jay Freeman... Updated documentation for new constructor.messages...
2009-10-18  Jay Freeman... Fixed memory protection conditions (now that I finally...
2009-10-18  Jay Freeman... Fixed serialization of function w/ CYNoLeader and imple...
2009-10-18  Jay Freeman... Slightly reorganized code, fixed @class to work with...
2009-10-18  Jay Freeman... Not quite the original, but pretty damn near close.
2009-10-18  Jay Freeman... Added a website folder.
2009-10-18  Jay Freeman... Started work on array comprehensions, implemented multi...
2009-10-18  Jay Freeman... CYJSObject objectForKey: should be returning nil for...
2009-10-18  Jay Freeman... CYJSArray is actually supposed to be throwing NSRangeEx...
2009-10-18  Jay Freeman... Fixed [Array objectAtIndex: > .length] to return nil.
2009-10-18  Jay Freeman... Support complete back/forth mapping between NSMutableAr...
2009-10-17  Jay Freeman... Made Selector derive from Function, fixed numerability...
2009-10-17  Jay Freeman... Started setting up build environment for Cyrver, fixed...
2009-10-17  Jay Freeman... Fail to auto-@property get a void return.
2009-10-17  Jay Freeman... Improved lexical syntax errors and added not-isatty...
2009-10-16  Jay Freeman... Fixed one stupid CYON bug in what was otherwise an...
2009-10-16  Jay Freeman... Broke apart Connector from Library and fixed cases...
2009-10-16  Jay Freeman... Fleshed out support for &, reworked nil internally...
2009-10-16  Jay Freeman... Renamed Application.cpp to Console.cpp.
2009-10-16  Jay Freeman... Changed console commands to start with ? and added...
2009-10-16  Jay Freeman... I think this objectiriddification will finally stick.
2009-10-16  Jay Freeman... Got the makefile to not rebuild the .deb constantly...
2009-10-16  Jay Freeman... Implemented ->, &, and fleshed out *.
2009-10-16  Jay Freeman... Implemented ivar access, added some general runtime...
2009-10-15  Jay Freeman... Support -p and <script> at the same time.
2009-10-15  Jay Freeman... Improved console syntax error reporting.
2009-10-15  Jay Freeman... Attempted to refactor grammar slightly to obtain better...
2009-10-15  Jay Freeman... Added some common methods to Type class, implemented...
2009-10-15  Jay Freeman... Added Instance constructor instance (for Instance.proto...
2009-10-15  Jay Freeman... Finally got process attach stable.
2009-10-15  Jay Freeman... Fixed number output formatting (to avoid accidental...
2009-10-14  Jay Freeman... Fixed a stupid set of bugs that broke HelloCycript...
2009-10-14  Jay Freeman... Solve a corner case of dealloc hooking on JS derived...
2009-10-14  Jay Freeman... Added a lot of bridge supports, setup for enum and...
2009-10-12  Jay Freeman... Protect bash glob expansions while generating libcycrip...
2009-10-12  Jay Freeman... Fix line numbers of errors caused in executed scripts...
2009-10-11  Jay Freeman... Fixed an issue where I could no longer create pointers...
2009-10-11  Jay Freeman... Implemented pointer indirect assignment.
2009-10-11  Jay Freeman... Implemented pointer indirection.
2009-10-11  Jay Freeman... Finished the memory manager.
2009-10-10  Jay Freeman... Added bridging for nlist_64, activated memory manager...
2009-10-10  Jay Freeman... Started working on CYApplicationMain replacement, added...
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.
next