summaryrefslogtreecommitdiff
path: root/time.c
AgeCommit message (Expand)Author
2010-04-11update doc.akr
2010-04-07* time.c (ASCTIME): unused macro removed.akr
2010-04-06* configure.in: test localtime(3) overflow. [ruby-dev:40910]akr
2010-04-04* time.c (cmp): optimize for fixnums.akr
2010-04-04* time.c (lt): call <=> instead of <.akr
2010-04-03* time.c: don't define STRUCT_WIDEVAL.akr
2010-03-31* time.c (rb_big_abs_find_minbit): fix handling the last word.akr
2010-03-31* time.c (long_mul): overflow condition changed.akr
2010-03-31* time.c (long_mul): extracted from mul and avoid integer overflow.akr
2010-03-31* time.c: less bignum allocations.akr
2010-03-30* time.c (timew2timespec): fix previous change.akr
2010-03-30* time.c (wdivmod): renamed from wdivmodv. fix neg/pos and pos/neg.akr
2010-03-30* time.c: use more polymorphic operations.akr
2010-03-30* time.c: reorder wide value implementation.akr
2010-03-30* time.c: make wide value more polymorphic.akr
2010-03-30fix previous commit for LP64.akr
2010-03-30* time.c (w2v): renamed from w2xv.akr
2010-03-30update doc.akr
2010-03-29* time.c: wide value condition changed.akr
2010-03-28* time.c (rb_time_magnify): fix for LP64.akr
2010-03-28* time.c: rename small integer specialization related identifiers.akr
2010-03-27* time.c (weq): optimize for small integer.akr
2010-03-27* time.c (mul): condition refined.akr
2010-03-27* time.c: fix previos commit.akr
2010-03-27* time.c: use 64bit arithmetic even on platforms with 32bit VALUE.akr
2010-03-11* time.c (time_round): new method Time#round. [ruby-dev:40595]akr
2010-02-15* time.c (time_add): propagate fixed time offset.akr
2010-02-03* time.c (time_mdump, time_mload): dump/load utc_offset.nobu
2010-02-03* time.c (quo, time_mdump): use RRATIONAL().nobu
2010-02-03add comment.akr
2010-01-22* time.c (time_mload): add submicro into vtm.subsecx. [ruby-dev:40133] akr
2010-01-13* time.c (time_to_r): convert to rational if internal representationakr
2010-01-13update rdoc.akr
2010-01-13* time.c (time_mdump): use nano_num and nano_den instead of subnano toakr
2009-12-04* time.c (num_exact): should not accept strings as operands, evenmatz
2009-11-26* removed spaces just before tabs.nobu
2009-11-03fix typos.akr
2009-10-28* string.c: rdoc for <=>, casecmpmarcandre
2009-09-30* time.c (rb_time_succ): make Time#succ obsolete since time is notmatz
2009-09-23* time.c: fixed type.nobu
2009-09-16* time.c (time_mdump): error message refined.akr
2009-09-09* time.c (rb_time_timeval, rb_time_timespec): typed.nobu
2009-09-09* time.c (time_data_type): typed.nobu
2009-08-30* time.c (find_time_t): use mktime for the first guess.akr
2009-08-30* time.c (add): shortcut implemented for fixnums.akr
2009-08-30* time.c (eq): apply RTEST.akr
2009-08-29* timev.h (TIME_SCALE): defined as 1000000000.akr
2009-08-29* time.c (init_leap_second_info): use TIMET_MAX.akr
2009-07-22* time.c (init_leap_second_info): checks the result of gmtime tonobu
2009-07-12* time.c (time_timespec): rounds subsecond toward zero.nobu