aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* * time.c (time_minus): always return a Float. [ruby-dev:38446]mame2009-05-191-1/+26
* * time.c (time_init_1): unused variable removed.akr2009-05-121-2/+0
* * time.c: support fixed UTC offset. [ruby-dev:38326]akr2009-05-121-39/+405
* * time.c (time_arg): unused variable removed.akr2009-04-261-1/+0
* * time.c (month_arg): extracted from time_arg.akr2009-04-251-30/+44
* * time.c (TIME_COPY_GMT): new macro.akr2009-04-251-2/+4
* * time.c (time_mload): use TIME_SET_UTC.akr2009-04-251-1/+1
* * time.c (time_get_tm): take time_object instead of gmt.akr2009-04-251-4/+4
* * time.c (time_succ): refactored to avoid gmt variable.akr2009-04-251-7/+6
* * time.c (TIME_UTC_P): new macro..akr2009-04-251-63/+46
* * time.c (time_timespec): check out-of-range. [ruby-core:23282]nobu2009-04-221-1/+8
* * time.c (GMTIME, LOCALTIME): should set result if not have *_r().usa2009-04-221-3/+3
* * dir.c (glob_helper): C99(gcc)-ism.usa2009-04-221-1/+1
* * time.c (localtime_with_gmtoff): fixed cross function jump.nobu2009-04-221-10/+14
* add comment.akr2009-04-211-0/+3
* update rdoc.akr2009-04-211-7/+6
* * time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr2009-04-211-16/+1
* * time.c (find_time_t): constified.nobu2009-04-211-3/+3
* * time.c (leap_year_v_p): removed.akr2009-04-211-7/+0
* * time.c: remove time_t restriction from Time class.akr2009-04-211-445/+1366
* * time.c (time_cmp): negate the result of reverse comparison.akr2009-03-261-1/+1
* * time.c (time_timespec): use NUM2TIMET.akr2009-03-231-4/+4
* * time.c (time_mload): don't clear tm_mday.akr2009-03-111-1/+1
* * time.c (time_to_i, time_hash): time_t may be bigger than longnobu2009-03-101-8/+19
* stripped trailing spaces.nobu2009-02-221-79/+79
* * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame2009-02-141-1/+1
* * time.c (LOCALTIME): should call tzset() before localtime_r().matz2009-02-041-1/+1
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-2/+2
* * strftime.c (rb_strftime): supported %s and %P.shugo2008-08-281-0/+2
* * time.c (time_asctime): workaround for MSVCRT's bug.usa2008-08-261-0/+4
* * configure.in (gmtime_r): check if reentrant versions are available.nobu2008-08-221-17/+37
* * strftime.c (rb_strftime): supported %F and %<precision>N.shugo2008-08-211-1/+5
* * configure.in: removed strftime from AC_REPLACE_FUNCS().shugo2008-08-201-21/+10
* * strftime.c: new file.shugo2008-08-201-5/+13
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-1/+1
* * time.c (time_cmp): retry with right hand operand if its not amatz2008-08-131-1/+11
* * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu2008-07-011-2/+2
* * time.c: fix rounding negative float.akr2008-06-271-0/+4
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-0/+2
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-4/+4
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-2/+5
* * suppress warnings with -Wwrite-string.nobu2008-05-311-1/+1
* * time.c (obj2nsec): fix string argument.akr2008-05-041-1/+1
* * time.c (time_timespec): raise TypeError for nil and other objectsakr2008-05-031-9/+15
* * error.c (builtin_types), signal.c (siglist), st.c (primes),nobu2008-04-261-1/+1
* * time.c: should include <errno.h> to refer errno.matz2008-04-211-0/+1
* * time.c (rb_strftime): check errno to detect strftime(3)'s error.usa2008-04-211-1/+2
* fix doc.akr2008-03-091-2/+2
* * time.c (time_strftime): format should be ascii compatible.matz2008-02-291-0/+4