| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * time.c (time_strftime): Describe %L and %N truncates digits under | akr | 2013-04-04 | 1 | -0/+3 |
* | timev.h: move time_t stuffs | nobu | 2013-03-30 | 1 | -21/+0 |
* | thread.c: format specifiers for time_t | nobu | 2013-03-30 | 1 | -1/+1 |
* | * time.c (num_exact): use to_r method only if to_int method is | akr | 2013-03-27 | 1 | -1/+3 |
* | * internal.h: Define TIMET_MAX and TIMET_MIN here. | akr | 2013-03-26 | 1 | -3/+0 |
* | update doc. | akr | 2013-03-26 | 1 | -1/+1 |
* | * configure.in: check struct timeval exist or not. | kosaki | 2013-03-16 | 1 | -0/+4 |
* | time.c: check re-initialize | nobu | 2013-03-15 | 1 | -7/+35 |
* | * array.c: Document #<=> return values and formatting | zzak | 2013-02-23 | 1 | -4/+6 |
* | compar.c: inversed comarison without infinite recursion | nobu | 2013-02-17 | 1 | -6/+1 |
* | time.c: st_update | nobu | 2012-12-12 | 1 | -10/+16 |
* | * time.c (time_mdump): dump timezone string to private instance variable | naruse | 2012-12-07 | 1 | -2/+10 |
* | time.c, vm_method.c: update rdoc | nobu | 2012-12-01 | 1 | -22/+4 |
* | complex.c, time.c: make marshal methods private | nobu | 2012-12-01 | 1 | -4/+4 |
* | * time.c: Documentation improvements, grammar and formatting | zzak | 2012-11-30 | 1 | -149/+157 |
* | * time.c (time_sec): Remove extra wording about leap seconds and refer | drbrain | 2012-07-30 | 1 | -5/+4 |
* | * time.c (time_sec): Updated description of leap seconds for accuracy. | drbrain | 2012-07-23 | 1 | -4/+6 |
* | * time.c (timew_out_of_timet_range): specialization for | akr | 2012-07-02 | 1 | -0/+13 |
* | * time.c (init_leap_second_info): fix non-ANSI function declaration. | kosaki | 2012-06-19 | 1 | -1/+1 |
* | obj_init_copy | nobu | 2012-06-05 | 1 | -2/+1 |
* | utc offset in seconds | nobu | 2012-05-30 | 1 | -10/+19 |
* | re-modified | tadf | 2012-05-26 | 1 | -1/+1 |
* | * time.c: modified doc. | tadf | 2012-05-26 | 1 | -1/+1 |
* | * time.c (time_init_1): Time.new will accept seconds as string or | nobu | 2012-03-24 | 1 | -8/+2 |
* | typo fix. | akr | 2012-03-09 | 1 | -1/+1 |
* | update doc. | akr | 2012-03-09 | 1 | -4/+8 |
* | * io.c, process.c, time.c, ext: use rb_sys_fail_str instead of | nobu | 2012-02-27 | 1 | -4/+6 |
* | update doc. | akr | 2012-02-11 | 1 | -1/+1 |
* | update doc. | akr | 2012-02-11 | 1 | -0/+6 |
* | update doc. | akr | 2011-11-19 | 1 | -1/+3 |
* | * time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too. | akr | 2011-11-19 | 1 | -1/+4 |
* | * whitespace cleanup. | nobu | 2011-11-04 | 1 | -2/+2 |
* | * time.c (Init_Time): Remove editorial comments from Time | drbrain | 2011-10-06 | 1 | -8/+7 |
* | * time.c (Init_Time): Improve Time documentation. Patch by Shane | drbrain | 2011-10-06 | 1 | -14/+78 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -16/+16 |
* | update doc. | akr | 2011-09-09 | 1 | -2/+2 |
* | * internal.h (rb_strftime_timespec): moved from time.c and define only | naruse | 2011-08-27 | 1 | -7/+0 |
* | * internal.h (rb_strftime_timespec): move to time.c because it depends | naruse | 2011-08-27 | 1 | -0/+3 |
* | * strftime.c (rb_strftime_with_timespec): get enc argument to specify | naruse | 2011-08-27 | 1 | -21/+19 |
* | * time.c (strftimev): Make Time#to_s default to US-ASCII encoding but | tenderlove | 2011-08-25 | 1 | -0/+2 |
* | update doc. | akr | 2011-08-25 | 1 | -1/+12 |
* | * time.c (rb_strftime_alloc): raise ERANGE if width is too large. | kosaki | 2011-08-07 | 1 | -1/+5 |
* | * error.c (rb_check_trusted): new function to check an object is | nobu | 2011-07-17 | 1 | -2/+1 |
* | * time.c (time_dup): used rb_obj_class() instead of CLASS_OF(). | kosaki | 2011-07-15 | 1 | -1/+1 |
* | time.c: can't compile time.c on AIX due to missing declaration for | kanemoto | 2011-07-11 | 1 | -0/+4 |
* | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr | 2011-06-18 | 1 | -1/+0 |
* | * internal.h: declare more internal functions. | akr | 2011-06-18 | 1 | -3/+0 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -0/+1 |
* | * time.c (rb_time_new): prevent overflow by "* 1000". | naruse | 2011-06-16 | 1 | -1/+21 |
* | * time.c: a correction of doc for strftime (%v). | tadf | 2011-06-11 | 1 | -1/+1 |