llow'/>
summaryrefslogtreecommitdiff
path: root/range.c
AgeCommit message (Expand)Author
2007-12-05* range.c (step_i, range_step): support non-fixnum steps.nobu
2007-12-01* insns.def (concatarray, splatarray): use to_a instead ofmatz
2007-11-23* struct.c (rb_struct_alloc_noinit): new function.akr
2007-11-23* struct.c (rb_struct_define_without_accessor): new function.akr
2007-10-19* range.c (range_last): commit miss.nobu
2007-10-18* range.c (Init_Range): typo fixed.matz
2007-10-18* range.c (range_first): takes first n element if argument ismatz
2007-09-10* range.c (range_dumper): make uninitialized range dumpable.akr
2007-09-10* range.c: represent initialized state using EXCL instead of FL_USER3.akr
2007-09-09* range.c (range_step): fixed integer overflow. [ruby-dev:31763]matz
2007-09-08* eval_method.ci (rb_get_alloc_func): new function to get allocationakr
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-07-26* range.c (range_eqq): call_super() in === does not work wellmatz
2007-07-13* range.c (range_max, range_min): return nil for empty set as well asnobu
2007-07-12* range.c (range_max): use FIX2LONG instead of FIX2INT to avoidakr
2007-06-22* string.c (rb_str_upto): add optional argument to specifymatz
2007-06-10* include/ruby: moved public headers.nobu