| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -2/+1 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -27/+27 |
* | * array.c: Harmonize documentation, in particular regarding: | marcandre | 2010-05-13 | 1 | -0/+6 |
* | * range.c (discrete_object_p): needs the argument type to get rid | nobu | 2009-10-02 | 1 | -4/+3 |
* | * time.c (rb_time_succ): make Time#succ obsolete since time is not | matz | 2009-09-30 | 1 | -2/+11 |
* | * range.c: fixed type. | nobu | 2009-09-23 | 1 | -9/+9 |
* | * struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive s... | marcandre | 2009-09-20 | 1 | -19/+30 |
* | * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor... | marcandre | 2009-09-15 | 1 | -8/+7 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -1/+1 |
* | * range.c (range_step): treat symbols specially so that iterating | matz | 2009-08-17 | 1 | -0/+41 |
* | * range.c (range_each): should honor to_str conversion. | matz | 2009-08-17 | 1 | -11/+15 |
* | * range.c (range_eql, range_eq): fixed equality to work for | matz | 2009-08-05 | 1 | -2/+2 |
* | * range.c (recursive_hash): extracted from range_hash. reject | akr | 2009-07-17 | 1 | -10/+19 |
* | * bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values): | nobu | 2009-07-16 | 1 | -6/+21 |
* | * hash.c (rb_hash_hash): documentation fix. a patch from | matz | 2009-07-01 | 1 | -1/+1 |
* | * range.c (r_le): fixed types. | nobu | 2009-05-07 | 1 | -4/+4 |
* | * range.c (range_eql): fixed rdoc. | nobu | 2009-05-07 | 1 | -3/+3 |
* | * range.c (range_each): check #succ only when it is really | matz | 2009-02-23 | 1 | -4/+4 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -44/+44 |
* | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame | 2009-02-14 | 1 | -4/+6 |
* | * range.c (range_step): should not add up errors on loops. | matz | 2009-01-04 | 1 | -3/+6 |
* | * range.c (range_max): max value from ... not defined for non | matz | 2009-01-04 | 1 | -3/+6 |
* | * numeric.c (ruby_float_step): extracted from num_step(). | nobu | 2009-01-04 | 1 | -0/+5 |
* | * range.c (rb_range_beg_len): rb_raise takes C values as arguments. | yugui | 2008-11-03 | 1 | -1/+1 |
* | * range.c (range_inspect): fix SEGV for cyclic range object. | mame | 2008-09-25 | 1 | -10/+19 |
* | * range.c (range_initialize_copy): Range is now a Struct. | nobu | 2008-08-20 | 1 | -0/+4 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -0/+2 |
* | * range.c (range_step): call to_int if step is not a numeric | matz | 2008-05-02 | 1 | -0/+3 |
* | * range.c (range_step): do not forcefully convert steps into | matz | 2008-05-02 | 1 | -19/+5 |
* | * range.c (range_step): step may be bignum. | matz | 2008-05-02 | 1 | -1/+4 |
* | * range.c (range_step): check if step can be converted to an integer. | nobu | 2008-05-01 | 1 | -2/+4 |
* | * range.c (range_step): allow float step bigger than zero but less | nobu | 2008-05-01 | 1 | -1/+1 |
* | * range.c (range_each): use INT2FIX() for fixnum values. | matz | 2008-04-28 | 1 | -1/+1 |
* | * range.c (range_each_func): should not leave a variable | nobu | 2008-04-07 | 1 | -13/+2 |
* | * bignum.c (rb_cmpint): moved from compar.c, to check bignum | matz | 2008-04-06 | 1 | -9/+24 |
* | * range.c (range_include): add RDoc to describe that comparison | matz | 2008-04-03 | 1 | -1/+2 |
* | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz | 2008-03-05 | 1 | -7/+10 |
* | * range.c (rb_range_beg_len): check if responds to "begin" and "end" | nobu | 2008-02-15 | 1 | -8/+4 |
* | * range.c (range_include): specialize single character string | matz | 2008-02-11 | 1 | -0/+22 |
* | * range.c: fix SEGV by ("a" .. "z").step(2 ** 30) { }. | mame | 2008-01-29 | 1 | -2/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * range.c (step_i, range_step): support non-fixnum steps. | nobu | 2007-12-05 | 1 | -16/+26 |
* | * insns.def (concatarray, splatarray): use to_a instead of | matz | 2007-12-01 | 1 | -15/+0 |
* | * struct.c (rb_struct_alloc_noinit): new function. | akr | 2007-11-23 | 1 | -1/+10 |
* | * struct.c (rb_struct_define_without_accessor): new function. | akr | 2007-11-23 | 1 | -24/+2 |
* | * range.c (range_last): commit miss. | nobu | 2007-10-19 | 1 | -4/+1 |
* | * range.c (Init_Range): typo fixed. | matz | 2007-10-18 | 1 | -1/+1 |
* | * range.c (range_first): takes first n element if argument is | matz | 2007-10-18 | 1 | -7/+65 |
* | * range.c (range_dumper): make uninitialized range dumpable. | akr | 2007-09-10 | 1 | -2/+2 |