2009-10-23 |
Jay Freeman (saurik) | Fixed a crash that was occuring when unowned objects...
|
commit | commitdiff | tree |
2009-10-23 |
Jay Freeman (saurik) | Improved support for null-including strings.
|
commit | commitdiff | tree |
2009-10-23 |
Jay Freeman (saurik) | Mostly insulated Objective-C from Library.mm.
|
commit | commitdiff | tree |
2009-10-23 |
Jay Freeman (saurik) | Fixed some type errors that changing the return types...
|
commit | commitdiff | tree |
2009-10-23 |
Jay Freeman (saurik) | Renamed some types for GNUstep.
|
commit | commitdiff | tree |
2009-10-23 |
Jay Freeman (saurik) | Various typo-fixes in the attempt to port to GNUstep.
|
commit | commitdiff | tree |
2009-10-23 |
Jay Freeman (saurik) | Am getting close to removing all of CoreFoundation.
|
commit | commitdiff | tree |
2009-10-23 |
Jay Freeman (saurik) | Furthering the cause of removing CoreFoundation.
|
commit | commitdiff | tree |
2009-10-23 |
Jay Freeman (saurik) | Fixed an NSObject/NSString inconsistency found by GNUstep.
|
commit | commitdiff | tree |
2009-10-23 |
Jay Freeman (saurik) | Fixed the ::Class bug and attempted to further abstract...
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Factored out Objective-C flags.
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Ported back to the iPhone.
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Forgot the new JavaScriptCore.cpp from earlier commit.
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Forgot the new .mk files in previous commit.
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Continuing to attempt to get build environment to be...
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Fixed packaging on Linux.
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Fixed a minor bug introduced today in CYClause serialization.
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Moved -fPIC to base configuration.
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Actually finished using the real apr_getopt API.
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Switched from the system getopt to apr_getopt.
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Ported back to the iPhone.
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Further makefile reorganization, header file fixes...
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Apparently, I forgot to commit a file. :(
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Added replacer engine to attach side.
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Maybe fully separated the backend library from Console.
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Further factored out Objective-C aspects of Cycript...
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Separated out Objective-C and C language extensions...
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Started working on making the build environment more...
|
commit | commitdiff | tree |
2009-10-22 |
Jay Freeman (saurik) | Completely rewrote the output serializer to instead...
|
commit | commitdiff | tree |
2009-10-21 |
Jay Freeman (saurik) | Fixed a stupid strcmp() == mistake that broke CYNoIn.
|
commit | commitdiff | tree |
2009-10-21 |
Jay Freeman (saurik) | Re-added final output to script execution, implemented...
|
commit | commitdiff | tree |
2009-10-21 |
Jay Freeman (saurik) | Fixed some corner cases in flags propogation.
|
commit | commitdiff | tree |
2009-10-21 |
Jay Freeman (saurik) | Further drastic simplications of the output mechanism.
|
commit | commitdiff | tree |
2009-10-21 |
Jay Freeman (saurik) | Changed the syntax error arrow to start at the beginning...
|
commit | commitdiff | tree |
2009-10-21 |
Jay Freeman (saurik) | Removed unused and thereby broken LaunchDaemon configuration.
|
commit | commitdiff | tree |
2009-10-21 |
Jay Freeman (saurik) | Added @ token for E4X.
|
commit | commitdiff | tree |
2009-10-21 |
Jay Freeman (saurik) | Drastically simplified serializer logic.
|
commit | commitdiff | tree |
2009-10-20 |
Jay Freeman (saurik) | Checkpointing pretty-printing implementation so I can...
|
commit | commitdiff | tree |
2009-10-20 |
Jay Freeman (saurik) | Removed dlclose() as it scares me and would cause everything...
|
commit | commitdiff | tree |
2009-10-20 |
Jay Freeman (saurik) | Added Cycript.gc() and fixed 0-argument system.print().
|
commit | commitdiff | tree |
2009-10-20 |
Jay Freeman (saurik) | Fixed a tokenization bug that caused blank lines a...
|
commit | commitdiff | tree |
2009-10-20 |
Jay Freeman (saurik) | Removed -mthumb, as it isn't working for me.
|
commit | commitdiff | tree |
2009-10-20 |
Jay Freeman (saurik) | Made drastic changes to the serializer in order to...
|
commit | commitdiff | tree |
2009-10-20 |
Jay Freeman (saurik) | Fixed an occasional crash bug in sig::Type copying.
|
commit | commitdiff | tree |
2009-10-20 |
Jay Freeman (saurik) | Got jQuery parsing (empty finally block, function statements...
|
commit | commitdiff | tree |
2009-10-20 |
Jay Freeman (saurik) | Finished implementing multi-line comments.
|
commit | commitdiff | tree |
2009-10-20 |
Jay Freeman (saurik) | Setup new objects in lexer to allocate into the correct...
|
commit | commitdiff | tree |
2009-10-20 |
Jay Freeman (saurik) | Implemented support for regular expression literals...
|
commit | commitdiff | tree |
2009-10-19 |
Jay Freeman (saurik) | Added a CYOutput object between std::ostream and the...
|
commit | commitdiff | tree |
2009-10-19 |
Jay Freeman (saurik) | Replaced function closure 'for each'..in compilation...
|
commit | commitdiff | tree |
2009-10-19 |
Jay Freeman (saurik) | Support array ffi_type through some shady argumentaton...
|
commit | commitdiff | tree |
2009-10-19 |
Jay Freeman (saurik) | Added CYNoLeader after 'case', implemented a pass-through...
|
commit | commitdiff | tree |
2009-10-19 |
Jay Freeman (saurik) | Fixed a namespace scoping serialization bug (cyt instead...
|
commit | commitdiff | tree |
2009-10-19 |
Jay Freeman (saurik) | Added cyrver to make clean, fixed GC protection for...
|
commit | commitdiff | tree |
2009-10-18 |
Jay Freeman (saurik) | Updated documentation for new constructor.messages...
|
commit | commitdiff | tree |
2009-10-18 |
Jay Freeman (saurik) | Fixed memory protection conditions (now that I finally...
|
commit | commitdiff | tree |
2009-10-18 |
Jay Freeman (saurik) | Fixed serialization of function w/ CYNoLeader and implemente...
|
commit | commitdiff | tree |
2009-10-18 |
Jay Freeman (saurik) | Slightly reorganized code, fixed @class to work with...
|
commit | commitdiff | tree |
2009-10-18 |
Jay Freeman (saurik) | Not quite the original, but pretty damn near close.
|
commit | commitdiff | tree |
2009-10-18 |
Jay Freeman (saurik) | Added a website folder.
|
commit | commitdiff | tree |
2009-10-18 |
Jay Freeman (saurik) | Started work on array comprehensions, implemented multi...
|
commit | commitdiff | tree |
2009-10-18 |
Jay Freeman (saurik) | CYJSObject objectForKey: should be returning nil for...
|
commit | commitdiff | tree |
2009-10-18 |
Jay Freeman (saurik) | CYJSArray is actually supposed to be throwing NSRangeException.
|
commit | commitdiff | tree |
2009-10-18 |
Jay Freeman (saurik) | Fixed [Array objectAtIndex: > .length] to return nil.
|
commit | commitdiff | tree |
2009-10-18 |
Jay Freeman (saurik) | Support complete back/forth mapping between NSMutableArray...
|
commit | commitdiff | tree |
2009-10-17 |
Jay Freeman (saurik) | Made Selector derive from Function, fixed numerability...
|
commit | commitdiff | tree |
2009-10-17 |
Jay Freeman (saurik) | Started setting up build environment for Cyrver, fixed...
|
commit | commitdiff | tree |
2009-10-17 |
Jay Freeman (saurik) | Fail to auto-@property get a void return.
|
commit | commitdiff | tree |
2009-10-17 |
Jay Freeman (saurik) | Improved lexical syntax errors and added not-isatty...
|
commit | commitdiff | tree |
2009-10-16 |
Jay Freeman (saurik) | Fixed one stupid CYON bug in what was otherwise an...
|
commit | commitdiff | tree |
2009-10-16 |
Jay Freeman (saurik) | Broke apart Connector from Library and fixed cases...
|
commit | commitdiff | tree |
2009-10-16 |
Jay Freeman (saurik) | Fleshed out support for &, reworked nil internally...
|
commit | commitdiff | tree |
2009-10-16 |
Jay Freeman (saurik) | Renamed Application.cpp to Console.cpp.
|
commit | commitdiff | tree |
2009-10-16 |
Jay Freeman (saurik) | Changed console commands to start with ? and added...
|
commit | commitdiff | tree |
2009-10-16 |
Jay Freeman (saurik) | I think this objectiriddification will finally stick.
|
commit | commitdiff | tree |
2009-10-16 |
Jay Freeman (saurik) | Got the makefile to not rebuild the .deb constantly...
|
commit | commitdiff | tree |
2009-10-16 |
Jay Freeman (saurik) | Implemented ->, &, and fleshed out *.
|
commit | commitdiff | tree |
2009-10-16 |
Jay Freeman (saurik) | Implemented ivar access, added some general runtime...
|
commit | commitdiff | tree |
2009-10-15 |
Jay Freeman (saurik) | Support -p and <script> at the same time.
|
commit | commitdiff | tree |
2009-10-15 |
Jay Freeman (saurik) | Improved console syntax error reporting.
|
commit | commitdiff | tree |
2009-10-15 |
Jay Freeman (saurik) | Attempted to refactor grammar slightly to obtain better...
|
commit | commitdiff | tree |
2009-10-15 |
Jay Freeman (saurik) | Added some common methods to Type class, implemented...
|
commit | commitdiff | tree |
2009-10-15 |
Jay Freeman (saurik) | Added Instance constructor instance (for Instance.prototype...
|
commit | commitdiff | tree |
2009-10-15 |
Jay Freeman (saurik) | Finally got process attach stable.
|
commit | commitdiff | tree |
2009-10-15 |
Jay Freeman (saurik) | Fixed number output formatting (to avoid accidental...
|
commit | commitdiff | tree |
2009-10-14 |
Jay Freeman (saurik) | Fixed a stupid set of bugs that broke HelloCycript...
|
commit | commitdiff | tree |
2009-10-14 |
Jay Freeman (saurik) | Solve a corner case of dealloc hooking on JS derived...
|
commit | commitdiff | tree |
2009-10-14 |
Jay Freeman (saurik) | Added a lot of bridge supports, setup for enum and...
|
commit | commitdiff | tree |
2009-10-12 |
Jay Freeman (saurik) | Protect bash glob expansions while generating libcycript...
|
commit | commitdiff | tree |
2009-10-12 |
Jay Freeman (saurik) | Fix line numbers of errors caused in executed scripts...
|
commit | commitdiff | tree |
2009-10-11 |
Jay Freeman (saurik) | Fixed an issue where I could no longer create pointers...
|
commit | commitdiff | tree |
2009-10-11 |
Jay Freeman (saurik) | Implemented pointer indirect assignment.
|
commit | commitdiff | tree |
2009-10-11 |
Jay Freeman (saurik) | Implemented pointer indirection.
|
commit | commitdiff | tree |
2009-10-11 |
Jay Freeman (saurik) | Finished the memory manager.
|
commit | commitdiff | tree |
2009-10-10 |
Jay Freeman (saurik) | Added bridging for nlist_64, activated memory manager...
|
commit | commitdiff | tree |
2009-10-10 |
Jay Freeman (saurik) | Started working on CYApplicationMain replacement, added...
|
commit | commitdiff | tree |
2009-10-10 |
Jay Freeman (saurik) | Implemented structure field names, removed parentheses...
|
commit | commitdiff | tree |
2009-10-10 |
Jay Freeman (saurik) | Implemented @property access, made Pointer.toCYON printf...
|
commit | commitdiff | tree |
2009-10-10 |
Jay Freeman (saurik) | Moved HTTP server to its own file, implemented toJSON...
|
commit | commitdiff | tree |
2009-10-10 |
Jay Freeman (saurik) | Minor refactoring, checkpoint commit.
|
commit | commitdiff | tree |
next |