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

Commits on Feb 9, 2017

  1. Remove executable bit from CMakeLists.txt files.

    `chmod -x` the few that still had their executable bit set.
    bnoordhuis committed Feb 9, 2017
    Copy the full SHA
    91500f7 View commit details
    Browse the repository at this point in the history
  2. Update CFFI category metadoc.

    Change the category in A_init.io from 'binding' to 'CFFI', otherwise
    it ends up under the wrong section when regenerating the documentation.
    bnoordhuis committed Feb 9, 2017
    Copy the full SHA
    abed631 View commit details
    Browse the repository at this point in the history
  3. Update Random category metadoc.

    Add a category metadoc to addons/Random/io/List.io so that docs2html.io
    categorizes it correctly.  It was stripping it from pages under the
    Math subsection.
    bnoordhuis committed Feb 9, 2017
    Copy the full SHA
    6c37bd0 View commit details
    Browse the repository at this point in the history
  4. Back-port documentation fixes to doc comments.

    These are changes that have been made to files in docs/reference/
    but not to their counterparts in libs/.  Since regenerating the
    documentation will blow them away, let's back-port them.
    bnoordhuis committed Feb 9, 2017
    Copy the full SHA
    4d095f7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    294853d View commit details
    Browse the repository at this point in the history
  6. Regenerate documentation.

    Most churn is due to AppleExtras having been renamed to AppleSensors.
    
    The previous commits have taken care of most discrepancies between
    the documentation and the source doc comments.
    bnoordhuis committed Feb 9, 2017
    Copy the full SHA
    975b82b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #343 from bnoordhuis/regenerate-documentation

    Regenerate documentation
    stevedekorte committed Feb 9, 2017
    Copy the full SHA
    58d7a69 View commit details
    Browse the repository at this point in the history