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
base: 3a4c3fda1dec
Choose a base ref
...
head repository: rubinius/rubinius
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
    Browse the repository at this point in the history
  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
    Browse the repository at this point in the history
  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
    Browse the repository at this point in the history
  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
    Browse the repository at this point in the history