Age | Commit message (Expand) | Author |
2009-07-12 | merge revision(s) 23259,24059: | shyouhei |
2009-02-02 | merge revision(s) 19742: | shyouhei |
2008-06-29 | merge revision(s) 17617: | shyouhei |
2008-06-06 | Merge changes from ruby_1_8 to reduce warnings and potentially improve | knu |
2008-05-31 | Merge from ruby_1_8. | knu |
2008-04-21 | Merge from ruby_1_8. | knu |
2008-01-04 | * time.c (time_arg): use converted object. [ruby-core:14759] | nobu |
2007-07-17 | * time.c (time_succ): Time#succ should return a time object in the | matz |
2007-03-06 | * time.c (time_to_s): Back out the format changes; discussed | knu |
2007-03-05 | * time.c (time_to_s): Correct the wrong format which did not | knu |
2006-10-31 | * time.c (time_dup): duplicate the class of original time. | matz |
2006-09-04 | * time.c (time_to_s): variable declaration after an execution | nobu |
2006-09-04 | * time.c (time_to_s): make it conform to RFC2822 date format. | matz |
2006-09-04 | * time.c (time_strftime): include nul character. fixed: [ruby-dev:29422] | nobu |
2006-07-27 | * time.c (time_to_s): fixed format mismatch. | nobu |
2006-07-27 | * time.c: need to declare time_utc_offset. | eban |
2006-07-27 | * time.c (time_to_s): use +0900 style timezone string for local time. | matz |
2006-07-06 | * time.c (time_mload): a patch from Daniel Berger | matz |
2006-05-18 | * time.c (time_timeval): should round for usec floating | matz |
2006-02-24 | * time.c (time_new_internal): add prototype to tell the compiler | usa |
2006-02-14 | * time.c (search_time_t): support non 32bit time_t environments. | usa |
2005-10-22 | * time.c (rb_strftime): removed meaningless volatile modifiers, and | nobu |
2005-10-21 | * time.c: should use LONG_LONG instead of `long long'. | ocean |
2005-10-18 | * eval.c, gc.c, time.c: made internal symbols static. [ruby-dev:27435] | nobu |
2005-09-28 | * class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy), | nobu |
2005-01-20 | * string.c (rb_str_new4): should propagate taintedness. | matz |
2004-05-14 | * eval.c (eval): warning during eval should not cause deadlock. | matz |
2004-04-30 | * time.c (SIZEOF_TIME_T): support SIZEOF_TIME_T == SIZEOF_INT. | eban |
2004-04-06 | * configure.in: check the size of time_t. | akr |
2004-04-05 | * eval.c (top_include): include in the wrapped load is done for | matz |
2004-03-31 | * time.c (year_leap_p): new function. | akr |
2004-03-30 | * time.c (search_time_t): limit guess range by mktime if it is | akr |
2004-01-19 | * io.c, re.c, string.c, time.c: fixed up positions of RDocs. | akira |
2003-12-30 | Add RDoc for kernel functions, and tidy up | dave |
2003-12-27 | Add RDoc comments for Time | dave |
2003-11-28 | * gc.c (gc_mark): explicitly check mark recursion levels, instead | matz |
2003-10-09 | * marshal.c (r_object0): remove unnecessary iv restoration for | matz |
2003-10-09 | * pack.c (uv_to_utf8): change message to "out of range", since | matz |
2003-10-02 | * time.c (Init_Time): define initialize. [ruby-dev:21469] | nobu |
2003-10-02 | * time.c (time_load): restore instance variables (if any) before | matz |
2003-08-16 | * marshal.c (w_symbol, w_object): get rid of warnings. | nobu |
2003-07-24 | * gcc -Wall clean-up. | matz |
2003-06-23 | * time.c (time_arg): initialize v[6] even when argc is 10 to | akr |
2003-05-19 | * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value) | matz |
2003-05-19 | * object.c (init_copy): rename copy_object as initialize_copy, | matz |
2003-05-16 | * eval.c (block_pass): chain previous block to the pushing block. | matz |
2003-04-09 | * time.c (time_strftime): RSTRING(format)->ptr might become NULL. | nobu |
2003-03-22 | * time.c (make_time_t): try search_time_t if mktime/timegm is failed. | akr |
2003-01-31 | * variable.c (rb_obj_classname): new function. | matz |
2003-01-23 | * time.c (time_arg): was accessing garbage argv value. | matz |