summaryrefslogtreecommitdiff
path: root/time.c
AgeCommit message (Expand)Author
2009-06-24* time.c (time_s_now): new function. Time.now don't take arguments.akr
2009-05-27* time.c (time_strftime): update RDoc according to info frommatz
2009-05-25* time.c (rb_gmtime, rb_localtime): gmtime and localtime returnnobu
2009-05-19* time.c (time_minus): always return a Float. [ruby-dev:38446]mame
2009-05-12* time.c (time_init_1): unused variable removed.akr
2009-05-12* time.c: support fixed UTC offset. [ruby-dev:38326]akr
2009-04-26* time.c (time_arg): unused variable removed.akr
2009-04-25* time.c (month_arg): extracted from time_arg.akr
2009-04-25* time.c (TIME_COPY_GMT): new macro.akr
2009-04-25* time.c (time_mload): use TIME_SET_UTC.akr
2009-04-25* time.c (time_get_tm): take time_object instead of gmt.akr
2009-04-25* time.c (time_succ): refactored to avoid gmt variable.akr
2009-04-25* time.c (TIME_UTC_P): new macro..akr
2009-04-22* time.c (time_timespec): check out-of-range. [ruby-core:23282]nobu
2009-04-22 * time.c (GMTIME, LOCALTIME): should set result if not have *_r().usa
2009-04-22 * dir.c (glob_helper): C99(gcc)-ism.usa
2009-04-22* time.c (localtime_with_gmtoff): fixed cross function jump.nobu
2009-04-21add comment.akr
2009-04-21update rdoc.akr
2009-04-21* time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr
2009-04-21* time.c (find_time_t): constified.nobu
2009-04-21* time.c (leap_year_v_p): removed.akr
2009-04-21* time.c: remove time_t restriction from Time class.akr
2009-03-26* time.c (time_cmp): negate the result of reverse comparison.akr
2009-03-23* time.c (time_timespec): use NUM2TIMET.akr
2009-03-11* time.c (time_mload): don't clear tm_mday.akr
2009-03-10* time.c (time_to_i, time_hash): time_t may be bigger than longnobu
2009-02-22stripped trailing spaces.nobu
2009-02-14* string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame
2009-02-04* time.c (LOCALTIME): should call tzset() before localtime_r().matz
2008-09-05* include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz
2008-08-28* strftime.c (rb_strftime): supported %s and %P.shugo
2008-08-26 * time.c (time_asctime): workaround for MSVCRT's bug.usa
2008-08-22* configure.in (gmtime_r): check if reentrant versions are available.nobu
2008-08-21* strftime.c (rb_strftime): supported %F and %<precision>N.shugo
2008-08-20* configure.in: removed strftime from AC_REPLACE_FUNCS().shugo
2008-08-20* strftime.c: new file.shugo
2008-08-16* include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-08-13* time.c (time_cmp): retry with right hand operand if its not amatz
2008-07-01* iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu
2008-06-27* time.c: fix rounding negative float.akr
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-01* suppress warnings on cygwin, mingw and mswin.nobu
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-04* time.c (obj2nsec): fix string argument.akr
2008-05-03* time.c (time_timespec): raise TypeError for nil and other objectsakr
2008-04-26* error.c (builtin_types), signal.c (siglist), st.c (primes),nobu
2008-04-21* time.c: should include <errno.h> to refer errno.matz