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

Commits on Feb 6, 2017

  1. Remove unused strlcpy() macro.

    The macro is not used anywhere and conflicts with the macro of
    the same name from MacOSX10.12.sdk/usr/include/secure/_string.h.
    bnoordhuis committed Feb 6, 2017
    Copy the full SHA
    f9ced7d View commit details
    Browse the repository at this point in the history
  2. Fix undeclared symbol warning.

    Rename function UArray_pow to UArray_power_.  The former doesn't exist
    anywhere while the compiler is complaining about a missing declaration
    for the latter.  Seems to have been an oversight in commit 5089d11
    from 2011.
    bnoordhuis committed Feb 6, 2017
    Copy the full SHA
    2747ffa View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Merge pull request #340 from bnoordhuis/fix-build-warnings

    Fix build warnings
    stevedekorte committed Feb 8, 2017
    Copy the full SHA
    7768c11 View commit details
    Browse the repository at this point in the history