summaryrefslogtreecommitdiff
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* * time.c (time_succ): Time#succ should return a time object in theshyouhei2007-08-221-1/+6
* Merge changes from ruby_1_8:knu2007-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
* * time.c (time_arg): initialize v[6] even when argc is 10 toakr2003-06-231-0/+1
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-22/+6
* * object.c (init_copy): rename copy_object as initialize_copy,matz2003-05-191-3/+3
* * eval.c (block_pass): chain previous block to the pushing block.matz2003-05-161-16/+11
* * time.c (time_strftime): RSTRING(format)->ptr might become NULL.nobu2003-04-091-2/+4
* * time.c (make_time_t): try search_time_t if mktime/timegm is failed.akr2003-03-221-29/+22
* * variable.c (rb_obj_classname): new function.matz2003-01-311-1/+1
* * time.c (time_arg): was accessing garbage argv value.matz2003-01-231-1/+1
* * parse.y (arg): syntaxify tPOW negative number hack.matz2003-01-231-19/+32
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-211-0/+1
* * parse.y (do_block): split "do" block and tLBRACE_ARG block.matz2002-12-201-1/+1
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-3/+3
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-18/+5
* move struct timeval to missing.hmichal2002-09-171-12/+1