index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
time.c
Age
Commit message (
Expand
)
Author
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-19
fix typos. Patch by k_takata.
ktsj
2013-05-01
* time.c (localtime_with_gmtoff_zone): musl libc may return NULL for
akr
2013-04-04
* time.c (time_strftime): Describe %L and %N truncates digits under
akr
2013-03-30
timev.h: move time_t stuffs
nobu
2013-03-30
thread.c: format specifiers for time_t
nobu
2013-03-27
* time.c (num_exact): use to_r method only if to_int method is
akr
2013-03-26
* internal.h: Define TIMET_MAX and TIMET_MIN here.
akr
2013-03-26
update doc.
akr
2013-03-16
* configure.in: check struct timeval exist or not.
kosaki
2013-03-15
time.c: check re-initialize
nobu
2013-02-23
* array.c: Document #<=> return values and formatting
zzak
2013-02-17
compar.c: inversed comarison without infinite recursion
nobu
2012-12-12
time.c: st_update
nobu
2012-12-07
* time.c (time_mdump): dump timezone string to private instance variable
naruse
2012-12-01
time.c, vm_method.c: update rdoc
nobu
2012-12-01
complex.c, time.c: make marshal methods private
nobu
2012-11-30
* time.c: Documentation improvements, grammar and formatting
zzak
2012-07-30
* time.c (time_sec): Remove extra wording about leap seconds and refer
drbrain
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 for
akr
2012-06-19
* time.c (init_leap_second_info): fix non-ANSI function declaration.
kosaki
2012-06-05
obj_init_copy
nobu
2012-05-30
utc offset in seconds
nobu
2012-05-26
re-modified
tadf
2012-05-26
* time.c: modified doc.
tadf
2012-03-24
* time.c (time_init_1): Time.new will accept seconds as string or
nobu
2012-03-09
typo fix.
akr
2012-03-09
update doc.
akr
2012-02-27
* io.c, process.c, time.c, ext: use rb_sys_fail_str instead of
nobu
2012-02-11
update doc.
akr
2012-02-11
update doc.
akr
2011-11-19
update 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 Time
drbrain
2011-10-06
* time.c (Init_Time): Improve Time documentation. Patch by Shane
drbrain
2011-09-29
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-09-09
update doc.
akr
2011-08-27
* internal.h (rb_strftime_timespec): moved from time.c and define only
naruse
2011-08-27
* internal.h (rb_strftime_timespec): move to time.c because it depends
naruse
2011-08-27
* strftime.c (rb_strftime_with_timespec): get enc argument to specify
naruse
2011-08-25
* time.c (strftimev): Make Time#to_s default to US-ASCII encoding but
tenderlove
2011-08-25
update 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 is
nobu
2011-07-15
* time.c (time_dup): used rb_obj_class() instead of CLASS_OF().
kosaki
[next]