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: rubinius/rubinius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3a4c3fda1dec
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4de8eb50cf8b
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 16, 2015

  1. Check if struct stat has nanosecond resolution.

    Check for st_atim, st_mtim, st_ctim, etc. in struct stat (sys/stat.h)
    andre-richter authored and Yorick Peterse committed Oct 16, 2015
    Copy the full SHA
    1756765 View commit details
  2. Add nanosecond support for Stat::[amc]time

    andre-richter authored and Yorick Peterse committed Oct 16, 2015
    Copy the full SHA
    97b8fb3 View commit details
  3. Spec: Check microsecond resolution for File#utime

    andre-richter authored and Yorick Peterse committed Oct 16, 2015
    Copy the full SHA
    8762203 View commit details
  4. Implement microsecond resolution for File#utime

    andre-richter authored and Yorick Peterse committed Oct 16, 2015
    Copy the full SHA
    4de8eb5 View commit details
Loading