summaryrefslogtreecommitdiff
path: root/time.c
AgeCommit message (Expand)Author
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
2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu
2010-07-17update doc.akr
2010-07-16* ext/dbm/dbm.c (struct dbmdata, fdbm_key, fdbm_delete_if): fixednobu
2010-07-14* time.c (guess_local_offset): use the UTC offset of an older date onakr
2010-07-14* time.c (localtime_with_gmtoff_zone): renamed fromakr
2010-07-10update doc.akr
2010-07-09update doc.akr
2010-07-09* time.c (find_time_t): 24:00 should be the beginning of the nextakr
2010-07-08update doc.akr
2010-07-08document %g and %G for Time#strftime.akr
2010-07-07* strftime.c (rb_strftime_with_timespec): support %:z and %::z.akr
2010-06-22* time.c (num_exact): fix for mathn. [ruby-dev:41599]akr
2010-06-12* time.c (rb_localtime_r2): fix mixed declarations and code.naruse
2010-06-11* time.c (init_leap_second_info): check the result ofakr
2010-06-10* time.c (find_time_t): test the result of LOCALTIME.akr
2010-06-10* time.c (rb_localtime_r2): fix localtime overflow check.akr
2010-06-10* time.c (rb_localtime_r2): refine localtime overflow check forakr
2010-06-09* time.c (find_time_t): always outerpolate from past.akr
2010-06-09* time.c (calc_tm_yday): extracted from timegmw_noleapsecond.akr
2010-05-29* removed trailing spaces.nobu
2010-05-17* proc.c (proc_lambda, unnamed_parameters): Small documentation fixes.marcandre
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-05-12* time.c (rb_big_abs_find_minbit): use ffs().akr
2010-05-10* time.c (rb_big_abs_find_minbit): get rid of a warning of VC.usa
2010-05-06* time.c (rb_localtime_r2): get rid of infinite loop bug ofnobu
2010-04-29* time.c (TIMET_MAX): should be time_t, not unsigned_time_t.usa
2010-04-29* time.c (rb_time_unmagnify_to_float): should cast.usa
2010-04-28* time.c (time_timespec): use rb_check_funcall.nobu
2010-04-11update doc.akr