summaryrefslogtreecommitdiff
path: root/time.c
AgeCommit message (Expand)Author
2015-01-06* time.c (timelocalw): Set tm_isdst field -1 if vtm->isdst isakr
2014-12-01use 0 for reservednobu
2014-11-27time.c: indentnobu
2014-11-27* time.c (time_s_mkutc): [DOC] Time.utc's 10 arguments formakr
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-04update doc.akr
2014-10-17* Avoid undefined behaviors found by gcc -fsanitize=undefined.akr
2014-09-21* time.c: raise exception when minutes of utc_offset is out of 00-59.glass
2014-09-10time.c: DATA_PTR is never NULLnormal
2014-08-26* time.c (rb_time_unmagnify_to_float): Avoid double rounding.akr
2014-08-16time.c (time_timespec): fix tv_nsec overflownormal
2014-08-14Revert r46977. [ruby-core:63857] [Bug #10071]akr
2014-07-27* time.c: [DOC] Clarify %Y in strftime, which can accept any digitszzak
2014-07-27* time.c: [DOC] Remove dead link and old bug report, which hasn't beenzzak
2014-07-23time.c: unnecessary encodingnobu
2014-05-11* compile.c (BUFSIZE): Unused macro removed.akr
2014-05-02time.c: fix underflow of unsigned integersnobu
2014-04-18time.c: fix non-terminated stringnobu
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