Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ccgus/CocoaScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: primatelabs/CocoaScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Nov 4, 2020

  1. Fix Apple Silicon compilation issues

    - Remove usage of objc_msgSend_stret
    
      objc_msgSend_stret is not needed on ARM64 as objc_msgSend can handle
      both object and structure return types.
    
    - Disable TE_expandVariablesInString() function on ARM64
    
      TE_expandVariablesInString() calls objc_msgSend() in a way that
      doesn't work on ARM64 and I can't figure out how to fix it. Since
      TE_expandVariablesInString() isn't used anywhere I've just disabled
      it on ARM64.
    jfpoole committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    1fcc26b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Remove Markdown support

    Compiling libMultiMarkdown.a for macOS/ARM64 looks complicated.  It's
    easier to just remove Markdown support from Cocoa Script entirely
    (especially since VoodooPad doesn't use it at all).
    jfpoole committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    a8d79ee View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2025

  1. Configuration menu
    Copy the full SHA
    aab0f1e View commit details
    Browse the repository at this point in the history
Loading