summaryrefslogtreecommitdiff
path: root/time.c
AgeCommit message (Expand)Author
2014-03-19time.c: freeze and preserve marshal-loaded time zonenormal
2014-03-14[DOC] add links to `Object#hash`nobu
2014-02-28[DOC]akr
2014-02-27adjust indent and stylenobu
2014-02-25configure.in, win32/Makefile.sub: PACKED_STRUCT with VCnobu
2014-02-24time: only use packed struct on x86*normal
2014-02-24time: rearrange+pack vtm and time_object structsnormal
2013-10-30* time.c (v2w): Normalize a rational value to an integer if possible.akr
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-09-09* process.c: Remove spaces between SI prefix and unit to followakr
2013-08-17time.c: ignore invalid datanobu
2013-08-09* time.c (get_timeval, get_new_timeval): use rb_obj_class()ktsj
2013-08-08* time.c (time_overflow_p): Avoid signed integer overflow.akr
2013-08-08Fix the previous commit.akr
2013-08-08* time.c (time_overflow_p): Avoid signed integer overflow.akr
2013-08-06* time.c: [DOC] Typo in Time overview by @sparr [Fixes GH-374]zzak
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