diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-29 19:06:29 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-29 19:06:29 +0000 |
| commit | 6079f0a01ba0aa153979ce2f023d126045b5cd5b (patch) | |
| tree | b79ce0e8916f16fabf218546fc1af49b8049c6ea /ChangeLog | |
| parent | 07380392208dd8048de3bd6ee11caeda9d4a5226 (diff) | |
| download | ruby-6079f0a01ba0aa153979ce2f023d126045b5cd5b.tar.gz ruby-6079f0a01ba0aa153979ce2f023d126045b5cd5b.tar.xz ruby-6079f0a01ba0aa153979ce2f023d126045b5cd5b.zip | |
* timev.h (TIME_SCALE): defined as 1000000000.
(struct vtm): subsec is replaced by subsecx.
subsec * TIME_SCALE == subsecx.
* time.c: avoid rational in most cases.
(struct time_object): timev is replaced by timexv.
timev * TIME_SCALE == timexv.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sun Aug 30 03:59:43 2009 Tanaka Akira <akr@fsij.org> + + * timev.h (TIME_SCALE): defined as 1000000000. + (struct vtm): subsec is replaced by subsecx. + subsec * TIME_SCALE == subsecx. + + * time.c: avoid rational in most cases. + (struct time_object): timev is replaced by timexv. + timev * TIME_SCALE == timexv. + Sun Aug 30 03:17:25 2009 Tanaka Akira <akr@fsij.org> * time.c (init_leap_second_info): use TIMET_MAX. |
