]> git.saurik.com Git - cycript.git/shortlog
cycript.git
2009-10-22  Jay Freeman... Ported back to the iPhone.
2009-10-22  Jay Freeman... Forgot the new JavaScriptCore.cpp from earlier commit.
2009-10-22  Jay Freeman... Forgot the new .mk files in previous commit.
2009-10-22  Jay Freeman... Continuing to attempt to get build environment to be...
2009-10-22  Jay Freeman... Fixed packaging on Linux.
2009-10-22  Douglas William... Make sure the shell is bash!
2009-10-22  Jay Freeman... Fixed a minor bug introduced today in CYClause serializ...
2009-10-22  Jay Freeman... Moved -fPIC to base configuration.
2009-10-22  Jay Freeman... Actually finished using the real apr_getopt API.
2009-10-22  Jay Freeman... Switched from the system getopt to apr_getopt.
2009-10-22  Jay Freeman... Ported back to the iPhone.
2009-10-22  Jay Freeman... Further makefile reorganization, header file fixes...
2009-10-22  Jay Freeman... Apparently, I forgot to commit a file. :(
2009-10-22  Jay Freeman... Added replacer engine to attach side.
2009-10-22  Jay Freeman... Maybe fully separated the backend library from Console.
2009-10-22  Jay Freeman... Further factored out Objective-C aspects of Cycript...
2009-10-22  Douglas William... Grr!
2009-10-22  Jay Freeman... Separated out Objective-C and C language extensions...
2009-10-22  Douglas William... Beginnings of FreeBSD portability.
2009-10-22  Jay Freeman... Started working on making the build environment more...
2009-10-22  Jay Freeman... Completely rewrote the output serializer to instead...
2009-10-21  Jay Freeman... Fixed a stupid strcmp() == mistake that broke CYNoIn.
2009-10-21  Jay Freeman... Re-added final output to script execution, implemented...
2009-10-21  Jay Freeman... Fixed some corner cases in flags propogation.
2009-10-21  Jay Freeman... Further drastic simplications of the output mechanism.
2009-10-21  Jay Freeman... Changed the syntax error arrow to start at the beginnin...
2009-10-21  Jay Freeman... Removed unused and thereby broken LaunchDaemon configur...
2009-10-21  Jay Freeman... Added @ token for E4X.
2009-10-21  Jay Freeman... Drastically simplified serializer logic.
2009-10-20  Jay Freeman... Checkpointing pretty-printing implementation so I can...
2009-10-20  Jay Freeman... Removed dlclose() as it scares me and would cause every...
2009-10-20  Jay Freeman... Added Cycript.gc() and fixed 0-argument system.print().
2009-10-20  Jay Freeman... Fixed a tokenization bug that caused blank lines a...
2009-10-20  Jay Freeman... Removed -mthumb, as it isn't working for me.
2009-10-20  Jay Freeman... Made drastic changes to the serializer in order to...
2009-10-20  Jay Freeman... Fixed an occasional crash bug in sig::Type copying.
2009-10-20  Jay Freeman... Got jQuery parsing (empty finally block, function state...
2009-10-20  Jay Freeman... Finished implementing multi-line comments.
2009-10-20  Jay Freeman... Setup new objects in lexer to allocate into the correct...
2009-10-20  Jay Freeman... Implemented support for regular expression literals...
2009-10-19  Jay Freeman... Added a CYOutput object between std::ostream and the...
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...
next