summaryrefslogtreecommitdiff
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* * time.c (time_asctime): workaround for MSVCRT's bug.usa2009-12-021-0/+4
* * time.c: rdoc fix for <=>marcandre2009-10-281-5/+2
* * *.[chy]: removed trailing spaces.nobu2009-10-221-67/+67
* * time.c (NUM2TIMET): defined because some platforms, such asakr2009-10-061-14/+20
* * time.c (time_timeval): rounds subsecond toward zero.nobu2009-07-121-12/+7
* * time.c (time_mload): initializes a variable.nobu2009-04-221-0/+1
* * time.c (time_timeval): check out-of-range. [ruby-core:23282]nobu2009-04-221-1/+8
* * time.c: RDoc typo fixed.nahi2008-11-241-1/+1
* * time.c (time_mdump, time_mload): preserves GMT status.nobu2008-10-101-2/+5
* * time.c: fix rounding negative float.akr2008-06-271-0/+4
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-1/+4
* * suppress warnings with -Wwrite-string.nobu2008-05-311-2/+2
* * time.c: should include <errno.h> to refer errno.usa2008-04-211-0/+1
* * time.c (rb_strftime): check errno to detect strftime(3)'s error.usa2008-04-211-1/+2
* * time.c (time_arg): use converted object. [ruby-core:14759]nobu2008-01-041-1/+1
* * time.c (time_succ): Time#succ should return a time object in thematz2007-07-171-1/+6
* * time.c (time_to_s): Back out the format changes; discussedknu2007-03-061-19/+21
* * time.c (time_to_s): Correct the wrong format which did notknu2007-03-051-5/+5
* * time.c (time_dup): duplicate the class of original time.matz2006-10-311-1/+1
* * time.c (time_to_s): variable declaration after an executionnobu2006-09-041-1/+4
* * time.c (time_to_s): make it conform to RFC2822 date format.matz2006-09-041-17/+12
* * time.c (time_strftime): include nul character. fixed: [ruby-dev:29422]nobu2006-09-041-1/+1
* * time.c (time_to_s): fixed format mismatch.nobu2006-07-271-1/+1
* * time.c: need to declare time_utc_offset.eban2006-07-271-0/+1
* * time.c (time_to_s): use +0900 style timezone string for local time.matz2006-07-271-1/+16
* * time.c (time_mload): a patch from Daniel Bergermatz2006-07-061-3/+3
* * time.c (time_timeval): should round for usec floatingmatz2006-05-181-2/+2
* * time.c (time_new_internal): add prototype to tell the compilerusa2006-02-241-0/+1
* * time.c (search_time_t): support non 32bit time_t environments.usa2006-02-141-12/+12
* * time.c (rb_strftime): removed meaningless volatile modifiers, andnobu2005-10-221-10/+9
* * time.c: should use LONG_LONG instead of `long long'.ocean2005-10-211-1/+1
* * eval.c, gc.c, time.c: made internal symbols static. [ruby-dev:27435]nobu2005-10-181-1/+1
* * class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy),nobu2005-09-281-0/+1
* * string.c (rb_str_new4): should propagate taintedness.matz2005-01-201-0/+1
* * eval.c (eval): warning during eval should not cause deadlock.matz2004-05-141-3/+3
* * time.c (SIZEOF_TIME_T): support SIZEOF_TIME_T == SIZEOF_INT.eban2004-04-301-0/+2
* * configure.in: check the size of time_t.akr2004-04-061-57/+54
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-051-6/+8
* * time.c (year_leap_p): new function.akr2004-03-311-7/+87
* * time.c (search_time_t): limit guess range by mktime if it isakr2004-03-301-0/+9
* * io.c, re.c, string.c, time.c: fixed up positions of RDocs.akira2004-01-191-3/+1
* Add RDoc for kernel functions, and tidy updave2003-12-301-0/+29
* Add RDoc comments for Timedave2003-12-271-0/+481
* * gc.c (gc_mark): explicitly check mark recursion levels, insteadmatz2003-11-281-0/+11
* * marshal.c (r_object0): remove unnecessary iv restoration formatz2003-10-091-11/+10
* * pack.c (uv_to_utf8): change message to "out of range", sincematz2003-10-091-1/+8
* * time.c (Init_Time): define initialize. [ruby-dev:21469]nobu2003-10-021-0/+1
* * time.c (time_load): restore instance variables (if any) beforematz2003-10-021-44/+96
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-1/+1
* * gcc -Wall clean-up.matz2003-07-241-1/+0