summaryrefslogtreecommitdiff
path: root/time.c
AgeCommit message (Expand)Author
2013-06-11Unused variable removed.akr
2013-06-11* bignum.c (validate_integer_pack_format): Don't require a word orderakr
2013-06-10* bignum.c (rb_integer_pack): Returns sign instead of words.akr
2013-06-09* bignum.c (rb_integer_pack): numwords_allocated argument removed.akr
2013-06-08* time.c (v2w): Use rb_absint_size instead of RBIGNUM_LEN.akr
2013-06-08* time.c (v2w_bignum): Simplified using rb_integer_pack.akr
2013-06-08* bignum.c (rb_absint_singlebit_p): New function.akr
2013-06-08* time.c (rb_big_abs_find_maxbit): Use rb_absint_size.akr
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-01* time.c (localtime_with_gmtoff_zone): musl libc may return NULL forakr
2013-04-04* time.c (time_strftime): Describe %L and %N truncates digits underakr
2013-03-30timev.h: move time_t stuffsnobu
2013-03-30thread.c: format specifiers for time_tnobu
2013-03-27* time.c (num_exact): use to_r method only if to_int method isakr
2013-03-26* internal.h: Define TIMET_MAX and TIMET_MIN here.akr
2013-03-26update doc.akr
2013-03-16* configure.in: check struct timeval exist or not.kosaki
2013-03-15time.c: check re-initializenobu
2013-02-23* array.c: Document #<=> return values and formattingzzak
2013-02-17compar.c: inversed comarison without infinite recursionnobu
2012-12-12time.c: st_updatenobu
2012-12-07* time.c (time_mdump): dump timezone string to private instance variablenaruse
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