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: IoLanguage/io
base: 7768c11afe01
Choose a base ref
...
head repository: IoLanguage/io
compare: 0fe8380fd6c8
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 9, 2017

  1. Bring back curses addon.

    It appears to have been disabled in commit d1d8bac from November 2011
    and was removed altogether in commit fe9b43c from January 2012.
    
    The documentation still references it and it doesn't seem overly broken
    so let's bring it back.
    bnoordhuis committed Feb 9, 2017
    Copy the full SHA
    d472347 View commit details
    Browse the repository at this point in the history
  2. squash! Fix up curses addon.

    Apply minor fixes to make it build with the current code base.  This
    commit can be squashed into the previous one; I broke it out into its
    own commit for easy review.
    bnoordhuis committed Feb 9, 2017
    Copy the full SHA
    a924d0c View commit details
    Browse the repository at this point in the history
  3. Re-enable curses addon in CMakeLists.txt.

    The addon has been restored to working order so let's build it again.
    bnoordhuis committed Feb 9, 2017
    Copy the full SHA
    d286b84 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #342 from bnoordhuis/bring-back-curses-addon

    Bring back curses addon
    stevedekorte committed Feb 9, 2017
    Copy the full SHA
    0fe8380 View commit details
    Browse the repository at this point in the history