sup-heliotrope / ncursesw-ruby

Ruby bindings to the ncursesw library (modified from: http://ncurses-ruby.berlios.de/)
GNU Lesser General Public License v2.1
22 stars 13 forks source link

Use clock_gettime() when available and get rid of deprecated gettimeofday() #8

Closed gauteh closed 11 years ago

gauteh commented 11 years ago

gettimeofday () fails on latest ruby 2.0.0 on arch linux, clock_gettime () is supposed to be platform specific though (missing on Mac & BSDs).

Tested successfully on:

gauteh commented 11 years ago

Mac OS X 10.6.8, ruby 1.9.3: Ok.

5long commented 11 years ago

Merged in 0009528. Will push 1.3.1.1 to rubygems.org real quick.

gauteh commented 11 years ago

aight ! :beers: