Age | Commit message (Expand) | Author |
2013-02-23 | * array.c: Document #<=> return values and formatting | zzak |
2013-02-17 | compar.c: inversed comarison without infinite recursion | nobu |
2012-12-12 | time.c: st_update | nobu |
2012-12-07 | * time.c (time_mdump): dump timezone string to private instance variable | naruse |
2012-12-01 | time.c, vm_method.c: update rdoc | nobu |
2012-12-01 | complex.c, time.c: make marshal methods private | nobu |
2012-11-30 | * time.c: Documentation improvements, grammar and formatting | zzak |
2012-07-30 | * time.c (time_sec): Remove extra wording about leap seconds and refer | drbrain |
2012-07-23 | * time.c (time_sec): Updated description of leap seconds for accuracy. | drbrain |
2012-07-02 | * time.c (timew_out_of_timet_range): specialization for | akr |
2012-06-19 | * time.c (init_leap_second_info): fix non-ANSI function declaration. | kosaki |
2012-06-05 | obj_init_copy | nobu |
2012-05-30 | utc offset in seconds | nobu |
2012-05-26 | re-modified | tadf |
2012-05-26 | * time.c: modified doc. | tadf |
2012-03-24 | * time.c (time_init_1): Time.new will accept seconds as string or | nobu |
2012-03-09 | typo fix. | akr |
2012-03-09 | update doc. | akr |
2012-02-27 | * io.c, process.c, time.c, ext: use rb_sys_fail_str instead of | nobu |
2012-02-11 | update doc. | akr |
2012-02-11 | update doc. | akr |
2011-11-19 | update doc. | akr |
2011-11-19 | * time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too. | akr |
2011-11-04 | * whitespace cleanup. | nobu |
2011-10-06 | * time.c (Init_Time): Remove editorial comments from Time | drbrain |
2011-10-06 | * time.c (Init_Time): Improve Time documentation. Patch by Shane | drbrain |
2011-09-29 | * use RB_TYPE_P which is optimized for constant types, instead of | nobu |
2011-09-09 | update doc. | akr |
2011-08-27 | * internal.h (rb_strftime_timespec): moved from time.c and define only | naruse |
2011-08-27 | * internal.h (rb_strftime_timespec): move to time.c because it depends | naruse |
2011-08-27 | * strftime.c (rb_strftime_with_timespec): get enc argument to specify | naruse |
2011-08-25 | * time.c (strftimev): Make Time#to_s default to US-ASCII encoding but | tenderlove |
2011-08-25 | update doc. | akr |
2011-08-07 | * time.c (rb_strftime_alloc): raise ERANGE if width is too large. | kosaki |
2011-07-17 | * error.c (rb_check_trusted): new function to check an object is | nobu |
2011-07-15 | * time.c (time_dup): used rb_obj_class() instead of CLASS_OF(). | kosaki |
2011-07-11 | time.c: can't compile time.c on AIX due to missing declaration for | kanemoto |
2011-06-18 | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr |
2011-06-18 | * internal.h: declare more internal functions. | akr |
2011-06-17 | * internal.h: declare internal functions here. | akr |
2011-06-16 | * time.c (rb_time_new): prevent overflow by "* 1000". | naruse |
2011-06-11 | * time.c: a correction of doc for strftime (%v). | tadf |
2011-06-07 | * time.c (rb_gmtime_r2): adjust indent. | nobu |
2011-05-15 | * remove trailing spaces. | nobu |
2011-04-25 | * random.c (random_rand): remove unused variables. | naruse |
2011-01-31 | * addr2line.c: suppressed shorten-64-to-32 warnings. | naruse |
2011-01-18 | update doc. | akr |
2011-01-17 | update doc. | akr |
2011-01-17 | update doc. | akr |
2010-11-27 | * time.c: parenthesize macro arguments. | akr |