]> git.saurik.com Git - cycript.git/shortlog
cycript.git
2013-09-08  Jay Freeman... Add --disable-console option to configure script.
2013-09-08  Jay Freeman... On some systems, cur_term is found in ncurses.
2013-09-08  Jay Freeman... Allow APR link flags to be configure overridden.
2013-09-08  Jay Freeman... Force lookup of C compiler as ConvertUTF uses it.
2013-09-08  Jay Freeman... Make mach_vm to vm_map fix support iOS Simulator.
2013-09-07  Jay Freeman... On ARM, mach_vm isn't supported, so use vm_map.
2013-09-07  Jay Freeman... Remove old iOS build environment from sysroot.sh.
2013-09-07  Jay Freeman... Finish new libffi and readline compilation scripts.
2013-09-07  Jay Freeman... Change ObjectiveC/Output.mm to straight-up C++.
2013-09-06  Jay Freeman... Add libffi submodule and a script to build for iOS.
2013-09-06  Jay Freeman... Bypass the autotools build environment on Mac OS X.
2013-09-06  Jay Freeman... Add -mios-simulator-version-min for iOS Simulator.
2013-09-06  Jay Freeman... Add readline-6.2 to .gitignore (for Mac OS X).
2013-07-04  Jay Freeman... Remove unused ext/ libstdc++ #include for clang.
2013-07-01  Jay Freeman... Add macosx.sh and readline.sh for Mac OS X.
2013-07-01  Jay Freeman... On Mac OS X 10.9 libsystem_pthread took pthread_*.
2013-07-01  Jay Freeman... Look up path of Mac OS X SDK for Simulator build.
2013-07-01  Jay Freeman... Remove unused ext/ libstdc++ #include for clang.
2013-07-01  Jay Freeman... On Mac OS X 10.9, cstddef is needed for offsetof.
2013-07-01  Jay Freeman... Remove simulat{or,e}.sh, as they are no longer used.
2013-06-23  Jay Freeman... Use the LC_ID_DYLIB when possible to ID dylibs.
2013-06-23  Jay Freeman... Update included configure to match autoconf input.
2013-06-23  Jay Freeman... Replace iconv with some code from "official" code.
2013-06-23  Jay Freeman... Objective-C++ does not have a normal -Wall macro.
2013-06-23  Jay Freeman... Turn on -Werror during configure for missing flags.
2013-06-23  Jay Freeman... Use yet more indirection to detect iOS simulator.
2013-06-23  Jay Freeman... apr_pstrdup used to return NULL when passed NULL.
2013-06-23  Jay Freeman... Automatically fatten build, detect iOS simulator.
2013-06-23  Jay Freeman... Remove obsolete attempts to support the Simulator.
2013-06-23  Jay Freeman... Also remove VERSION from libffi #define overlap.
2013-06-23  Jay Freeman... Do not rely on WebKit/WebCore for WebUndefined.
2013-06-23  Jay Freeman... Default disable maintainer mode, require --enable.
2013-06-23  Jay Freeman... Find location of libcycript at runtime with dladdr.
2013-06-23  Jay Freeman... Verify Trampoline.t.hpp does not link to symbols.
2013-06-23  Jay Freeman... Correct all blocking 32/64-bit incompatibilities.
2013-06-22  Jay Freeman... Find all remote symbols via dyld_all_image_infos.
2013-06-22  Jay Freeman... Make the ARM thread setup code match i386/x86_64.
2013-06-22  Jay Freeman... Use x86_THREAD_STATE to detect 32/64-bit flavor.
2013-06-22  Jay Freeman... Add _krncall around vm_write (Substrate backport).
2013-06-22  Jay Freeman... Reimplement apr_pools using CYPool in libcycript.
2013-06-21  Jay Freeman... Replace only apr_pool_cleanup_register with CYPool.
2013-06-21  Jay Freeman... Replace only apr_thread_create with pthread_create.
2013-06-21  Jay Freeman... Replace only use of apr_strtok with manual loop.
2013-06-21  Jay Freeman... INSTALL should not be a symlink into Fink's /sw.
2013-06-21  Jay Freeman... Replace CydgetPoolParse with CydgetMemoryParse.
2013-06-21  Jay Freeman... Replace all apr_pool_t * usages with CYPool &.
2013-06-21  Jay Freeman... Remove support for parent pools from CYPool.
2013-06-21  Jay Freeman... Make libcycript dlsym-compatible and unversioned.
2013-06-20  Jay Freeman... Remove bash requirement as it is no longer needed.
2013-06-20  Jay Freeman... Add pkg-config --cflags to CPPFLAGS, not C*FLAGS.
2013-06-20  Jay Freeman... Update included configure to match autoconf input.
2013-06-20  Jay Freeman... Remove --with-frameworks (it didn't work anyway).
2013-06-20  Jay Freeman... Support full compilation on Mac OS X with clang++.
2013-06-20  Jay Freeman... Ignore stamp-h1, a "timestamp" for config.h.
2013-06-20  Jay Freeman... Add -Wno-dangling-else, required by clang++ -Wall.
2013-06-20  Jay Freeman... Fix OBJCCXXFLAGS to OBJCXXFLAGS, removing extra C.
2013-06-20  Jay Freeman... Test compiler flags for every language separately.
2013-06-20  Jay Freeman... Add back standard GNU automake-compliant INSTALL.
2013-06-20  Jay Freeman... Use LDADD and LIBADD when appropriate for -l/-L.
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.
next