mattn / mruby-uv

interface to libuv for mruby(experimental)
http://mattn.kaoriya.net/
92 stars 25 forks source link

Update libuv version to 0.11.29. #53

Closed take-cheeze closed 10 years ago

take-cheeze commented 10 years ago

The behavior of UV::FS.readdir changes. It will create array with file type instead of only names to follow latest libuv.

mattn commented 10 years ago

Thanks!