diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-23 11:32:43 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-23 11:32:43 +0000 |
| commit | e1197e6169e8c85d230f81039737da962282f695 (patch) | |
| tree | da380e291a0f9163f15922fc46206289664e7bec /ChangeLog | |
| parent | 5bafe5c062e274cb8773534e1a89fad12df75cd4 (diff) | |
| download | ruby-e1197e6169e8c85d230f81039737da962282f695.tar.gz ruby-e1197e6169e8c85d230f81039737da962282f695.tar.xz ruby-e1197e6169e8c85d230f81039737da962282f695.zip | |
* ext/socket/ancdata.c (inspect_bintime_as_abstime): new function to
show struct bintime.
(ancillary_inspect): use it for SCM_BINTIME on FreeBSD.
* ext/socket/mkconstants.rb: define SCM_BINTIME.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Mon Feb 23 20:30:06 2009 Tanaka Akira <akr@fsij.org> + + * ext/socket/ancdata.c (inspect_bintime_as_abstime): new function to + show struct bintime. + (ancillary_inspect): use it for SCM_BINTIME on FreeBSD. + + * ext/socket/mkconstants.rb: define SCM_BINTIME. + Mon Feb 23 20:18:49 2009 Tanaka Akira <akr@fsij.org> * ext/socket/ancdata.c (inspect_timeval_as_abstime): use time_t |
