diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-17 06:16:55 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-17 06:16:55 +0000 |
| commit | e208049ca17db8bda42a0543582baddc87e2fc1c (patch) | |
| tree | 52b98bfb046af7307df326225325295595e22490 /ChangeLog | |
| parent | d745abfd7cca13ca6aa71987e08670083467c08a (diff) | |
merges r20766 from trunk into ruby_1_9_1.
* thread.c (sleep_timeval): cast tv_usec to long to shut up
warnings on OSX. [ruby-dev:37449]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Mon Dec 15 23:48:39 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * thread.c (sleep_timeval): cast tv_usec to long to shut up + warnings on OSX. [ruby-dev:37449] + Mon Dec 15 23:29:49 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * ruby.c (process_options): revive global sub, gsub, chop, chomp |
