summaryrefslogtreecommitdiff
path: root/time.c
AgeCommit message (Expand)Author
2012-12-01time.c, vm_method.c: update rdocnobu
2012-12-01complex.c, time.c: make marshal methods privatenobu
2012-11-30* time.c: Documentation improvements, grammar and formattingzzak
2012-07-30* time.c (time_sec): Remove extra wording about leap seconds and referdrbrain
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 forakr
2012-06-19* time.c (init_leap_second_info): fix non-ANSI function declaration.kosaki
2012-06-05obj_init_copynobu
2012-05-30utc offset in secondsnobu
2012-05-26re-modifiedtadf
2012-05-26 * time.c: modified doc.tadf
2012-03-24* time.c (time_init_1): Time.new will accept seconds as string ornobu
2012-03-09typo fix.akr
2012-03-09update doc.akr
2012-02-27* io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu
2012-02-11update doc.akr
2012-02-11update doc.akr
2011-11-19update 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 Timedrbrain
2011-10-06* time.c (Init_Time): Improve Time documentation. Patch by Shanedrbrain
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-09-09update doc.akr
2011-08-27* internal.h (rb_strftime_timespec): moved from time.c and define onlynaruse
2011-08-27* internal.h (rb_strftime_timespec): move to time.c because it dependsnaruse
2011-08-27* strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse
2011-08-25* time.c (strftimev): Make Time#to_s default to US-ASCII encoding buttenderlove
2011-08-25update 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 isnobu
2011-07-15* time.c (time_dup): used rb_obj_class() instead of CLASS_OF().kosaki
2011-07-11time.c: can't compile time.c on AIX due to missing declaration forkanemoto
2011-06-18* eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr
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-18update doc.akr
2011-01-17update doc.akr
2011-01-17update doc.akr
2010-11-27* time.c: parenthesize macro arguments.akr
2010-11-27* time.c (leap_year_v_p): fixed typo. [ruby-dev:42631]nobu
2010-11-22* time.c (time_zone): use rb_locale_str_new_cstr to set encodingnaruse
2010-10-13* array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy),nobu
2010-07-19update doc.akr