| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | * time.c (rb_gmtime_r2): adjust indent. | nobu | 2011-06-07 | 1 | -12/+12 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -14/+14 |
* | * random.c (random_rand): remove unused variables. | naruse | 2011-04-25 | 1 | -3/+0 |
* | * addr2line.c: suppressed shorten-64-to-32 warnings. | naruse | 2011-01-31 | 1 | -2/+2 |
* | update doc. | akr | 2011-01-18 | 1 | -2/+2 |
* | update doc. | akr | 2011-01-17 | 1 | -1/+3 |
* | update doc. | akr | 2011-01-17 | 1 | -35/+37 |
* | * time.c: parenthesize macro arguments. | akr | 2010-11-27 | 1 | -6/+6 |
* | * time.c (leap_year_v_p): fixed typo. [ruby-dev:42631] | nobu | 2010-11-27 | 1 | -1/+1 |
* | * time.c (time_zone): use rb_locale_str_new_cstr to set encoding | naruse | 2010-11-22 | 1 | -2/+2 |
* | * array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy), | nobu | 2010-10-13 | 1 | -16/+14 |
* | update doc. | akr | 2010-07-19 | 1 | -35/+35 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -1/+1 |
* | update doc. | akr | 2010-07-17 | 1 | -11/+11 |
* | * ext/dbm/dbm.c (struct dbmdata, fdbm_key, fdbm_delete_if): fixed | nobu | 2010-07-16 | 1 | -3/+1 |
* | * time.c (guess_local_offset): use the UTC offset of an older date on | akr | 2010-07-14 | 1 | -2/+9 |
* | * time.c (localtime_with_gmtoff_zone): renamed from | akr | 2010-07-14 | 1 | -31/+63 |
* | update doc. | akr | 2010-07-10 | 1 | -28/+68 |
* | update doc. | akr | 2010-07-09 | 1 | -22/+58 |
* | * time.c (find_time_t): 24:00 should be the beginning of the next | akr | 2010-07-09 | 1 | -1/+2 |
* | update doc. | akr | 2010-07-08 | 1 | -54/+78 |
* | document %g and %G for Time#strftime. | akr | 2010-07-08 | 1 | -0/+2 |
* | * strftime.c (rb_strftime_with_timespec): support %:z and %::z. | akr | 2010-07-07 | 1 | -1/+3 |
* | * time.c (num_exact): fix for mathn. [ruby-dev:41599] | akr | 2010-06-22 | 1 | -17/+32 |
* | * time.c (rb_localtime_r2): fix mixed declarations and code. | naruse | 2010-06-12 | 1 | -1/+2 |
* | * time.c (init_leap_second_info): check the result of | akr | 2010-06-11 | 1 | -1/+2 |
* | * time.c (find_time_t): test the result of LOCALTIME. | akr | 2010-06-10 | 1 | -2/+2 |
* | * time.c (rb_localtime_r2): fix localtime overflow check. | akr | 2010-06-10 | 1 | -3/+5 |
* | * time.c (rb_localtime_r2): refine localtime overflow check for | akr | 2010-06-10 | 1 | -3/+11 |
* | * time.c (find_time_t): always outerpolate from past. | akr | 2010-06-09 | 1 | -16/+25 |
* | * time.c (calc_tm_yday): extracted from timegmw_noleapsecond. | akr | 2010-06-09 | 1 | -5/+19 |
* | * removed trailing spaces. | nobu | 2010-05-29 | 1 | -12/+12 |
* | * proc.c (proc_lambda, unnamed_parameters): Small documentation fixes. | marcandre | 2010-05-17 | 1 | -8/+2 |