]> git.saurik.com Git - cycript.git/shortlog
cycript.git
2009-10-31  Jay Freeman... Fixed make extra in cross-compile.
2009-10-30  Jay Freeman... Forgot to add lexer to clean.
2009-10-30  Jay Freeman... Setup iPhone cross-compilation and runtime abstracted...
2009-10-30  Jay Freeman... Added -p <name> and updated todo.
2009-10-30  Jay Freeman... Added readline history writing and fixed NoRE unary...
2009-10-30  Jay Freeman... Mostly fixed the E4X situation, checkpointing for NoRE...
2009-10-29  Jay Freeman... Fixed the E4X attribute parser and removed some of...
2009-10-29  Jay Freeman... Mostly fixed the unary star problem.
2009-10-29  Jay Freeman... Removed obsolete file from Darwin-arm.mk.
2009-10-28  Jay Freeman... Fixed sign conversion in stringify and dealt with endia...
2009-10-28  Jay Freeman... Added -DCY_EXECUTE to FreeBSD.
2009-10-28  Jay Freeman... Added the -l for FreeBSD to WebKit.
2009-10-28  Jay Freeman... Worked around a stupid spec issue with iconv().
2009-10-28  Jay Freeman... Finally got this damned thing actually executing JavaSc...
2009-10-28  Jay Freeman... Added getPropertyNames bridging (albeit lame) and fixed...
2009-10-27  Jay Freeman... Simplified CYMessage::Replace using $L.
2009-10-27  Jay Freeman... Removed make.sh: why not?
2009-10-27  Jay Freeman... Fixed an invalid single-line comment in Flex.
2009-10-27  Jay Freeman... Rewrote for-each-in in terms of let, and replaced let...
2009-10-27  Jay Freeman... Updated todo, license, and title.
2009-10-27  Jay Freeman... Completed massive refactoring operation to completely...
2009-10-27  Jay Freeman... Insanely massive refactoring, bringing both exceptions...
2009-10-27  Jay Freeman... Use .length in order to deal with Array.
2009-10-27  Jay Freeman... A few GNUstep fixes.
2009-10-27  Jay Freeman... Finally finished this stupid CYONification refactorization.
2009-10-26  Jay Freeman... Updated the ignorance filter.
2009-10-26  Jay Freeman... Moved from plist files to sqlite3 and finalized non...
2009-10-26  Jay Freeman... Checkpointing syntax work on E4X before temporarily...
2009-10-25  Jay Freeman... Reorganized grammar to improve InputElement{RegExp...
2009-10-25  Jay Freeman... Began work on implementing E4X.
2009-10-25  Jay Freeman... Found the garbage collection bug from hell (classes...
2009-10-24  Jay Freeman... Reset accidental debugging flags hardcode.
2009-10-24  Jay Freeman... Fixed a typo I made while coding on my iPhone, on an...
2009-10-24  Jay Freeman... Deleted the trash folder per previous commit.
2009-10-24  Jay Freeman... Moving various files that aren't used anymore from...
2009-10-24  Jay Freeman... Implemented [super ...] calls in @class blocks.
2009-10-23  Jay Freeman... Fixed a crash that was occuring when unowned objects...
2009-10-23  Jay Freeman... Improved support for null-including strings.
2009-10-23  Jay Freeman... Mostly insulated Objective-C from Library.mm.
2009-10-23  Jay Freeman... Fixed some type errors that changing the return types...
2009-10-23  Jay Freeman... Renamed some types for GNUstep.
2009-10-23  Jay Freeman... Various typo-fixes in the attempt to port to GNUstep.
2009-10-23  Jay Freeman... Am getting close to removing all of CoreFoundation.
2009-10-23  Jay Freeman... Furthering the cause of removing CoreFoundation.
2009-10-23  Jay Freeman... Fixed an NSObject/NSString inconsistency found by GNUstep.
2009-10-23  Jay Freeman... Fixed the ::Class bug and attempted to further abstract...
2009-10-22  Jay Freeman... Factored out Objective-C flags.
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...
next