]> git.saurik.com Git - cycript.git/shortlog
cycript.git
2013-06-20  Jay Freeman... I should include built config.h.in for other users.
2013-06-20  Jay Freeman... Update included configure to match autoconf input.
2013-06-20  Jay Freeman... Only link libcycript against libffi (not cycript).
2013-06-20  Jay Freeman... Integrate GNU autoheader, and the libffi unconfig.
2013-06-20  Jay Freeman... Update included configure to match autoconf input.
2013-06-20  Jay Freeman... MacPorts installs libtoolize as glibtoolize :(.
2013-06-20  Jay Freeman... Only support CY_MACH if CY_EXECUTE was already on.
2013-06-20  Jay Freeman... Prefer JavaScriptCore to pkg-config for WebKit.
2013-06-20  Jay Freeman... Prevent -framework configuration multiplying LIBS.
2013-06-20  Jay Freeman... Solve MacPorts compatibility (add -I's to CFLAGS).
2013-06-19  Jay Freeman... Remove AX_CHECK_GNU_MAKE as we no longer use gmake.
2013-06-19  Jay Freeman... Upgrade copyright notice (2013, mk, sh, GPLv3).
2013-06-17  Jay Freeman... Remove Makefile.in from .gitignore (forgot that).
2013-06-15  Jay Freeman... Include Makefile.in to drop automake dependency.
2013-06-15  Jay Freeman... Don't rely on cc1obj for Objective-C struct tables.
2013-06-15  Jay Freeman... Clean up a couple #include and build dependencies.
2013-06-15  Jay Freeman... Remove XXX as cur_term is not part of readline.
2013-06-15  Jay Freeman... Isolate linkage of libreadline and libtermcap.
2013-06-15  Jay Freeman... Stop using non-portable (GNU) Makefile features.
2013-06-15  Jay Freeman... Generate new configure script from autoconf inputs.
2013-06-15  Jay Freeman... Explicitly pass empty value for in-place extension.
2013-06-15  Jay Freeman... Fix support for Bison >>2.3 by capitalizing path.
2013-06-15  Jay Freeman... Avoid libapr's .la from breaking libiconv search.
2013-06-15  Jay Freeman... Add libdl to the list of libraries explicitly linked.
2013-06-15  Jay Freeman... Fix bridge definition of UIImageJPEGRepresentation.
2013-06-15  Jay Freeman... Add all dependency m4 scripts to the repository.
2013-06-15  Jay Freeman... Protect against fall-through of color selection.
2013-06-15  Jay Freeman... Port build environment to automake (break -arch).
2013-06-14  Jay Freeman... Further improvements to the autoconf scripting.
2013-06-12  Jay Freeman... Simplify autogen.sh by just updating configure.ac.
2013-06-12  Jay Freeman... Remove a couple obsolete rules from the makefile.
2013-06-12  Jay Freeman... Improve isolation of ObjectiveC syntax filter code.
2013-06-12  Jay Freeman... Cast NSUInteger arguments to size_t for %zu format.
2013-06-12  Jay Freeman... Fix a couple simple C++ errors found by clang.
2013-06-12  Jay Freeman... Rename lex.cy.c to .cpp (it's actually a C++ file).
2013-06-12  Jay Freeman... Upgrade simulator compilation for Xcode 4.6 clang.
2013-06-12  Jay Freeman... Use explicit typed value for CYCatch error return.
2013-06-12  Jay Freeman... Forgot earlier yy modification: CYTypeArrayOf type.
2013-05-30  Jay Freeman... Fix a typo in the Bridge definition for dl_info.
2013-05-30  Jay Freeman... Keep usage of dlerror() from relying on dlsym().
2013-05-30  Jay Freeman... Cache dlsym() lookups for bridged Functor objects.
2013-03-21  Jay Freeman... Allow expressions as array subscripts in @encode.
2012-11-07  Jay Freeman... Use correct variable to verify thread state access.
2012-11-07  Jay Freeman... Correct incorrect escape sequence for $default grep.
2012-09-23  Jay Freeman... Move LexPopIn to after the terminating lexer token.
2012-09-23  Jay Freeman... Detect all lexer state errors, and show line number.
2012-09-23  Jay Freeman... Theoretically fix bug with in operators in messages.
2012-09-23  Jay Freeman... Parse bison output to prevent LexSetRegExp mistakes.
2012-09-23  Jay Freeman... Fix regex literal parsing in field/property lists.
2012-09-23  Jay Freeman... Fix regex literal parse after return, throw, and =>.
2012-09-16  Jay Freeman... Allow unnamed arguments with CYTypedParameter. v0.9.461
2012-09-16  Jay Freeman... Use CYStringify in Type.toCYON to handle quotations.
2012-09-15  Jay Freeman... Use new ^ syntax to bridge Blocks (with @ offset). v0.9.460
2012-09-15  Jay Freeman... Allow the use of void as a primitive data type.
2012-09-15  Jay Freeman... Add BOOL and bool for boolean (people use those).
2012-09-15  Jay Freeman... Change void to BlockLiteral in copy/dispose types.
2012-09-15  Jay Freeman... Add Objective-C's id type as a syntax highlight.
2012-09-15  Jay Freeman... Move definitions of Block datatypes to global scope.
2012-09-15  Jay Freeman... Factor common code out of FFI closure adapters.
2012-09-15  Jay Freeman... Allow Objective-C blocks as a short Functor syntax.
2012-09-15  Jay Freeman... Reorganize typed identifier storage for other uses.
2012-09-15  Jay Freeman... Allow Type objects to have associated identifiers.
2012-09-15  Jay Freeman... Add @encode() support and use its grammar for types.
2012-09-15  Jay Freeman... Add .constant to Type (although encoding is weird).
2012-09-15  Jay Freeman... Replace .$cyi and [#] with .pointerTo and .arrayOf.
2012-09-15  Jay Freeman... Move a line of code so that it matches other cases.
2012-09-15  Jay Freeman... Correct a simple typo in a thrown exception message.
2012-09-15  Jay Freeman... Support type signature flags in sig::Unparse().
2012-09-15  Jay Freeman... Replace TypeInstance with Class, which is not Type.
2012-09-14  Jay Freeman... Provide a .typeOf() to get a Type of an ObjC Class.
2012-09-14  Jay Freeman... Throw (don't crash) on parsing invalid specific ids.
2012-09-14  Jay Freeman... Move FunctionInstance_ into alphabetical order.
2012-09-14  Jay Freeman... We can assume that Instance() will never wrap nil.
2012-09-14  Jay Freeman... Export CYMakeType variants so Objective-C can call.
2012-09-14  Jay Freeman... Use Type as the prototype-bridge for metaclasses.
2012-09-14  Jay Freeman... Fix cy$getProperty so NSArray .length is primitive.
2012-09-14  Jay Freeman... Remove redundant implicit NSString length property.
2012-09-14  Jay Freeman... CYONify WebUndefined as "undefined" (fixing typo).
2012-09-14  Jay Freeman... Optionally return comments from lexer to highlight.
2012-09-14  Jay Freeman... Make minor format changes to lexer (and undefined). v0.9.459
2012-09-13  Jay Freeman... Use .toString() to CYONify Function, printing code.
2012-09-13  Jay Freeman... Improve definition of CYIsClass using meta classes.
2012-09-13  Jay Freeman... Factor checks for Instance_ as CYJSValueIsNSObject.
2012-09-13  Jay Freeman... Use a dummy space to handle the lower-right corner.
2012-09-13  Jay Freeman... Fix the implementation of cy$toJSON for primitives.
2012-09-13  Jay Freeman... Fix @bool .valueOf() to return boolean, not number.
2012-09-13  Jay Freeman... Prefer __NSCFBoolean to non-__ for iOS compatibility.
2012-09-13  Jay Freeman... Make devoid argument of CYImplements default false.
2012-09-13  Jay Freeman... Remove and compress some dead code in CYDisplayOutput.
2012-09-13  Jay Freeman... Use ?syntax by default and have it control input.
2012-09-13  Jay Freeman... Work around missing column_address with left/right.
2012-09-13  Jay Freeman... After a window resize, calculate offset, not end.
2012-09-13  Jay Freeman... Fix display mistakes caused by multi-line history.
2012-09-13  Jay Freeman... Fold singular CYDisplayPrompt into CYDisplayUpdate.
2012-09-13  Jay Freeman... Highlight NULL, YES, and NO identifiers as constants.
2012-09-12  Jay Freeman... Add some occasionally-missing @'s lost to type cast.
2012-09-12  Jay Freeman... Revert a minor style change that broke ';function'.
2012-09-12  Jay Freeman... Syntax highlight nil, an identifier, as a constant.
2012-09-12  Jay Freeman... Remove redundant @ usage from CYON data structures.
2012-09-12  Jay Freeman... Syntax highlight commands as the user types them.
next