]> git.saurik.com Git - cycript.git/history - Output.cpp
Removed dlclose() as it scares me and would cause everything to crash horribly if...
[cycript.git] / Output.cpp
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-20  Jay Freeman (saurik)Implemented support for regular expression literals...
2009-10-19  Jay Freeman (saurik)Added a CYOutput object between std::ostream and the...
2009-10-19  Jay Freeman (saurik)Replaced function closure 'for each'..in compilation...
2009-10-19  Jay Freeman (saurik)Added CYNoLeader after 'case', implemented a pass-throu...
2009-10-19  Jay Freeman (saurik)Fixed a namespace scoping serialization bug (cyt instea...
2009-10-19  Jay Freeman (saurik)Added cyrver to make clean, fixed GC protection for...
2009-10-18  Jay Freeman (saurik)Fixed serialization of function w/ CYNoLeader and imple...
2009-10-18  Jay Freeman (saurik)Slightly reorganized code, fixed @class to work with...
2009-10-18  Jay Freeman (saurik)Started work on array comprehensions, implemented multi...
2009-10-17  Jay Freeman (saurik)Made Selector derive from Function, fixed numerability...
2009-10-16  Jay Freeman (saurik)Broke apart Connector from Library and fixed cases...
2009-10-16  Jay Freeman (saurik)Implemented ->, &, and fleshed out *.
2009-10-16  Jay Freeman (saurik)Implemented ivar access, added some general runtime...
2009-10-15  Jay Freeman (saurik)Added some common methods to Type class, implemented...
2009-10-15  Jay Freeman (saurik)Added Instance constructor instance (for Instance.proto...
2009-10-15  Jay Freeman (saurik)Fixed number output formatting (to avoid accidental...
2009-10-10  Jay Freeman (saurik)Started working on CYApplicationMain replacement, added...
2009-10-10  Jay Freeman (saurik)Implemented @property access, made Pointer.toCYON print...
2009-10-10  Jay Freeman (saurik)Moved HTTP server to its own file, implemented toJSON...
2009-10-09  Jay Freeman (saurik)Remove system.global temporarily, added libffi Depends...
2009-10-09  Jay Freeman (saurik)Output all message declarations (not just one or the...
2009-10-08  Jay Freeman (saurik)Further memory management improvements, fixed some...
2009-10-08  Jay Freeman (saurik)Drastic improvements to memory management, handle many...
2009-10-02  Jay Freeman (saurik)Further normalization and fixed some output cases.
2009-10-02  Jay Freeman (saurik)Drastically improved serializer.
2009-10-01  Jay Freeman (saurik)Fixed argument serialization comma bug.
2009-10-01  Jay Freeman (saurik)Implemented CYSelector::Output, split CYSelectorPart...
2009-10-01  Jay Freeman (saurik)Finished implementing strings.
2009-10-01  Jay Freeman (saurik)Locations, array literal elisions, and fixed prompting.
2009-10-01  Jay Freeman (saurik)More interactivity and @selector start.
2009-10-01  Jay Freeman (saurik)Factored away all LALR(1) conflicts and gave up on...
2009-09-30  Jay Freeman (saurik)I nailed the interactive parser!
2009-09-30  Jay Freeman (saurik)Added output generation.