summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-23 11:41:38 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-23 11:41:38 +0000
commit605cd65904343ec13049820ed6c1b0335ddbc69e (patch)
tree80197fd1e081614bc417ac931998749f249ea86a /ChangeLog
parent23e286f3fb1b7570e107b9a028c1fb03bacc5cca (diff)
* ext/socket/ancdata.c (inspect_timespec_as_abstime): new function to
show struct timespec. (ancillary_inspect): use it for SCM_TIMESTAMPNS on GNU/Linux. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a80980c8e8..9fe9c306fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Feb 23 20:39:21 2009 Tanaka Akira <akr@fsij.org>
+
+ * ext/socket/ancdata.c (inspect_timespec_as_abstime): new function to
+ show struct timespec.
+ (ancillary_inspect): use it for SCM_TIMESTAMPNS on GNU/Linux.
+
Mon Feb 23 20:30:06 2009 Tanaka Akira <akr@fsij.org>
* ext/socket/ancdata.c (inspect_bintime_as_abstime): new function to